removeDuplicatedInversePairs: Identifies duplicated inverse pairs and discards them.

View source: R/selection_funks.R

removeDuplicatedInversePairsR Documentation

Identifies duplicated inverse pairs and discards them.

Description

Identifies duplicated inverse pairs and discards them.

Usage

removeDuplicatedInversePairs(clst.hmlgs.list, ret.as.list = TRUE)

Arguments

clst.hmlgs.list

a named list in which for each pair member A is the name and member B is the value

ret.as.list

indicates whether to return the result as a list, subset of the original 'clst.hmlgs.list', or as a character matrix of two columns one column per member. For the latter option set 'ret.as.list' to FALSE.

Value

The subset of pairs that are not inverse duplicates, either as list or as character matrix.


asishallab/GeneFamilies documentation built on May 22, 2023, 11:30 a.m.