-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.41 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
Package: svaNUMT
Type: Package
Title: NUMT detection from structural variant calls
Version: 1.3.0
Date: 2022-03-07
Authors@R: c(
person("Ruining", "Dong", email="[email protected]", role=c("aut", "cre"), comment=c(ORCID = "0000-0003-1433-0484")))
Description: svaNUMT contains functions for detecting NUMT events from structural variant calls.
It takes structural variant calls in GRanges of breakend notation and identifies NUMTs by
nuclear-mitochondrial breakend junctions. The main function reports candidate NUMTs if there is a pair of valid insertion
sites found on the nuclear genome within a certain distance threshold.
The candidate NUMTs are reported by events.
License: GPL-3 + file LICENSE
Depends:
GenomicRanges,
rtracklayer,
VariantAnnotation,
StructuralVariantAnnotation,
BiocGenerics,
Biostrings,
R (>= 4.0)
Imports:
assertthat,
stringr,
dplyr,
methods,
rlang,
GenomeInfoDb,
S4Vectors,
GenomicFeatures
Suggests:
TxDb.Hsapiens.UCSC.hg19.knownGene,
BSgenome.Hsapiens.UCSC.hg19,
ggplot2,
devtools,
testthat (>= 2.1.0),
roxygen2,
knitr,
readr,
plyranges,
circlize,
IRanges,
SummarizedExperiment,
rmarkdown
RoxygenNote: 7.1.2
Encoding: UTF-8
VignetteBuilder: knitr
biocViews: DataImport, Sequencing, Annotation, Genetics, VariantAnnotation
BugReports: https://github.com/PapenfussLab/svaNUMT/issues