getAnnotation | R Documentation |
Gets Gemma's platform annotation files that can be accessed from https://gemma.msl.ubc.ca/annots/
getAnnotation( platform, annotType = c("bioProcess", "noParents", "allParents"), file = NULL, return = TRUE, overwrite = FALSE )
platform |
Can either be the platform ID or its short name (e.g: GPL1355). Retrieval by ID is more efficient. Only platforms that user has access to will be available. |
annotType |
Which go terms should the input include |
file |
Character. File path. If provided, response will be saved to file |
return |
Logical. If the response should be returned. Set to false when you only want to save a file |
overwrite |
Logical. If TRUE, existing files will be overwritten. If FALSE a warning will be thrown and no action is taken. |
A data frame including annotation information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.