- get_by
A character string specifying the parameter used to fetch data (“processid”, “sampleid”, "bin_uris", "dataset_codes" or "project_codes")
- identifiers
A vector (or a data frame column) pointing to the get_by parameter specified.
- cols
A single or multiple character vector specifying columns needed in the final dataframe. Default value is NULL.
- export
A character string specifying the data path where the file should be exported locally along with the name of the file with extension (csv or tsv). Default value is NULL.
- na.rm
A logical value specifying whether NA values should be removed from the BCDM dataframe. Default value is FALSE.
- filt_taxonomy
A single or multiple character vector of taxonomic names at any hierarchical level. Default value is NULL.
- filt_geography
A single or multiple character vector specifying any of the country/province/state/region/sector/site names/codes. Default value is NULL.
- filt_latitude
A single or a vector of two numbers specifying the latitudinal range in decimal degrees. Values should be separated by a comma. Default value is NULL.
- filt_longitude
A single or a vector of two numbers specifying the longitudinal range in decimal degrees. Values should be separated by a comma. Default value is NULL.
- filt_shapefile
A file path pointing to a shapefile. Default value is NULL.
- filt_institutes
A single or multiple character vector specifying names of institutes. Default value is NULL.
- filt_identified.by
A single or multiple character vector specifying names of people responsible for identifying the organism. Default value is NULL.
- filt_seq_source
A single or multiple character vector specifying the data portals from where the (sequence) data was mined. Default value is NULL.
- filt_marker
A single or multiple character vector specifying gene names. Default value is NULL.
- filt_collection_period
A single or a vector of two date values specifying the collection period range (start, end). Values should be separated by a comma. Default value is NULL.
- filt_basecount
A single or a vector of two numbers specifying range of number of basepairs. Val- ues should be separated by a comma. Default value is NULL.
- filt_altitude
A single or a vector of two numbers specifying the altitude range in meters. Values should be separated by a comma. Default value is NULL.
- filt_depth
A single or a vector of two numbers specifying the depth range. Values should be separated by a comma. Default value is NULL.