simcolData {SRTsim}R Documentation

Access synthetic colData

Description

Access synthetic colData

Usage

simcolData(x)

Arguments

x

SRTsim object

Value

Returns the colData of synthetic data

Examples


## Create a simSRT object
toySRT  <- createSRT(count_in=toyData$toyCount,loc_in = toyData$toyInfo)
set.seed(1)
## Estimate model parameters for data generation
toySRT <- srtsim_fit(toySRT,sim_schem="tissue")
## Generate synthetic data with estimated parameters
toySRT <- srtsim_count(toySRT)
simcolData(toySRT)


[Package SRTsim version 0.99.6 Index]