Description Usage Arguments Details Value Author(s) See Also Examples
Get full or partial directory listing of projects, with minimal or detailed metadata per project.
1 | dir.MGRAST(from, to, length.out=0, ..., quiet=TRUE)
|
from |
starting index for returned results ( |
to |
ending index for returned results ( |
length.out |
number of results to return; default zero means all ( |
... |
arguments to |
quiet |
suppress messages and warnings? ( |
Complete technical documentation is forthcoming. For the current preliminary release, please refer to the examples provided.
A data.frame
of project information.
Daniel T. Braithwaite
search.MGRAST
,
metadata.character
,
MGRASTer::call.MGRAST
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'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.