- Home
- Bioconductor 3.21
- Software Packages
- Site2Target
Site2Target
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see Site2Target.
An R package to associate peaks and target genes
Bioconductor version: 3.21
Statistics implemented for both peak-wise and gene-wise associations. In peak-wise associations, the p-value of the target genes of a given set of peaks are calculated. Negative binomial or Poisson distributions can be used for modeling the unweighted peaks targets and log-nromal can be used to model the weighted peaks. In gene-wise associations a table consisting of a set of genes, mapped to specific peaks, is generated using the given rules.
Author: Peyman Zarrineh [cre, aut] ORCID iD ORCID: 0000-0003-4820-4101
Maintainer: Peyman Zarrineh <peyman.zarrineh at manchester.ac.uk>
citation("Site2Target")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Site2Target")
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("Site2Target")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.