match_mat: Match gene expression matrices by gene ID

Description Usage Arguments Value Examples

Description

Returns expression matrices with common genes

Usage

1
match_mat(train.pcg, new.pcg)

Arguments

train.pcg

Gene expression matric with gene IDs as column names

new.pcg

Gene expression matric with gene IDs as column names

Value

A list containing two matrices with common genes

Examples

1
2
3
temp <- match_mat(GA.pcg, HS.pcg)
Matched.GA.pcg <- data.matrix(temp[[1]])
Matched.HS.pcg <- data.matrix(temp[[2]])

bioinformatist/ICE documentation built on July 5, 2020, 12:20 a.m.