-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
51 lines (51 loc) · 1.31 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
Package: invertyper
Title: Bayesian Inversion Genotyping with Strand-Seq
Version: 1.0.0.2
Authors@R:
person(given = "Vincent",
family = "Hanlon",
role = c("aut", "cre"),
email = "vincent.c.t.hanlon@gmail.com",
comment = c(ORCID = "0000-0002-2008-8957"))
Description: The package implements a Bayesian binomial model to genotype inversions in Strand-seq data. In a sense,
InvertypeR can also be used to discover inversions that were not already known to be present in the data. This can be done when many putative inversions are genotyped, for example, if all
inversions recorded in dbVar are genotyped with an appropriate prior. This package can also adjust the start and end coordinates of inversions in a variety of ways.
License: MIT
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
biocViews:
Depends:
R (>= 4.3.0),
StrandPhaseR,
Imports:
GenomicRanges,
IRanges,
Rsamtools,
GenomicAlignments,
matrixStats,
GenomeInfoDb,
cowplot,
methods,
utils,
grDevices,
stats,
S4Vectors,
GenomeInfoDb (>= 1.12.3),
IRanges,
Rsamtools,
GenomicAlignments,
ggplot2,
BiocGenerics,
gtools,
doParallel,
foreach,
breakpointRdata,
breakpointR (>= 1.18.0),
parallel,
R.utils,
zoo,
BSgenome,
Remotes:
github::daewoooo/StrandPhaseR@5931a9d