Skip to content

Commit

Permalink
cohorts analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Aug 24, 2024
1 parent 747543d commit 439386f
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 2 deletions.
21 changes: 21 additions & 0 deletions _posts/2023-10-31-ag-cohorts-v20231019.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: post
title: "Ag3 cohorts analysis version 20231019"
tags: data
---

A new cohorts analysis version `20231019` has been released for the
Ag3 data resource. This is now the default cohorts analysis version
when using the `malariagen_data` [Ag3
API](https://malariagen.github.io/malariagen-data-python/latest/Ag3.html). This
cohorts analysis is available for datasets up to and including Ag3.9.

To pin this cohorts analysis when accessing data:

{% highlight python %}
import malariagen_data

ag3 = malariagen_data.Ag3(
cohorts_analysis="20231019",
)
{% endhighlight %}
21 changes: 21 additions & 0 deletions _posts/2023-12-31-ag-cohorts-v20231215.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: post
title: "Ag3 cohorts analysis version 20231215"
tags: data
---

A new cohorts analysis version `20231215` has been released for the
Ag3 data resource. This is now the default cohorts analysis version
when using the `malariagen_data` [Ag3
API](https://malariagen.github.io/malariagen-data-python/latest/Ag3.html). This
cohorts analysis is available for datasets up to and including Ag3.9.

To pin this cohorts analysis when accessing data:

{% highlight python %}
import malariagen_data

ag3 = malariagen_data.Ag3(
cohorts_analysis="20231215",
)
{% endhighlight %}
21 changes: 21 additions & 0 deletions _posts/2024-04-15-ag-cohorts-v20240319.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: post
title: "Ag3 cohorts analysis version 20240319"
tags: data
---

A new cohorts analysis version `20240319` has been released for the
Ag3 data resource. This is now the default cohorts analysis version
when using the `malariagen_data` [Ag3
API](https://malariagen.github.io/malariagen-data-python/latest/Ag3.html). This
cohorts analysis is available for datasets up to and including Ag3.10.

To pin this cohorts analysis when accessing data:

{% highlight python %}
import malariagen_data

ag3 = malariagen_data.Ag3(
cohorts_analysis="20240319",
)
{% endhighlight %}
21 changes: 21 additions & 0 deletions _posts/2024-04-25-ag-cohorts-v20240418.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: post
title: "Ag3 cohorts analysis version 20240418"
tags: data
---

A new cohorts analysis version `20240418` has been released for the
Ag3 data resource. This is now the default cohorts analysis version
when using the `malariagen_data` [Ag3
API](https://malariagen.github.io/malariagen-data-python/latest/Ag3.html). This
cohorts analysis is available for datasets up to and including Ag3.10.

To pin this cohorts analysis when accessing data:

{% highlight python %}
import malariagen_data

ag3 = malariagen_data.Ag3(
cohorts_analysis="20240418",
)
{% endhighlight %}
3 changes: 1 addition & 2 deletions _posts/2024-07-24-ag-cohorts-v20240717.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ A new cohorts analysis version `20240717` has been released for the
Ag3 data resource. This is now the default cohorts analysis version
when using the `malariagen_data` [Ag3
API](https://malariagen.github.io/malariagen-data-python/latest/Ag3.html). This
cohorts analysis will be available for datasets up to and including
Ag3.11.
cohorts analysis is available for datasets up to and including Ag3.11.

To pin this cohorts analysis when accessing data:

Expand Down

0 comments on commit 439386f

Please sign in to comment.