View source: R/panev.biomartSpecies.R
panev.biomartSpecies | R Documentation |
The function retrieves the correct organism code from ensembl.org website. This code is mandatory to run panev.dataPreparation
and panev.exprdataPreparation
, useful to generate a properly formatted gene list for PANEV, switching up-to-date gene identifiers from ensembl to entrez annotation (or vice versa).
panev.biomartSpecies(string = NULL)
string |
A string used to search the organism code within the full list. If NULL, a list with all available organisms is returned (default = NULL). |
This function is based on listDatasets
function from biomaRt package (http://bioconductor.org/packages/release/bioc/html/biomaRt.html).
A dataframe with the list of organisms available for gene list preparation. The dataframe contains three columns with organism_code, description and version respectively.
Valentino Palombo (valentino.palombo@gmail.com)
Mapping identifiers for the integration of genomic datasets with the R/Bioconductor package biomaRt. Steffen Durinck, Paul T. Spellman, Ewan Birney and Wolfgang Huber, Nature Protocols 4, 1184-1191 (2009).
BioMart and Bioconductor: a powerful link between biological databases and microarray data analysis. Steffen Durinck, Yves Moreau, Arek Kasprzyk, Sean Davis, Bart De Moor, Alvis Brazma and Wolfgang Huber, Bioinformatics 21, 3439-3440 (2005).
##### EXAMPLES CODE ##### #Create a list of all available organisms list <- panev.biomartSpecies(string = NULL) #Look for a specific organism matching a search string list <- panev.biomartSpecies(string = "cow")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.