shinyGenePlot | R Documentation |
A shiny widget for bvt's genePlot
shinyGenePlot(
data,
geneList,
factorList,
gpOptions,
dbName = "data",
themeName = "basicTheme"
)
data |
|
geneList |
character vector; List of all possible gene names including expression data row names and gene symbols if in use. |
factorList |
all possible factors from phenotype data. |
gpOptions |
active options from the command line. |
dbName |
character; Name of the database passed to |
themeName |
character; Name of of the selected npTheme as a character string. Used to set the default value in shiny. As |
This is a the optional gui interface for using genePlot. It is an internal function that is not exported The interface returns the options selected by the user. The GUI allows for extensive customization and returns the effective plotting command and npData object for plotting. This is due to the way that RStudio handles graphics a and seems to have issues with immediately ploting the data. For this reason the data is plotted in base R but only the npData object is returned in RStudio. This can to plotted using plot or genePlot or any nicePlots function.
genePlot
ToDo<-1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.