FeatureTable: FeatureTable

View source: R/getset_featureTables.R

FeatureTableR Documentation

FeatureTable

Description

FeatureTable

Usage

FeatureTable(x, ...)

## S3 method for class 'reactivevalues'
FeatureTable(x, update = F, tableID = NULL)

FeatureTable(x, ...) <- value

## S3 replacement method for class 'data.frame'
FeatureTable(x, replace = F, update = T, tableID = NULL) <- value

## S3 replacement method for class 'MseekFT'
FeatureTable(x, replace = T, tableID = NULL) <- value

Arguments

x

the values object

...

additional arguments passed to S3 methods Getter and setter methods to retrieve or modify a Feature Table (MseekFT object) from values

update

if TRUE, update table via updateFT() before getting its values

tableID

table ID to retrieve. will use currently active Feature Table if not set. For setter, will create a new Feature Table under this ID if ID does not exist, otherwise will override or update the selected Feature Table

value

an MseekFT or data.frame object

replace

replace the current Feature table with the given tableID? If FALSE, will update instead.#' @return An MseekFT object


mjhelf/Mosaic documentation built on April 28, 2022, 11:32 a.m.