rmDupGenes | R Documentation |
Can't make data.frames with duplicate rownames. Have to remove duplicates.
rmDupGenes(data_dt, idCol_v = "ID", symbolCol_v = "Symbol", method_v = "max")
data_dt |
data.table of gene expression. |
idCol_v |
don't think this is needed actually |
symbolCol_v |
Name of column that contains gene identifiers |
method_v |
One of "max" (default) or "mean". Max means that the gene with max count will be taken, "mean" means will average them all. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.