costEst: costEst

Description Usage Arguments Examples

Description

function allows users to estimate costs of a RNA-Seq experimental run based on the number of replicates, conditions, and lanes used as well as an assumption of $250 per library preparation and $1000 per SR50 lane.

Usage

1
costEst(r,c,l)

Arguments

r

number of replicates, a numeric number or vector

c

number of experimental conditions, a numeric number or vector

l

number of lanes, a numeric number or vector

Examples

1
costEst(8,4,6)

KevinStevenson89/R_Final_Project_RNASeqPrep documentation built on May 10, 2019, 2:41 p.m.