Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 10 found.
[1] < 1 > [1]  Sort:

GoogleGenomics (Package: GoogleGenomics) : A basic R package for Google Genomics API.

This project is in active development - the current code is very minimal and a lot of work is left.
● Data Source: BioConductor
● Keywords:
● Alias: GoogleGenomics, GoogleGenomics-package
● 0 images

authenticate (Package: GoogleGenomics) : Configure how to authenticate for Google Genomics API.

Follow the sign up instructions at https://cloud.google.com/genomics/install-genomics-tools#authenticate to download the client secrets file, or note the clientId and clientSecret pair.
● Data Source: BioConductor
● Keywords:
● Alias: authenticate
● 0 images

getReads (Package: GoogleGenomics) : Get reads from Google Genomics.

This function will return all of the reads that comprise the requested genomic range, iterating over paginated results as necessary.
● Data Source: BioConductor
● Keywords:
● Alias: getReads
● 0 images

getReadsPage (Package: GoogleGenomics) : Get one page of reads from Google Genomics.

In general, use the getReads method instead. It calls this method, returning reads from all of the pages that comprise the requested genomic range.
● Data Source: BioConductor
● Keywords:
● Alias: getReadsPage
● 0 images

getSearchPage (Package: GoogleGenomics) : Get one page of search results for a particular entity type from Google

In general, use higher level methods such as getReads and getVariants instead.
● Data Source: BioConductor
● Keywords:
● Alias: getSearchPage
● 0 images

getVariants (Package: GoogleGenomics) : Get variants from Google Genomics.

This function will return all of the variants that comprise the requested genomic range, iterating over paginated results as necessary.
● Data Source: BioConductor
● Keywords:
● Alias: getVariants
● 0 images

getVariantsPage (Package: GoogleGenomics) : Get one page of variants from Google Genomics.

In general, use the getVariants method instead. It calls this method, returning variants from all of the pages that comprise the requested genomic range.
● Data Source: BioConductor
● Keywords:
● Alias: getVariantsPage
● 0 images

readsToGAlignments (Package: GoogleGenomics) : Convert reads to GAlignments.

Note that the Global Alliance for Genomics and Health API uses a 0-based coordinate system. For more detail, please see GA4GH discussions such as the following:
● Data Source: BioConductor
● Keywords:
● Alias: readsToGAlignments
● 0 images

variantsToGRanges (Package: GoogleGenomics) : Convert variants to GRanges.

Note that the Global Alliance for Genomics and Health API uses a 0-based coordinate system. For more detail, please see GA4GH discussions such as the following:
● Data Source: BioConductor
● Keywords:
● Alias: variantsToGRanges
● 0 images

variantsToVRanges (Package: GoogleGenomics) : Convert variants to VRanges.

Note that the Global Alliance for Genomics and Health API uses a 0-based coordinate system. For more detail, please see GA4GH discussions such as the following:
● Data Source: BioConductor
● Keywords:
● Alias: variantsToVRanges
● 0 images