Skip to content
View Zepeng-Mu's full-sized avatar
🖥️
Away
🖥️
Away

Block or report Zepeng-Mu

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
Zepeng-Mu/README.md

Hi there 👋

Pinned Loading

  1. pyGenomeTracks pyGenomeTracks Public

    Forked from deeptools/pyGenomeTracks

    python module to plot beautiful and highly customizable genome browser tracks

    Python 2

  2. immunogenomics/craft-seq immunogenomics/craft-seq Public

    Code for analysis of CRAFT-seq data

    Jupyter Notebook 2

  3. ArchRWrappers ArchRWrappers Public

    An R package with some useful functions that extend ArchR for scATAC data analysis

    R 1

  4. Plot COLOC results Plot COLOC results
    1
    ggColocManhattanSingle <- function(
    2
        summ.1, chr = "CHR", bp = "BP", p = "P", snp = "SNP",
    3
        summ.1.name = expression(paste("", -log[10](P))),
    4
        logp = TRUE, size = 2, lead.snp = NULL, r2 = NULL, ...
    5
    ) {
  5. Create a single Manhattan plot using... Create a single Manhattan plot using the tidyplots package
    1
    tpManhattanSingle <- function(
    2
        summ.1, chr = "CHR", bp = "BP", p = "P", snp = "SNP",
    3
        summ.1.name = "$-log[10](P)$", plot.label = NULL,
    4
        logp = TRUE, size = 2, lead.snp = NULL, r2 = NULL,
    5
        plot.width = 100, plot.height = 50, ...