getUniqueIntpairs_byCond: Get table of unique int-pairs by condition

View source: R/fct_multi_cond.R

getUniqueIntpairs_byCondR Documentation

Get table of unique int-pairs by condition

Description

Get table of unique int-pairs by condition

Usage

getUniqueIntpairs_byCond(
  data_cond1,
  data_cond2,
  data_cond3 = NULL,
  lab_c1,
  lab_c2,
  lab_c3 = NULL
)

Arguments

data_cond1

filt.data() corresponding to chosen condition 1

data_cond2

filt.data() corresponding to chosen condition 2

data_cond3

filt.data() corresponding to chosen condition 3

lab_c1

data label for condition 1

lab_c2

data label for condition 2

lab_c3

data label for condition 3

Value

modified merged filt.data containing only unique intpairs


martaint/InterCellar documentation built on April 7, 2022, 11:44 a.m.