Description Usage Arguments Value Author(s) References
View source: R/calc_dcorr_GC_content_logfc.R
Calculates the distance correlation between the log2 fold change and the GC content of sgRNAs in a given library.
1 | calc_dcorr_GC_content_logfc(logfc, library, col_suffix)
|
logfc |
A data frame of log2 fold change data for a sample contrast (e.g. Control vs Plasmid; gRNAs as rows) as generated by 'fgcQC::calc_log2_fold_change_gRNAs'. |
library |
A data frame containing the library file in which the first column gives the sgRNA sequence and the second column gives the sgRNA ID. |
col_suffix |
A character string providing a name to go at the end of the output column name (e.g. 'ctrl_plasmid'). |
A data frame with a 'SampleName' column and a 'distcorr_GC_content_logfc' column.
Alex T. Kalinka, alex.kalinka@cancer.org.uk
Szekely, G.J., Rizzo, M.L., and Bakirov, N.K. (2007), Measuring and Testing Dependence by Correlation of Distances, Annals of Statistics, Vol. 35 No. 6, pp. 2769-2794.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.