Skip to content

Loop over multiple ascertainments in fstats #30

Open
@stschiff

Description

@stschiff

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions