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