Skip to content

Instantly share code, notes, and snippets.

View lpantano's full-sized avatar
:octocat:
working

Lorena Pantano lpantano

:octocat:
working
View GitHub Profile
@chapmanb
chapmanb / lorena-mirqc.md
Created December 5, 2015 18:14
Lorena small RNA post feedback

small RNA-seq with bcbio-nextgen

It would be good to have a few short sentences of introduction here to orient readers and give them an overview of the whole post.

  • Why is small RNA-seq analysis important
  • What types of analysis do you provide (this is in the pipeline section below), in a sentence.
  • What is bcbio
```{r custom}
library(VariantAnnotation)
library(ggplot2)
library(pheatmap)
library(scales)
library(gridExtra)
library(gtools)
library(RColorBrewer)
library(knitr)
library(tidyr)
@rufuspollock
rufuspollock / csv2sqlite.py
Last active April 14, 2016 14:22
UPDATED VERSION NOW AT https://github.com/rgrp/csv2sqlite [Script to load CSV to SQLite]
#!/usr/bin/env python
# A simple Python script to convert csv files to sqlite (with type guessing)
#
# @author: Rufus Pollock
# Placed in the Public Domain
import csv
import sqlite3
def convert(filepath_or_fileobj, dbpath, table='data'):
if isinstance(filepath_or_fileobj, basestring):
@drj42
drj42 / org-mode-reference-in.org
Created February 6, 2012 23:53
This is a cheat sheet for Emacs org-mode... in org-mode format!