View source: R/liger-methods.R
is.newLiger | R Documentation |
Check if given liger object if under new implementation
is.newLiger(object)
object |
A liger object |
TRUE
if the version of object
is later than or equal to
1.99.0. Otherwise FALSE
. It raises an error if input object is not of
liger class.
is.newLiger(pbmc) # TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.