List of programs

From XenopusBioinfo
Jump to: navigation, search

Programs you may need to install on your machine

Basic tools

  • Terminal
    • Mac and Linux: You already have it. Search 'Terminal'.
    • Windows: PuTTY may be the best option (Download. If you love Chrome, there is an SSH app available in Chrome Web Store. (SSH shortcut is another useful extension.)
  • File transfer
    • Mac and Linux: Just use scp in your terminal.
    • Mac: Cyberduck is a GUI client.
    • Windows: WinSCP

Programming

  • Python - https://www.python.org/ version 2.7, please!
    • Mac and Linux: You may have it already. Open your terminal, and type 'python -v'.
    • Windows: Use Anaconda. Alternatively, you can use Enthought Canopy. These programs will make your life easier for installing important python libraries, such as numpy/scipy and matplotlib. (FYI, you can use them on Mac & Linux).

Data visualization analysis

Programs used in the server side mostly

Short-read sequencing data analysis

  • bowtie
  • bowtie2
  • tophat
  • cufflink
  • STAR
  • MACS
  • HOMER
  • In R, Bioconductor
  • In R, DESeq

Shotgun Proteomics data analysis

Basic sequence analysis