forked from rgyoung6/MDOP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.65 KB
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.65 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
Package: MDOP
Type: Package
Title: Molecular Data Organization for Publication Tools
Version: 0.0.1.0
Authors@R:
c(person(given = "Robert",
family = "Young",
role = c("aut", "cre", "cph"),
email = "rgyoung6@gmail.com",
comment = c("ORCID" = "0000-0002-6731-2506")),
person(given = "Jiaojia",
family = "Yu",
role = c("aut"),
email = "jiaojia@uoguelph.ca"),
person(given = "Marie-José",
family = "Cote",
role = c("aut"),
email = "marie-jose.cote@canada.ca"),
person(given = "Robert",
family = "Hanner",
role = c("aut", "cph")),
email = "rhanner@uoguelph.ca"),
Maintainer: Robert G Young <ryoung04@uoguelph.ca>
Description: Here we present Molecular Data Organization for Publication (MDOP) R package v1.0 to assist users in the standardization and upload of molecular sequence data and associated metadata files to centralized data repositories. The functions included in this package were developed to facilitate the organization of files (specimen images or trace files) and the pre-processing of DNA sequence files. These R functions do not implement secondary libraries, packages, or functions beyond the base elements included in R Ver. 3.5.1. With simple commands and interactive input the use of the functions in this package requires little knowledge of R beyond opening the R terminal, loading in the package, typing in the function of choice, and reading directions.
License: GPL
Encoding: UTF-8
URL: https://github.com/rgyoung6/MDOP
Depends:
R (>= 3.6.2)
Language: en-GB
LazyData: true