| getGtfAttrs | R Documentation | 
Grab GTF or GFF3 attributes into a data.frame
getGtfAttrs(
  gtfDF,
  useRows = NULL,
  attrNames,
  featureType = NULL,
  ignore.case = FALSE,
  matchMethod = c("once", "multi"),
  verbose = FALSE,
  ...
)
gtfDF | 
 
  | 
useRows | 
 
  | 
attrNames | 
 
 
  | 
featureType | 
 
  | 
ignore.case | 
 
  | 
verbose | 
 
  | 
... | 
 additional arguments are ignored.  | 
The input retrieves data for known attribute names, although when
an attribute name is not present, it is silently ignored.
However, to see available attribute names, try describeGtfAttrNames().
data.frame with colnames derived from the GTF or GFF3 data.
When there is no data recognized, it returns NULL, for example
when useRows is entirely FALSE or no attrNames are recognized
in the input gtfDF.
Other jam gtf functions: 
describeGtfAttrNames(),
makeTx2geneFromGtf(),
readGtf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.