Skip to content
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

Loop over multiple ascertainments in fstats #30

Open
stschiff opened this issue Mar 13, 2024 · 1 comment
Open

Loop over multiple ascertainments in fstats #30

stschiff opened this issue Mar 13, 2024 · 1 comment

Comments

@stschiff
Copy link
Member

stschiff commented Mar 13, 2024

Currently, our F-statistics configuration file allows to loop over multiple populations, like:

fstats:
- type: F2
  a: ["French", "Spanish"]
  b: ["Han", "CEU2"]

There was a request by @huanglei-artificium to be able to also loop over multiple ascertainments, e.g. multiple cutoff-frequencies. This can be implemented by changing the definition in

data MultiFStatSpec = MultiFStatSpec
, instead of taking a Maybe AscertainmentSpec it can take simply [AscertainmentSpec].

I think this could be a good issue to perhaps get into the hang of Haskell coding. Do you want to try, @huanglei-artificium ?

@stschiff
Copy link
Member Author

I've invited you to this repository, @huanglei-artificium, and also set up a branch-protection rule just in case. You need to create a Pull Request then. If you need a primer, I was told the Spaam introduction isn't too shabby: https://www.spaam-community.org/wss-summer-school/#/2023/teaching-material?id=github

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant