convert_polyRAD: Convert (probabilistic) genotype calling results from polyRAD to input compatible with polymapR
Description
Convert (probabilistic) genotype calling results from polyRAD to input compatible with polymapR
Usage
convert_polyRAD(RADdata)
Value
A data frame which include columns:
MarkerName, SampleName,P0 ~ Pploidy (e.g. P0 ~ P4 for tetraploid, which represents
the probability assigning to this dosage), maxgeno (the most likely dosage),
and maxP (the maximum probability)
Arguments
RADdata
An RADdata (S3 class) object; output of the function PipelineMapping2Parents having followed
the prior steps needed in the polyRAD pipeline. See the polyRAD vignette for details.