Updated docs
This commit is contained in:
parent
b4fe834822
commit
aa675d1804
2 changed files with 2 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
\alias{handleData}
|
||||
\title{Handle Data}
|
||||
\usage{
|
||||
handleData(raw_data, format = "Genepop")
|
||||
handleData(raw_data, format = "baps")
|
||||
}
|
||||
\arguments{
|
||||
\item{raw_data}{Raw data in Genepop or BAPS format}
|
||||
|
|
|
|||
|
|
@ -17,8 +17,7 @@ importFile(data, format, verbose)
|
|||
The data in a format that can be used by the other functions
|
||||
}
|
||||
\description{
|
||||
Imports data from several formats (FASTA, VCF, SAM, BAM,
|
||||
Genepop).
|
||||
Imports data from several formats (FASTA, VCF, SAM, BAM).
|
||||
}
|
||||
\examples{
|
||||
path_inst <- system.file("extdata", "", package = "rBAPS")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue