Description Usage Arguments Details Value Author(s)
View source: R/MaxMin.Sym.Row.R
When there are repeated Gene IDs in a matrix this function resolves those duplicated elements getting the gene value with the minimum or the maximum value in another column.
1 | MaxMin.Sym.Row(Annot.Table, ColField, operator = "Max", colName = "Symbol")
|
Annot.Table |
Matrix with rows equal to geneId. |
ColField |
Name of the column used to chose the minimum or the maximum value of repeated gene Ids. |
operator |
Maximum or minimum operator to apply. |
colName |
Name of the column with symbol IDs. |
When there are repeated Gene IDs in the column colName in a matrix this function resolves those duplicated elements getting the gene value with the minimum or the maximum value in the column ColField.
Matrix without repeated GeneIDs in the column colName.
Magdalena Arnal Segura <marnal@imim.es>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.