Skip to content

Instantly share code, notes, and snippets.

View felipealbrecht's full-sized avatar
🎯
Focusing

Felipe Albrecht felipealbrecht

🎯
Focusing
View GitHub Profile
@felipealbrecht
felipealbrecht / blueprint_gene_exprs_fpkm.r
Last active October 29, 2016 06:52 — forked from mlist/blueprint_gene_exprs_fpkm.r
Download all BLUEPRINT gene expression data and format as numeric matrix
# Load dependencies
# install DeepBlueR from bioconductor
# http://bioconductor.org/packages/release/bioc/html/DeepBlueR.html
library(DeepBlueR)
library(dplyr)
library(tidyr)
# List all BLUEPRINT samples
blueprint_samples <- deepblue_list_samples(
extra_metadata = list("source" = "BLUEPRINT Epigenome"))
@felipealbrecht
felipealbrecht / 0_reuse_code.js
Created September 29, 2015 09:59
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console