Description Usage Arguments Value
View source: R/weight_phases.R
Using a simulation of the S-phase (active forks in function of the percentage replicated genome), this function calculates a normalization factor for each phase based on the FACS gates and G1/G2 peaks
1 2 3 4 5 6 7 8 | weight_phases(
rs_assay,
G1_peak,
G2_peak,
gates,
SimSPhase = NA,
TotalReads = NA
)
|
rs_assay |
a Repli-seq assay (data.frame) loaded with readRS() and formatted as chr,start,stop,S1,...,Sx |
G1_peak |
aproximate position of the G1 peak |
G2_peak |
aproximate position of the G2 peak |
gates |
a data.frame containing start and end of each gate ordered as in rs_assay |
SimSPhase |
a user constumise simulation of the S-phase progression (data.frame) formatted as Percentage of replicated DNA, Number of active forks |
TotalReads |
Totala ammount of reads for normalization, by defaul 15000000 per phase |
A named vector containing the normalization factors for each phase to use with normalizeRS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.