Input container packaging a full-data data-driven prior with
optional per-fold (cross-validated) priors and the fold partition they were
computed on. Produced (eventually) by mashPipeline() and consumed by
twasWeightsPipeline() (mr.mash); the per-fold fits then flow to
fineMappingPipeline() (mvSuSiE) via the resulting
TwasWeights.
Slots
fullFitThe full-data data-driven prior payload — the
mashPipeline()outputlist(U, w); fed to mr.mash asdataDrivenPriorMatricesfor the full-data fit.NULLwhen only per-fold priors are supplied (a CV-only run).cvFitsNULL, or a list withsamplePartition(data.frame(Sample, Fold)) andperFoldFits(a list of per-fold prior payloads,perFoldFits[[j]]for foldj).