Description Usage Arguments Examples
getGenesLocations
Given a vector with Gene Symbols, it will produce an object with ENTREZ ID, gene name, chromosome number,
start position and end position for Homo sapiens.
1 2 | getGenesLocations(geneSymbolsSEL, sortByChrom = TRUE,
csvFileName = NULL)
|
geneSymbolsSEL |
vector containing Gene Symbols (unique abbreviation for the gene name) to be annotated |
sortByChrom |
logical; indicating if the results have to be ssorted ascending by chromosome number. Default to TRUE |
csvFileName |
default is NULL; if a name is given, a csv file will be written as output |
1 2 3 4 5 | ## Not run:
transcriptCoords <- getGenesLocations(rownames(selectedGenes),
csvFileName="results/coordsselectedGenes.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.