Skip to content

An individual human stemness index for single-cell samples

Notifications You must be signed in to change notification settings

Zhao-Wenyuan/StemSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StemSC

An individual human stemness index for single-cell samples.

Install

To install the StemSC, install from github using devtools

library(devtools)
install_github("Zhao-Wenyuan/StemSC")

Or you can download the .ZIP file and and unzip it.

install.packages("StemSC",repos = NULL,type="source")
#The "StemSC" should be combined with the absolute path.

Usage

library(StemSC)
data(example)
stemness=StemSC(Exp)

The example is the gene expression values (RPKM) of embryonic stem cells from dataset GSE85066.

Data input

Exp, a dataframe with gene expression values (RPKM) where columnnames are cells and rownames are Entrez gene IDs (you can check the example for reference).The within-sample standardization does not change the results, such as TPM and log transformation.

Citation

Please use the following citation:

https://github.com/Zhao-Wenyuan/StemSC

Contact email

Please don't hesitate to address comments/questions/suggestions regarding this R package to: zhaowenyuan@ems.hrbmu.edu.cn

About

An individual human stemness index for single-cell samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages