[4a0329]: / man / addpData.Rd

Download this file

19 lines (16 with data), 422 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scAI_model.R
\name{addpData}
\alias{addpData}
\title{add the cell information into pData slot}
\usage{
addpData(object, pdata, pdata.name = NULL)
}
\arguments{
\item{object}{scAi object}
\item{pdata}{cell information to be added}
\item{pdata.name}{the name of column to be assigned}
}
\description{
add the cell information into pData slot
}