revList: Revert an annotation list.

Description Usage Arguments Value Author(s) See Also Examples

Description

Inverts a list: names to elements / elements to names

Usage

1
revList(lis, tag = "listPos")

Arguments

lis

annotation list.

tag

substitutes missing list names if any.

Value

An inverted list.

Author(s)

David Montaner dmontaner@cipf.es

See Also

annotMat2list, revList annotMat2list, annotList2mat

Examples

1
2
lis <- list (Block1 = c("gen1", "gen2"), Block2 = c("gen1", "gen3"))
revList (lis)

mdgsa documentation built on Nov. 8, 2020, 5:05 p.m.