- Home
- Bioconductor 3.23
- Software Packages
- podkat (development version)
podkat
This is the development version of podkat; for the stable release version, see podkat.
Position-Dependent Kernel Association Test
Bioconductor version: Development (3.23)
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.
Author: Ulrich Bodenhofer [aut, cre]
Maintainer: Ulrich Bodenhofer <ulrich at bodenhofer.com>
citation("podkat")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("podkat")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("podkat")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.