packAssoc2viewlist {biocViews}R Documentation

permute a package:view list structure to a list of views composed of package names

Description

permute a package:view list structure to a list of views composed of package names

Usage

packAssoc2viewlist(pael)

Arguments

pael pael is a list that is produced by packAssoc.

Details

simple list manipulation

Value

a list whose elements are named views, consisting of string vectors of package names comprising the views

Note

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

References

Examples

data(pal)
packAssoc2viewlist( pal )

[Package biocViews version 0.2.0 Index]