Description Usage Arguments Value Methods (by class) Examples
This method can be used to view the samples slot
of the "Project"
class
1 2 3 4 | sampleTable(object)
## S4 method for signature 'Project'
sampleTable(object)
|
object |
an object of |
a data.table with the with metadata about samples
Project
: extract sample table from a "Project"
1 2 3 4 | projectConfig = system.file("extdata", "example_peps-master",
"example_amendments1", "project_config.yaml", package="pepr")
p=Project(projectConfig)
sampleTable(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.