Get Read Set
| omics_get_read_set | R Documentation |
Retrieves detailed information from parts of a read set and returns the read set in the same format that it was uploaded¶
Description¶
Retrieves detailed information from parts of a read set and returns the read set in the same format that it was uploaded. You must have read sets uploaded to your sequence store in order to run this operation.
Usage¶
omics_get_read_set(id, sequenceStoreId, file, partNumber)
Arguments¶
id |
[required] The read set's ID. |
sequenceStoreId |
[required] The read set's sequence store ID. |
file |
The file to retrieve. |
partNumber |
[required] The part number to retrieve. |
Value¶
A list with the following syntax:
list(
payload = raw
)
Request syntax¶
svc$get_read_set(
id = "string",
sequenceStoreId = "string",
file = "SOURCE1"|"SOURCE2"|"INDEX",
partNumber = 123
)