axtInfo: axtInfo function

View source: R/IO-methods.R

axtInfoR Documentation

axtInfo function

Description

Given the path of the axt file, this function retrieves information on the widths of the alignments.

Usage

  axtInfo(axtFiles)

Arguments

axtFiles

The filenames of axt files.

Value

A vector of integer is returned. It stores the widths of all the alignments.

Author(s)

Ge Tan

See Also

readAxt

Examples

  axtFile <- file.path(system.file("extdata", package="CNEr"), 
                       "hg38.danRer10.net.axt")
  axtInfo <- axtInfo(axtFile)

ge11232002/CNEr documentation built on Oct. 26, 2022, 7:08 p.m.