Skip to content

Instantly share code, notes, and snippets.

@DJFernandes
DJFernandes / individualised_size_vs_growth.rmd
Created July 7, 2020 12:56
simulating neuroanatomy individualisation
---
title: "individualised size vs growth"
author: "Darren Fernandes"
date: "06/07/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
@DJFernandes
DJFernandes / GOrilla.pl
Last active June 9, 2020 20:51 — forked from amackey/GOrilla.pl
command line utility to upload gene lists to GOrilla, and download results table(s).
#!/usr/bin/perl
use strict;
use warnings;
use WWW::Mechanize;
use Getopt::Long;
my $GOrillaURL = "http://cbl-gorilla.cs.technion.ac.il/";