View source: R/plotDNAmProfile.R
plotlyPcPForDMP | R Documentation |
plots the near range of a DMR in a parallel coordinate plot and gives a plotly object back
plotlyPcPForDMP(
DMPNearRange,
probe,
resultDataSingleTrait,
annotation,
selection,
shortlabel = TRUE
)
DMPNearRange |
a data.frame containing row.names(ID), IDs (ID_Kind), sex, trait and cgs around probe |
probe |
probe (in the center), that the parallel coordinate plot should show; cg number |
resultDataSingleTrait |
trait original methylation data as data.frame: probeID, BETA, SE, P_VAL, FDR, DeltaMeth, N |
annotation |
annotation data (pre loaded); the annotation from meffil |
selection |
a list of cg numbers to mark within the methylation profile plot |
shortlabel |
if TRUE only the cg number is plotted into the methylation profile plot |
plotly object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.