vulcansheet: FUnction to generate an import sheet CSV file for the vulcan...

Description Usage Arguments Value Examples

Description

This function generates a user-specific example sheet with appropriate paths on a dummy ChIP-Seq dataset

Usage

1
vulcansheet(outfile = "sheetfile.csv")

Arguments

outfile

Path and file name for the CSV sheet file

Value

nothing

Examples

1
2
3
4
5
vfile<-tempfile()
vulcansheet(vfile)
tmp<-read.csv(vfile)
head(tmp)
unlink(vfile)

federicogiorgi/vulcandata documentation built on May 30, 2019, 9:44 p.m.