Description Usage Arguments Value Examples
This function is to treat redundant sequence alignment and remove the invalid sequence alignments.
1 | trimmGMAP(gmap.file)
|
gmap.file |
A string for the name of a GFF3 file of pairwise sequence alignments output by GMAP. |
A data frame holds trimmed sequence alignment.
1 2 3 | ##Load example data
gmap.path <- system.file("extdata","example_gmap.gff3",package = "AStrap")
trimmed.ali <- trimmGMAP(gmap.path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.