Coder Social home page Coder Social logo

Comments (2)

bmansfeld avatar bmansfeld commented on July 28, 2024

Hi,
If I understand your question correctly, you have sequenced the parental lines (neither of which are the reference genome genotype) as well as the two F2 bulks.
You are now curious about filtering out SNPs in the parental lines that are not in the reference genome.

I recommend the following pipeline:

  1. Align one or both parents to the reference genome
  2. call Variants for that parent vs the Reference genome
  3. Extract only the SNPs and exclude any INDELs (the indels will shift your sequence positions). Make sure to keep only the highest quality and confidence SNPs
  4. use the FastaAlternateReferenceMaker tool from GATK or another similar tool to apply the SNPs on the the reference genome and define an alternate fasta file.
  5. Align and call SNPs from your F2 bulks vs the new fasta you've just created.
  6. proceed with the analysis as usual.

Hope this helps,
Ben

from qtlseqr.

yuanlizhanshi avatar yuanlizhanshi commented on July 28, 2024

Got it ,Thank you very much.

from qtlseqr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.