forked from rgyoung6/MACER
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.58 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: MACER
Type: Package
Title: Molecular Acquisition, Cleaning, and Evaluation in R 'MACER'
Version: 0.1.1
Authors@R:
c(person(given = "Robert G",
family = "Young",
role = c("aut", "cre", "cph"),
email = "rgyoung6@gmail.com",
comment = c("ORCID" = "0000-0002-6731-2506")),
person(given = "Rekkab",
family = "Gill",
role = c("aut"),
email = "rekkab@uoguelph.ca"),
person(given = "Daniel",
family = "Gillis",
role = c("aut"),
email = "dgillis@uoguelph.ca"),
person(given = "Robert H",
family = "Hanner",
role = c("aut", "cph"),
email = "rhanner@uoguelph.ca"))
Maintainer: Robert G Young <rgyoung6@gmail.com>
Description: To assist biological researchers in assembling taxonomically and marker focused molecular sequence data sets. 'MACER' accepts a list of genera as a user input and uses NCBI-GenBank and BOLD as resources to download and assemble molecular sequence datasets. These datasets are then assembled by marker, aligned, trimmed, and cleaned. The use of this package allows the publication of specific parameters to ensure reproducibility. The 'MACER' package has four core functions and an example run through using all of these functions can be found in the associated repository <https://github.com/rgyoung6/MACER_example>.
License: GPL-2 | GPL-3
Encoding: UTF-8
URL: <https://github.com/rgyoung6/MACER>
Depends:
Imports:
rentrez,
ape,
httr,
stats,
utils
Language: en-GB
LazyData: true
RoxygenNote: 7.1.1