Skip to content

C and R application to create a heatmap of average quality scores on an Illumina machine

Notifications You must be signed in to change notification settings

dstreett/PositionalHeatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PositionalHeatmap

C and R application to create a heatmap of average quality scores on an Illumina machine

Hello - sorry, this project is still rough around the edges but it will slowly improve.

To compile:

gcc parse.c

To run:

With fastq files.

Rscript <(./a.out <(cat <(zcat *.fastq.gz) <(cat *.fastq))) Title_of_Graph 1101

With sam files

Rscript <(./a.out <(cat *.sam | grep -v ^@ | awk '{print "@"$1"\n"$10"\n+\n"$11}') Title_of_Graph 1101

1101 can be replaced with whatever tile you are interested in.

Important: Be sure you have library fields and MBA installed in R

About

C and R application to create a heatmap of average quality scores on an Illumina machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published