geneinfo_2_html {GeneTonic} | R Documentation |
Assembles information, in HTML format, regarding a gene symbol identifier
geneinfo_2_html(gene_id, res_de = NULL)
gene_id |
Character specifying the gene identifier for which to retrieve information |
res_de |
A |
Creates links to the NCBI and the GeneCards databases
HTML content related to a gene identifier, to be displayed in web applications (or inserted in Rmd documents)
geneinfo_2_html("ACTB") geneinfo_2_html("Pf4")