-
Notifications
You must be signed in to change notification settings - Fork 2
GWIS configuration #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
GWIS configuration #201
Conversation
|
Thank you Josh, I'll have a look asap! |
olivierlabayle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Josh, see my comments in the review, happy to discuss.
…eation to support higher order interactions
…sted extra_treatments
…ive to the observed population
|
@joshua-slaughter Could you provide a high level overview of the new functionality here and how a user is meant to interact with it? This description could also be used in the next release of the TarGene docs. |
|
@olivierlabayle had to dust this one off haha Notable changes
|
Will work on docs for this soon but would like to get your opinion on the current implementation if possible (at least for the interaction setup) |
olivierlabayle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Josh, thanks for the PR, please find my comments inline. Main things are:
-
I think the summary stats (counts) should either be moved to TMLECLI as an option or kept here but in a different function. It would also be good to discuss exactly what we want to countI suggest to make use of DataFrames.jl groupby combine in any case to simplify the code and make it faster.
-
The GWIS looks mostly good while I think it is getting quite complicated and requires a bit more testing of edge cases that are not covered.
Thanks!
|
@olivierlabayle addressed all comments. Will open summary stats PR in TMLECLI. |
Hi all, I have put together a configuration for estimating pairwise interactions at the genome-wide scale. The changes to make this possible only required minimal changes to
inputs_from_config.jl. A review would be very appreciated!