View source: R/getUCSCgenePredTable.R
getUCSCgenePredTable | R Documentation |
This function retrieves the gene prediction table from the UCSC genome database for a specified genome. It can fetch data from either the RefSeq or GENCODE databases.
getUCSCgenePredTable(genome.name, db)
genome.name |
A string specifying the UCSC genome name for which the gene prediction table is to be retrieved, e.g., 'hg38', 'mm39'. |
db |
A string specifying the database used by UCSC to generate the table. Options are 'refseq' or 'gencode'. |
A data.table
containing the gene prediction table from the specified
UCSC genome and database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.