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

From OpenWetWare
Jump to navigationJump to search
No edit summary
Line 45: Line 45:
* [http://bioconductor.org/packages/release/bioc/html/DESeq.html DeSeq]
* [http://bioconductor.org/packages/release/bioc/html/DESeq.html DeSeq]


* small count noise - sequence deeper
* Tips:
* large count noise - sequence more replicates
** 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 ===
=== Others ===

Revision as of 04:45, 26 December 2012

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