The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
pepr
package: Portable Encapsulated Projects in Rpepr
is an R package for reading Portable Encapsulated
Projects, or PEPs, in R. If you describe your
project (configuration and samples) according to this format, you can
load all project metadata into R using the pepr
package. To
test pepr
, you can try loading one of the example PEPs.
Complete documentation and API for the pepr
R package is
at code.databio.org/pepr.
Install from CRAN:
install.packages("pepr")
Load a project and explore metadata like this:
library("pepr")
= system.file(
cfgPath "extdata",
"example_peps-master",
"example_basic",
"project_config.yaml",
package = "pepr"
)= Project(file = cfgPath)
p
sampleTable(p)
config(p)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.