-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters