View source: R/SubsetGeneModules.R
SubsetGeneModules | R Documentation |
Subset Antler gene modules based on selected gene list provided
SubsetGeneModules(
gms,
selected_genes,
keep_mod_ID = FALSE,
selected_gene_proportion = 0
)
gms |
List of gene modules obtained from Antler |
selected_genes |
array of genes used to filter gene module list |
keep_mod_ID |
boolean value for whether to keep original gene module ID |
selected_gene_proportion |
ratio of selected genes which must be present in order for the module to be kept |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.