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)
A data.table
containing the gene prediction table from the specified
UCSC genome and database.
A string specifying the UCSC genome name for which the gene prediction table is to be retrieved, e.g., 'hg38', 'mm39'.
A string specifying the database used by UCSC to generate the table. Options are 'refseq' or 'gencode'.