gtf | R Documentation |
A dataset containing the annotation file WITHOUT the column name. The example file is Maize genome annotation, and the version is AGPv2.IMPORTANT, the annotation file could be read with header=FALSE. The variables are as follows:
gtf
:
The name of the sequence. Commonly, this is the chromosome ID or contig ID
The source column should be a unique label indicating whether the annotation is protein-coding or something else.
The following feature types are required: 'CDS', 'start_codon', 'stop_codon'. The features '5UTR', '3UTR', 'inter', 'inter_CNS', 'intron_CNS' and 'exon' are optional.
Integer start coordinates of the feature relative to the beginning of the sequence named
Integer end coordinates of the feature relative to the beginning of the sequence named
The score field indicates a degree of confidence in the feature's existence and coordinates.
The strand indicates the annotation is located on forward or reverse strand.
frame
attributes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.