-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
34 lines (34 loc) · 883 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
26
27
28
29
30
31
32
33
34
Package: homerkit
Type: Package
Title: Read HOMER motif analysis output in R.
Version: 0.1.0
Date: 2016-11-17
Authors@R: c(
person(
"Kamil", "Slowikowski",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2843-6370")
)
)
Maintainer: Kamil Slowikowski <[email protected]>
Description: Provides functions for reading HTML outputs from HOMER motif
analysis output. HOMER is software for motif discovery and next-gen
sequencing analysis by Chuck Benner (http://homer.salk.edu/homer/).
License: GPL-2 | file LICENSE
URL: https://github.com/slowkow/homerkit
BugReports: https://github.com/slowkow/homerkit/issues
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Imports:
XML,
janitor,
readr,
reshape2,
stringr,
tibble
Suggests:
knitr,
rmarkdown
RoxygenNote: 6.0.1