Skip to content

zzygyx9119/somaticseq

 
 

Repository files navigation

SomaticSeq: An ensemble approach to accurately detect somatic mutations

  • Detailed documentation is included in the package. It's located in docs/Manual.pdf. Quick guide can be found here.
  • SomaticSeq's open-access paper published in Genome Biology.
  • Feel free to report issues and/or ask questions at the Issues page.
  • Note: Do not worry if Python throws the following warning. This occurs when SciPy attempts a statistical test with empty data. This is expected when there is no variant read in the matched normal, resulting in NaN in the output.
      RuntimeWarning: invalid value encountered in double_scalars
      z = (s - expected) / np.sqrt(n1*n2*(n1+n2+1)/12.0)
    

Dockerized Pipelines

For a quick description of SomaticSeq, you may watch this 8-minute video: SomaticSeq Video

About

An ensemble approach to accurately detect somatic mutations using SomaticSeq

http://bioinform.github.io/somaticseq/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 51.0%
  • Shell 44.1%
  • R 4.5%
  • Perl 0.4%