Learn R Programming

phylotools (version 0.1.2)

aln2dat: Convert ClustalX alignment data to dataframe

Description

Convert ClustalX alignment data to dataframe

Usage

aln2dat(aln)

Arguments

aln
A character string indicating the the aln format file generated by Clustal

Value

Dataframe

Details

None.

References

None.

Examples

Run this code

dir <- system.file("extdata", package = "phylotools")
setwd(dir)
##aln2dat examle ########
test <- readLines("aln")
aln2dat(test)

Run the code above in your browser using DataLab