-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
71 lines (71 loc) · 1.88 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
Package: splice2neo
Title: Aberrant splice junction analysis with associated mutations
Version: 0.6.12
Authors@R:
c(
person(given = "Jonas",
family = "Ibn-Salem",
role = c("aut", "cre"),
email = "joans.ibn-salem@tron-mainz.de",
comment = c(ORCID = "0000-0001-9886-113X")),
person(given = "Franziska",
family = "Lang",
role = c("aut"),
email = "franziska.lang@tron-mainz.de"),
person(given = "Michelle",
family = "Cervante",
role = c("aut")),
person(given = "Johannes",
family = "Hausmann",
role = c("aut")),
person(given = "Patrick",
family = "Sorn",
role = c("aut"))
)
Description: This package provides functions for analyzing alternative splicing
and aberrant splice junctions and their creation from or association with
somatic mutations. It integrates the output of several tools that predict
splicing effects from mutation or RNA-seq data into a unified splice junction
format. Splice junctions can be annotated with affected transcript sequences,
CDS, and resulting peptide sequences.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
spelling,
knitr,
testthat (>= 3.0.0),
covr,
ggbio,
rmarkdown,
BSgenome,
liftOver,
Config/testthat/edition: 3
Language: en-US
Imports:
IRanges,
GenomicRanges,
BiocGenerics,
GenomeInfoDb,
magrittr,
tibble,
stringr (>= 1.5.0),
dplyr (>= 1.1.1),
readr,
tidyr,
vcfR,
purrr,
S4Vectors,
GenomicFeatures (>= 1.21.10),
Biostrings,
XVector,
rlang,
rtracklayer,
BSgenome.Hsapiens.UCSC.hg19
URL: https://github.com/TRON-Bioinformatics/splice2neo
Depends:
R (>= 2.10)
biocViews: AlternativeSplicing
VignetteBuilder: knitr