View source: R/seqImmuCC_LLSR.R
seqImmuCC_LLSR | R Documentation |
This code is provided by the authors and the method available at: http://218.4.234.74:3200/immune/
seqImmuCC_LLSR(
signature,
SampleData,
w = NA,
QN = T,
sig.scale = F,
sig.stand = T,
sample.scale = T,
log = T
)
signature |
signature matrix |
SampleData |
sample expression profile |
w |
vector to perform weighted least squares |
QN |
logical. If TRUE expression matrix is quantile normalized |
sig.scale |
logical. If TRUE, scales the signature matrix |
sig.stand |
logical.If TRUE, standardizes the signature matrix |
sample.scale |
logical. If TRUE, scales the sample expression |
log |
logical. If TRUE, log transforms signature and expression data |
The method is described in Chen et al. doi: 10.3389/fimmu.2018.01286
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.