deconSeq | R Documentation |
Cell type deoovolution for bulk samples based on weighted RLM method.
deconSeq(
bulks,
signature,
weight = TRUE,
intercept = TRUE,
scale = FALSE,
QN = FALSE,
verbose = TRUE
)
bulks |
bulk gene expression (row = Genes, column = Samples). |
signature |
Signature matrix, i.e. cell type-specific gene expression matrice of cell types. |
weight |
Weight gene or not, default: TRUE. |
intercept |
Add intercept when using robust linear regression, default: TRUE. |
scale |
Scale bulk gene expression data or not, default: FALSE. |
QN |
Quantile normalize bulk expression profile or not, default: FALSE |
verbose |
logical, to print the detailed information for each iteration. |
A data.frame of fractions for bulk samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.