View source: R/runSubcellulaRvis.R
compartmentData | R Documentation |
Calculate enrichment of subcellular compartment
compartmentData( genes, bkgd = NULL, id_type = c("SYMBOL", "UNIPROT"), aspect = c("Whole cell", "Endosomal system"), subAnnots = F, organism = c("Human", "Mouse", "Drosophila", "Yeast", "Rat", "Xenopus"), annotationSource = c("Gene Ontology", "Human Protein Atlas"), significanceThresh = 0.05 )
genes |
input genes (HGNC symbol) as character vector |
bkgd |
background population. Defaults to size of species library |
id_type |
Character; either "SYMBOL" or "UNIPROT", relating to identifier type of gene list. |
aspect |
Character; either "Whole cell" or "Endosomal system. Latter will calculate enrichment within endosomal system. system? |
subAnnots |
Logical; Calculate enrichment on all terms, not summarised |
organism |
One of "Human", "Mouse", "Drosophila", "Yeast", "Rat", "Xenopus" |
annotationSource |
Annotation source, Gene Ontology or (if organism = "Human") the Human Protein Atlas |
significanceThresh |
Threshold for FDR statistical significance. Default is 0.05 |
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.