write_meta {ccfindR} | R Documentation |
Write a csv file of meta gene lists from input list
write_meta(meta, file)
meta |
List of meta genes output from |
file |
Output file name |
NULL
set.seed(1) x <- simulate_whx(nrow=50, ncol=100, rank=5) s <- scNMFSet(x$x) s <- vb_factorize(s, ranks=seq(2,8), nrun=5) plot(s) m <- meta_genes(s, rank=5) write_meta(m, file='meta.csv')