diazlab / CONICS

CONICS: COpy-Number analysis In single-Cell RNA-Sequencing
73 stars 28 forks source link

Few tumor cell #39

Open sunshine1126 opened 1 year ago

sunshine1126 commented 1 year ago

Hello, Thank you for your software. When I used the plotHistogram function to identify tumor cells for scATAC-seq data, I found that only a small part of cells was identified as tumor cells which may be incorrect. There are too many normal cells!

plotHistogram=plotHistogram(l,suva_expr,clusters=2,zscoreThreshold=4) normal= which(hi==1) ## 1354 tumor=which(hi!=1) ## 48 image