CONICS icon indicating copy to clipboard operation
CONICS copied to clipboard

Few tumor cell

Open sunshine1126 opened this issue 2 years ago • 0 comments

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

sunshine1126 avatar Aug 22 '22 12:08 sunshine1126