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

From OpenWetWare
Jump to navigationJump to search
Line 73: Line 73:
* [https://code.google.com/p/pysam/ pysam]
* [https://code.google.com/p/pysam/ pysam]
* [http://packages.python.org/ete2/index.html ete2] - For phylogenetic trees
* [http://packages.python.org/ete2/index.html ete2] - For phylogenetic trees
* [http://networkx.github.com NetworkX]


=== 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 13:59, 4 February 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