subsetListInteractions {MOMA}R Documentation

Helper function: subset a list to the set of keys supplied return the names of interactions with positive values, in a list structure

Description

Helper function: subset a list to the set of keys supplied return the names of interactions with positive values, in a list structure

Usage

subsetListInteractions(int.l, keys)

Arguments

int.l

List of interactions, at each index this is a numeric named vector

keys

Keys used to reduce interactions

Value

Returns a filtered list of interactions in the same format as the input


[Package MOMA version 1.5.0 Index]