None. The provided object is filled with the parsed data. Two tables
are generated: 'gtf' and 'genes'. The first eight columns of the gtf table
are fixed. The content is described in the following table.
id |
Numeric index for unique site. Integer. |
seqid |
Chromosome identifier. Character. |
source |
Program which generated data. |
feature |
Feature type (e.g. 'exon', 'CDS'). Character. |
start |
Start position of feature (1-based). Integer. |
end |
End position of feature (inclusive). Integer. |
score |
Value between 0 and 1000 ("." for no score). Character. |
strand |
'+', '-' or '.'. Character. |
frame |
0-2 for coding exons. '.' otherwise. Character. |