| ipsmap | R Documentation |
Maps input score to Immunophenoscore (IPS) on a 0-10 scale. Scores \le0 map to 0,
scores \ge3 map to 10, and intermediate scores are linearly scaled.
ipsmap(x)
x |
Numeric value representing the aggregate z-score. |
Integer value between 0 and 10 representing the Immunophenoscore.
ips <- ipsmap(2.5)
ips <- ipsmap(-1)
ips <- ipsmap(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.