lamindb.integrations.save_vitessce_config¶
- lamindb.integrations.save_vitessce_config(vitessce_config, key=None, description=None)¶
Validates and saves a
VitessceConfig
object.If the
VitessceConfig
object references multiple artifacts, automatically creates aCollection
and displays the “Vitessce button” next to it.The
VitessceConfig
artifact has.suffix = ".vitessce.json"
and.kind = "__lamindb_config__"
, which is by default hidden on the hub UI.Guide: Vitessce.
- Parameters:
vitessce_config (
VitessceConfig
) – AVitessceConfig
object.key (
str
|None
, default:None
) – Akey
for theVitessceConfig
artifact.description (
str
|None
, default:None
) – Adescription
for theVitessceConfig
aritifact. Is additionally used askey
for aCollection
in case theVitessceConfig
object references multiple artifacts.
- Return type: