AssaySubset: AssaySubset constructor

Description Usage Arguments Value

View source: R/ExperimentSubset.R

Description

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

Usage

1
2
3
4
5
6
7
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.


ExperimentSubset documentation built on Nov. 8, 2020, 5:03 p.m.