.extractSCEAnnotation {singleCellTK} | R Documentation |
Extract columns from row/colData and transfer to factors
.extractSCEAnnotation(inSCE, axis = NULL, columns = NULL, index = NULL)
inSCE |
SingleCellExperiment inherited object. |
axis |
Choose from |
columns |
character vector. The columns needed to be extracted. If
|
index |
Valid index to subset the col/row. |
A data.frame
object.