Skip to content

Instantly share code, notes, and snippets.

hr {
width: 30%;
margin: 30px 0;
}
{
"@context": {
"dc": "http://purl.org/dc/elements/1.1/",
"dcmitype": "http://purl.org/dc/dcmitype/",
"dcterms": "http://purl.org/dc/terms/",
"@vocab": "http://purl.org/dc/elements/1.1/",
"admin": null,
"id": null,
"_id": null,
"ingestionSequence": null,
@duxan
duxan / README.md
Created June 30, 2014 20:13 — forked from mloughran/README.md
EventMachine basic example

Getting started

First add your twitter username and password. Then server.rb and once it's started open websocket.html in your browser. You should see some tweets appear. If not take a look at the javascript console.

@duxan
duxan / server.R
Created March 7, 2016 10:32 — forked from sidderb/server.R
A Shiny/R app to display the Illumina human body map dataset. I have not included the expression data due to it's size (19Gb) but this should work with any RNA-seq data set analysed with a TopHat->Cufflinks->CuffDiff pipeline.
library(shiny)
library(deSolve)
library(cummeRbund)
# load cuffDiff data, must be in top dir and called cuffData.db:
cuff = readCufflinks()
shinyServer(function(input,output) {
getData = reactive(function() {