get_platform_annotations | R Documentation |
Gets Gemma's platform annotations including mappings of microarray probes to genes.
get_platform_annotations(
platform,
annotType = c("noParents", "allParents", "bioProcess"),
file = getOption("gemma.file", NA_character_),
overwrite = getOption("gemma.overwrite", FALSE),
memoised = getOption("gemma.memoise", FALSE),
unzip = FALSE
)
platform |
A platform numerical identifiers or platform short name. |
annotType |
Which GO terms should the output include |
file |
Where to save the annotation file to, or empty to just load into memory |
overwrite |
Whether or not to overwrite an existing file |
memoised |
Whether or not to save to cache for future calls with the
same inputs and use the result saved in cache if a result is already saved.
Doing |
unzip |
Whether or not to unzip the file (if @param file is not empty) |
A table of annotations
ElementName
: Probeset names provided by the platform.
Gene symbols for generic annotations typicall used for RNA-seq experiments.
GeneSymbols
: Genes that were found to be aligned to
the probe sequence. Note that it is possible for probes to be
non-specific. Alignment to multiple genes are indicated with gene
symbols separated by "|"s
GeneNames
: Name of the gene
GOTerms
: GO Terms associated with the genes. annotType
argument can be used to choose which terms should be included.
GemmaIDs
and NCBIids
: respective IDs for the genes.
head(get_platform_annotations("GPL96"))
head(get_platform_annotations('Generic_human_ncbiIds'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.