connect: Connect to a loom file

Description Usage Arguments Value See Also

View source: R/loom.R

Description

Connect to a loom file

Usage

1
connect(filename, mode = "r", skip.validate = FALSE)

Arguments

filename

The loom file to connect to

mode

How do we connect to it? Pass 'r' for read-only or 'r+' for read/write. If mode is 'r+', loomR will automatically add missing required groups during validation

skip.validate

Skip the validation steps, use only for extremely large loom files

Value

A loom file connection

See Also

loom


mojaveazure/loomR documentation built on May 29, 2019, 5:44 a.m.