forked from mweinroth/epi2me2r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.01 KB
/
DESCRIPTION
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
Package: epi2me2r
Type: Package
Title: Process Nanopore EPI2ME Output for Use in R
Version: 0.1.0
Authors@R: c(person("Maggie", "Weinroth", role = c("aut")),
person(c('Quentin', 'D.'), 'Read', email = '[email protected]', role = c('aut', 'cre')))
Description: The functions in this package take WIMP and ARMA data files generated by Oxford Nanopore EPI2ME workflows,
read them, clean them, and prepare them for downstream analysis.
This package was written by United States federal government employees in their official capacity. Therefore, it is not protected by copyright and is in the public domain.
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
BugReports: https://github.com/mweinroth/epi2me2r/issues
Imports:
data.table,
taxonomizr,
phyloseq,
Biobase,
metagenomeSeq
Suggests:
rmarkdown,
knitr,
reshape2,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://mweinroth.github.io/epi2me2r/
Depends:
R (>= 3.5.0)