fetchContentEbi: Fetch variant from Ebi
Description
Fetch variant from Ebi
Usage
fetchContentEbi(
url1,
method = "fromJSON",
downloadMethod = "auto",
termSize = 1000,
termStart = 0
)
Value
A data.table object.
Arguments
- url1
A url string.
- method
Can be chosen from "download", "curl".
- downloadMethod
The same methods from utils::download.file function.
- termSize
Number of records per request.
- termStart
Start position per request.