ExpPhen_Matching {SIGN} | R Documentation |
ExpPhen_Matching is a function for matching samples between expression matrices and metadata matrix (clinical feature matrix)
Description
ExpPhen_Matching is a function for matching samples between expression matrices and metadata matrix (clinical feature matrix)
Usage
ExpPhen_Matching(ExpMat, MetaMat, SamID_Meta)
Arguments
ExpMat |
Matrix of expression of genes (samples in columns and genes in rows) |
MetaMat |
Matrix of clinical features (samples in columns) |
SamID_Meta |
Sample ID in MetaMat |
Value
List of expression matrix and metadata of the clinical information after matching patiend IDs between the expression and clinical information matrices
[Package SIGN version 0.1.0 Index]