UCSC_genes.Rd
Data frame with description of both protein-coding and non-protein-coding transcripts including positions of exons. Transcript name starts with `"NM"` for protein-coding and with `"NR"` for non-protein coding transcripts. It is downloaded as `“UCSC RefSeq (refGene)”` table from the UCSC Table Browser for assembly `“Feb. 2009 (GRCh37/hg19)”` and group `“Genes and Gene Predictions”`.
UCSC_genes
A data frame with 78288 rows and variables:
Name of gene/transcript.
Chromosome containing the gene.
Genome strand on which the gene is located.
Transcription start position (or end position for minus strand).
Transcription end position (or start position for minus strand).
Coding region start position (or end position for minus strand).
Coding region end position (or start position for minus strand).
Number of exons.
Exon start positions (or end positions for minus strand).
Exon end position (or start positions for minus strand).