#!/usr/bin/env Rscript
############################################################################
#
############################################################################
library("aroma.seq");
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Setup
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Data set
dataSet <- "AlbertsonD_2012-SCC";
organism <- "Homo_sapiens";
path <- file.path("fastqData", dataSet, organism);
ds <- IlluminaFastqDataSet$byPath(path);
print(ds);
df <- ds[[1]];
print(df);
rg <- getSamReadGroup(df);
print(rg);
############################################################################
# HISTORY:
# 2012-09-30
# o Created.
############################################################################
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.