orderCNV | R Documentation |
Process data for copynumber plot
orderCNV(ReturnClass, order = TRUE, descending = TRUE, sampleOrder = NULL, ...)
ReturnClass |
Class of type CNVvault created using prepareCNV. REQUIRED |
order |
Should the samples be ordered or not |
descending |
sets the direction of the ordering. Default: TRUE |
sampleOrder |
(optional) vector of sample names. Order samples should be plotted |
This function will take a dataframe with sample, chr, start.pos, end.pos and call. It will create the sample info dataframe and set ordering for the samples
orderCNV(CNVvault_object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.