ZetaSuitSC | R Documentation |
This tool is used to evalucate the quality of cells detected in the single-cell RNA-seq. A zeta score will be assigned to each cell. And a cut-off for low quality and broken cells will be provided. The users can based on the selected cut-off to select the high quality cells for further analysis.
ZetaSuitSC(countMatSC, binNum = 10, filter = TRUE)
countMatSC |
Shalek input matrix |
binNum |
bin number for ZetaScore calculation. |
filter |
Whether to filter the extreme low read counts cells with nCount <100. default is TRUE |
A list of data.frame and plots. The data.frame is the Cell matrix with column name 'Cell' and 'Zeta'. The plot is the distribution of Zeta score for the detected cells and including a cut-off for removing the broken and empty cells.
Yajing Hao, Shuyang Zhang, Junhui Li, Guofeng Zhao, Xiang-Dong Fu
data(countMatSC) zetaDataSC <- ZetaSuitSC(countMatSC,binNum=50,filter=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.