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

From OpenWetWare
Jump to navigationJump to search
Line 63: Line 63:
* [https://bitbucket.org/james_taylor/bx-python/ bx-python]
* [https://bitbucket.org/james_taylor/bx-python/ bx-python]
* [http://www.scipy.or NumPy/SciPy]
* [http://www.scipy.or NumPy/SciPy]
* [https://code.google.com/p/numexpr/ numexpr] Fast numerical array expression evaluator for Python and NumPy
* [http://pandas.pydata.org/ panda]
* [http://pandas.pydata.org/ panda]
* [http://www.crummy.com/software/BeautifulSoup/ beautiful soup]
* [http://www.crummy.com/software/BeautifulSoup/ beautiful soup]

Revision as of 01:27, 3 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