makeGeneList {GenomicSuperSignature} | R Documentation |
This function takes Z matrix (= averaged loadings) and orders the genes in each loading vector (= RAV) in a descending manner.
makeGeneList(LoadingMatrix, LoadingVector = NULL, abs = TRUE)
LoadingMatrix |
An avgloading matrix. Rows represent genes and columns represent clusters of principle components |
LoadingVector |
A list of column names or indexes of
|
abs |
Under the defaul condition ( |
A list of loadings selected by LoadingVector
, where all the
genes in each loading are listed in descending order.