- Home
- Bioconductor 3.12
- Software Packages
- FourCSeq
FourCSeq
This package is deprecated. It will probably be removed from Bioconductor. Please refer to the package end-of-life guidelines for more information.
This package is for version 3.12 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see FourCSeq.
Package analyse 4C sequencing data
Bioconductor version: 3.12
FourCSeq is an R package dedicated to the analysis of (multiplexed) 4C sequencing data. The package provides a pipeline to detect specific interactions between DNA elements and identify differential interactions between conditions. The statistical analysis in R starts with individual bam files for each sample as inputs. To obtain these files, the package contains a python script (extdata/python/demultiplex.py) to demultiplex libraries and trim off primer sequences. With a standard alignment software the required bam files can be then be generated.
Author: Felix A. Klein [aut], Mike Smith [cre]
Maintainer: Mike Smith <mike.smith at embl.de>
citation("FourCSeq")):
Installation
To install this package, start R (version "4.0") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("FourCSeq")
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("FourCSeq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.