This method can be used to view the samples slot of the Project-class or Annotated-class

# S4 method for Annotated
samples(object)

Arguments

object

an object of Project-class

Value

a data.table with the with metadata about samples

Examples

projectConfig = system.file("extdata", "example_peps-master", "example_BiocProject", "project_config.yaml", package="BiocProject") p=BiocProject(projectConfig)
#> Loaded config file: /Users/mstolarczyk/Uczelnia/UVA/code/BiocProject/inst/extdata/example_peps-master/example_BiocProject/project_config.yaml
#> The 'bioconductor' key found in the Project config
#> Function 'readBedFiles' read from file '/Users/mstolarczyk/Uczelnia/UVA/code/BiocProject/inst/extdata/example_peps-master/example_BiocProject/readBedFiles.R'
samples(p)
#> sample_name file_path #> 1: laminB1Lads data/laminB1Lads.bed #> 2: vistaEnhancers data/vistaEnhancers.bed