FindIT2
find influential TF and Target based on multi-omics data
Bioconductor version: 3.23 · Package version: 1.18.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("FindIT2") Details
| Maintainer | Guandong Shang <shangguandong1996@163.com> |
| Author | Guandong Shang [aut, cre] (ORCID: <https://orcid.org/0000-0002-9509-0314>) |
| License | Artistic-2.0 |
| URL | https://github.com/shangguandong1996/FindIT2 |
| Bug Reports | https://support.bioconductor.org/t/FindIT2 |
| Downloads rank | 292 |
| Source branch | RELEASE_3_23 |
| biocViews | ATACSeq, Annotation, ChIPSeq, GeneRegulation, GeneTarget, MultipleComparison, Software |
Documentation
Download
Dependencies
Depends: GenomicRanges, R (>= 3.5.0)
Imports: withr, BiocGenerics, Seqinfo, rtracklayer, S4Vectors, GenomicFeatures, dplyr, rlang, patchwork, ggplot2, BiocParallel, qvalue, stringr, utils, stats, ggrepel, tibble, tidyr, SummarizedExperiment, MultiAssayExperiment, IRanges, progress, purrr, glmnet, methods
Suggests: BiocStyle, knitr, rmarkdown, sessioninfo, testthat (>= 3.0.0), TxDb.Athaliana.BioMart.plantsmart28