Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predict structural variation from mate-pair mapping #214

Open
5 tasks
jeffreybarrick opened this issue Sep 27, 2019 · 1 comment
Open
5 tasks

Predict structural variation from mate-pair mapping #214

jeffreybarrick opened this issue Sep 27, 2019 · 1 comment
Assignees

Comments

@jeffreybarrick
Copy link
Contributor

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 like R1.fastq%R2.fastq
  • Add bowtie2 commands allowing mate-pair mapping. Be sure this does not interfere with split-read JC evidence 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 MP evidence type.
  • Integrate MP evidence with predicting mutations: for example IS element insertions, deletions, and amplifications.
@jeffreybarrick
Copy link
Contributor Author

Here are a couple of LTEE samples mapped in paired-end mode to use for testing different approaches:
https://barricklab.org/release/tmp/paired-end-mapping.tar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant