levelmap: levelmap

Description Usage Arguments Value Author(s) References Examples

View source: R/phylo.R

Description

Map phylotypes between hierarchy levels

Usage

1
levelmap(phylotypes = NULL, level.from, level.to, phylogeny.info)

Arguments

phylotypes

phylotypes to convert; if NULL then considering all phylotypes in the phylogeny.info

level.from

convert from Options: 'L0', 'L1', 'L2', 'species', 'oligo'

level.to

conver to Options: 'L0', 'L1', 'L2', 'species', 'oligo'

phylogeny.info

phylogeny.info

Value

mappings

Author(s)

Contact: Leo Lahti microbiome-admin@googlegroups.com

References

See citation('microbiome')

Examples

1
2
phylogeny.info <- GetPhylogeny('HITChip', 'filtered')
  levelmap(phylotypes = 'Akkermansia', 'L2', 'L1', phylogeny.info)

microbiome/microbiomeold documentation built on May 22, 2019, 9:57 p.m.