- Home
- Bioconductor 3.22
- Software Packages
- weitrix
weitrix
This is the released version of weitrix; for the devel version, see weitrix.
Tools for matrices with precision weights, test and explore weighted or sparse data
Bioconductor version: Release (3.22)
Data type and tools for working with matrices having precision weights and missing data. This package provides a common representation and tools that can be used with many types of high-throughput data. The meaning of the weights is compatible with usage in the base R function "lm" and the package "limma". Calibrate weights to account for known predictors of precision. Find rows with excess variability. Perform differential testing and find rows with the largest confident differences. Find PCA-like components of variation even with many missing values, rotated so that individual components may be meaningfully interpreted. DelayedArray matrices and BiocParallel are supported.
Author: Paul Harrison [aut, cre] ORCID iD ORCID: 0000-0002-3980-268X
Maintainer: Paul Harrison <paul.harrison at monash.edu>
citation("weitrix")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("weitrix")
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("weitrix")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.