Created from the plain text reference card on orgmode.org Download this file, and open it in Emacs org-mode!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```{r custom} | |
library(VariantAnnotation) | |
library(ggplot2) | |
library(pheatmap) | |
library(scales) | |
library(gridExtra) | |
library(gtools) | |
library(RColorBrewer) | |
library(knitr) | |
library(tidyr) |
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