knitr::opts_chunk$set(echo = TRUE)
load("~/rnaGinesis/data/Dataset_Simulation.RData")
mixture <- Dataset_Simulation$ex # Calls helper method runNMF to run NMF on mixture Dataset_Simulation.NMF <- runNMF(mixture, rank = 3)
save(Dataset_Simulation.NMF, file = "~/rnaGinesis/data/Dataset_Simulation.NMF.result.RData")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.