Description Usage Arguments Value Examples
View source: R/generateDeeptoolsExperiments.R
Generate SummarizedExperiment Objects Representing deepTools Matrices
1 | generateDeeptoolsExperiments(ranges, bins, names = c("A"))
|
ranges |
Number of genomic ranges (i.e., rows). |
bins |
Number of bins (i.e., columns). |
names |
Character vector of sample names. |
A list of SummarizedExperiment objects.
1 2 3 4 5 6 | # Usage ----
sample_names <- c("A", "B", "C")
se_list <- generateDeeptoolsExperiments(20, 10, sample_names)
se_list
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.