Learn R Programming

immcp (version 0.9.2)

score_fp: score_fp

Description

Calculate the pathway fingerprint.similarity between disease and prescription.

Usage

score_fp(FP, n = 100, two_tailed = TRUE)

Arguments

FP

a ScoreFP object

n

The number of permutations.

two_tailed

whether returning a two-tailed p-value

Value

ScoreResult

References

Ye, H., Tang, K., Yang, L., Cao, Z., & Li, Y. (2012). Study of drug function based on similarity of pathway fingerprint. Protein & cell, 3(2), 132-139.

Examples

Run this code
# NOT RUN {
  data("drugResult")
  res <- score_fp(drugResult$demoFP, n=100)
  res <- get_result(res)
# }

Run the code above in your browser using DataLab