Description Usage Arguments Value
This function is to calculate the MuSiC deconvolution proportions
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
bulk.eset |
ExpressionSet for bulk data |
sc.basis |
Gene signature matrix generated from bronchial biopsy scRNAseq data, using function music_basis from MuSiC package |
clusters |
character, the phenoData of single cell dataset used as clusters; |
samples |
character,the phenoData of single cell dataset used as samples; |
select.ct |
vector of cell types, default as NULL. If NULL, then use all cell types provided by single cell dataset; |
cell_size |
data.frame of cell sizes. 1st column contains the names of cell types, 2nd column has the cell sizes per cell type. Default as NULL. If NULL, then estimate cell size from data; |
ct.cov |
logical. If TRUE, use the covariance across cell types; |
verbose |
logical, default as TRUE. |
iter.max |
numeric, maximum iteration number |
nu |
regulation parameter, take care of weight when taking recipical |
eps |
Thredshold of convergence |
centered |
logic, substract avg of Y and D |
normalize |
logic, divide Y and D by their standard deviation |
a list with elements: * Estimates of MuSiC * Estimates of NNLS * Weight of MuSiC * r.squared of MuSiC * Variance of MuSiC estimates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.