subsetES {phantasus}R Documentation

Subsets es, if rows or columns are not specified, all are retained

Description

Subsets es, if rows or columns are not specified, all are retained

Usage

subsetES(es, columns = c(), rows = c())

Arguments

es

ExpressionSet object.#'

columns

List of specified columns' indices (optional), indices start from 0#'

rows

List of specified rows' indices (optional), indices start from 0

Value

‘es'’s subset


[Package phantasus version 1.0.2 Index]