AssaySubset {ExperimentSubset}R Documentation

AssaySubset constructor

Description

Constructor for creating a experiment object internally by the ExperimentSubset object.

Usage

AssaySubset(
  subsetName = "subset",
  rowIndices = NULL,
  colIndices = NULL,
  parentAssay = "counts",
  internalAssay = NULL
)

Arguments

subsetName

character(1) Name of the subset.

rowIndices

vector("numeric") Indices of the rows to include in the subset.

colIndices

vector("numeric") Indices of the columns to include in the subset.

parentAssay

character(1) Name of the parent of this subset.

internalAssay

SummarizedExperiment An internal object to store additional subset data.

Value

A AssaySubset object.


[Package ExperimentSubset version 1.0.0 Index]