Learn R Programming

umiAnalyzer (version 1.0.0)

download_template: Download meta data template

Description

Function for downloading a template file containing metadata.

Usage

download_template(object)

Arguments

object

A UMIexperiment object

Value

A tibble containing a metadata template

Examples

Run this code
# NOT RUN {
library(umiAnalyzer)

main <- system.file("extdata", package = "umiAnalyzer")

simsen <- createUmiExperiment(main)

download_template(simsen)

# }

Run the code above in your browser using DataLab