diagnostic | R Documentation |
Helps identifying parameters for scRT analysis. It opens a shiny app
diagnostic( PerCell, interactive = T, min_RPMPH = 160, G1G2_th = NULL, S_th = NULL, First_half_factor = NULL, Second_half_factor = NULL, Automatic_correction = F, lunch.in.Rstudio = F, cores = 1 )
PerCell, |
per cell dataframe from CallCNV |
interactive, |
if TRUE the function will start a shiny app |
min_RPMPH, |
min number of reads per megabase per haplotype for a cell to be considered |
G1G2_th, |
variability value under which cells are considered in G1/G2 |
S_th, |
variability value above which cells are considered in S |
First_half_factor, |
parameter to adjust the first part of the S-phase |
Second_half_factor, |
parameter to adjust the second part of the S-phase |
Automatic_correction, |
If TRUE it tries to automatically find the parameters to adjust the S-phase |
lunch.in.Rstudio, |
if TRUE the shiny app is run in Rstudio otherwise on a browser. |
cores, |
number of cores to parallelise |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.