- Home
- Bioconductor 3.23
- Software Packages
- mariner (development version)
mariner
This is the development version of mariner; for the stable release version, see mariner.
Mariner: Explore the Hi-Cs
Bioconductor version: Development (3.23)
Tools for manipulating paired ranges and working with Hi-C data in R. Functionality includes manipulating/merging paired regions, generating paired ranges, extracting/aggregating interactions from `.hic` files, and visualizing the results. Designed for compatibility with plotgardener for visualization.
Author: Eric Davis [aut, cre] ORCID iD ORCID: 0000-0003-4051-3217 , Sarah Parker [aut] ORCID iD ORCID: 0000-0002-2700-3979
Maintainer: Eric Davis <ericscottdavis at outlook.com>
citation("mariner")):
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("mariner")
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("mariner")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.