| load_ctd_gene | R Documentation | 
.tsv.gz file for genesThis function works in pair with download_ctd_genes. This
function loads into the R session the downloaded "CTD_genes.tsv.gz"
file.
load_ctd_gene(verbose = FALSE)
verbose | 
 (default   | 
The field included in the file (CTD_genes.tsv.gz) are:
GeneSymbol
GeneName
GeneID (NCBI Gene identifier)
AltGeneIDs (alternative NCBI Gene identifiers; '|'-delimited list)
Synonyms ('|'-delimited list)
BioGRIDIDs ('|'-delimited list)
PharmGKBIDs ('|'-delimited list)
UniprotIDs ('|'-delimited list)
A data.frame with the content of the file "CTD_genes.tsv.gz"
if(download_ctd_genes()){
fdl <- load_ctd_gene()
dim( fdl )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.