alignment_read: Read in sequence alignment(s)

Description Usage Arguments Details Value See Also

View source: R/read-write.R

Description

Return alignment list object from reading in sequences from alignment file(s). Use format to specify alignment file type. If no format given, the function will guess based on file extension.

Usage

1
2
alignment_read(flpths, format = c("guess", "clustal", "msf", "mase",
  "phylip", "fasta"))

Arguments

flpths

File path(s) to alignment file(s)

format

Sequnece file format. Default 'guess'. Character.

Details

Available file formats: "clustal", "msf", "mase", "phylip" and "fasta".

Value

alignment list

See Also

read.alignment


AntonelliLab/gaius documentation built on June 17, 2020, 8:07 a.m.