Description Usage Arguments Value Note Author(s) See Also Examples
objectsampletotemplate
parses QDNAseq-objects into the data frame structure used by various ACE functions. These functions call objectsampletotemplate itself when necessary, but it might be convenient to make a template if you expect some repeated use of the functions or if you want to make manual adjustments to the template.
1 | objectsampletotemplate(copyNumbersSegmented, index = 1)
|
copyNumbersSegmented |
QDNAseqCopyNumbers object with segmented data |
index |
Integer. Specifies the index of the sample |
Returns a template data frame with the columns bin, chromosome, copynumbers, and segments (when available)
If segment values are missing, the function will still return a data frame, but only containing the copynumbers column, not the segments column
Jos B. Poell
singlemodel
, squaremodel
, singleplot
1 2 | data("copyNumbersSegmented")
template <- objectsampletotemplate(copyNumbersSegmented, index = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.