Skip to content

Instantly share code, notes, and snippets.

View zbjornson's full-sized avatar

Zach Bjornson zbjornson

View GitHub Profile
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css">
<script src="http://cmx.io/v/0.1/cmx.js" charset="utf-8"></script>
<style>.cmx-user-scene4 .cmx-text-border .cmx-path {stroke: orange}
@font-face {
font-family: "xkcd";
src: url('http://antiyawn.com/uploads/Humor-Sans.ttf');
}
@zbjornson
zbjornson / LICENSE
Last active December 20, 2015 08:39 — forked from dfm/LICENSE
Copyright (c) 2012–2013 Daniel Foreman-Mackey
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
@zbjornson
zbjornson / output.R
Created October 5, 2012 03:37 — forked from mlinderm/output.R
Script for up-sampling additional FCS files - v1.1
#!/usr/bin/env Rscript
# Run this script in your SPADE analysis directory. You will need
# to copy some lines from your runSPADE.R file.
# Set the panel files as the vector of all the files, with the "parent" file as the reference_file.
PANELS <- list(
list(
panel_files=c("20071001-u937.002.fcs"),
median_cols=NULL,