- Home
- Bioconductor 3.19
- Software Packages
- FindIT2
FindIT2
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see FindIT2.
find influential TF and Target based on multi-omics data
Bioconductor version: 3.19
This package implements functions to find influential TF and target based on different input type. It have five module: Multi-peak multi-gene annotaion(mmPeakAnno module), Calculate regulation potential(calcRP module), Find influential Target based on ChIP-Seq and RNA-Seq data(Find influential Target module), Find influential TF based on different input(Find influential TF module), Calculate peak-gene or peak-peak correlation(peakGeneCor module). And there are also some other useful function like integrate different source information, calculate jaccard similarity for your TF.
Author: Guandong Shang [aut, cre]
Maintainer: Guandong Shang <shangguandong1996 at 163.com>
citation("FindIT2")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("FindIT2")
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("FindIT2")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.