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