Improved documentation of load_fasta (#16)
This commit is contained in:
parent
1a3bdd973e
commit
6a124ac3ce
2 changed files with 10 additions and 0 deletions
|
|
@ -11,6 +11,9 @@
|
||||||
#' @examples
|
#' @examples
|
||||||
#' msa <- system.file("extdata", "seqs.fa", package = "rhierbaps")
|
#' msa <- system.file("extdata", "seqs.fa", package = "rhierbaps")
|
||||||
#' snp.matrix <- load_fasta(msa)
|
#' snp.matrix <- load_fasta(msa)
|
||||||
|
#'
|
||||||
|
#' @author Gerry Tonkin-Hill
|
||||||
|
#' @seealso rhierbaps::load_fasta
|
||||||
#' @export
|
#' @export
|
||||||
load_fasta <- function(msa, keep.singletons=FALSE) {
|
load_fasta <- function(msa, keep.singletons=FALSE) {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,4 +21,11 @@ running the hierBAPS algorithm.
|
||||||
\examples{
|
\examples{
|
||||||
msa <- system.file("extdata", "seqs.fa", package = "rhierbaps")
|
msa <- system.file("extdata", "seqs.fa", package = "rhierbaps")
|
||||||
snp.matrix <- load_fasta(msa)
|
snp.matrix <- load_fasta(msa)
|
||||||
|
|
||||||
|
}
|
||||||
|
\seealso{
|
||||||
|
rhierbaps::load_fasta
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
Gerry Tonkin-Hill
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue