-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.05 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
Package: intePareto
Type: Package
Title: Integrative Analysis of RNA-Seq and ChIP-Seq Data
Version: 0.1.1
Date: 2020-03-31
Authors@R:
person(given = "Yingying",
family = "Cao",
role = c("aut", "cre"),
email = "[email protected]")
Description: Integrative analysis of gene expression (RNA-Seq data), and histone
modification data for user-defined sets of histone marks (ChIP-Seq data) to
discover consistent changes in genes between biological conditions.
Additionally, Pareto optimization is used to prioritize genes based on the
level of consistent changes in both RNA-Seq and ChIP-Seq data.
License: GPL (>= 2)
Depends: R (>= 3.6.0)
Imports: GenomicRanges, GenomeInfoDb, IRanges, GenomicAlignments,
biomaRt, Rsamtools, rPref, DESeq2
Suggests: knitr, rmarkdown
LazyLoad: yes
NeedsCompilation: no
ByteCompile: true
Encoding: UTF-8
Packaged: 2020-03-31 15:35:42 UTC; yingying
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Author: Yingying Cao [aut, cre]
Maintainer: Yingying Cao <[email protected]>