Transcription Factor Enrichment Analysis for ATAC-seq
Assay for Transpose-Accessible Chromatin using sequencing (ATAC-seq) is a technique to assess genome-wide chromatin accessibility by probing open chromatin with hyperactive mutant Tn5 Transposase that inserts sequencing adapters into open regions of the genome. ATACseqTFEA is a improvement of current computational method that detects differential activity of transcription factors (TFs). ATACseqTFEA not only use the difference of open region information, but also (or emphasize) the difference of TFs footprints (cutting sites or insertion sites).
ATACseqTFEA provides an easy, rigorous way to broadly assess TF activity changes between two conditions.
To install this package, start R and enter:
library(BiocManager)
BiocManager::install("ATACseqTFEA")
To view documentation of ATACseqTFEA, start R and enter:
browseVignettes("ATACseqTFEA")
If you would like to contribute to this package, the standard workflow is as follows:
devtools::build
and devtools::check
to check the package work properly.master
or current RELEASE_VERSION
branch and wait for the code to be reviewed and mergedIf you're not used to this workflow with git, you can start with some docs from GitHub or even their excellent git
resources.
For further information or help, don't hesitate to get in touch on the Bioconductor support site.
Many thanks for taking an interest in improving Bioconductor package ATACseqTFEA. Please report bug/issues at jianhong/ATACseqTFEA/issues.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.