getCTVs {biocViews}R Documentation

iterate over a list of views, creating a ctv object for each view

Description

iterate over a list of views, creating a ctv object for each view

Usage

getCTVs(vpal, vocab)

Arguments

vpal vpal – output of packAssoc2viewlist
vocab vocab – biocViews vocabulary graph

Details

getCTVs uses makeCTV repetitively

Value

a list of ctv objects suitable for serialization to HTML

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

Examples

data(pal)
vpal <- packAssoc2viewlist(pal)
data(bcVoc)
ct <- getCTVs( vpal, bcVoc )
ct[[1]]

[Package biocViews version 0.2.0 Index]