Description Usage Arguments Value Author(s)
Feature plot module - server
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | featAbundance(
input,
output,
session,
aggDat,
featLevel,
intraSettings,
selectedFeat,
featName,
numOfFeats,
ylabMode,
normalizedData,
reset
)
|
input |
shiny input |
output |
shiny output |
session |
shiny session |
aggDat |
aggregated MRExperiment |
featLevel |
chosen feature level (aggregation level) |
intraSettings |
analysis settings passed over from analysis input module |
selectedFeat |
feature selected via drop down element of analysis input |
featName |
plotly click event passed via relative abundance |
numOfFeats |
number of features shown in relative abundance plot (affects plotly click data) |
ylabMode |
character indication if raw \"Reads\" or \"Percentage\" should be shown |
normalizedData |
boolean indicating whether data has been normalized |
reset |
boolean reactive which resets the module if TRUE |
R code needed to build the feature plot
Janina Reeder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.