2024-08-09 13:19:35 +02:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
|
% Please edit documentation in R/convert_FASTA_to_BAPS.R
|
|
|
|
|
\name{convert_FASTA_to_BAPS}
|
|
|
|
|
\alias{convert_FASTA_to_BAPS}
|
2024-08-26 06:30:49 +02:00
|
|
|
\title{Convert from FASTA to BAPS}
|
2024-08-09 13:19:35 +02:00
|
|
|
\usage{
|
2024-08-26 06:30:49 +02:00
|
|
|
convert_FASTA_to_BAPS(file)
|
2024-08-09 13:19:35 +02:00
|
|
|
}
|
|
|
|
|
\arguments{
|
2024-08-26 06:30:49 +02:00
|
|
|
\item{file}{filename of FASTA file}
|
2024-08-09 13:19:35 +02:00
|
|
|
}
|
|
|
|
|
\value{
|
|
|
|
|
`data` in BAPS format
|
|
|
|
|
}
|
|
|
|
|
\description{
|
2024-08-26 06:30:49 +02:00
|
|
|
Converts a file (not an R object) from FASTA to BAPS format
|
2024-08-09 13:19:35 +02:00
|
|
|
}
|
|
|
|
|
\examples{
|
2024-08-26 06:30:49 +02:00
|
|
|
file <- system.file("extdata", "FASTA_clustering_haploid.fasta", package = "rBAPS")
|
|
|
|
|
convert_FASTA_to_BAPS(file)
|
2024-08-09 13:19:35 +02:00
|
|
|
}
|
|
|
|
|
\author{
|
|
|
|
|
Waldir Leoncio
|
|
|
|
|
}
|