Diff of /man/merge.Rd [000000] .. [413088]

Switch to unified view

a b/man/merge.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/objects.R
3
\name{merge,VoltRon,ANY-method}
4
\alias{merge,VoltRon,ANY-method}
5
\alias{merge}
6
\title{Merging VoltRon objects}
7
\usage{
8
\S4method{merge}{VoltRon,ANY}(x, y, samples = NULL, main.assay = NULL, verbose = TRUE)
9
}
10
\arguments{
11
\item{x}{a VoltRon Object}
12
13
\item{y}{a single or a list of VoltRon objects}
14
15
\item{samples}{a single sample name or multiple sample names of the same size as the given VoltRon objects}
16
17
\item{main.assay}{the name of the main assay}
18
19
\item{verbose}{verbose}
20
}
21
\description{
22
Given a VoltRon object, and a list of VoltRon objects, merge all.
23
}