Coder Social home page Coder Social logo

Replication about qtlseqr HOT 3 CLOSED

bmansfeld avatar bmansfeld commented on July 28, 2024
Replication

from qtlseqr.

Comments (3)

bmansfeld avatar bmansfeld commented on July 28, 2024

Hi Steve,
Thanks for the great feedback, I really appreciate it!
Right now QTLseqr is designed to only accept one sample per bulk. The reason for this is that genotyping multiple samples together by collecting read depths per SNP may be more complicated than just summing these numbers together.
I think the best way would be to let GATK decide this. I've recommended to others to go back and use picardtools to assign read groups (Picard AddOrReplaceReadGroups) to all the samples in the high bulk and low bulk, such that GATK knows they are all part of the "same sample". That way you can pretend as if they were all reads from the same sample, but perhaps run on different lanes (or something else..) Then rerun haplotypecaller in GVCF mode and use GenotypeGVCF to create one VCF file that will have two samples only. Then export using VariantsToTable.

I realize this may be a mildly annoying answer, but currently I am not planning on adding support for more than two bulk samples.
If you have some suggestions on merging allele depths from the different samples, I am open to them.
Thanks again good luck with your research,
Ben

from qtlseqr.

stephenrdoyle avatar stephenrdoyle commented on July 28, 2024

from qtlseqr.

bmansfeld avatar bmansfeld commented on July 28, 2024

Hi Steve,
After talking about your question with a colleague, I realized that I misunderstood you. I thought you were referring to replicates within bulks (ie individuals being sequenced) now I understand you may be referring to experimental replicates (ie different bulks).
This is a good idea, and currently I would suggest overlapping significant regions in each rep. to narrow down regions.
I've looked into the CMH test you've suggested and at first glance it looks appropriate.
I would have to see how this would integrate with the G' statistic, but in general it seems they are both based on similar chi^2-like analyses. This could potentially be a new standard for confirming QTL in BSA type analyses.
Thanks for pointing me in the right direction, but incorporating this to QTLseqr is not on the immediate horizon.
Ben

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.