bakRFnData | R Documentation |
This function creates an object of class bakRFnData
bakRFnData(fns, metadf)
fns |
Dataframe with columns corresponding to sample names (sample), feature IDs (XF),
fraction new estimates (fn), and number of sequencing reads (nreads). |
metadf |
Dataframe detailing s4U label time and experimental ID of each sample. Identical to |
A bakRFnData object. This has two components: a data frame describing experimental details (metadf) and a data frame containing the fraction new estimates (fns).
### NEED TO ADD EXAMPLE DATA
# 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.