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

From OpenWetWare
Jump to navigationJump to search
 
Line 69: Line 69:
* [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]
* [http://pypi.python.org/pypi/bioservices BioServices]
* [http://matplotlib.org/ matplotlib]
* [http://matplotlib.org/ matplotlib]
* [http://ipython.org/ ipython]
* [http://ipython.org/ ipython]

Latest revision as of 12:07, 20 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