bakRData | R Documentation |
This function creates an object of class bakRData
bakRData(cB, metadf)
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 |
A bakRData object. This has two components: a data frame describing experimental details (metadf) and a data frame containing the NR-seq data (cB).
# Load cB
data("cB_small")
# Load metadf
data("metadf")
# Create bakRData object
bakRData <- bakRData(cB_small, metadf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.