This dataset contains detailed information on five different splice variants of the BRCA1 gene. It includes data on the types of transcript features (exon, intron, UTR), chromosomal positions, strand orientations, and transcript lengths.
Format
A data frame with 119 observations and 6 variables:
- ensembl_transcript_id
Unique Ensembl transcript identifiers. A character vector.
- type
Type of the transcript feature, indicating whether it is an "exon", or "UTR". A character vector.
- start
The start position of the feature on the chromosome. A numeric vector.
- end
The end position of the feature on the chromosome. A numeric vector.
- strand
The strand orientation of the feature, with -1 indicating the reverse strand. An integer vector.
- transcript_length
The total length of the transcript in base pairs. An integer vector.