kkdey / singleCellRNASeqHumanLengESC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

singleCellRNASeqHumanLengESC

Leng et al 2015 RNA-seq data, check the paper.

To load the data

library(singleCellRNASeqHumanLengESC)
counts <- exprs(HumanLengESC)
meta_data <- pData(HumanLengESC)
gene_names <- rownames(counts)

About