retrievechrom: Retrieve chromosome lengths and information for a specified genome.
Description
This function connects to the UCSC Genome Browser database using the
`rtracklayer` package to retrieve chromosome information. It returns a
`Seqinfo` object, filtering out unwanted chromosomes such as mitochondrial
DNA (`chrM`) and those with alternative contigs (indicated by an underscore
`_`).