Skip to content
View jebard's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jebard

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

  1. Seurat to Veloctyo Code -- This is a... Seurat to Veloctyo Code -- This is a general code chunk for running Velocyto on a Seurat object generated with 10x single-cell sequencing data.
    1
    library(velocyto.R)
    2
    library(pagoda2)
    3
    library(Seurat)
    4
    
                  
    5
    ### ASSUMES Seurat object has already been computed -- in this case the object cells.combined is the result of seurat
  2. fastq-to-treat fastq-to-treat Public

    Handles the preprocessing from illumina fastq files through TREAT using SnakeMake

    Python 2

  3. Seurat Split By - Corrected Scaling Seurat Split By - Corrected Scaling
    1
    wt.subset <- subset(immune.combined, subset = stim == c("CTRL"))
    2
    ko.subset <- subset(immune.combined, subset = stim == c("Trp63-"))
    3
    
                  
    4
    FeaturePlot(immune.combined,features = c("Foxi2","Foxc1"),split.by = "stim")
    5
    
                  
  4. multimodal-tcga-hnsc multimodal-tcga-hnsc Public

    Multimodal Analysis using cross-view tensor-product integration on TCGA Head and Neck Tumor samples

    R 1

  5. Seurat to Phate to Seurat Seurat to Phate to Seurat
    1
    
                  
    2
    ### handles the Seurat to phate conversio
    3
    
                  
    4
    ### first, grab the input required for phate (here we are using the normalized data stored in Seurat
    5
    seurat_data <- as.data.frame(seurat.object@assays$RNA@data)
  6. Seurat to Loupe Seurat to Loupe
    1
    library(Seurat)
    2
    ## Prep for 10x loupe browser inegration
    3
    seurat.object 
    4
    
                  
    5
    ### first we need to extract out the seurat cell barcodes and convert them back into Loupe space