Description Usage Arguments Value Author(s) References See Also
View source: R/bt_gtf_cleaner.R
Given an input GTF file (Pseudomonas aeruginosa), separates and cleans columns, returning a clean and tidy data frame. Only returns locus tag, gene name, description, start, end, and strand columns. Only supports PAO1, PA14, and LESB58. Uses a single regex to match and extract locus tag for all three strains.
1 | bt_gtf_cleaner(gtf_file)
|
gtf_file |
Path to GTF/GFF file to be cleaned. |
Tidy data frame of annotations.
Travis Blimkie
None.
https://github.com/hancockinformatics/BacterialToolkit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.