fData-set: Generic to set cds rowData table

fData<-R Documentation

Generic to set cds rowData table

Description

Generic to set cds rowData table

Usage

fData(x) <- value

Arguments

x

A cell_data_set object.

value

A data frame to set to colData table.

Value

x.

Examples

  
    cds <- load_a549()
    fData(cds)[['row_index']] <- seq(nrow(fData(cds)))
  


cole-trapnell-lab/monocle3 documentation built on April 7, 2024, 9:24 p.m.