Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF_enrichment_workflow

This repository contains a snakemake workflow to calculate enrichment of transcription factors in cancer open chromatin regions compared to healthy open chromatin regions.

Authors

  • Lea Burkard (@leaburkard)

Usage

Open chromatin regions

This workflow was used with the following data:

The data can be downloaded and preprocessed by exectuing the download_data.sh script.

Transcription factors

To use this workflow transcription factor data needs to be downloaded and added to the transcriptionfactors/ folder. This worklow was designed and only used with the predicted TFBS of the JASPAR Core Collection. An instruction how to download them is written in the directory.

Input parameters

In the beginning of the workflow (snakefile_enriched_tf.smk) the file names for the healthy and cancer open chromatin regions need to be given without extensions. These files need to be in the input/ folder.

#### Name of healthy and cancer file ####
HEALTHY = "blood_mono_500"
CANCER = "pancancer_COAD_500"
#########################################

About

Workflow to calculate enrichment of transcriptionfactors in open chromatin regions

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages