get_top_hvgs | R Documentation |
Types of HVG metrics are specified in 02_norm_clustering.yaml
and 01_integration.yaml
configs.
See the corresponding section there.
get_top_hvgs(
sce_norm,
hvg_metric_fit,
hvg_selection_value,
hvg_metric = c("gene_var", "gene_cv2", "sctransform"),
hvg_selection = c("top", "significance", "threshold")
)
sce_norm |
A |
hvg_metric_fit |
A |
hvg_selection_value |
A numeric scalar: threshold value to select HVGs. This depends on |
hvg_metric |
A character scalar: type of HVG metric.
If |
hvg_selection |
A character scalar: method to use for selection of HVGs.
This is only relevant when
|
A character vector of HVG IDs (ENSEMBL).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.