Learn R Programming

CNEr (version 1.8.3)

axtInfo: axtInfo function

Description

Given the path of axt file, retrieve the alignments' withs information.

Usage

axtInfo(axtFiles)

Arguments

axtFiles
The filenames of axt files.

Value

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

See Also

readAxt

Examples

Run this code
  axtFilesHg19DanRer7 <- file.path(system.file("extdata", package="CNEr"), 
                                   "hg19.danRer7.net.axt")
  axtInfoHg19DanRer7 <- axtInfo(axtFilesHg19DanRer7)

Run the code above in your browser using DataLab