| addGeneMetadata | R Documentation | 
adds gene metadata to the giotto object
addGeneMetadata(gobject, new_metadata, by_column = F, column_gene_ID = NULL)
| gobject | giotto object | 
| new_metadata | new metadata to use | 
| by_column | merge metadata based on gene_ID column in  | 
| column_gene_ID | column name of new metadata to use if  | 
You can add additional gene metadata in two manners: 1. Provide a data.table or data.frame with gene annotations in the same order as the gene_ID column in fDataDT(gobject) 2. Provide a data.table or data.frame with gene annotations and specify which column contains the gene IDs, these gene IDs need to match with the gene_ID column in fDataDT(gobject)
giotto object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.