sampleTable: View samples in the objects of '"Project"'

sampleTableR Documentation

View samples in the objects of "Project"

Description

This method can be used to view the samples slot of the "Project" class

Usage

sampleTable(object)

## S4 method for signature 'Project'
sampleTable(object)

Arguments

object

an object of "Project"

Value

a data.table with the with metadata about samples

Methods (by class)

  • sampleTable(Project): extract sample table from a "Project"

Examples

projectConfig = system.file("extdata", "example_peps-master",
"example_amendments1", "project_config.yaml", package="pepr")
p=Project(projectConfig)
sampleTable(p)


pepr documentation built on Nov. 21, 2023, 5:06 p.m.