fData<- | R Documentation |
Generic to set cds rowData table
fData(x) <- value
x |
A cell_data_set object. |
value |
A data frame to set to colData table. |
x.
cds <- load_a549()
fData(cds)[['row_index']] <- seq(nrow(fData(cds)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.