parse_loc_object: more flexible parsing of single cell objects

Description Usage Arguments Value Examples

View source: R/utils.R

Description

more flexible parsing of single cell objects

Usage

1
2
3
4
5
6
7
8
9
parse_loc_object(
  input,
  type = class(input),
  expr_loc = NULL,
  meta_loc = NULL,
  var_loc = NULL,
  cluster_col = NULL,
  lookuptable = NULL
)

Arguments

input

input object

type

look up predefined slots/loc

expr_loc

expression matrix location

meta_loc

metadata location

var_loc

variable genes location

cluster_col

column of clustering from metadata

lookuptable

if not supplied, will look in built-in table for object parsing

Value

list of expression, metadata, vargenes, cluster_col info from object

Examples

1
2

clustifyr documentation built on Nov. 8, 2020, 5:32 p.m.