Axt-util: Utility functions related to Axt alignment

Description Usage Arguments Value Author(s) Examples

Description

A collection of different functions used to deal with Axt object.

Usage

1
  summary(object, ...) ## mismatch number and proportion

Arguments

object

An Axt object

...

Currently not used.

Value

A table object with the counts of mismatches, insertions, deletions and the matches of each base.

Author(s)

Ge Tan

Examples

1
2
3
4
  axtFilesHg38DanRer10 <- file.path(system.file("extdata", package="CNEr"),
                                   "hg38.danRer10.net.axt")
  axtHg38DanRer10 <- readAxt(axtFilesHg38DanRer10)
  summary(axtHg38DanRer10)

CNEr documentation built on Nov. 8, 2020, 5:36 p.m.