-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
40 lines (40 loc) · 1.01 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
Package: tMAE
Title: Tests and visualizes for Mono-allelic expressed variants
Version: 1.0.1
Authors@R: c(
person(given = "Vicente",
family = "Yepez",
role = c("aut", "cre"),
email = "yepez@in.tum.de"),
person(given = "Christian",
family = "Mertes",
role = c("aut"),
email = "mertes@in.tum.de"),
person(given = "Michaela",
family = "Müller",
role = c("aut"),
email = "mumichae@in.tum.de"))
Description: Given allele-specific counts generated by GATK, tests for
mono-allelic expression using DESeq. It also adds allele frequency from
gnomAD and provides plotting functions for visualization.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
dplyr,
magrittr,
GenomicRanges,
ggplot2,
DESeq2,
BiocGenerics,
GenomicScores,
S4Vectors,
IRanges
Depends:
data.table
Suggests:
MafDb.gnomAD.r2.1.hs37d5,
MafDb.gnomAD.r2.1.GRCh38,
BiocManager,
testthat