-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
43 lines (43 loc) · 2.12 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
Package: podkat
Type: Package
Title: Position-Dependent Kernel Association Test
Version: 1.37.0
Date: 2024-04-23
Author: Ulrich Bodenhofer [aut,cre]
Maintainer: Ulrich Bodenhofer <[email protected]>
Description: This package provides an association test that is capable
of dealing with very rare and even private variants. This is
accomplished by a kernel-based approach that takes the
positions of the variants into account. The test can be used
for pre-processed matrix data, but also directly for variant
data stored in VCF files. Association testing can be performed
whole-genome, whole-exome, or restricted to pre-defined regions
of interest. The test is complemented by tools for analyzing
and visualizing the results.
URL: https://github.com/UBod/podkat
License: GPL (>= 2)
Depends: R (>= 3.5.0), methods, Rsamtools (>= 1.99.1), GenomicRanges
Imports: Rcpp (>= 0.11.1), parallel, stats (>= 4.3.0), graphics, grDevices, utils,
Biobase, BiocGenerics, Matrix, GenomeInfoDb, IRanges,
Biostrings, BSgenome (>= 1.32.0)
Suggests: BSgenome.Hsapiens.UCSC.hg38.masked,
TxDb.Hsapiens.UCSC.hg38.knownGene,
BSgenome.Mmusculus.UCSC.mm10.masked, GWASTools (>= 1.13.24),
VariantAnnotation, SummarizedExperiment, knitr
LinkingTo: Rcpp, Rhtslib (>= 1.15.3)
SystemRequirements: GNU make
VignetteBuilder: knitr
Collate: AllGenerics.R AllClasses.R inputChecks.R sort-methods.R
show-methods.R print-methods.R summary-methods.R
p.adjust-methods.R c-methods.R access-methods.R
coerce-methods.R resampling.R unmaskedRegions.R
partitionRegions-methods.R genotypeMatrix-methods.R
computeKernel.R computePvalues.R readGenotypeMatrix-methods.R
readVariantInfo-methods.R readSampleNamesFromVcfHeader.R
readRegionsFromBedFile.R weightFuncs.R assocTest-methods.R
nullModel-methods.R qqplot-methods.R plot-methods.R
filterResult-methods.R split-methods.R computeWeights.R
weights-methods.R
biocViews: Genetics, WholeGenome, Annotation, VariantAnnotation,
Sequencing, DataImport
NeedsCompilation: yes