loadDataFromLoom: Loads .obs and .var data from loom file

Description Usage Arguments Value

View source: R/0_utils.R

Description

Loads .obs and .var data from loom file

Usage

1
2
3
4
5
6
loadDataFromLoom(
  path,
  col_attrs = NULL,
  obs_names = "obs_names",
  var_names = "var_names"
)

Arguments

path

path to loom file

col_attrs

column attributes to include in sample table. By default will include all in loom file.

obs_names

where in loom file observation names are stored

var_names

where in loom file variable names are stored

Value

list includeing expression matrix and sample table


pcahan1/epoch documentation built on Feb. 14, 2022, 1:57 a.m.