-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 2.01 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
Package: TVTB
Type: Package
Title: TVTB: The VCF Tool Box
Version: 1.31.2
Date: 2024-07-05
Authors@R: person("Kevin", "Rue-Albrecht", role = c("aut", "cre"),
email = "[email protected]")
Description: The package provides S4 classes and methods to filter,
summarise and visualise genetic variation data stored in VCF
files. In particular, the package extends the FilterRules class
(S4Vectors package) to define news classes of filter rules
applicable to the various slots of VCF objects. Functionalities
are integrated and demonstrated in a Shiny web-application, the
Shiny Variant Explorer (tSVE).
License: Artistic-2.0
Depends: R (>= 3.4), methods, utils, stats
Imports:
AnnotationFilter,
BiocGenerics (>= 0.25.1),
BiocParallel,
Biostrings,
ensembldb,
GenomeInfoDb,
GenomicRanges,
GGally,
ggplot2,
Gviz,
limma,
IRanges (>= 2.21.6),
reshape2,
Rsamtools,
S4Vectors (>= 0.25.14),
SummarizedExperiment,
VariantAnnotation (>= 1.19.9)
Suggests: EnsDb.Hsapiens.v75 (>= 0.99.7), shiny (>= 0.13.2.9005), DT
(>= 0.1.67), rtracklayer, BiocStyle (>= 2.5.19), knitr (>= 1.12),
rmarkdown, testthat, covr, pander
biocViews:
Software,
Genetics,
GeneticVariability,
GenomicVariation,
DataRepresentation,
GUI,
Genetics,
DNASeq,
WholeGenome,
Visualization,
MultipleComparison,
DataImport,
VariantAnnotation,
Sequencing,
Coverage,
Alignment,
SequenceMatching
Collate: utils.R tSVE.R AllClasses.R AllGenerics.R Genotypes-class.R
TVTBparam-class.R VcfFilterRules-class.R parseCSQToGRanges.R countGenos-methods.R
autodetectGenotypes.R addCountGenos-methods.R addFrequencies-methods.R
addOverallFrequencies-methods.R
addPhenoLevelFrequencies-methods.R dropInfo.R readVcf-methods.R
variantsInSamples-methods.R vepInPhenoLevel-methods.R plotInfo.R
pairsInfo.R show-methods.R
VignetteBuilder: knitr
URL: https://github.com/kevinrue/TVTB
BugReports: https://github.com/kevinrue/TVTB/issues