quart_group | R Documentation |
Generate and assign quantiles Function great for making a 'condition' vector based on gene expression values
quart_group(x, groups = c("1st", "2nd", "3rd", "4th"))
x |
numeric vector to be used to generate quantiles |
groups |
character vector of names to be assigned to quantiles in order of ascending values. Number of quantiles generated is based off of length(groups). |
character vector of length(x) with names of groups assigned to each value of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.