nucmer2PAF | R Documentation |
This function takes alignments produced by nucmer (parameters: –mum –coords) and loads reported coordinates file (suffix .coords) into a PAF formatted table (see PAF specification).
nucmer2PAF(nucmer.coords = NULL)
nucmer.coords |
A path to a nucmer coordinates file containing alignments to be loaded. |
A tibble
of PAF formatted table
David Porubsky
## Get nucmer coordinates to read in ##
nucmer.coords <- system.file("extdata", "HG00438_1_nucmer.coords", package = "SVbyEye")
## Read in nucmer coordinates
nucmer2PAF(nucmer.coords = nucmer.coords)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.