dot-extractSCEAnnotation: Extract columns from row/colData and transfer to factors

Description Usage Arguments Value

Description

Extract columns from row/colData and transfer to factors

Usage

1
.extractSCEAnnotation(inSCE, axis = NULL, columns = NULL, index = NULL)

Arguments

inSCE

SingleCellExperiment inherited object.

axis

Choose from "col" or "row".

columns

character vector. The columns needed to be extracted. If NULL, will return an empty data.frame with matched row names. Default NULL.

index

Valid index to subset the col/row.

Value

A data.frame object.


singleCellTK documentation built on Nov. 8, 2020, 5:21 p.m.