prepareSingleCellTemplate: Prepare Single-Cell RNA-Seq R Markdown Template

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Prepare Single-Cell RNA-Seq R Markdown Template

Usage

1

Arguments

overwrite

logical. Should existing destination files be overwritten?

Details

By default, this function will create local copies of these files:

This code is used internally by:

Value

Invisible logical vector indicating which files were copied.

Author(s)

Michael Steinbaugh

See Also

Other Prepare Functions: prepareSummarizedExperiment

Examples

 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"
))

WeiSong-bio/roryk-bcbioSinglecell documentation built on July 6, 2019, 12:03 a.m.