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

From OpenWetWare
Jump to navigationJump to search
Line 89: Line 89:
* [https://github.com/alimanfoo/pysamstats pysamstats]
* [https://github.com/alimanfoo/pysamstats pysamstats]
* [https://vincent.readthedocs.org/ Vincent] - A Python to Vega Translator
* [https://vincent.readthedocs.org/ Vincent] - A Python to Vega Translator
* [https://github.com/mwaskom/seaborn] Seaborn: statistical data visualization
* [https://github.com/mwaskom/seaborn Seaborn] - statistical data visualization


=== Misc ===
=== Misc ===

Revision as of 09:25, 3 November 2013

NGS

  • sambamba - 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