Description Usage Arguments Value Author(s) See Also Examples
View source: R/dataFrame2object.R
Convert a data frame with column: Chr, Pos, Test, Norm and
optional GC into object of class "CNAnorm"
| 1 | dataFrame2object(dataFrame)
 | 
| dataFrame | A data frame with columns Chr, Pos, Test, Norm and optional GC | 
An object of Class "CNAnorm"
Stefano Berri <s.berri@leeds.ac.uk>
CNAnorm-class, InData-class, data.frame
| 1 2 | data(LS041)
CN <- dataFrame2object(LS041)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.