View source: R/scRT_processing.R
Replication_state | R Documentation |
binarizes data into replicated or not replicated bins
Replication_state(Samples, background, Chr_filter = NULL, cores = 3)
Samples, |
a dataframe containing scCN info with the following columns:chr, start, end, group, basename, CN, index |
background, |
a dataframe containing the median scCN info of the G1/G2 population with the following columns:chr, start, end, group, basename, background |
Chr_filter, |
filters chromosomes to keep in the analysis |
cores, |
number of threads to use while to parallelise |
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.