powered by
Low level fusion method for integrate different datasets (only samples with the same name on all datasets will be merged)
low_level_fusion(datasets)
list containing the datasets to be fused (each dataset is a list from the pre defined format for the dataset).
Return a single dataset with all the datasets merged.
# NOT RUN { ## Example of low level fusion datasets = list(dataset1, dataset2) dataset.fusion = low_level_fusion(datasets) # }
Run the code above in your browser using DataLab