Assay | R Documentation |
Assay Class
An R6Class
generator object
id
integer [optional]
name
character
custom
list( Parameter ) [optional]
external_uri
character [optional]
sample_ref
Sample [optional]
ms_run_ref
list( MsRun )
new()
Create an Assay
Assay$new( name, ms_run_ref, id = NULL, custom = NULL, external_uri = NULL, sample_ref = NULL, ... )
name
Assay name.
ms_run_ref
Reference to MsRuns.
id
Assay id.
custom
Custom parameters.
external_uri
External URI.
sample_ref
Reference to Sample.
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
Assay$toJSON()
fromJSON()
Deserialize from jsonlite list object
Assay$fromJSON(AssayJson)
AssayJson
list object.
toJSONString()
Serialize to JSON string.
Assay$toJSONString()
fromJSONString()
Deserialize from JSON string
Assay$fromJSONString(AssayJson)
AssayJson
JSON string
toDataFrame()
Serialize to data frame
Assay$toDataFrame()
fromDataFrame()
Deserialize from assay data frame
Assay$fromDataFrame(AssayDataFrame)
AssayDataFrame
Assay data frame
clone()
The objects of this class are cloneable with this method.
Assay$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.