GoogleGenomics-package | A basic R package for Google Genomics API. |
authenticate | Configure how to authenticate for Google Genomics API. |
callGRPCMethod | Issues a gRPC call to the Google Genomics service and returns the response. |
defaultGcloudCredsPath | Returns the standard location for application default credentials as generated by the gcloud CLI tool. |
getReads | Get reads from Google Genomics. |
getReadsPage | Get one page of reads from Google Genomics. |
getRProtoBufDefaultObject | Returns a protocol buffer Message object from 'RProtoBuf'. |
getSearchPage | Get one page of search results for a particular entity type from Google Genomics. |
getVariantCalls | Elaborate the result of getVariants as a VRanges with all calls for all samples |
getVariants | Get variants from Google Genomics. |
getVariantsPage | Get one page of variants from Google Genomics. |
GoogleGenomics | A basic R package for Google Genomics API. |
isGRPCAvailable | Returns if this package was built with gRPC support. |
readsToGAlignments | Convert reads to GAlignments. |
variantsToGRanges | Convert variants to GRanges. |
variantsToVRanges | Convert variants to VRanges. |