Description Usage Arguments Details Value Author(s) Examples
View source: R/hilbert_curve_difference.R
Visualize ChIP-Seq signal difference by Hilbert curve
1 2 | hilbert_curve_chipseq_difference(mark, subgroup, comparison, chromosome = paste0("chr", 1:22),
species = "hg19", type = c("global_mean", "subgroup_mean", "abs_difference", "rel_difference"))
|
mark |
name of the histone mark, should also be supported in |
subgroup |
subgroup information which corresponds to sample IDs stored in |
comparison |
if there are more than one subgroups, the comparison of two subgroups which shows the difference The value is a vector of length of two and the difference is calculated as |
chromosome |
a vector fo chromosome names |
species |
species |
type |
four types of visualization supported, see "details" section |
Genome is segmented by 1kb window and mean signal for each 1kb window is calculated, later visualized by Hilbert curve.
There are four types of visualization methods:
the mean signal averaged from all samples
the mean signal averaged in every subgroup
the absolute difference of signal in two subgroups
the relative difference in two subgroups. The value is calculated as absolute difference divided by mean singal.
a GRanges
object which contains mean signal for the 1kb segments and other statistics.
The returned value can be sent to general_chipseq_association_to_methylation
and general_chipseq_association
.
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.