sampleTable,Annotated-method | R Documentation |
Project-class
This method can be used to view the samples slot
of the Project-class
or Annotated-class
## S4 method for signature 'Annotated'
sampleTable(object)
object |
an object of |
a data.table with the with metadata about samples
projectConfig = system.file('extdata', 'example_peps-master',
'example_BiocProject', 'project_config.yaml', package='BiocProject')
p=BiocProject(projectConfig)
sampleTable(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.