[413088]: / man / transferData.Rd

Download this file

30 lines (25 with data), 811 Bytes

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