Description Usage Arguments Value Examples
Merge assays together by name. Requires a name of the new assay and a list of assays that will be merged.
1 | mergeAssays(object, name, assay.list)
|
object |
A UMIexperiment object |
name |
Name of the new assay |
assay.list |
List of assays to merge |
merged consensus data
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"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.