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

Description Usage Arguments Value Methods (by class) Examples

Description

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

Usage

1
2
3
4
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)

Examples

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

pepr documentation built on Jan. 13, 2021, 3:50 p.m.