Description Usage Arguments Value Methods (by class) Examples
This method extracts the samples
1 2 3 4 |
.Object |
An object of Project class |
sampleName |
character the name of the sample |
data.table one row data table with the sample associated metadata
.Object = Project,sampleName = character
: extracts the sample from the "Project"
object
1 2 3 4 5 6 7 8 9 10 | projectConfig = system.file(
"extdata",
"example_peps-master",
"example_basic",
"project_config.yaml",
package = "pepr"
)
p = Project(projectConfig)
sampleName = "frog_1"
getSample(p, sampleName)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.