BioConductor
DonaPLLP2013 1.18.0
Supplementary data package for Dona et al. (2013) containing example images and tables
Released Jun 27, 2013 by Joseph D. Barry
Dependencies
An experiment data package associated with the publication Dona et al. (2013). Package contains runnable vignettes showing an example image segmentation for one posterior lateral line primordium, and also the data table and code used to analyze tissue-scale lifetime-ratio statistics.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.bioconductor</groupId> <artifactId>DonaPLLP2013</artifactId> <version>1.18.0-b2</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.bioconductor:DonaPLLP2013')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.