hid_aggregate_DTlist | R Documentation |
Merge lists of data.tables
hid_aggregate_DTlist(DTL1, DTL2, colsToAdd, keepAll = TRUE)
DTL1 |
list List of data.table with gene names. As output of the
|
DTL2 |
list List of data.table with gene names. |
colsToAdd |
character. Numeric column(s) to be aggregated (added). |
keepAll |
logical. Set to FALSE for just keeping data.tables which name's are in both DTL. |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.