get_feat_sets: Read in and format feat_sets.

View source: R/get_objects_run_hourglass.R

get_feat_setsR Documentation

Read in and format feat_sets.

Description

Create feat_sets variable for run_hourglass function from input Excel file.

Usage

get_feat_sets(
  file_xl,
  sets_sheet = "FeatureSets",
  params_sheet = "FeatureParameters"
)

Arguments

file_xl

The name of file path to an Excel file for custom analyses.

sets_sheet

The name of the worksheet in file_xl containing FeatureSets.

params_sheet

The name of the worksheet in file_xl containing matching FeatureParameters.

Value

feat_sets object = list with 2 elements - data frames: 1) sets, 2) params (for "feature parameters") See documentation for more info.


kazeera/hourglass documentation built on April 5, 2025, 7:18 a.m.