viewProjects: View all metadata about a selection of projects

Description Usage Arguments Value See Also Examples

Description

Returns a list of all the metadata from the current selection of entries in the HCAExplorer object as a projectView object. This method is is meant to return a clear and useful represntation of the metadata of a selection of projects.

Usage

1
2
## S4 method for signature 'HCAExplorer'
viewProjects(x)

Arguments

x

An HCAExplorer object

Value

A list of all metadata in the selected entries. This list will contain mulitple lists representing the metadata.

See Also

HCAExplorer for the HCAExplorer class.

[HCAExplorer()][projectView()]

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 ## Initiate an HCAExplorer object.
 x <- HCAExplorer()
 x

 ## Use viewProjects to show all metadata information relating to a project.
 view <- viewProjects(x)
 view

 ## Subset the data to obtain the first two rows.
 x <- x[1:2,]
 x

 ## Fewer projects have there metadata shown due to our previous subset.
 view <- viewProjects(x)
 view

Bioconductor/HCAExplorer documentation built on Feb. 13, 2021, 7:07 a.m.