Seurat (version 2.3.4)

SubsetColumn: Return a subset of columns for a matrix or data frame

Description

Return a subset of columns for a matrix or data frame

Usage

SubsetColumn(data, code, invert = FALSE)

Arguments

data

Matrix or data frame with column names

code

Pattern for matching within column names

invert

Invert the search?

Value

Returns a subset of data. If invert = TRUE, returns data where colnames do not contain code, otherwise returns data where colnames contain code

Examples

Run this code
# NOT RUN {
head(as.matrix(SubsetColumn(data = pbmc_small@raw.data, code = 'ATGC'))[, 1:4])

# }

Run the code above in your browser using DataLab