getRProtoBufDefaultObject {GoogleGenomics}R Documentation

Returns a protocol buffer Message object from RProtoBuf.

Description

Needs gRPC support at package build time and the RProtoBuf package. See package README for instructions on installing gRPC.

Usage

getRProtoBufDefaultObject(fullyQualifiedName)

Arguments

fullyQualifiedName

Type of the message object to return.

Value

Default instance of the Message.

Examples

if (isGRPCAvailable()) {
  getRProtoBufDefaultObject("google.genomics.v1.SearchReadsRequest")
}

[Package GoogleGenomics version 2.2.0 Index]