a b/man/transferData.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/integration.R
3
\name{transferData}
4
\alias{transferData}
5
\title{transferData}
6
\usage{
7
transferData(
8
  object,
9
  from = NULL,
10
  to = NULL,
11
  features = NULL,
12
  new_feature_name = NULL
13
)
14
}
15
\arguments{
16
\item{object}{a VoltRon object}
17
18
\item{from}{the name or class of assay whose data transfered to the second assay}
19
20
\item{to}{the name or class of target assay where data is transfered to}
21
22
\item{features}{the set of features from \link{vrFeatures} or metadata columns from \link{Metadata} that are transferred. 
23
Only one metadata feature can be transfered at a time.}
24
25
\item{new_feature_name}{the name of the new feature set created from the source assay defined in \code{from} argument.}
26
}
27
\description{
28
transfer data across assays
29
}