Description Usage Arguments Value
return a valid Phyloseq object created from the JSON files in flist and an Excel formatted mapfile
1 2 3 4 5 6  | phyloseq_from_JSON_at_rank(
  flist,
  mapfile,
  rank = "genus",
  count.normalized = FALSE
)
 | 
flist | 
 character vector of file names  | 
mapfile | 
 XLSX filename that contains mapping info for the same SSRS in flist  | 
rank | 
 taxonomical rank (generally "genus" or "family" or "species")  | 
count.normalized | 
 use the count_norm field instead of raw read numbers (default is FALSE)  | 
valid Phyloseq object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.