compareRatios: A function to compare two replication profiles

Description Usage Arguments Examples

View source: R/compareRatios.R

Description

compareRatios takes two ratio dataframes that were binned the same way and uses z-score statistics to find p-values of their differences. The function outputs a combined dataframe containing the two input ratio dataframes in a long format with added 'p.value' column.

Usage

1
compareRatios(ratio1, ratio2)

Arguments

ratio1

Ratio dataframe, or a string containing name of a ratio dataframe (dataframe or string).

ratio2

Ratio dataframe, or a string containing name of a ratio dataframe (dataframe or string).

Examples

1

DzmitryGB/Repliscope documentation built on Dec. 5, 2019, 3:16 a.m.