Description Usage Arguments Details Value Author(s) Examples
This function converts a dataframe of appropriote format to an object of class cghRaw.
1 | make_cghRaw(input)
|
input |
Either a dataframe or character string containing a filename. See details for the format. |
The input should be either a dataframe or a tabseparated textfile (textfiles must contain a header). The first four columns should contain the name, chromosome and the start and end position in bp for each array target respectively. The chromosome and position column must contain numbers only. Following these is a column with log2 ratios for each of your samples. If the input type is a textfile, missing values should be represented as 'NA' or an empty field.
This function returns an object of class cghRaw-class
.
Sjoerd Vosse & Mark van de Wiel
1 2 3 | data(Wilting)
## Convert to \code{\link{cghRaw}} object
cgh <- make_cghRaw(Wilting)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.