Hi,
I am trying to port the Matlab bead Normalizer code to R.
The one thing I’m struggling with is the setNormalizationBaseline() function in normalize_folder.m. I understand that bead_means is a matrix of the median values for a the beadsbead across samples versus time.
What I’m unsure of (and this might just be my Matlab inexpertise) is how the median value is calculated across samples, since the number of timepoints is different for each sample. For example, is the median value for the first timepoint for Bead1(La139)Di in the example data calculated by just taking the first value for each of the four samples and finding the median?
In figure 2C in the paper, this appears to be the case, but I found the wording confusing because timepoint can refer to within-sample (as in timepoint at which a bead value was collected), or across samples (which correspond to different days).
Hi,
I am trying to port the Matlab bead Normalizer code to R.
The one thing I’m struggling with is the setNormalizationBaseline() function in normalize_folder.m. I understand that bead_means is a matrix of the median values for a the beadsbead across samples versus time.
What I’m unsure of (and this might just be my Matlab inexpertise) is how the median value is calculated across samples, since the number of timepoints is different for each sample. For example, is the median value for the first timepoint for Bead1(La139)Di in the example data calculated by just taking the first value for each of the four samples and finding the median?
In figure 2C in the paper, this appears to be the case, but I found the wording confusing because timepoint can refer to within-sample (as in timepoint at which a bead value was collected), or across samples (which correspond to different days).