safe
This is the released version of safe; for the devel version, see safe.
Significance Analysis of Function and Expression
Bioconductor version: Release (3.22)
SAFE is a resampling-based method for testing functional categories in gene expression experiments. SAFE can be applied to 2-sample and multi-class comparisons, or simple linear regressions. Other experimental designs can also be accommodated through user-defined functions.
Author: William T. Barry
Maintainer: Ludwig Geistlinger <ludwig.geistlinger at gmail.com>
citation("safe")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("safe")
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("safe")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.