| MethylMix_RemoveFlipOver | R Documentation | 
Internal. The estimated densities for each beta component can overlap, generating samples that look like being separated from their group. This function re classifies such samples.
MethylMix_RemoveFlipOver(
  OrigOrder,
  MethylationState,
  classification,
  METdataVector,
  NrComponents,
  UseTrainedFlipOver = FALSE,
  FlipOverState = 0
)
| OrigOrder | order of sorted values in the methylation vector. | 
| MethylationState | methylation states for this gene. | 
| classification | vector with integers indicating to wich component each sample was classified into. | 
| METdataVector | vector with methylation values from the cancer samples. | 
| NrComponents | number of components in this gene. | 
| UseTrainedFlipOver | . | 
| FlipOverState | . | 
Corrected vectors with methylation states and classification.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.