You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\title{Write a mapping frequencies table to a tome file.}
\usage{
write_tome_mapping(mapping, mapping_name = NULL, tome,
overwrite = NULL)
}
\arguments{
\item{mapping}{A data.frame with mapping results to write.}
\item{mapping_name}{The base name of the mapping Should match the mapping description table}
\item{tome}{Path to the target tome file.}
\item{overwrite}{Whether or not to overwrite existing annotations. Default is NULL, which will use the global settings defined with set_scrattch.io_global_overwrite().}