Description Usage Arguments Value Examples
Remove suffix from sample names
1 | remove_suffix(dat, suffix)
|
dat |
List object, containing at least two matrices "intensity" and "theta". |
suffix |
Vector of character (e.g. "_Grn" or "Red"). |
List with two matrices "intensity" (signal intensities) and "theta" (genotype value).
1 2 3 4 5 6 | if(require(brassicaData)){
data(raw_napus, package = "brassicaData")
dat <- intens_theta(raw_napus)
dat <- remove_suffix(dat, "_Grn")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.