-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Implement in C++ and use R for some visualization.
- Provide command line input functionality for linking together FASTQ files as containing paired reads. Probably connect them via an unusual character combination that is OK in the
shell and then split the argument, something likeR1.fastq%R2.fastq - Add
bowtie2commands allowing mate-pair mapping. Be sure this does not interfere with split-readJCevidence steps. - Estimate the normal distribution of insert lengths and orientations from the data and generate QC graphs and output files.
- Find consistent outliers and define as new
MPevidence type. - Integrate
MPevidence with predicting mutations: for example IS element insertions, deletions, and amplifications.
MaozGelbart and dannagifford