forked from GoekeLab/bambu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
92 lines (92 loc) · 2.23 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
89
90
91
92
Package: bambu
Type: Package
Title: Context-Aware Transcript Quantification from Long Read RNA-Seq data
Version: 3.5.1
Authors@R: c(person("Ying", "Chen", role = c("cre","aut"),
email = "chen_ying@gis.a-star.edu.sg"),
person("Andre", "Sim", role = "aut",
email = "andre_sim@gis.a-star.edu.sg"),
person("Yuk Kei", "Wan", role = "aut",
email = "Wan_Yuk_Kei@gis.a-star.edu.sg"),
person("Jonathan", "Goeke", role = "aut",
email = "gokej@gis.a-star.edu.sg"))
Description: bambu is a R package for multi-sample transcript discovery and
quantification using long read RNA-Seq data. You can use bambu after read
alignment to obtain expression estimates for known and novel transcripts and
genes. The output from bambu can directly be used for visualisation and
downstream analysis such as differential gene expression or transcript
usage.
License: GPL-3 + file LICENSE
Encoding: UTF-8
ByteCompile: true
Depends:
R(>= 4.1),
SummarizedExperiment(>= 1.1.6),
S4Vectors(>= 0.22.1),
BSgenome,
IRanges
Suggests:
AnnotationDbi,
Biostrings,
rmarkdown,
BiocFileCache,
ggplot2,
ComplexHeatmap,
circlize,
ggbio,
gridExtra,
knitr,
testthat,
BSgenome.Hsapiens.NCBI.GRCh38,
TxDb.Hsapiens.UCSC.hg38.knownGene,
ExperimentHub (>= 1.15.3),
DESeq2,
NanoporeRNASeq,
purrr,
apeglm,
utils,
DEXSeq
Enhances: parallel
SystemRequirements:
biocViews:
Alignment,
Coverage,
DifferentialExpression,
FeatureExtraction,
GeneExpression,
GenomeAnnotation,
GenomeAssembly,
ImmunoOncology,
LongRead,
MultipleComparison,
Normalization,
RNASeq,
Regression,
Sequencing,
Software,
Transcription,
Transcriptomics
bugReports: https://github.com/GoekeLab/bambu/issues
URL: https://github.com/GoekeLab/bambu
RoxygenNote: 7.2.1
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
BiocGenerics,
BiocParallel,
data.table,
dplyr,
tidyr,
GenomeInfoDb,
GenomicAlignments,
GenomicFeatures,
GenomicRanges,
stats,
Rsamtools,
methods,
Rcpp,
xgboost
VignetteBuilder:
knitr
LazyData: true