Replies: 1 comment 1 reply
-
Hello, caparks2! My name is Ivan, I am a developer of the Immunarch package; repSample uses multinomial sampling only with 'resample' method, but there is no any switching of distributions; other('downsample' and 'sample') methods use base::sample function inside; and I cannot find any mention about negative binomial sampling in commits; Feel free If you have more details or other questions; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've found the sampling functions to be very helpful, especially because diversity measures can be influenced by changes in repertoire sizes between subjects. I appreciate that this is dealt with nicely in
Immunarch
by using robust measures of diversity, but when the more classical parametric measures are asked for it's useful to have the sampling functions available. I noticed the probability distributions used for sampling in therepSample()
function were changed from the negative binomial to the multinomial. Any comment on the switch?Beta Was this translation helpful? Give feedback.
All reactions