getTumorCluster | R Documentation |
Identify tumor clusters according to the results of cell type prediction and cell malignancy estimatation.
getTumorCluster(cell.annotation, epi.thres = 0.6, malign.thres = 0.8)
cell.annotation |
A data.frame of cells' annotation containing predicted cell typea and estimated cell malignant type. |
epi.thres |
A threshold for epithelial cell percent to decide putative tumor clusters. |
malign.thres |
A threshold for malignant cell percent to decide putative tumor clusters. |
A list of identified tumor clusters. If no clusters are found, return NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.