pData<- | R Documentation |
Generic to set cds colData table
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.