getManifestFileFormats: Show all possible manifest file formats for current selection

Description Usage Arguments Value See Also Examples

Description

Show all possible manifest file formats for the current selection of projects in the HCAExplorer object. To be used in conjunction with 'getManifest()'.

Usage

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

Arguments

x

An HCAExplorer object

Value

A character vecotr of information about possible file formats.

See Also

HCAExplorer for the HCAExplorer class getManifest for how to obtain the manifest file.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 ## Initiate an HCAExplorer object.
 x <- HCAExplorer()
 ## View the HCAExplorer object to decide which projects to subset.
 x

 ## Decide to subset to just obtain the first two projects.
 x[1:2,]
 x

 ## Get all possible manifest file formats for projects.
 formats <- getManifestFileFormats(x)
 formats

HCAExplorer documentation built on Nov. 8, 2020, 5:45 p.m.