calcRstats | R Documentation |
Calculate the min, max, mean and 50 for each marker
calcRstats(datpoly, out)
datpoly |
a data frame in long format (input format for fitPoly) with at least columns MarkerName, SampleName, R |
out |
name of output file; if NA no file is written. File contains the same data as the return value |
The data.frame returned by this function is used as input for function selMarkers_byR
a data frame with columns MarkerName, mean, min, q50, q95, max which are all statistics of the R values per marker
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.