-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Hi!
With the summaryRuns function, I guessed that what is obtained with $summary_ROH_mean_chr is the mean length of runs per chromosome and group (because it is the fifth element of the summary list and in the help page of summaryRuns it's written that it is what the fifth element is).
But in the tutorial, it is written, talking about the various sumstats obtained with summaryRuns:
"Or, the average number of ROH per chromosome and per breed can be obtained.
summaryList$summary_ROH_mean_chr".
Which is clearly not the same!
So I was wondering, what is summary_ROH_mean_chr? Is it mean count or mean length? If length, what is the unit?
Thanks!
Muriel