-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.37 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
Package: CrispRVariants
Type: Package
Title: Tools for counting and visualising mutations in a target location
Version: 0.99.7
Authors@R: c(person(given = "Helen", family = "Lindsay", role = c("aut", "cre"), email =
Author: Helen Lindsay [aut, cre]
Maintainer: Helen Lindsay <[email protected]>
Description: CrispRVariants provides tools for analysing the results of a
CRISPR-Cas9 mutagenesis sequencing experiment, or other sequencing experiments
where variants within a given region are of interest. These tools allow users to
localize variant allele combinations with respect to any genomic location (e.g.
the Cas9 cut site), plot allele combinations and calculate mutation rates with
flexible filtering of unrelated variants.
biocViews: GenomicVariation, VariantDetection, GeneticVariability,
DataRepresentation, Visualization
LazyData: true
Depends:
R (>= 3.3),
ggplot2
License: GPL-2
Imports:
AnnotationDbi,
BiocParallel,
Biostrings,
methods,
GenomeInfoDb,
GenomicAlignments,
GenomicRanges,
grid,
gridExtra,
IRanges,
reshape2,
Rsamtools,
S4Vectors (>= 0.9.38),
Suggests:
BiocStyle,
gdata,
GenomicFeatures,
knitr,
rmarkdown,
rtracklayer,
sangerseqR,
testthat,
VariantAnnotation
VignetteBuilder: knitr
NeedsCompilation: no
RoxygenNote: 5.0.1