-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
21 lines (21 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: TFTF
Type: Package
Title: Transcription Factor Target Prediction and Inverse Prediction R Package
Version: 0.1.0
Author: Jin Wang
Maintainer: Jin Wang <[email protected]>
Description: This R package, designed for transcription factor (TF) target gene prediction and inverse prediction, offers a comprehensive suite of tools integrating multiple online resources such as hTFTarget, KnockTF, TTRUST, as well as prediction results from transcription factor motif analysis tools like FIMO and PWMEnrich. Additionally, it incorporates correlation analysis based on sequencing data from The Cancer Genome Atlas (TCGA) and Genotype-Tissue Expression (GTEx) databases to enhance prediction accuracy. By leveraging various prediction algorithms and correlation analyses, this package facilitates the exploration of transcriptional regulatory networks, enabling a deeper understanding of gene expression regulation mechanisms.
License: GPL-3
Imports:
dplyr (>= 0.8.3),
RMySQL,
RColorBrewer,
jsonlite,
tibble,
VennDiagram,
grid,
UCSCXenaShiny,
ggplot2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1