View source: R/AnalysisFunctions.R
computeProjectionGenes | R Documentation |
filter data accourding to the provided filters
computeProjectionGenes(
object,
threshold = NULL,
num_mad = NULL,
projection_genes_method = NULL,
projection_genes = NULL
)
object |
the VISION object |
threshold |
Threshold to apply when using the 'threshold' or 'fano' projection genes filter. If greater than 1, this specifies the number of cells in which a gene must be detected for it to be used when computing PCA. If less than 1, this instead specifies the proportion of cells needed |
num_mad |
Number of median absolute deviations to use when selecting highly-variable genes in each mean-sorted bin of genes |
projection_genes_method |
a method to select genes either 'Threshold' or 'Fano' |
projection_genes |
a list of genes to use specifically. If this is supplied then 'projection_genes_method' is ignored |
the VISION object, populated with filtered data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.