pairmod {malani} | R Documentation |
Combine each gene in initial set with all genes in the original set. Top npair
pairs are selected to construct the Q
matrix.
pairmod(X, LX, theta, npair = 10)
X |
Original gene expression data matrix. With G rows (number of genes) and S column (number of samples). |
LX |
Class labels. |
theta |
Initial gene set. |
npair |
Given a gene in initial set, top |
Best (npair*G/20
) performing pairs.