do_h5se_merge: Merge 2 h5se objects with all pdata columns

View source: R/utilities.R

do_h5se_mergeR Documentation

Merge 2 h5se objects with all pdata columns

Description

Performs a merge on 2 h5se objects, retaining all unique pdata columns between them.

Usage

do_h5se_merge(
  h5se1.fpath,
  h5se2.fpath,
  new.h5se.dpath,
  h5se.merge.fname,
  replace = TRUE
)

Arguments

h5se1.fpath

Path to the first h5se object.

h5se2.fpath

Path to the second h5se object.

new.h5se.dpath

Path to the directory to contain the merged h5se object.

h5se.merge.fname

Name of the new merged h5se object.

replace

Whether to replace existing merged h5se object at path.

Value

Null, saves new merged h5se object.


metamaden/rmpipeline documentation built on Jan. 12, 2023, 3:20 p.m.