Skip to content
View wigginno's full-sized avatar

Block or report wigginno

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. fogg-lab/tissue-model-analysis-tools fogg-lab/tissue-model-analysis-tools Public

    An application for automated high-throughput analysis of cancer and endothelial cell dynamics in hydrogels.

    Python 1

  2. fogg-lab/interactive-segmentation fogg-lab/interactive-segmentation Public

    Python 1 1

  3. fogg-lab/characterizing-ecm-transcriptome-of-endometriosis fogg-lab/characterizing-ecm-transcriptome-of-endometriosis Public

    Python 1

  4. fogg-lab/gene-platform fogg-lab/gene-platform Public

    JavaScript 1

  5. gsea-rs gsea-rs Public

    WebAssembly-ready Rust implementation of preranked Gene Set Enrichment Analysis (GSEA) distilled from GSEApy (https://github.com/zqfang/GSEApy).

    Rust 1 1

  6. Variance stabilizing transformation ... Variance stabilizing transformation (VST) for RNA-seq data like DESeq2's `vst` function with blind=TRUE.
    1
    """
    2
    Variance stabilizing transformation (VST) for RNA-seq data like DESeq2's vst function
    3
    with blind=TRUE.
    4
    5
    Adapted from the pydeseq2 package: https://github.com/owkin/PyDESeq2