axtInfo: axtInfo function

Description Usage Arguments Value Author(s) See Also Examples

View source: R/IO-methods.R

Description

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

Usage

1
  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

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

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