what_happened | R Documentation |
Sometimes it is nice to have a string like: log2(cpm(data)) describing what happened to the data.
what_happened(
expt = NULL,
transform = "raw",
convert = "raw",
norm = "raw",
filter = "raw",
batch = "raw"
)
expt |
The expressionset. |
transform |
How was it transformed? |
convert |
How was it converted? |
norm |
How was it normalized? |
filter |
How was it filtered? |
batch |
How was it batch-corrected? |
An expression describing what has been done to this data.
[create_expt()] [normalize_expt()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.