Description Usage Arguments Details Value Examples
Function of qtotal for esitmating size factors
1 2 | qtotalNormalized(ma, qper = 0.95, qst = 0.1, qend = 0.95, qstep = 0.01,
qbound = 0.05, mcut = 4, qcl = 1.5)
|
ma |
a count matrix |
qper |
quantile for assessing dispersion of data, default is 0.95, which serves to avoid outliers, should in (0,1] |
qst |
start of quantile for estimating cv ratio, should be in [0,1], default is 0.1 |
qend |
end of quantile for estimating cv ratio, should be in [qbound,1-qbound], default is .95 |
qstep |
step of quantile for estimating cv ratio (sliding window), should be in (0,1], default is 0.01 |
qbound |
window size for estimating cv and shifted size factor, default is 0.05, a smaller window size is suitable if number of genes is large |
mcut |
cutoff of mean from sliding window to avoid abnormal cv, should >=0, default is 4 |
qcl |
scale for outlier detection, should >=0, default is 1.5 |
Given a matrix of count data, this function esitmates the size factors by qtotal method, which is based on assessing DE (CV) and ranking. The CV is estimated via sliding window.
a vector with the estimates size factors, one element per column
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.