gcplotR: Virus Growth Curve Graph Creator

Description Usage Arguments Details Author(s) Examples

Description

gcplotR is designed to make virus growth curve plots. This can make line graphs and also plots standard error. It can take multiple time points, multiple cell lines and multiple experiments as an input.

Usage

1

Arguments

x

= a data table with your variables like titer,cell type, MOI

Details

You can either directly read csv file or you can first add you csv file to some arguments and then you can pass the arguments to the function gcplotR.

Author(s)

Lok Raj Joshi

Examples

1
2
gcplotR(data)
gcplotR(read.csv("myfile.csv",header=T))

lrjoshi/gcplotR documentation built on May 25, 2019, 9:32 p.m.