Improved documentation of load_fasta (#16)

This commit is contained in:
Waldir Leoncio 2021-08-23 06:45:51 +02:00
parent 1a3bdd973e
commit 6a124ac3ce
2 changed files with 10 additions and 0 deletions

View file

@ -11,6 +11,9 @@
#' @examples
#' msa <- system.file("extdata", "seqs.fa", package = "rhierbaps")
#' snp.matrix <- load_fasta(msa)
#'
#' @author Gerry Tonkin-Hill
#' @seealso rhierbaps::load_fasta
#' @export
load_fasta <- function(msa, keep.singletons=FALSE) {

View file

@ -21,4 +21,11 @@ running the hierBAPS algorithm.
\examples{
msa <- system.file("extdata", "seqs.fa", package = "rhierbaps")
snp.matrix <- load_fasta(msa)
}
\seealso{
rhierbaps::load_fasta
}
\author{
Gerry Tonkin-Hill
}