Learn R Programming

bakR (version 1.0.1)

fns: Example fraction news (fns) data frame

Description

Subset of fraction new estimates for dataset published by Luo et al. (2020). Fraction new estimates, uncertainties, and read counts are included for 300 genes to keep the file size small.

Usage

data(fns)

Arguments

Format

A dataframe with 1,800 rows and 5 variables. Input to bakRFndata

sample

Sample name

XF

Name of feature (e.g., ENSEMBL gene ID)

fn

Estimate of fraction of reads from feature that were new

se

Uncertainty in fraction new estimate (optional in bakRFnData)

n

Number of sequencing reads

References

Luo et al. (2020) Biochemistry. 59(42), 4121-4142

Examples

Run this code
data(fns)
data(metadf)
bakRFndataobj <- bakRFnData(fns, metadf)

Run the code above in your browser using DataLab