Description Usage Arguments Value Examples
DOSeq - Modeling expression drop-out for analysis of scRNA-Seq data. DOSeq takes read count matrix and factor for drop-out ratio as input and return the read count matrix with dropout. Here input parameter factor indicates drop-out ratio in expression matrix.
1 |
countData |
read count matrix, with row names as genes name/ID and column names as sample id/name |
factor |
indicates dropout ratio |
Simulated read count with drop out
1 2 3 4 | countData<-DOSeq::L_Tung_single$NA19098_NA19101_count
head(countData)
output<-DOSeq(countData=countData, factor=.8)
output
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.