View source: R/probs_qtl2_to_array.R
probs_qtl2_to_array | R Documentation |
Convert R/qtl2 genotype probabilities to a 3d array
probs_qtl2_to_array(probs)
probs |
A |
We convert just the autosomal genotype probabilities, because they should all have the same number of genotypes (columns). The main application of this is for identifying possible sample mix-ups among batches of genotype probabilities (e.g., using the R/lineup2 package), and for this the autosomal genotype probabilities should be sufficient.
A single three-dimensional array, with just the autosomal genotype probabilities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.