Description Usage Arguments Value Author(s) See Also Examples
Given the path of the axt file, this function retrieves information on the widths of the alignments.
1 | axtInfo(axtFiles)
|
axtFiles |
The filenames of axt files. |
A vector of integer
is returned.
It stores the widths of all the alignments.
Ge Tan
1 2 3 | 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.