- Home
- Bioconductor 3.23
- Software Packages
- MiChip (development version)
MiChip
This is the development version of MiChip; for the stable release version, see MiChip.
MiChip Parsing and Summarizing Functions
Bioconductor version: Development (3.23)
This package takes the MiChip miRNA microarray .grp scanner output files and parses these out, providing summary and plotting functions to analyse MiChip hybridizations. A set of hybridizations is packaged into an ExpressionSet allowing it to be used by other BioConductor packages.
Author: Jonathon Blake <blake at embl.de>
Maintainer: Jonathon Blake <blake at embl.de>
citation("MiChip")):
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("MiChip")
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("MiChip")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.