Description Usage Arguments Value Examples
View source: R/calculate_cRIC.R
Estimate RNA binding activity
calculate_cRIC calculates log2 (RIC/WCL) changes, which are used as a
proxy of RNA binding activity.
| 1 | calculate_cRIC(WCL, RIC)
 | 
| WCL | Dataframe
output from  | 
| RIC | Dataframe
output from  | 
A data frame with log2(RIC/WCL) values
| 1 2 3 | if(interactive()){
cRIC <- calculate_cRIC(aggregatedWCL_batch,aggregatedRIC)
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.