Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View SidhuK's full-sized avatar
๐ŸŽฏ
Focusing (or trying to focus)
๐ŸŽฏ
Focusing (or trying to focus)

Block or report SidhuK

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
SidhuK/README.md

๐Ÿ‘‹

SidhuK <- function(Karat_Sidhu) {
    username <- "SidhuK"
    name <- "Karat Sidhu"
    website <- "https://karat.science/"
    twitter <- "https://x.com/@karat_sidhu"
    linkedin <- "https://linkedin.com/in/karatsidhu"
    code <- c(
        main_coding_languages = c("R", "Python"),
        tools = c("TidyVerse", "Quarto", "RMarkdown", "Git",
                "GitHub", "Pandas", "Jupyter","Numpy", "Matplotlib", "Seaborn")
    )
    scientific_skills <- c(
        research = c("Metabolomics", "Proteomics","Mass Spectrometer",
                    "LC/MS/MS", "Cell_Biology", "Small Molecule Analysis"),
        equipment = c("Q-TOFs", "UPLC", "HPLC", "QqQ"),
        academic = c("Biotechnology", "Analytical Chemistry", "Biochemistry")
    )
    personal_interests <- c("Reading", "Painting", "Running", "Skiing")

    Karat_Sidhu <- list(username, name, website,
                        twitter, linkedin, data.frame(code),
                        data.frame(scientific_skills), data.frame(personal_interests))

    return(Karat_Sidhu)
}

SidhuK(Karat_Sidhu)

โœŒ๏ธ

Pinned Loading

  1. r-snippets r-snippets Public

    A Collection of snippets for R (RLanguage) for Visual Studio Code. They will also work with the new IDE, Positron.

    JSON 14 1

  2. WardenApp WardenApp Public

    ๐Ÿ›ก๏ธ Warden - A Fully Native AI Chat App For macOS ๐Ÿš€

    Swift 99 6

  3. dataviz dataviz Public

    My contributions to the weekly tidytuesday datasets and other data visualizations Made entirely using R (RLang).

    R 15 5

  4. weaveMD weaveMD Public

    A Vibe Coded rust markdown editor with an AI Assistant

    TypeScript 1