getProject: Extract the object of 'Project-class' from the...

getProjectR Documentation

Extract the object of Project-class from the Annotated-class

Description

This method can be used to extract the project metadata from objects of Annotated-class

Usage

getProject(.Object)

## S4 method for signature 'Annotated'
getProject(.Object)

Arguments

.Object

an object of Annotated-class

Value

an object of Project-class

Methods (by class)

  • Annotated: extracts Project-class from the Annotated-class

Examples

projectConfig = system.file('extdata', 'example_peps-master',
'example_BiocProject', 'project_config.yaml', package='BiocProject')
p=BiocProject(projectConfig)
getProject(p)


pepkit/BiocProject documentation built on July 28, 2023, 2:49 p.m.