VitessceConfigDatasetFile | R Documentation |
Class representing a file in a dataset in a Vitessce view config.
File in a dataset in a VitessceConfig
new()
Create a new dataset file object.
VitessceConfigDatasetFile$new( url = NA, file_type = NA, options = NA, coordination_values = NA, data_type = NA )
url
A URL for the file.
file_type
A file type for the file.
options
A list of options to include for the file.
coordination_values
A list of coordination values to include in the file definition.
data_type
A data type for the file.
A new VitessceConfigDatasetFile
object.
to_list()
Convert the object to an R list. Helpful when converting the config to JSON.
VitessceConfigDatasetFile$to_list()
A list
that can be serialized to JSON using rjson
.
clone()
The objects of this class are cloneable with this method.
VitessceConfigDatasetFile$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.