bakRFnData: bakRFnData object helper function for users
Description
This function creates an object of class bakRFnData
Usage
bakRFnData(fns, metadf)
Value
A bakRFnData object. This has two components: a data frame describing experimental
details (metadf) and a data frame containing the fraction new estimates (fns).
Arguments
fns
Dataframe with columns corresponding to sample names (sample), feature IDs (XF),
fraction new estimates (fn), and number of sequencing reads (nreads). fns can optionally
contain a column of fraction new estimate uncertainties (se).
metadf
Dataframe detailing s4U label time and experimental ID of each sample. Identical to bakRData
input