Adapts | R Documentation |
ADAPTS helps users to Estimate of cellular fractions by three framework for cell type deconvolution.
Adapts(bulkdata, signature, SubMethod = "nnls")
bulkdata |
A matrix with genes in rows and samples in columns. |
signature |
A data-frame containing signatures of different cell types. |
SubMethod |
one of four methods, inclusd of "DCQ","nnls", "DeconRNASeq", "proportionsInAdmixture", and "SVMDECON". |
Mixed cell composition estimation ratio data frame
Bulk <- Bulk_GSE60424 res <- Adapts(bulkdata = Bulk, signature = LM22, SubMethod = "nnls")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.