Project-class
R/methods_Annotated.R
config-Annotated-method.Rd
This method can be used to view the config slot of
the Project-class
or Annotated-class
# S4 method for Annotated config(object)
object | an object of |
---|
a list with the config file
projectConfig = system.file('extdata', 'example_peps-master', 'example_BiocProject', 'project_config.yaml', package='BiocProject') p=BiocProject(projectConfig)#>#>config(p)#> Config object. Class: Config #> pep_version: 2.0.0 #> sample_table: #> /tmp/Rtmpp7Kvae/temp_libpath658d0e8e5/BiocProject/extdata/example_peps-master/example_BiocProject/sample_table.csv #> bioconductor: #> readFunName: readBedFiles #> readFunPath: #> /tmp/Rtmpp7Kvae/temp_libpath658d0e8e5/BiocProject/extdata/example_peps-master/example_BiocProject/readBedFiles.R #> name: example_BiocProject