View source: R/ligerCommand_relates.R
commandDiff | R Documentation |
Check difference of two liger command
commandDiff(object, cmd1, cmd2)
object |
liger object |
cmd1 , cmd2 |
Exact string of command labels. Available options could be
viewed with running |
If any difference found, a character vector summarizing all differences
pbmc <- normalize(pbmc)
pbmc <- normalize(pbmc, log = TRUE, scaleFactor = 1e4)
cmds <- commands(pbmc)
commandDiff(pbmc, cmds[1], cmds[2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.