getProject | R Documentation |
Project-class
from
the Annotated-class
This method can be used to extract the project metadata from objects of
Annotated-class
getProject(.Object)
## S4 method for signature 'Annotated'
getProject(.Object)
.Object |
an object of |
an object of Project-class
Annotated
: extracts Project-class
from the Annotated-class
projectConfig = system.file('extdata', 'example_peps-master',
'example_BiocProject', 'project_config.yaml', package='BiocProject')
p=BiocProject(projectConfig)
getProject(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.