hmSubsetData: Retrives a subset of cell data in heteromotility object 'hm'

Description Usage Arguments Value

View source: R/hm_data.R

Description

Useful for selecting only cells of a certain type or class. 'cat' and 'id' parameters must be supplied together.

Usage

1
hmSubsetData(hm, cell_index = F, cat = F, id = F)

Arguments

hm

: 'heteromtility' data object.

cell_index

: boolean or numerical index of rows in @data to keep.

cat

: character. category to use when subsetting with 'id'.

id

: character. group in 'cat' to keep.

Value

hm : 'heteromtility' data object.


jacobkimmel/hmR documentation built on Jan. 6, 2020, 12:44 a.m.