process_Y {FEAST} | R Documentation |
Standard way to preprocess the count matrix. It is the QC step for the genes.
process_Y(Y, thre = 2)
Y |
A gene expression data (Raw count matrix) |
thre |
The threshold of minimum number of cells expressing a certain gene (default =2) |
A processed gene expression matrix. It is not log transformed
data(Yan) YY = process_Y(Y, thre=2)