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 the Number of Aligned Reads The utility findAlignedReads
takes as input a BAM file and finds the total number of reads that are aligned
to the genome. 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
findAlignedReads -h to see list of parameters
Sample
output The sample output is as follows: The numbe of reads that are mapped to the genome are 49149 |