Gene annotation adapted from Ensembl's Rattus norvegicus rn6 release 95 GTF. Importantly, MoTrPAC prepended autosomes 'chr' and changed 'MT' to 'chrM'.
Format
A data frame with 32883 rows and 13 variables:
seqnamecharacter, name of the chromosome or scaffold. Chromosome names have the 'chr' prefix.
sourcecharacter, name of the program that generated this feature, or the data source (database or project name)
featurecharacter, feature type name, e.g. Gene, Variation, Similarity
startinteger, start position of the feature, with sequence numbering starting at 1
endinteger, end position of the feature, with sequence numbering starting at 1
scorecharacter, a floating point value
strandcharacter, defined as + (forward) or - (reverse)
framecharacter, one of '0', '1' or '2'. '0' indicates that the first base of the feature is the first base of a codon, '1' that the second base is the first base of a codon, and so on.
gene_idcharacter, Ensembl gene ID from the 'attribute' field of the GTF
gene_versioncharacter, gene version from the 'attribute' field of the GTF
gene_namecharacter, gene name from the 'attribute' field of the GTF
gene_sourcecharacter, gene source from the 'attribute' field of the GTF
gene_biotypecharacter, gene biotype from the 'attribute' field of the GTF
Source
https://ftp.ensembl.org/pub/release-95/gtf/rattus_norvegicus/Rattus_norvegicus.Rnor_6.0.95.gtf.gz
Details
TRNSCRPT feature annotation is only available via download from Google Cloud Storage:
https://storage.googleapis.com/motrpac-rat-training-6mo-extdata/feature-annot/TRNSCRPT_FEATURE_ANNOT.rda.
You can use MotrpacRatTraining6mo::load_feature_annotation() to download and return this file.