Description Usage Arguments Value Author(s) Examples
The default colors of positive and negative control samples
1 2 3 4 | default_color_SBA_ctrl_samples(
sampleid,
rpt_id = sampleid[grep("^MIX_1", sampleid)]
)
|
sampleid |
a vector of sample IDs |
rpt_id |
The ID of replicated samples, the data of which is analyzed to check the stability of signals. Often pools are used, whose IDs start with "MIX_1". If missing, the IDs with the prefix "MIX_1" are classified as replicated samples |
a tibble
that has 'name', 'col', and 'reg'
Mun-Gwan Hong <mun-gwan.hong@scilifelab.se>
1 2 | data(sba)
default_color_SBA_ctrl_samples(sampleid= sid(sba))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.