select_hvgs | R Documentation |
This function takes in normalized sample-level pseudobulk as input and identifies highly variable genes.
select_hvgs(expr, num_hvgs = NULL)
expr |
Sample-level pseudobulk gene expression matrix |
num_hvgs |
Number of highly variable genes extracted from sample-level pseudobulk. Highly variable genes (HVGs) are defined as genes with positive residuals by fitting a gene-specific lowess ( |
A vector of highly variable gene names
Boyang Zhang <bzhang34@jhu.edu>, Hongkai Ji
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.