Scaling_CNV | R Documentation |
To scale preliminary sciCNV-curves derived from scRNA-seq data
Scaling_CNV(V7Alt, n.TestCells, scaling.factor)
V7Alt |
preliminary CNV matrix egnerated by sciCNV function |
Vn.TestCells |
number of test cells |
Vscaling.factor |
scaling factor to re-scale the preliminary CNV estimate |
Scales sciCNV results to be matched with benchmark (e.g. WES result of the same test sample)
Please refer to the reference and supplemental materials described in the README for additional details.
Ali Mahdipour-Shirayeh, Princess Margaret Cancer Centre, University of Toronto
scaled_sciCNV <- Scaling_CNV(V7Alt=sciCNV_mat, n.TestCells=100, scaling.factor=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.