Description Usage Arguments References Examples
This function downloads data from genenames.org to create a mapping table between Universal Protein Resource (UniProt) Identifiers to HUGO Gene Nomenclature Committee; gene symbols - which are the default ID's used in this package. This is particularly useful in the case of reactome data, in which interactions as well as pathway membership use UniProt ID's. It can reuse downloaded files if the downloaded folder is passed as an argument
1 | getUniProtToHGNCSymbolMapping(data_folder)
|
data_folder |
- The folder where the data resides, or where it should be downloaded if it doesnt exist |
http://www.genenames.org/cgi-bin/download
1 2 3 4 5 | ## Not run:
data_folder<-tempdir()
usmap<-getUniProtToHGNCSymbolMapping(data_folder)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.