View source: R/SingleCellRNASeq.R
remove_unwanted_genes_from_variable_gene_set | R Documentation |
Remove unwanted genes from identified list of variable genes
remove_unwanted_genes_from_variable_gene_set(
object,
gmt.file = c(),
removed_gene_sets = c("Ribosomal_gene", "Mitochondrial_gene")
)
object |
The SingCellaR object. |
gmt.file |
The GMT file that containes the signature gene sets. |
removed_gene_sets |
The vector of gene sets to be removed from the list of variable genes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.