highly_variable_genes
Identify and annotate highly variable genes from single-cell RNA sequencing data, enabling focused analysis on key genes using configurable dispersion and expression cutoffs.
Instructions
Annotate highly variable genes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
batch_key | No | Key in adata.obs for batch information. | |
check_values | No | Check if counts are integers for seurat_v3 flavor. | |
flavor | No | Method for identifying highly variable genes. | seurat |
layer | No | If provided, use adata.layers[layer] for expression values. | |
max_disp | No | Maximum dispersion cutoff for gene selection. | |
max_mean | No | Maximum mean expression cutoff for gene selection. | |
min_disp | No | Minimum dispersion cutoff for gene selection. | |
min_mean | No | Minimum mean expression cutoff for gene selection. | |
n_bins | No | Number of bins for mean expression binning. | |
n_top_genes | No | Number of highly-variable genes to keep. Mandatory if `flavor='seurat_v3' | |
span | No | Fraction of data used for loess model fit in seurat_v3. | |
subset | No | Inplace subset to highly-variable genes if True. |