View source: R/utils_matchSampTab.R
utils_matchSampTab | R Documentation |
To match the ordering of the sample names in expression matrix with the sample table.
utils_matchSampTab(expDat, sampTab, sampID, sampDesc)
expDat |
the expression matrix |
sampTab |
the sample table |
sampID |
the name of the column in sampTab that contains the sample names |
sampDesc |
the name of the column in sampTab that contains the sample groups/description |
a list of ordered ordered expression matrix, sample table. If there are unmatched expression matrix or sample tabble the list will also contain unmatched expression matrix and unmatched sample table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.