Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/prepareSingleCellTemplate.R
Prepare Single-Cell RNA-Seq R Markdown Template
| 1 | prepareSingleCellTemplate(overwrite = FALSE)
 | 
| overwrite | 
 | 
By default, this function will create local copies of these files:
_footer.Rmd
_header.Rmd
_output.yaml
_setup.R
bibliography.bib
This code is used internally by:
bcbioRNASeq::prepareRNASeqTemplate().
bcbioSingleCell::prepareSingleCellTemplate().
Invisible logical vector indicating which files were copied.
Michael Steinbaugh
Other Prepare Functions: prepareSummarizedExperiment
| 1 2 3 4 5 6 7 8 9 10 11 | x <- prepareSingleCellTemplate()
x
# Clean up
unlink(c(
    "_footer.Rmd",
    "_header.Rmd",
    "_output.yaml",
    "_setup.R",
    "bibliography.bib"
))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.