calculate_cRIC: Estimate RNA binding activity 'calculate_cRIC' calculates...

Description Usage Arguments Value Examples

View source: R/calculate_cRIC.R

Description

Estimate RNA binding activity

calculate_cRIC calculates log2 (RIC/WCL) changes, which are used as a proxy of RNA binding activity.

Usage

1
calculate_cRIC(WCL, RIC)

Arguments

WCL

Dataframe output from agregate_singlepeptides

RIC

Dataframe output from agregate_singlepeptides

Value

A data frame with log2(RIC/WCL) values

Examples

1
2
3
if(interactive()){
cRIC <- calculate_cRIC(aggregatedWCL_batch,aggregatedRIC)
}

demar01/RIC documentation built on Feb. 10, 2021, 5:25 p.m.