axtInfo | R Documentation |
Given the path of the axt file, this function retrieves information on the widths of the alignments.
axtInfo(axtFiles)
axtFiles |
The filenames of axt files. |
A vector of integer
is returned.
It stores the widths of all the alignments.
Ge Tan
readAxt
axtFile <- file.path(system.file("extdata", package="CNEr"), "hg38.danRer10.net.axt") axtInfo <- axtInfo(axtFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.