phyloseq_from_JSON_at_rank: return a valid Phyloseq object created from the JSON files in...

Description Usage Arguments Value

View source: R/actinoJSON.R

Description

return a valid Phyloseq object created from the JSON files in flist and an Excel formatted mapfile

Usage

1
2
3
4
5
6
phyloseq_from_JSON_at_rank(
  flist,
  mapfile,
  rank = "genus",
  count.normalized = FALSE
)

Arguments

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)

Value

valid Phyloseq object


richardsprague/actino documentation built on Dec. 13, 2021, 6:12 a.m.