- Home
- Bioconductor 3.22
- Software Packages
- QTLExperiment
QTLExperiment
This is the released version of QTLExperiment; for the devel version, see QTLExperiment.
S4 classes for QTL summary statistics and metadata
Bioconductor version: Release (3.22)
QLTExperiment defines an S4 class for storing and manipulating summary statistics from QTL mapping experiments in one or more states. It is based on the 'SummarizedExperiment' class and contains functions for creating, merging, and subsetting objects. 'QTLExperiment' also stores experiment metadata and has checks in place to ensure that transformations apply correctly.
Author: Christina Del Azodi [aut], Davis McCarthy [ctb], Amelia Dunstone [cre, aut] ORCID iD ORCID: 0009-0009-6426-1529
Maintainer: Amelia Dunstone <amelia.dunstone at svi.edu.au>
citation("QTLExperiment")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("QTLExperiment")
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("QTLExperiment")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.