summary | R Documentation |
A collection of different functions used to deal with Axt
object.
summary(object, ...) ## mismatch number and proportion
object |
An |
... |
Currently not used. |
A table
object with the counts of mismatches, insertions, deletions
and the matches of each base.
Ge Tan
axtFilesHg38DanRer10 <- file.path(system.file("extdata", package="CNEr"), "hg38.danRer10.net.axt") axtHg38DanRer10 <- readAxt(axtFilesHg38DanRer10) summary(axtHg38DanRer10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.