-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 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
Package: uORFomePipe
Type: Package
Title: uORF prediction in R
Version: 0.2.2
Author: Hakon Tjeldnes
Authors@R: c(
person(given = "Haakon", family = "Tjeldnes", email = "[email protected]", role = c("aut", "cre", "dtc")),
person(given = "Evind", family = "Valen", email = "[email protected]", role = c("ths", "fnd")))
Description: Prediction of uORFs in varying tissues / stages,
using the ORFik package as back-end and the presumption that active / translated
uORFs should have similar Ribo-seq patterns to (coding sequences) CDS'.
Uses a Random forrest (from H2o.ai) trained on Ribo-seq features.
biocViews: ImmunoOncology, Software, Sequencing, RiboSeq, RNASeq, FunctionalGenomics, Coverage, Alignment, DataImport
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.6.0),
ORFik,
GenomicRanges,
DBI,
data.table
Imports:
BiocParallel,
biomaRt,
biomartr,
cowplot,
ggplot2,
ggpubr,
gridExtra,
h2o,
RSQLite,
scales,
tools,
VennDiagram
RoxygenNote: 7.2.3