View source: R/deconvolution.R
SpaCET.deconvolution | R Documentation |
Estimate the cell fraction of cell lineages and sub lineages.
SpaCET.deconvolution(
SpaCET_obj,
cancerType,
adjacentNormal = FALSE,
coreNo = 8
)
SpaCET_obj |
An SpaCET object. |
cancerType |
Cancer type of the current tumor ST dataset. |
adjacentNormal |
Indicate whether your sample is normal tissue adjacent to the tumor. If TURE, SpaCET will skip the stage of malignant cell inference. Default: FALSE. |
coreNo |
Core number in parallel computation. |
An SpaCET object.
SpaCET_obj <- SpaCET.deconvolution(SpaCET_obj, cancerType="BRCA", coreNo=8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.