-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.53 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
Package: BiFET
Type: Package
Title: Bias-free Footprint Enrichment Test
Version: 1.1.8
Date: 2018-07-10
Authors@R: c(person("Ahrim", "Youn", email = "[email protected]",
role = c("aut", "cre")), person("Eladio", "Marquez",
email = "[email protected]", role = c("aut")),
person("Nathan", "Lawlor", email = "[email protected]",
role = c("aut")), person("Michael", "Stitzel",
email = "[email protected]", role = c("aut")),person("Duygu",
"Ucar", email = "[email protected]", role = c("aut")))
Maintainer: Ahrim Youn <[email protected]>
Description: BiFET identifies TFs whose footprints are over-represented in
target regions compared to background regions after correcting for the
bias arising from the imbalance in read counts and GC contents between
the target and background regions. For a given TF k, BiFET tests the null
hypothesis that the target regions have the same probability of having
footprints for the TF k as the background regions while correcting for
the read count and GC content bias. For this, we use the number of target
regions with footprints for TF k, t_k as a test statistic and calculate
the p-value as the probability of observing t_k or more target regions
with footprints under the null hypothesis.
License: GPL-3
biocViews: Genetics, Epigenetics, Transcription, GeneRegulation,
ATACSeq, DNaseSeq, RIPSeq, Software
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: stats, poibin, GenomicRanges
Suggests: testthat, knitr
VignetteBuilder: knitr