utils_matchSampTab: Match Sample Table

View source: R/utils_matchSampTab.R

utils_matchSampTabR Documentation

Match Sample Table

Description

To match the ordering of the sample names in expression matrix with the sample table.

Usage

utils_matchSampTab(expDat, sampTab, sampID, sampDesc)

Arguments

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

Value

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.


pcahan1/cancerCellNet documentation built on July 16, 2022, 12:12 a.m.