Skip to content

Instantly share code, notes, and snippets.

View dylanbstorey's full-sized avatar

Dylan Storey dylanbstorey

View GitHub Profile
@dylanbstorey
dylanbstorey / GeneralAnalyeses
Last active July 5, 2016 16:08
General Analyses of a Micro Biome
library(ggplot2)
library(reshape2)
library(vegan)
library(gplots)
library(ggrepel)
library(fossil)
global_S <- NULL
@dylanbstorey
dylanbstorey / better_bi_plot.R
Last active May 17, 2016 21:41
Better Bi Plot
library(ggplot2)
library(reshape2)
library(vegan)
library(gplots)
library(ggrepel)
library(fossil)
multiplot <- function(..., plotlist=NULL, file, cols=1, layout=NULL) {
require(grid)
@dylanbstorey
dylanbstorey / 2016-1-19-WhatsInADatabase.pl
Last active January 19, 2016 07:31
How data was fetched and processed for the 1-19-2016 Whats in a Database post.
#!/usr/bin/perl
use warnings;
use strict;
use TaxonomyCirclePack;
use Storable;
use Data::Dumper;
=pod