powered by
Check difference of two liger command
commandDiff(object, cmd1, cmd2)
If any difference found, a character vector summarizing all differences
liger object
Exact string of command labels. Available options could be viewed with running commands(object).
commands(object)
pbmc <- normalize(pbmc) pbmc <- normalize(pbmc, log = TRUE, scaleFactor = 1e4) cmds <- commands(pbmc) commandDiff(pbmc, cmds[1], cmds[2])
Run the code above in your browser using DataLab