axtInfo {CNEr} | 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
axtFile <- file.path(system.file("extdata", package="CNEr"), "hg38.danRer10.net.axt") axtInfo <- axtInfo(axtFile)