Skip to content

lrjoshi/gcplotR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcplotR

Virus Growth Curve Graph Creator

Description

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

Installation in R

library (devtools)

install_github("lrjoshi/gcplotR")

Usage

gcplotR::gcplotR(data)

Arguments

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

Data variable names should follow the following format. (Case sensetive)

Image description

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

Lok Raj Joshi

Examples

gcplotR::gcplotR(data)

gcplotR::gcplotR(read.csv("myfile.csv",header=T))

Sample Image

Image description

About

Virus Growth Curve Graph in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •