loom-class | R Documentation |
A class for connections to loom files
A class for connections to loom files
An R6Class
object
hdf5r::H5RefClass
-> hdf5r::H5File
-> SeuratDisk::scdisk
-> loom
hdf5r::H5RefClass$close()
hdf5r::H5RefClass$dec_ref()
hdf5r::H5RefClass$get_file_id()
hdf5r::H5RefClass$get_obj_type()
hdf5r::H5RefClass$get_ref()
hdf5r::H5RefClass$inc_ref()
hdf5r::H5RefClass$methods()
hdf5r::H5File$attr_delete()
hdf5r::H5File$attr_delete_by_idx()
hdf5r::H5File$attr_delete_by_name()
hdf5r::H5File$attr_exists()
hdf5r::H5File$attr_exists_by_name()
hdf5r::H5File$attr_get_number()
hdf5r::H5File$attr_info_by_idx()
hdf5r::H5File$attr_info_by_name()
hdf5r::H5File$attr_name_by_idx()
hdf5r::H5File$attr_open()
hdf5r::H5File$attr_open_by_idx()
hdf5r::H5File$attr_open_by_name()
hdf5r::H5File$attr_rename()
hdf5r::H5File$attr_rename_by_name()
hdf5r::H5File$close_all()
hdf5r::H5File$commit()
hdf5r::H5File$create_attr()
hdf5r::H5File$create_attr_by_name()
hdf5r::H5File$create_dataset()
hdf5r::H5File$create_group()
hdf5r::H5File$create_reference()
hdf5r::H5File$exists()
hdf5r::H5File$file_info()
hdf5r::H5File$flush()
hdf5r::H5File$get_filename()
hdf5r::H5File$get_filesize()
hdf5r::H5File$get_intent()
hdf5r::H5File$get_obj_count()
hdf5r::H5File$get_obj_ids()
hdf5r::H5File$get_obj_name()
hdf5r::H5File$group_info()
hdf5r::H5File$group_info_by_idx()
hdf5r::H5File$group_info_by_name()
hdf5r::H5File$link()
hdf5r::H5File$link_copy_from()
hdf5r::H5File$link_copy_to()
hdf5r::H5File$link_create_external()
hdf5r::H5File$link_create_hard()
hdf5r::H5File$link_create_soft()
hdf5r::H5File$link_delete()
hdf5r::H5File$link_delete_by_idx()
hdf5r::H5File$link_exists()
hdf5r::H5File$link_info()
hdf5r::H5File$link_info_by_idx()
hdf5r::H5File$link_move_from()
hdf5r::H5File$link_move_to()
hdf5r::H5File$link_name_by_idx()
hdf5r::H5File$link_value()
hdf5r::H5File$link_value_by_idx()
hdf5r::H5File$ls()
hdf5r::H5File$mount()
hdf5r::H5File$obj_copy_from()
hdf5r::H5File$obj_copy_to()
hdf5r::H5File$obj_info()
hdf5r::H5File$obj_info_by_idx()
hdf5r::H5File$obj_info_by_name()
hdf5r::H5File$open()
hdf5r::H5File$open_by_idx()
hdf5r::H5File$path_valid()
hdf5r::H5File$print()
hdf5r::H5File$unmount()
SeuratDisk::scdisk$chunk.points()
SeuratDisk::scdisk$finalizer()
SeuratDisk::scdisk$initialize()
add_attribute()
Add an attribute
loom$add_attribute(x, name, type = c("global", "row", "col"))
x
Object to add as an attribute
name
Name to store attribute as
type
Type of attribute to add
add_graph()
Add a graph
loom$add_graph(x, name, type = c("col", "row"), verbose = TRUE)
x
...
name
...
type
...
verbose
...
add_layer()
Add a layer to this loom file
loom$add_layer(x, name, transpose = TRUE, verbose = TRUE)
x
An object to save as a layer
name
Name to store layer as
transpose
...
verbose
...
Invisibly returns NULL
version()
Get version information
loom$version()
A numeric_version
object with the loom
specification version information
timestamp()
Add a timestamp to a dataset or group as an HDF5 attribute
loom$timestamp(name = NULL)
name
Name of dataset or group to add timestamp to; if NULL
,
timestamps the file as a whole
Invisibly returns the object
last.modified()
Retrieve a timestamp from a dataset or group
loom$last.modified(name = NULL, locale = FALSE)
name
Name of dataset or group to retrieve timestamp from; if
NULL
, retrieves timestamp from at the file-level
locale
Change the timestamp of to the timezone of the locale
A character with the timestamp
H5File
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.