sampleTable {pepr}R 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)

Examples

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


[Package pepr version 0.5.0 Index]