-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
55 lines (55 loc) · 2.32 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
Package: Ribolog
Title: Logistic-regression-based analysis of ribosome profiling data
Date: 2020-12-09
Version: 0.0.0.9000
Authors@R:
person(given = "Hosseinali",
family = "Asgharian",
role = c("aut", "cre"),
email = "[email protected]")
Description: Ribolog offers tools to perform a variety of analyses on ribosome profiling data.
Module 1: CELP (Consistent Excess of Loess Preds) identifies positions of translational pause (stalling)
and corrects RPF counts to eliminate the impact of stalling bias. The output of CELP can be used to model the
factors that influence translational dynamics. Module 2: PREP normalizes
and combines RNA and RPF datasets and shapes them into a format ready for quality control (QC) and translational
efficiency ratio (TER) anlaysis. Module 3: QC includes three powerful tools to quantify and visualize
reproducibility among replicates and inform hypothesis generation with respect to biological effects:
princiapl component analysis (PCA) of TEs, proportion of null features (not-differentially translated transcripts)
and correlation of equivalent TER tests. Module 4: TER tests the size and significance of differential translation
rates among biological samples. Module 5: EN-Meta performs empirical null hypothesis testing and meta-analysis.
Although better results are always obtained with sufficient replicates, Ribolog is able
to peform the TER test with only one replicate per sample. The TER test is not restricted to pairwise comparisons;
any number of samples described by several attributes (covariates) can be compared in a single model.
The Ribolog workflow is described in great detail in the package vignettes.
Ribolog is still a work in progress. Other modules are being prepared and will be released in near future.
URL: https://github.com/goodarzilab/Ribolog
BugReports: https://github.com/goodarzilab/Ribolog/issues
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends:
R (>= 3.5.0)
Imports:
GenomicAlignments,
qvalue,
EnhancedVolcano,
data.table,
ggplot2,
ggrepel,
dplyr,
robustbase,
nortest,
matrixStats,
sm,
corrplot,
DescTools,
seqinr,
rlist,
gdata,
nlme,
fitdistrplus,
nnet
Suggests:
knitr,
rmarkdown