User:Konrad U Foerstner/Tools and procedures: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
== SNP calling ==
== NGS ==


=== With Samtools ===
* [https://github.com/lomereiter/sambamba] - offers similar functions as samtools but offers parallel processing
 
=== SNP calling ===
 
==== With Samtools ====


* Important. Base alignment quality (BAQ) is switched on per default and very (too) strict [http://massgenomics.org/2012/03/5-things-to-know-about-samtools-mpileup.html 5 Things to Know About SAMtools Mpileup]
* Important. Base alignment quality (BAQ) is switched on per default and very (too) strict [http://massgenomics.org/2012/03/5-things-to-know-about-samtools-mpileup.html 5 Things to Know About SAMtools Mpileup]

Revision as of 23:00, 28 September 2013

NGS

  • [1] - offers similar functions as samtools but offers parallel processing

SNP calling

With Samtools


Phylogenetic trees

Multiple alignments

TSS prediction

Whole genome alignments

Pathway visualization

Transcription Terminator prediction

miRNA target prediction

miRmap (untested)

Differential gene expression analysis

DESeq

  • Tips:
    • small count noise - sequence deeper
    • large count noise - sequence more replicates
    • if the assumption that most genes are not differentially expressed is not the case use different methods to normalize (e.g. spike-ins)

Others

  • BaySEq
  • edgR
  • Gfold
  • NoiSeq

Python

General useful libraries

Misc


Visualisation