google_api_genomics v0.0.1 GoogleApi.Genomics.V1.Model.SearchReadsRequest View Source

The read search request.

Attributes

  • end (String): The end position of the range on the reference, 0-based exclusive. If specified, `referenceName` must also be specified. Defaults to: null.
  • pageSize (Integer): The maximum number of results to return in a single page. If unspecified, defaults to 256. The maximum value is 2048. Defaults to: null.
  • pageToken (String): The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of `nextPageToken` from the previous response. Defaults to: null.
  • readGroupIds (List[String]): The IDs of the read groups within which to search for reads. All specified read groups must belong to the same read group sets. Must specify one of `readGroupSetIds` or `readGroupIds`. Defaults to: null.
  • readGroupSetIds (List[String]): The IDs of the read groups sets within which to search for reads. All specified read group sets must be aligned against a common set of reference sequences; this defines the genomic coordinates for the query. Must specify one of `readGroupSetIds` or `readGroupIds`. Defaults to: null.
  • referenceName (String): The reference sequence name, for example `chr1`, `1`, or `chrX`. If set to `*`, only unmapped reads are returned. If unspecified, all reads (mapped and unmapped) are returned. Defaults to: null.
  • start (String): The start position of the range on the reference, 0-based inclusive. If specified, `referenceName` must also be specified. Defaults to: null.