Skip to content

buutrg/SCTCwhatateam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCTCwhatateam: Predicting cell locations based on location-marker genes

1. Using a package

The Python functions (linGen, linFwd, linRev) could be retrieved by running the linmethods.py provided in the Supplementary folder.

library(reticulate)
# source_python("./linmethods.py")

The data example is provided by DREAM Single Cell Transcriptomics Challenge in the Supplementary folder.

2. Shiny app

Please see tutorial in the "Shiny app tutorial.docx" in the Supplementary folder.

To simplify we have developed an easy-to-use user interface at https://github.com/pvvhoang/SCTCwhatateam-ShinyApp

The input requirements are based on each method's preference. In general,

  • Reference gene expression for locations (Locations x Genes): see bdtnp.csv

  • Reference scRNA-Seq binarized file (Locations x Genes): see binarized_bdtnp.csv

  • Raw scRNA-Seq expression (Cell x Genes): see dge_raw.csv

  • scRNA-Seq normalized file (Cells x Genes): see dge_normalized.csv

  • 3D coordinates for each locations (Locations x (x,y,z) coordinates): see geometry.csv

  • Seed list (Locations x coordinates): seed_list.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages