Learn R Programming

pepr (version 0.3.2)

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)

Arguments

object

an object of "'>Project"

Value

a data.table with the with metadata about samples

Methods (by class)

  • Project: extract sample table from a "'>Project"

Examples

Run this code
# NOT RUN {
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