Description Usage Arguments Details
Fitler an annotation GTF file according to fasta index file.
1 | filter_gtf(gtf, fai, output = NULL)
|
gtf |
an input GTF file |
fai |
an input fasta index file |
output |
optional an output file. If not specified, output is derived from the fasta index file. |
This might be useful when filtering a GTF so that only chromosomes or scaffolds of interest are present.
This code is a thin wrapper over the Python script filter_gtf.py
found in the package's inst
folder.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.