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)

dmontaner/mdgsa documentation built on May 15, 2019, 9:35 a.m.