mergeAssays: Merge assays

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

Merge assays together by name. Requires a name of the new assay and a list of assays that will be merged.

Usage

1
mergeAssays(object, name, assay.list)

Arguments

object

A UMIexperiment object

name

Name of the new assay

assay.list

List of assays to merge

Value

merged consensus data

Examples

1
2
3
4
5
6
7
library(umiAnalyzer)

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

simsen <- createUmiExperiment(main)

simsen <- mergeAssays(object = simsen,name = "new",assay.list = c("PIK3CA_123", "PIK3CA_234"))

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