Description Usage Arguments Value Examples
This function generates a user-specific example sheet with appropriate paths on a dummy ChIP-Seq dataset
1 | vulcansheet(outfile = "sheetfile.csv")
|
outfile |
Path and file name for the CSV sheet file |
nothing
1 2 3 4 5 | vfile<-tempfile()
vulcansheet(vfile)
tmp<-read.csv(vfile)
head(tmp)
unlink(vfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.