hasAssay | R Documentation |
The hasAssay
function is intended for developers who would like to
include new classes into a MultiAssayExperiment
instance.
It checks the methods tables of the assay
function for the
specified class of the argument.
hasAssay(object)
object |
A |
A logical
value indicating method availability
lst <- structure(list(), .Names=character())
hasAssay(lst)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.