View source: R/assign_tertiles.R
assign_tertiles | R Documentation |
assign_tertiles Divides continuous gene expression levels into 3 tertiles and label them "_high", "_medium" and "_low" concatenating with the input id text.
assign_tertiles(numeric_vector1, id1)
numeric_vector1 |
any continuous numeric vector |
id1 |
A character of length 1. Used to describe the tertiles |
character vector of the same length with input numeric vector. The values are replaced by 3 levels of tertiles.
Tolga Turan, tolga.turan@abbvie.com
http://github.com/tolgaturan-github/IBRIDGE
tertiles1<-assign_tertiles(numeric_vector1, "inflamed")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.