-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 865 Bytes
/
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
Package: BioMaesteR
Type: Package
Title: A package with convenience functions for generic genomic analysis within R
Version: 0.1.0
Authors@R: person(given = "Adam",
family = "Mattsson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6318-7912"))
Maintainer: The package maintainer <[email protected]>
Description: Standardized, generic functions as well as bundeld data objects that can be called in various settings in the scope of biological analysis in R. This package is specialized to provide bioinformatics infrastructure that can be used in a variety of analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
Imports:
data.table,
dplyr,
GenomicRanges,
rtracklayer,
stats,
stringr,
utils