View source: R/render_results.R
render_results | R Documentation |
render markdown report for data produced by benchmark
render_results( temp.dir, benchmark.name = "", celltype.col = "cell_type", celltype.order = NULL, celltype.order.sim = NULL )
temp.dir |
directory containing the benchmark data. |
benchmark.name |
string, name of the benchmark to be included in report filename |
celltype.col |
string, name of the column in sc.pheno that contains cell type information; default "cell_type" |
celltype.order |
character vector, order of celltypes in real data plot |
celltype.order.sim |
character vector, order of celltypes in simulated data plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.