GoogleGenomics icon indicating copy to clipboard operation
GoogleGenomics copied to clipboard

[DEPRECATED] An R package for Google Genomics API queries.

Results 8 GoogleGenomics issues
Sort by recently updated
recently updated
newest added

Something like the following, but package-internal and tested to ensure 1. `getReads\Variants()` return the "you need to authenticate" error until authentication is performed 2. the oauth flow is triggered by...

For example, variant data with no values for `quality` or `filter` cause the converters to fail.

The variant converters currently have trouble with multi-allelic data and non-variant segments. We can work around this by filtering and reshaping the data before sending it to the converters (example...

After #28 is complete, let's be sure to document the exact steps for a new release much like we have for [utils-java](https://github.com/googlegenomics/utils-java#making-a-new-release) For example, click on the RStudio "check" button...

One of the handy defaults in Bioconductor GRanges/VRanges objects is a slot for the genome (reference assembly) of each chromosome (should all be the same for any sane object, of...

There are some competing style guides for R. Let's decide upon which one to follow or some combination of both and make sure the R package version of the client...

enhancement

similar to the java client library, we should use some kind of exponential backoff for all API calls that fail with a >= 500 http error

Per #15 and ensuing blahblah, here's the unvarnished code. If it breaks, you get to keep the pieces. :-) ``` R library(GoogleGenomics) ## ## may need to do this interactively:...