- Home
- Bioconductor 3.23
- Software Packages
- miRcomp (development version)
miRcomp
This is the development version of miRcomp; for the stable release version, see miRcomp.
Tools to assess and compare miRNA expression estimatation methods
Bioconductor version: Development (3.23)
Based on a large miRNA dilution study, this package provides tools to read in the raw amplification data and use these data to assess the performance of methods that estimate expression from the amplification curves.
Author: Matthew N. McCall <mccallm at gmail.com>, Lauren Kemperman <lkemperm at u.rochester.edu>
Maintainer: Matthew N. McCall <mccallm at gmail.com>
citation("miRcomp")):
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("miRcomp")
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("miRcomp")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.