<feed xmlns='http://www.w3.org/2005/Atom'>
<title>genenetwork3/scripts, branch bugfix/remove-pre-data-parsing</title>
<subtitle>GeneNetwork3 REST API for data science and machine learning
</subtitle>
<id>http://git.genenetwork.org/genenetwork3/atom?h=bugfix%2Fremove-pre-data-parsing</id>
<link rel='self' href='http://git.genenetwork.org/genenetwork3/atom?h=bugfix%2Fremove-pre-data-parsing'/>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/'/>
<updated>2022-07-29T01:00:41+00:00</updated>
<entry>
<title>New script to run sample correlations</title>
<updated>2022-07-29T01:00:41+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2022-07-29T01:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=6b11a267084c131ac7e1be76c4eb602996fd829e'/>
<id>urn:sha1:6b11a267084c131ac7e1be76c4eb602996fd829e</id>
<content type='text'>
* README.md: update mypy's invocation
* scripts/argparse_actions.py: new file - implement custom FileCheck action
  for argparse
* scripts/sample_correlations.py: new file - implement new script to run
  sample correlations in an external process
</content>
</entry>
<entry>
<title>Parse the method from UI before passing it to external process</title>
<updated>2022-06-28T06:32:14+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2022-06-28T06:32:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=d8d590cbc0a427c2f508c66bc91cd8af97aba606'/>
<id>urn:sha1:d8d590cbc0a427c2f508c66bc91cd8af97aba606</id>
<content type='text'>
To reduce the chances of the system failing due to the external process being
launched with the wrong parameters, add a parsing stage that converts the
method from the UI into a form acceptable by the CLI script.

* gn3/commands.py: parse the method from UI
* scripts/partial_correlations.py: simplify the acceptable methods
</content>
</entry>
<entry>
<title>Restrict partial correlation method choices</title>
<updated>2022-06-20T08:17:11+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2022-06-20T08:17:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=7f66bb029322a06b52359abf8836e158afaa6755'/>
<id>urn:sha1:7f66bb029322a06b52359abf8836e158afaa6755</id>
<content type='text'>
- Have "Pearson's r" and "Spearman's rho" as the only valid choices for the
  partial correlations
</content>
</entry>
<entry>
<title>Run partial correlations with external script</title>
<updated>2022-05-24T11:19:57+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2022-05-24T11:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=fdf9061981ce5d341d178951adeb19dd0376ee66'/>
<id>urn:sha1:fdf9061981ce5d341d178951adeb19dd0376ee66</id>
<content type='text'>
Use new external script to run the partial correlations for both cases,
i.e.
- against an entire dataset, or
- against selected traits
</content>
</entry>
<entry>
<title>New script to compute partial correlations</title>
<updated>2022-05-24T02:16:55+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2022-05-24T01:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=36f8421a8fe223189ab88ee1df3923719ffa4fc0'/>
<id>urn:sha1:36f8421a8fe223189ab88ee1df3923719ffa4fc0</id>
<content type='text'>
* Add a new script to compute the partial correlations against:
  - a select list of traits, or
  - an entire dataset
  depending on the specified subcommand. This new script is meant to supercede
  the `scripts/partial_correlations.py` script.

* Fix the check for errors
* Reorganise the order of arguments for the
  `partial_correlations_with_target_traits` function: move the `method`
  argument before the `target_trait_names` argument so that the common
  arguments in the partial correlation computation functions share the same
  order.
</content>
</entry>
<entry>
<title>Extract common error checking. Rename function.</title>
<updated>2022-05-05T12:19:08+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2022-05-05T12:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=be9d1d4aad720274f6d75345123fae8d6a96bc12'/>
<id>urn:sha1:be9d1d4aad720274f6d75345123fae8d6a96bc12</id>
<content type='text'>
* Extract the common error checking code into a separate function
* Rename the function to make its use clearer
</content>
</entry>
<entry>
<title>Merge branch 'feature/add_rqtl_pairscan' of https://github.com/zsloan/genenetwork3 into feature/add_rqtl_pairscan</title>
<updated>2022-03-22T20:39:22+00:00</updated>
<author>
<name>zsloan</name>
</author>
<published>2022-03-22T20:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=a75634cc5637168165e601f09dc9ad820e6e443f'/>
<id>urn:sha1:a75634cc5637168165e601f09dc9ad820e6e443f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change order of if statements for running genoprob command</title>
<updated>2022-03-22T20:28:58+00:00</updated>
<author>
<name>zsloan</name>
</author>
<published>2022-03-22T20:28:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=0e6990940e22eb0431d6a27e45d29bc04d8ad582'/>
<id>urn:sha1:0e6990940e22eb0431d6a27e45d29bc04d8ad582</id>
<content type='text'>
Now it checks for pairscan first, just in case interval ends up being
passed (which is an irrelevant parameter for pairscan)

Also added a couple more verbose prints
</content>
</entry>
<entry>
<title>Updated rqtl_wrapper to also return a map file when doing a pair-scan (since we need the list of markers/pseudomarkers and their positions)</title>
<updated>2022-03-22T19:08:01+00:00</updated>
<author>
<name>zsloan</name>
</author>
<published>2021-08-02T21:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=4c3359082fbb1eef93a9e54c633f938606cba5f6'/>
<id>urn:sha1:4c3359082fbb1eef93a9e54c633f938606cba5f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added line priting pair-scan results to CSV and changed the default step-size to 10cM for pair-scan</title>
<updated>2022-03-22T19:07:00+00:00</updated>
<author>
<name>zsloan</name>
</author>
<published>2021-07-23T20:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=acfea0fc8793372723be0e64316002ed9bc2403b'/>
<id>urn:sha1:acfea0fc8793372723be0e64316002ed9bc2403b</id>
<content type='text'>
</content>
</entry>
</feed>
