Skip to contents

This function creates an object of class bakRData

Usage

bakRData(cB, metadf)

Arguments

cB

Dataframe with columns corresponding to feature ID, number of Ts, number of mutations, sample ID, and number of identical observations

metadf

Dataframe detailing s4U label time and experimental ID of each sample

Value

A bakRData object. This has two components: a data frame describing experimental details (metadf) and a data frame containing the NR-seq data (cB).

Examples

# Load cB
data("cB_small")

# Load metadf
data("metadf")

# Create bakRData object
bakRData <- bakRData(cB_small, metadf)