Skip to contents

Get the single-cell PBNs from an ingres object

Usage

getSingleCellPbns(ingres.object)

Arguments

ingres.object

an ingres object

Value

A data frame containing the generated single-cell PBNs

Examples

ing <- createExampleIngresObjectWithViper()
#> Error in createExampleIngresObjectWithViper(): could not find function "createExampleIngresObjectWithViper"
ing <- ing %>% computePbnBySingleCell()
#> Error in eval_tidy(xs[[j]], mask): object 'ing' not found
head(getSingleCellPbns(ing))
#> Error in getSingleCellPbns(ing): object 'ing' not found