scores | R Documentation |
A data frame as saved by function fitMarkers in package fitPoly
data(scores)
scores contains the following columns:
marker: numeric, the sequential number of the markers in the fitMarkers input file
MarkerName: factor, names of the markers (SNPs)
SampleName: factor names of the individuals / DNA samples
ratio: numeric, the ratios of the Y signal to the total signal intensity
P0 ... P4: numeric, the probabilities that the observed signal ratio reflects a true Y allele dosage of 0 ... 4, according to the selected mixture model
maxgeno: numeric, the dosage with the maximum probability
maxP: numeric, the maximum probability, i.e. the probability of maxgeno
geno: numeric, equal to maxgeno if maxP was above the specified threshold (p.threshold=0.99), else NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.