Diff of /man/addpData.Rd [000000] .. [4a0329]

Switch to unified view

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