Description Usage Arguments Value Note
Use Tool
to get tool data. If no additional arguments are provided,
will return a vector with the names of tools in the object.
1 2 3 4 5 6 7 8 9 |
object |
An object |
... |
Arguments passed to other methods |
value |
Information to be added to tool list |
slot |
Name of tool to pull |
If no additional arguments, returns the names of the tools in the object; otherwise returns the data placed by the tool requested
For developers: set tool data using Tool<-
. Tool<-
will
automatically set the name of the tool to the function that called Tool<-
,
so each function gets one entry in the tools list and cannot overwrite another
function's entry. The automatic naming will also remove any method identifiers
(eg. RunPCA.Seurat will become RunPCA); please plan accordingly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.