-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
88 lines (88 loc) · 2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Package: DRIMSeq
Type: Package
Title: Differential transcript usage and tuQTL analyses with Dirichlet-multinomial model
in RNA-seq
Version: 1.17.1
Date: 2017-05-24
Authors@R: c(person(given = "Malgorzata", family = "Nowicka",
role = c("aut", "cre"),
email = "[email protected]"))
Description: The package provides two frameworks. One for the differential
transcript usage analysis between different conditions and one for the tuQTL analysis.
Both are based on modeling the counts of genomic features (i.e., transcripts) with the Dirichlet-multinomial distribution. The package also
makes available functions for visualization and exploration of the data and
results.
biocViews: ImmunoOncology, SNP, AlternativeSplicing, DifferentialSplicing, Genetics,
RNASeq, Sequencing, WorkflowStep, MultipleComparison, GeneExpression,
DifferentialExpression
License: GPL (>= 3)
Depends:
R (>= 3.4.0)
Imports:
utils,
stats,
MASS,
GenomicRanges,
IRanges,
S4Vectors,
BiocGenerics,
methods,
BiocParallel,
limma,
edgeR,
ggplot2,
reshape2
Suggests:
PasillaTranscriptExpr,
GeuvadisTranscriptExpr,
grid,
BiocStyle,
knitr,
testthat
LazyData: true
ByteCompile: false
VignetteBuilder: knitr
Collate:
'DRIMSeq.R'
'class_show_utils.R'
'class_MatrixList.R'
'class_dmDSdata.R'
'class_dmDSprecision.R'
'class_dmDSfit.R'
'class_dmDStest.R'
'class_dmSQTLdata.R'
'class_dmSQTLprecision.R'
'class_dmSQTLfit.R'
'class_dmSQTLtest.R'
'dmDS_CRadjustment.R'
'dmDS_estimateCommonPrecision.R'
'dmDS_estimateTagwisePrecision.R'
'dmDS_filter.R'
'dmDS_fit.R'
'dmDS_profileLik.R'
'dmSQTL_CRadjustment.R'
'dmSQTL_estimateCommonPrecision.R'
'dmSQTL_estimateTagwisePrecision.R'
'dmSQTL_filter.R'
'dmSQTL_fit.R'
'dmSQTL_permutations.R'
'dmSQTL_profileLik.R'
'dm_CRadjustmentManyGroups.R'
'dm_CRadjustmentOneGroup.R'
'dm_CRadjustmentRegression.R'
'dm_LRT.R'
'dm_core_Hessian.R'
'dm_core_colorb.R'
'dm_core_deviance.R'
'dm_core_lik.R'
'dm_core_score.R'
'dm_estimateMeanExpression.R'
'dm_fitManyGroups.R'
'dm_fitOneGroup.R'
'dm_fitRegression.R'
'dm_plotData.R'
'dm_plotPrecision.R'
'dm_plotProportions.R'
'dm_plotPvalues.R'
'dm_profileLikModeration.R'
RoxygenNote: 6.0.1