-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.58 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
Package: oligoGames
Version: 0.1.0
Date: 2016-12-24
Type: Package
Title: Analyze data from massively parallel reporter assays
Authors@R: c(
person("Chinmay", "Shukla", email = "[email protected]", role = c("aut", "cre")),
person("Keegan", "Korthauer", email = "[email protected]", role = "aut"),
person("Rafael", "Irizarry", email = "[email protected]", role="aut"))
Maintainer: Chinmay Shukla <[email protected]>
Description: Analyze data from Massively Parallel Reporter Assays - MPRA's.
Design an oligo pool by tiling a set of regions. Map the FASTQ files
generated from the experiment back to the unique barcode for each
oligo and generate a counts table for all the oligos. Normalize the
counts table for library size using median or quantile normalization.
Model nucleotide level counts from the oligo level counts using either
the median, sum or PGM based on overlapping oligos. Perform inference
on the nucleotide level counts and find differential regions by fitting
splines, identifying bumps and subsequently shuffling the data to get
FDRs.
Depends:
R (>= 3.3.2)
Imports:
bsseq (>= 1.10.0),
bumphunter (>= 1.14.0),
doParallel (>= 1.0.10),
doRNG (>= 1.6),
dplyr (>= 0.5.0),
EBSeq (>= 1.14.0),
foreach (>= 1.4.3),
GenomicRanges (>= 1.26.1),
iterators (>= 1.0.8),
locfit (>= 1.5-9.1),
reshape2 (>= 1.4.2),
rPython (>= 0.0-6),
splines (>= 3.3.2),
tidyr (>= 0.6.0),
utils (>= 3.3.2)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat