Arguments
gtf
one of path to GTF file, or data frame representing a canonical
GTF file.
seqs
one of path to folder containing one FASTA file (.fa
extension) for each chromosome in gtf
, or named DNAStringSet
containing one DNAString per chromosome in gtf
, representing its
sequence. In the latter case, names(seqs)
should contain the
same entries as the seqnames
(first) column of gtf
.
feature
one of 'transcript'
or 'exon'
(default
transcript), depending on desired return.
exononly
if TRUE
(as it is by default), only create transcript
sequences from the features labeled exon
in gtf
.
idfield
in the attributes
column of gtf
, what is the
name of the field identifying transcripts? Should be character. Default
"transcript_id"
.
attrsep
in the attributes
column of gtf
, how are
attributes separated? Default "; "
.