download_template: Download meta data template

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

Function for downloading a template file containing metadata.

Usage

1

Arguments

object

A UMIexperiment object

Value

A tibble containing a metadata template

Examples

1
2
3
4
5
6
7
library(umiAnalyzer)

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

simsen <- createUmiExperiment(main)

download_template(simsen)

umiAnalyzer documentation built on Nov. 25, 2021, 9:07 a.m.