Skip to content

A high-throughput affordable in vitro growth assay for Arabidopsis

License

Notifications You must be signed in to change notification settings

hredestig/rosettR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rosettR

rosettR is a protocol for a high-throughput growth phenotyping assay for Arabidopsis implemented as an R-package that details all steps and provides data analysis with minimal required user interaction.

Main project website.

Installation

This package is not yet on CRAN so installation is best done using the devtools package. First, install EBImage which is a dependency from bioconductor that needs to be installed separately. In R do:

source("http://www.bioconductor.org/biocLite.R")
biocLite("EBImage")

Then, after installing devtools, do

library(devtools)
install_github("hredestig/rosettR", subdir="pkg")

Then get started by opening the introduction vignette and following the examples provided there.

library(rosettR)
vignette("introduction", "rosettR")

About

A high-throughput affordable in vitro growth assay for Arabidopsis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published