Description Usage Arguments Value
The function finds highly variable genes based on the Gini or CV estimates from DESCEND. A quantile natural cubic spline regression of the estimated selected criteria on the log of the estimated mean for the genes is performed as the general trend. HVGs are selected as the genes whose normalized difference between its estimates and the trend is larger than a threshold. For examples, see runDescend
1 2 |
descend.list |
a list of descend objects computed from |
criteria |
the cirteria of HVG finding, either "Gini" or "CV" |
quantile |
quantile of the quantile regression. Defined as the |
threshold |
threshold of the normalized difference for HVG selection. Default is 3. A larger value results in a more stringent selection |
plot.result |
whether plot the selection results or not. Default is TRUE. |
spline.df |
the degree of freedom of the spline functions used to fit the quantile regression curve |
A list of elements:
score.mat |
A score matrix of the genes. Each row is a gene |
HVG.genes |
A vector of the selected HVG gene names |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.