writeBiocViews {biocViews}R Documentation

Write a list of BiocView objects to HTML

Description

This function serializes a list of BiocView-class objects to a series of HTML files.

Usage

writeBiocViews(bvList, dir, backgroundColor="transparent")

Arguments

bvList A list of BiocView-class objects
dir A character vector giving the directory where the HTML files will be written.
backgroundColor A character vector giving the background color for the body in the CSS file.

Author(s)

Seth Falcon

See Also

getBiocViews, genReposControlFiles, write_VIEWS


[Package biocViews version 1.10.6 Index]