genes_score-methods {PFP} | R Documentation |
This function extract the detail scores of every gene in the gene_list by specific condition.
genes_score( object, index = NULL, index_type = c("pathway_id", "pathway_name", "slice") ) ## S4 method for signature 'PFP' genes_score( object, index = NULL, index_type = c("pathway_id", "pathway_name", "slice") )
object, |
|
index, |
character, indicating the groups to subset. |
index_type, |
"pathway_id","pathway_name","slice" |
a named vector of numeric scores
data(PFP_test1) genes_score <- genes_score(PFP_test1)