Skip to content

converts chirpseq fastq files into bedgraphs suitable for downstream processing

License

Notifications You must be signed in to change notification settings

bdo311/chirpseq-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chirpseq-analysis

This is a set of scripts that together convert ChIRP-seq (chromatin immunoprecipitation followed by RNA purification and sequencing) fastq files into plots and bedgraphs suitable for downstream processing by metagene-maker.

Some of these scripts were authored by Kun Qu.

Usage

runchirp.sh <organism> <name> <even fastq> <odd fastq> <removal bed file>

Example: runchirp.sh human A375 even_trimmed.fastq odd_trimmed.fastq human_7sk.bed

Required arguments:

position description
organism either 'human' or 'mouse'. These are the only two supported at the moment.
name User-specified prefix for all output files
even fastq, odd fastq TRIMMED fastq file
removal bed file genomic positions of the RNA loci that must be masked

Installation instructions and dependencies

Input

2 FASTQ files (even and odd replicates). These FASTQ files must be trimmed (5' and 3'), quality filtered, and collapsed prior to running ChIRPseq analysis.

Output

  • normalized bedgraphs for repeat-mapped and genome-mapped reads
  • bw file for genome mapped reads
  • plots for ChIRP coverage of repeat RNAs
  • peak bed file for genome ChIRP

About

converts chirpseq fastq files into bedgraphs suitable for downstream processing

Resources

License

Stars

Watchers

Forks

Packages

No packages published