gen_meta_obj: Generate metadata as S4 object

Description Usage Arguments Value Examples

View source: R/gen_metadata.R

Description

This function converts metadata dataframes to S4 object. It assumes that the format as generated by gen_sample_sheets() in gmeta package. It requires both archr and sample metadata dataframes.

Usage

1
gen_meta_obj(archr_meta, sample_meta)

Arguments

archr_meta

archR readme dataframe.

sample_meta

sample metadata sheet.

Value

S4 object of the two dataframes.

Examples

1
gen_meta_obj(archr_meta, sample_meta)

anishchakka/gmeta documentation built on Dec. 19, 2021, 3:38 a.m.