Unpack posterior probabilities from one-byte codes
In snpStats
, the three "posterior" probabilities corresponding to
the possible values of an uncertain genotype are packed into a single
byte code (with, of course, some loss in accuracy). This function, which
is provided as an aid to writing new functions, unpacks the posterior
probabilities from the single byte codes.
pp(x, transpose = FALSE)
x |
A vector, length N, which can be coerced into type |
transpose |
If |
A numeric matrix
David Clayton dc208@cam.ac.uk
## ## Read imputed data from a file produced by MACH ## path <- system.file("extdata/mach1.out.mlprob.gz", package="snpStats") mach <- read.mach(path) pp(mach[1:50, 10])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.