combine_datasets: Combine datasets

Description Usage Arguments Details Author(s) See Also

View source: R/combine_datasets.r

Description

Combine a list of Datasates.

Usage

1

Arguments

datasets

either a single Dataset object or a list of dataset objects. See create_dataset for more info.

Details

All datasets must have the same variables in the same order in their Map attribute. Redundant samples (i.e. samples with the same ID in more than one dataset), have their counts added. Taxa neeed not be the same in all datasets. The union of taxa will be used as long as all the intersections are identical in the Tax elements. Taxa missing from a specific dataset will be added with count zero for the samples in that dataset.

IMPORTANT: There might be some issues when map is not null and there are redundant samples

Author(s)

Sur Herrera Paredes

See Also

create_dataset


surh/wheelP documentation built on May 7, 2019, 10:11 a.m.