powered by
This function creates an object of class bakRData
bakRData(cB, metadf)
A bakRData object. This has two components: a data frame describing experimental details (metadf) and a data frame containing the NR-seq data (cB).
Dataframe with columns corresponding to feature ID, number of Ts, number of mutations, sample ID, and number of identical observations
Dataframe detailing s4U label time and experimental ID of each sample
# Load cB data("cB_small") # Load metadf data("metadf") # Create bakRData object bakRData <- bakRData(cB_small, metadf)
Run the code above in your browser using DataLab