Mixture | R Documentation |
Deconvolution Methods MIXTURE MIXTURE helps users to Estimate of cellular fractions.
Mixture(signature, bulkdata, ncore = 1L)
signature |
A data-frame containing signatures of different cell types. |
bulkdata |
A matrix with genes in rows and samples in columns. |
ncore |
Default is 1L. |
A data frame of Mixed cellular fractions.
Bulk <- Bulk_GSE60424 res <- Mixture(bulkdata = Bulk, signature = LM22 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.