| removeGeneAnnotation | R Documentation | 
removes gene annotation of giotto object
removeGeneAnnotation(gobject, columns = NULL, return_gobject = TRUE)
| gobject | giotto object | 
| columns | names of columns to remove | 
| return_gobject | boolean: return giotto object (default = TRUE) | 
if return_gobject = FALSE, it will return the gene metadata
giotto object
data(mini_giotto_single_cell) # load full mini giotto object
# show gene metadata
fDataDT(mini_giotto_single_cell)
# remove nr_cells column
mini_giotto_single_cell = removeGeneAnnotation(mini_giotto_single_cell,
                                               columns = 'nr_cells')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.