write_tome_projection: Write projection coordinates (e.g. tSNE or PCA) to a tome...

Description Usage Arguments

View source: R/write_tome.R

Description

Write projection coordinates (e.g. tSNE or PCA) to a tome file.

Usage

1
write_tome_projection(proj, proj_name = NULL, tome, overwrite = NULL)

Arguments

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().


AllenInstitute/scrattch.io documentation built on Nov. 17, 2021, 10:06 a.m.