PotentialIntegration - kpeaton/altanalyze_wikitest GitHub Wiki
- RNA-Seq analysis: https://rnaseqlib.readthedocs.org/en/latest/
- Network visualization: http://code.google.com/p/python-graph/w/list
- Python graph-tool: http://projects.skewed.de/graph-tool/
- RNA-Seq isoform visualization (requires Matplotlib and PyML) : http://splicegrapher.sourceforge.net/
- Other: http://vermeulen.ca/python-graphics.html
- Advanced table viewer: http://www.nemethi.de/tablelist/tablelist.html
- Interactive heatmap, network and other in Orange: http://www.biolab.si/supp/bi-visprog/dicty/Heat%20Map.htm
- Methylation-sequencing visualization: https://github.com/simonvh/fluff/blob/master/README.md
- Interactive visualization: http://bokeh.pydata.org/
- Biclustering: http://scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_biclustering.html
- Sircah: http://www.bork.embl.de/Sircah/gallery.html
- Sub-pathway based python GSEA DiffPath: https://github.com/aditi9783/DiffPath
- HTSeq: http://www-huber.embl.de/users/anders/HTSeq/doc/overview.html
- Exon expression extraction: http://code.google.com/p/bedtools/
- PCA and clustering: http://pyrorobotics.org/?page=PyroModuleAnalysis
- RNA-Seq QC and visualization: http://code.google.com/p/rseqc/
- RNA-Seq QC and visualization: https://confluence.broadinstitute.org/display/CGATools/RNA-SeQC/
- Evaluate ICA for LineageProfiler
- Genomic evaluation of qPCR primers: http://quwubin.cn/MFEprimer/
- Databases for probe-level splicing anlayses: http://affymetrix2.bioinf.fbb.msu.ru/files.html
- GEO data import: http://bcbio.wordpress.com/2010/01/02/automated-retrieval-of-expression-data-with-python-and-r/
- Sweave for python: http://stackoverflow.com/questions/2161152/sweave-for-python
- SplicingCompass in R: http://www.ichip.de/software/SplicingCompass.html
- Pycogent for probabilist genomics: http://pycogent.org
note: Win32 and Win64 unofficial installers can be found here: http://www.lfd.uci.edu/~gohlke/pythonlibs/
- easy_install python-graph-core
- easy_install python-graph-dot (possible dependency)
- install graphviz (dependency for dot and graphviz)
- install MacPorts (easy install for mac apps – from dmg)
- sudo install graphviz
- ran example python-graph file and received a warning about trying to import the module gv. The module gv appears to be local to python graph and is called when graphviz is found in the indicated path (path is manually specified in the test code.) No graphviz folder containing a folder named python found. No solution on the Wiki for mac.
- Tried to install pygraphviz (not sure if this is related) using easy_install, does not appear to be related.
- stopped here… failed
- Saw at http://stackoverflow.com/questions/5639049/setting-graph-attributes-in-pygraph that pyGraphViz can run virtually the same example and work without using the above python-graph… this worked! Use this instead (only dependency is graphviz and possibly dot – not sure). Need to test on PC and Linux.
- Depends on numpy (already installed)
- easy_install matplotlib… encountered several errors, but installed. As an alternative can install from: http://matplotlib.sourceforge.net (installs numpy)
- Tried - http://www.thetechrepo.com/main-articles/465-how-to-create-a-graph-in-python - worked great!
- Tried the animation examples on the website and encountered a common error:
- File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib-1.1.0-py2.7-macosx-10.6-intel.egg/matplotlib/animation.py", line 248, in blit_clear
- a.figure.canvas.restore_region(bg_cachea)
- AttributeError: 'FigureCanvasMac' object has no attribute 'restore_region'
- No function restore_region in the class FigureCanvasMac in the module “backend_macosx.py” (only one that contains FigureCanvasMac).
- After contacting the MatPlotLib community, discovered that setting blit=False will fix this problem.
- Depends on Cairo for non-SVG based visualization (PNG, PDF)
- amd64bit installer from: http://www.lfd.uci.edu/~gohlke/pythonlibs/
- cairo dependencies from http://ftp.gnome.org/pub/gnome/binaries/win64/dependencies/ as described here: http://www.cs.rhul.ac.uk/home/tamas/development/igraph/tutorial/install.html#installing-igraph