Experiment.
join_experiments_featurewise
(other, field_name='_feature_origin_', origin_labels=('exp1', 'exp2'))[source]¶Combine two Experiment
objects into one.
An example of user cases is to combine the 16S and ITS amplicon data together.
Warning
If a sample has only features in one Experiment
object and not the other, the sample will be dropped from joining.
Parameters: |
|
---|---|
Returns: | A new experiment with samples from both experiments concatenated, features from both experiments merged. |
Return type: |