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

# S4 method for Annotated
sampleTable(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)
#> Loading config file: /tmp/Rtmpp7Kvae/temp_libpath658d0e8e5/BiocProject/extdata/example_peps-master/example_BiocProject/project_config.yaml
#> Function 'readBedFiles' read from file '/tmp/Rtmpp7Kvae/temp_libpath658d0e8e5/BiocProject/extdata/example_peps-master/example_BiocProject/readBedFiles.R'
sampleTable(p)
#> sample_name file_path #> 1: laminB1Lads data/laminB1Lads.bed #> 2: vistaEnhancers data/vistaEnhancers.bed