-
Updated URL for GeneNetwork API
-
Remove an example from the vignette that no longer works: "get the information for a specific group,"
list_groups("rat", "HSNIH-Palmer")
-
run_gemma()
andrun_rqtl()
are working again. -
Trapped additional errors by looking for
Error:
in title of output. (in new internal functionerror_in_title()
)
-
get_geno()
is working again -
info_pheno()
can no longer get a list of traits within a group -
list_groups()
no longer takes an individual group name
- Small change in
query_gn()
to change NULL output to NA.
- Fix a typo in an argument option in
run_rqtl()
.
- Switched to the proper API url,
gn2.genenetwork.org/api/pre_v1
-
Fixed
run_gemma()
,run_rqtl()
, andrun_correlations()
as genenetwork API changed (now giving JSON output) -
list_groups()
can be used to get information for a specific group. -
list_datasets()
can be used to get information for a specific dataset. -
Remove
info_dataset()
andinfo_datasets()
; for both can be just uselist_datasets()
. -
Include
limit
argument forinfo_pheno()
.
-
list_groups()
was messed up when a species was provided. -
Fix
get_geno()
so it returnsNULL
if the result has no data.
- Complete re-write due to complete re-write of the API