Description Usage Arguments Value See Also Examples
This function extract the detail scores of every gene in the gene_list by specific condition.
1 2 3 4 5 6 7 8 9 10 11 12  | 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
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.