- Home
- Bioconductor 3.23
- Software Packages
- crlmm (development version)
crlmm
This is the development version of crlmm; for the stable release version, see crlmm.
Genotype Calling (CRLMM) and Copy Number Analysis tool for Affymetrix SNP 5.0 and 6.0 and Illumina arrays
Bioconductor version: Development (3.23)
Faster implementation of CRLMM specific to SNP 5.0 and 6.0 arrays, as well as a copy number tool specific to 5.0, 6.0, and Illumina platforms.
Author: Benilton S Carvalho, Robert Scharpf, Matt Ritchie, Ingo Ruczinski, Rafael A Irizarry
Maintainer: Benilton S Carvalho <benilton at unicamp.br>, Robert Scharpf <rscharpf at jhsph.edu>, Matt Ritchie <mritchie at wehi.EDU.AU>
citation("crlmm")):
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("crlmm")
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("crlmm")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.