Description Usage Arguments Details Value Examples
plotLfcGC
plot the scatter plot between GC content and the (differential) modification LFCs.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | plotLfcGC(
sep,
bsgenome = NULL,
txdb = NULL,
save_pdf_prefix = NULL,
fragment_length = 100,
binding_length = 25,
effective_GC = FALSE,
save_dir = "."
)
## S4 method for signature 'SummarizedExomePeak'
plotLfcGC(
sep,
bsgenome = NULL,
txdb = NULL,
save_pdf_prefix = NULL,
fragment_length = 100,
binding_length = 25,
effective_GC = FALSE,
save_dir = "."
)
|
sep |
a |
bsgenome |
a |
txdb |
a |
save_pdf_prefix |
a |
fragment_length |
a |
binding_length |
a |
effective_GC |
a |
save_dir |
a |
By default, this function will generate a scatter plot between GC content and the log2FC value. The significant modification sites will be lebeled in different colours.
a ggplot
object.
1 2 3 4 5 6 7 | ### Load the example SummarizedExomPeak object
f1 = system.file("extdata", "sep_ex_mod.rds", package="exomePeak2")
sep <- readRDS(f1)
### Visualize the relationship between GC content and the (differential) LFC
plotLfcGC(sep)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.