diff_peaks_replicate: merge peaks based on replicates and find differentially peaks...

Description Usage Arguments Examples

View source: R/chip.R

Description

merge peaks based on replicates and find differentially peaks between 2 samples

Usage

1
2
3
4
5
6
diff_peaks_replicate(peak1 = NULL, peak2 = NULL, peak3 = NULL,
  peak4 = NULL, min.dis = 10000, min.dis.for.diff = 10000,
  remove.small0 = 0, remove.small0.for.diff = 0,
  remove.small.for.diff = NULL, remove.small = NULL,
  remove.small.each.replicate = NULL, remove.small2 = 0, name1 = NULL,
  name2 = NULL, name3 = NULL)

Arguments

peak1

sample1 rep1

peak2

sample1 rep2

peak3

sample2 rep1

peak4

sample2 rep2

Examples

1

lixin4306ren/seqana documentation built on May 20, 2019, 3:32 p.m.