pData<-,cell_data_set-method | R Documentation |
Method to set cds colData table
## S4 replacement method for signature 'cell_data_set'
pData(x) <- value
x |
A cell_data_set object. |
value |
A data frame to set to colData table. |
x.
cds <- load_a549()
pData(cds)[['row_index']] <- seq(nrow(pData(cds)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.