- Home
- Bioconductor 3.21
- Software Packages
- SingleMoleculeFootprinting
SingleMoleculeFootprinting
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see SingleMoleculeFootprinting.
Analysis tools for Single Molecule Footprinting (SMF) data
Bioconductor version: 3.21
SingleMoleculeFootprinting provides functions to analyze Single Molecule Footprinting (SMF) data. Following the workflow exemplified in its vignette, the user will be able to perform basic data analysis of SMF data with minimal coding effort. Starting from an aligned bam file, we show how to perform quality controls over sequencing libraries, extract methylation information at the single molecule level accounting for the two possible kind of SMF experiments (single enzyme or double enzyme), classify single molecules based on their patterns of molecular occupancy, plot SMF information at a given genomic location.
Author: Guido Barzaghi [aut, cre] ORCID iD ORCID: 0000-0001-6066-3920 , Arnaud Krebs [aut] ORCID iD ORCID: 0000-0001-7999-6127 , Mike Smith [ctb] ORCID iD ORCID: 0000-0002-7800-3848
Maintainer: Guido Barzaghi <guido.barzaghi at embl.de>
citation("SingleMoleculeFootprinting")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SingleMoleculeFootprinting")
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("SingleMoleculeFootprinting")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.