View source: R/get_proportion.R
get_cell_proportion | R Documentation |
Calculate the proportion of each cell types in bulk samples
get_cell_proportion(object, max.iter = 500, method = "RLR", nu.v)
object |
ENIGMA object |
max.iter |
the maximum iteration times for robust linear model. Default = 500 |
nu.v |
parameter needed for nu-regression, user could input a vector of nu, and CIBERSORT would automatically select the nu with the best fitness with users' data. |
the ENIGMA object contains the cell type fractions in object@result_cell_proportion
## Not run: egm = get_cell_proportion(egm) egm@result_cell_proportion ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.