-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (43 loc) · 1.71 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
Package: DNAfusion
Title: Identification of gene fusions using paired-end sequencing
Version: 1.5.0
biocViews: TargetedResequencing, Genetics, GeneFusionDetection, Sequencing
Authors@R:
c(person(given = "Christoffer Trier", family = "Maansson", , email = "ctm@clin.au.dk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3071-3437")),
person(given = "Emma Roger", family = "Andersen", , email = "201907412@post.au.dk", role = c("ctb", "rev")),
person(given = "Maiken Parm", family = "Ulhoi", , email = "maiken@oncology.au.dk", role = "dtc"),
person(given = "Peter", family = "Meldgaard", , email = "petemeld@rm.dk", role = "dtc"),
person(given = "Boe Sandahl", family = "Sorensen", , email = "b.sorensen@clin.au.dk", role = c("rev", "fnd")))
Description: DNAfusion can identify gene fusions such as EML4-ALK
based on paired-end sequencing results.
This package was developed using position deduplicated BAM
files generated with the AVENIO Oncology Analysis Software. These files are made using
the AVENIO ctDNA surveillance kit and Illumina Nextseq 500 sequencing. This is a targeted
hybridization NGS approach and includes ALK-specific but not EML4-specific probes.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat,
sessioninfo,
BiocStyle
VignetteBuilder: knitr
Imports:
bamsignals,
GenomicRanges,
IRanges,
Rsamtools,
GenomicAlignments,
BiocBaseUtils,
S4Vectors,
GenomicFeatures,
TxDb.Hsapiens.UCSC.hg38.knownGene,
BiocGenerics
Depends:
R (>= 4.2.0)
BugReports: https://github.com/CTrierMaansson/DNAfusion/issues
URL: https://github.com/CTrierMaansson/DNAfusion