View source: R/ChIPseqSpikeInFree.R
BoxplotSF | R Documentation |
This function generates boxplot using sacaling factor table. It's been included in the last step of ChIPseqSpikeInFree().
BoxplotSF(input, prefix = "test")
input |
a file/data.frame generated/returned by CalculateSF() or ChIPseqSpikeInFree(). It looks like metadata file but has extra columns SF and COLOR. |
prefix |
prefix of output filename. |
A filename of generated boxplot
## 1. re-generate boxplot of ChIPseqSpikeInFree scaling factors ## After you run ChIPseqSipkeFree(), a sacaling factor table ## (for example, test_SF.txt) will be generated. # BoxplotSF(input="test_SF.txt",prefix="test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.