Description Usage Arguments Value References Examples
View source: R/getMgrastAnnotation.R
The function downloads the annotation profile in MGRAST
1 |
MetagenomeID |
character, the metagenome ID in mgrast |
evalue |
expectation negative exponent value threshold for saving hits, default is 5 |
identity |
minimum percent identity of matches, default is 60 |
length |
value for minimum alignment length cutoff, default is 15 |
resource |
a two length vecter, the source you want to download, e.g., c("KO","ontology") represents the ontology annotation with the KO database , more details in MGRAST |
login.info |
a list of login info generated after user login into MGRAST which consists of webkey of the file, the invlid time of your webkey, cookie, websession and curlhandle. It is unique for each users |
annotation profile
http://api.metagenomics.anl.gov/1/api.html#annotation
1 2 | ##
# getMgrastAnnotation("mgm4447943.3")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.