Learn R Programming

pepr (version 0.5.0)

sampleTable: 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 Project sampleTable(object)

Value

a data.table with the with metadata about samples

Arguments

object

an object of "Project"

Methods (by class)

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

Examples

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

Run the code above in your browser using DataLab