genes_score-methods: The score of genes in _PFP_ class

Description Usage Arguments Value See Also Examples

Description

This function extract the detail scores of every gene in the gene_list by specific condition.

Usage

 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")
)

Arguments

object,

PFP class

index,

character, indicating the groups to subset.

index_type,

"pathway_id","pathway_name","slice"

Value

a named vector of numeric scores

See Also

PFP-class

Examples

1
2

aib-group/PFP documentation built on Dec. 27, 2020, 1:13 a.m.