Code Monkey home page Code Monkey logo

Comments (4)

litaifang avatar litaifang commented on June 12, 2024

Is this for tumor-only or tumor-normal? Is freebayes designed for somatic variants?

from somaticseq.

gianfilippo avatar gianfilippo commented on June 12, 2024

Hi,

once again, thanks for the prompt reply!

I am using freebayes with tumor-normal matched samples. It seems that it should work for somatic variants.

My question is more general, though. I was wondering whether there was an "easy" way to use other callers.

I am just putting together a pipeline and can certainly use what somaticseq is designed for.

Thanks
Gianfilippo

from somaticseq.

litaifang avatar litaifang commented on June 12, 2024

I can add a feature to allow any new customized callers to be included in the near future. Before we complete and test that feature, however........

Right now, for the callers that are "officially supported," SomaticSeq may handle each of them differently, some are a bit more complicated than others, some are for legacy reasons. For MuTect2, for instance, it actually grabs some VCF information as training feature, and also look for both SOMATIC and PASS tag to be classified as a "+1" call.
For LoFreq and Platypus, they're a lot simpler. A call labeled PASS is considered a "+1" call. I'm not familiar with freebayes. If it follows the same label as LoFreq (i.e., PASS calls are considered somatic calls), you may try to pretend that it's LoFreq or Platypus VCF, and feed the freebayes VCF file as --lofreq-snv freebayes_snv_calls.vcf --lofreq-indel freebayes_indel_calls.vcf or --platypus-vcf freebayes_snv_indel_calls.vcf.

from somaticseq.

gianfilippo avatar gianfilippo commented on June 12, 2024

thanks. I can definitely try that and look forward to the new feature

from somaticseq.

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.