Write projection coordinates (e.g. tSNE or PCA) to a tome file.
1 | write_tome_projection(proj, proj_name = NULL, tome, overwrite = NULL)
|
proj |
A data.frame with projection coordinates to write. Requires columns: sample_name, x, y (, z optional) |
proj_name |
The base name of the projection. Should match the projection description table |
tome |
Path to the target tome file. |
overwrite |
Whether or not to overwrite existing annotations. Default is NULL, which will use the global settings defined with set_scrattch.io_global_overwrite(). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.