targetList {signatureSearch} | R Documentation |
A named numeric vector with Gene Symbols as names. It is the first 1000 elements from the 'targets' slot of the 'mgsea_res' result object introduced in the vignette of this package. The scores represent the weights of the target genes/proteins in the target set of the selected top 10 drugs.
targetList
An object of class numeric
of length 1000.
# Load object data(targetList) head(targetList) tail(targetList)