dir.MGRAST: List directory of projects

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Get full or partial directory listing of projects, with minimal or detailed metadata per project.

Usage

1
dir.MGRAST(from, to, length.out=0, ..., quiet=TRUE)

Arguments

from

starting index for returned results (numeric)

to

ending index for returned results (numeric)

length.out

number of results to return; default zero means all (numeric)

...

arguments to call.MGRAST()

quiet

suppress messages and warnings? (logical)

Details

Complete technical documentation is forthcoming. For the current preliminary release, please refer to the examples provided.

Value

A data.frame of project information.

Author(s)

Daniel T. Braithwaite

See Also

search.MGRAST, metadata.character, MGRASTer::call.MGRAST

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Not run: 
####  names of all public projects
dir.MGRAST()$name

####  ids of all public projects
rownames (dir.MGRAST())

####  investigators who have contributed public projects
unique (dir.MGRAST()$pi)

####  first 25 projects submitted to MG-RAST
dir.MGRAST (len=25, order="id")

####  detailed information about them
names (dir.MGRAST(len=25, order="id", verbosity="verbose"))

####  quick look at public projects
strtrim (dir.MGRAST (verbosity="verbose")$description, 70)

## End(Not run)

####  relevant documentation for the underlying API call
doc.MGRAST (3, head=c('project','query','parameters','options'))

MG-RAST/matR documentation built on May 8, 2019, 3:21 p.m.