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

From OpenWetWare
Jump to navigationJump to search
Line 81: Line 81:
* [https://code.google.com/p/augustus/ Augustus] - system for building and scoring statistical models
* [https://code.google.com/p/augustus/ Augustus] - system for building and scoring statistical models
* [https://github.com/ContinuumIO/Bokeh Bokeh] - implementation of the "Grammar of Graphics"
* [https://github.com/ContinuumIO/Bokeh Bokeh] - implementation of the "Grammar of Graphics"
* [https://github.com/pymc-devs/pymc PyMC] - Bayesian inference in Python


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


* [http://messymind.net/2012/07/making-matplotlib-look-like-ggplot/ Making matplotlib look like ggplot]
* [http://messymind.net/2012/07/making-matplotlib-look-like-ggplot/ Making matplotlib look like ggplot]

Revision as of 21:10, 5 May 2013

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