From aa675d1804d00b036837ed588dc598f0f66810f8 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Fri, 13 Sep 2024 14:23:11 +0200 Subject: [PATCH] Updated docs --- man/handleData.Rd | 2 +- man/importFile.Rd | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/man/handleData.Rd b/man/handleData.Rd index 4a20a8c..6dd4c90 100644 --- a/man/handleData.Rd +++ b/man/handleData.Rd @@ -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} diff --git a/man/importFile.Rd b/man/importFile.Rd index 9adb584..2ad7e3b 100644 --- a/man/importFile.Rd +++ b/man/importFile.Rd @@ -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")