saveDEasJSON | R Documentation |
Save differential expression results as JSON
saveDEasJSON(
de.results = NULL,
saveprefix = NULL,
gene.metadata = NULL,
cluster.sep.chr = "<!!>"
)
de.results |
differential expression results (default=NULL) |
saveprefix |
prefix for the differential expression output (default=NULL) |
gene.metadata |
data.frame with gene metadata (default=NULL) |
cluster.sep.chr |
character string of length 1 specifying a delimiter to separate cluster and app names (default='<!!>') |
JSON with DE results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.