-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.36 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: ALTRE
Type: Package
Title: Workflow for Identifying Regulatory Elements from Chromatin Accessibility Assay Data
Version: 0.99.0
Authors@R: c(
person("Elizabeth", "Baskin", email = "[email protected]", role = "aut"),
person("Rick", "Farouni", email = "[email protected]", role = "aut"),
person("Ewy", "Mathe", email = "[email protected]", role = c("aut", "cre")))
Description: This workflow takes alignment data and hotspot calls from assays of
open chromatin (ATAC-seq, DNase-seq, and FAIRE-seq) and identifies candidate regulatory
elements (e.g. TSS-distal and TSS-proximal) that differ across cell and tissue type.
URL: https://github.com/Mathelab/ALTRE
BugReports: https://github.com/Mathelab/ALTRE/issues
Depends: R (>= 3.2.0)
Suggests: Rsubread
Imports:
shiny,
shinydashboard,
rmarkdown,
shinyFiles,
methods,
S4Vectors,
GenomeInfoDb,
IRanges,
DESeq2,
GenomicAlignments,
SummarizedExperiment,
GenomicRanges,
Rsamtools,
readr,
org.Hs.eg.db,
ensembldb,
AnnotationFilter,
EnsDb.Hsapiens.v75,
tidyr,
dplyr,
GO.db,
grid,
stringr,
tibble,
magrittr,
highcharter,
htmltools,
rGREAT,
RColorBrewer
License: GPL-2
BiocViews: Visualization, Annotation, Software, AnnotationData, FunctionalAnnotation
LazyData: TRUE
RoxygenNote: 6.0.1
NeedsCompilation: no