add.10x.image {iCellR} | R Documentation |
Add image data to iCellR object
Description
This function takes a list of image data adds it to the iCellR object.
Usage
add.10x.image(x = NULL, image.data.list = NULL, condition.names = NULL)
Arguments
x |
An object of class iCellR. |
image.data.list |
A character vector of list object names. Lists should be made using "image.capture.10x" function. . |
condition.names |
A character vector of condition names. |
Value
An object of class iCellR
[Package iCellR version 1.6.7 Index]