refineFunction | R Documentation |
Reorders a subset of the methylation data.
refineFunction(orderObject, refineStart, refineEnd, Method = "PCA")
orderObject |
An object of class |
refineStart |
The index of the first sample (row) used in the refinement. |
refineEnd |
The index of the last sample (row) used in the refinement. |
Method |
The seriation method used to perform the refinement. |
The refinement reorders the cells/molecules (rows) between the indicated start and end positions. The function returns the new complete ordering with the refinement applied.
data(singlemolecule_example)
orderObj <- initialOrder(singlemolecule_example, Method = "PCA")
# reordering the first 50 cells/molecules (rows)
orderObj$order1 <- refineFunction(orderObj, 1, 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.