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