connBlender: Blend two conns files

Description Usage Arguments Value Examples

View source: R/connBlender.R

Description

Takes in two conns files and combines like peaks and adds peaks not included in each others

Usage

1
connBlender(KO_conns, WT_conns, namefirst, namesecond)

Arguments

KO_conns

the first dataframe you want to combine

WT_conns

the second dataframe you want to combine

namefirst

the label you want to give to the first conns file, i.e. "A"

namesecond

the label you want to give to the second conns file, i.e. "B"

Value

a combined peak file

Examples

1
SUMpeaksblend.data = connBlender(KO_conns, WT_conns, namefirst, namesecond)

samissimas/ciceroAddition documentation built on Aug. 10, 2019, 12:02 a.m.