powered by
Save DE results as JSON tables for viewing in browser
saveDeAsJson( de.raw, sample.groups = NULL, saveprefix = NULL, dir.name = "JSON", gene.metadata = NULL, verbose = TRUE )
JSON files, table of content, and viewer files for viewing DE results in browser
List of DE results from e.g. cacoa, conos
Sample groups as named list, each element containing a vector of samples. Can be retrieved from e.g. package cacoa (default=NULL)
Prefix for created files (default=NULL)
Name for directory with results. If it doesn't exist, it will be created. To disable, set as NULL (default="JSON")
(default=NULL) # Needs explanation
Show progress (default=TRUE)
if (FALSE) { saveDeAsJson(de.raw, sample.groups) } ## The results can be viewed in a webbrowser by opening toc.html
Run the code above in your browser using DataLab