LPEadj
This package is deprecated. It will probably be removed from Bioconductor. Please refer to the package end-of-life guidelines for more information.
This package is for version 3.18 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see LPEadj.
A correction of the local pooled error (LPE) method to replace the asymptotic variance adjustment with an unbiased adjustment based on sample size.
Bioconductor version: 3.18
Two options are added to the LPE algorithm. The original LPE method sets all variances below the max variance in the ordered distribution of variances to the maximum variance. in LPEadj this option is turned off by default. The second option is to use a variance adjustment based on sample size rather than pi/2. By default the LPEadj uses the sample size based variance adjustment.
Author: Carl Murie <carl.murie at mcgill.ca>, Robert Nadon <robert.nadon at mcgill.ca>
Maintainer: Carl Murie <carl.murie at mcgill.ca>
citation("LPEadj")):
Installation
To install this package, start R (version "4.3") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("LPEadj")
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("LPEadj")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.