AddMeta: AddMeta

Description Usage Arguments Value Examples

Description

This function can import cell annotation information to IRIS-FGM object.

Usage

1
2
3
4
5
6
AddMeta(object, ...)

.addMeta(object = NULL, meta.info = NULL)

## S4 method for signature 'IRISFGM'
AddMeta(object = NULL, meta.info = NULL)

Arguments

object

input IRIS-FGM object

...

other arguments passed to methods

meta.info

meta information table should be a data frame with rows representing cell and coloumn representing different group condition

Value

It will add meta informatoin to IRISFGM.

Examples

1
2
3
4
5
## Not run: 
AddMeta(object, 
meta.info = my.meta)

## End(Not run)  

carter-allen/IRISFGM documentation built on Dec. 31, 2020, 9:54 p.m.