plotFID_live | R Documentation |
plotFID_live
makes a log10 fold change versus log10 sum intensity plot,
usually known as MA plot.
plotFID_live(pdat, res, max_points = 100)
pdat |
Protein |
res |
Result table from |
max_points |
Maximum number of points that can be selected. |
A shiny
session hosted locally.
library(shiny)
library(proteusLabelFree)
data(proteusLabelFree)
prodat.med <- normalizeData(prodat)
res <- limmaDE(prodat.med,sig.level = 0.05)
## Not run:
plotFID_live(prodat.med, res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.