Description Usage Arguments Value Author(s) Examples
correlation between two replicates of samples with correlation value.
1 |
dat |
Absolute path of count matrix. The input file can be generated by
deeptools |
multiBigwigSummary_output |
Logical, whether the input matrix is
|
pattern |
A character vector, defining pattern to split the columns in
replicates. |
a multi-sample scatterplot of log2 values with correlation value
pooja sethiya
1 2 3 4 5 6 7 8 9 | ## Not run:
dat_path <- system.file("extdata//correlation_data/an_histone_spore_count_mat.tab" , package = "FungalSporeAnalysis")
dat <- read.delim(dat_path,sep="\t", header = TRUE)
gp <- bw_corr(dat, pattern = ".*_spore_(.*)_(.*)")
ggsave(gp, filename = "An_spore_histone_bwscatterplot.png", height=5, width=5, device = "png", units = "in")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.