Skip to contents

Delete a signature from the editable source registry

Usage

sn_delete_signature(species = "human", path, catalog_path = NULL)

Arguments

species

One of "human" or "mouse".

path

Slash-delimited signature path relative to the species root.

catalog_path

Optional path to a signature catalog .rda snapshot.

Value

Invisibly returns the normalized registry path.

Examples

if (FALSE) { # \dontrun{
sn_delete_signature(
  species = "human",
  path = "Programs/custom/MySignature"
)
} # }