Description Usage Arguments Author(s) See Also Examples
Renders a reactive PCR amplification plot that is suitable for assigning to
an UI output
slot.
1 2 3 4 |
inputId |
The |
label |
Display label for the control, or |
ampCurves |
Amplification curves data with
|
colorBy |
Column name that contains color levels data. |
linetypeBy |
Column name that contains linetype levels data. |
logScale |
Converts plot to |
showCq |
Shows Cq with dots ( |
showLegend |
Show plot legend. |
thBy |
Column name that separates threshold values ( |
plotlyCode |
Your quoted custom plotly code. |
cssFile |
Path to the css styles file. |
cssText |
CSS styles as text. |
interactive |
Should be this |
Konstantin A. Blagodatskikh <k.blag@yandex.ru>
Other render elements: renderMeltCurves
1 2 3 4 | library(RDML)
rdml <- RDML$new(system.file("/extdata/test.rdml", package = "shinyMolBio"))
curves <- renderAmpCurves("curves1", ampCurves = rdml$GetFData(long.table = TRUE))
curves[[2]][[3]][[2]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.