PAVED- A Software suite for the analysis of epigenome-derived next generation sequencing data |
MAIN INDEX ANALYTICAL PIPELINE CONTACT SYSTEM REQUIREMENTS PAVED Package Example Data |
Find Read Depth The findReadDepth utility
takes a bam file and finds coverage at each base based on the reads. If you
have alignments based on single end reads or want to treat each read independent
of alignment of its pair, then this utility is more appropriate. Prerequisites 1) Align the fastq files to the
genome of interest using your choice of alignment algorithm (BWA, BOWTIE and Novoalign) How
to run it? Type java -jar PAVED.jar findReadDepth -h to
see the list of options
Sample
output The sample
output of the program is similar to the output of findFragmentDepth utility |