Nothing
################################################################################
##
## This software is created by Molecular Genom Analysis Group
## Department of German Cancer Research Center in Heidelberg
##
##
## AllGlobals.R
## Created on: Oct 23, 2008
## Author: Rudolf Biczok <r.biczok@dkfz-heidelberg.de>
## Description: Some global definitions
##
################################################################################
############################################
## syntax of ddCt parameters
############################################
PARAM.SYNTAX <- "^-([^-=\\s]+)=([^\\s]+)$"
SUB.PARAM.SYNTAX <- "^([^-\\s]+)=([^\\s]+)$"
############################################
## syntax of the R commandline
## programm Rscript
############################################
SYS.PARAM.SYNTAX <- "^--([^=\\s]+)=?([^\\s]*)$"
############################################
## used columns of data
############################################
PRIMARY.INPUT.COLS <- c("Sample","Detector","Ct");
##----------------------------------------##
## Default sample, feature, and Ct column names
##----------------------------------------##
DEFAULT.SAMPLE.COLNAME <- "Sample"
DEFAULT.FEATURE.COLNAME <- "Detector"
DEFAULT.CT.COLNAME <- "Ct"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.