ligerCommand-class | R Documentation |
ligerCommand object: Record the input and time of a LIGER function call
## S4 method for signature 'ligerCommand'
show(object)
object |
A |
funcName
Name of the function
time
A time stamp object
call
A character string converted from system call
parameters
List of all arguments except the liger object. Large object are summarized to short string.
objSummary
List of attributes of the liger object as a snapshot when command is operated.
ligerVersion
Character string converted from
packageVersion("rliger")
.
dependencyVersion
Named character vector of version number, if any dependency library has a chance to be included by the function. A dependency might only be invoked under certain conditions, such as using an alternative algorithm, which a call does not actually reach to, but it would still be included for this call.
pbmc <- normalize(pbmc)
cmd <- commands(pbmc, "normalize")
cmd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.