The msqrob2 Bioconductor package ports and modernises the method presented in MSqRob and MSqRobSum to use the QFeatures class infrastructure.
The msqrob2gui
package implements shiny apps for Bioconductor package msqrob2
.
if(!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("msqrob2")
BiocManager::install("statomics/msqrob2gui")
The app can be launched by loading the package and running the launchMsqrob2App
function
library(msqrob2gui)
launchMsqrob2App()
An instruction video can be found on https://youtu.be/F5d0E-U4rOM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.