tabify_coords | R Documentation |
tabify_coords
can be used to convert a comma separated
value on the clipboard e.g. from neuroglancer to tab separated values
needed by Seatable when coordinates are stored in 3 separate columns. It
also words for multiple coordinates.
tabify_coords(xyz = NULL, FUN = NULL, write_clip = NULL)
xyz |
3D Coordinates in any form compatible with
|
FUN |
a transformer function to apply to the incoming coordinates. As a
convenience if |
write_clip |
Whether to write the result to the clipboard. When missing
(the default) will write to clipboard only if coordinates were read from
the clipboard because |
Character vector tab separated coordinates. When xyz
is
missing these will be returned invisibly and also written to the clipboard.
tabify_coords(1:3)
## Not run:
# copy position from clipboard and write back as TSV
tabify_coords()
# same but convert from raw coordinates to nm
tabify_coords(flywire_raw2nm)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.