|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [Ampithoe valida population genetics] - Population genomics (RADseq-derived SNP genotypes) of the amphipod Ampithoe valida from collections in Japan, North America, and South America in 2015 (Detecting genetic adaptation during marine invasions)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_998972_v1) |
| Range: | longitude = -124.2167 to 142.5°E, latitude = -43.37 to 46.66667°N |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Data Access Form
| Files
|
Click on the map to specify a new center point.
Zoom:
|
Attributes {
s {
BioProject {
String long_name "Bioproject";
String units "unitless";
}
BioSample {
String long_name "Biosample";
String units "unitless";
}
sample_name {
String long_name "Sample_name";
String units "unitless";
}
strain {
String long_name "Strain";
String units "unitless";
}
isolate {
String long_name "Isolate";
String units "unitless";
}
collection_date {
String long_name "Collection_date";
String units "unitless";
}
geo_loc_name {
String long_name "Geo_loc_name";
String units "unitless";
}
Accession {
String long_name "Accession";
String units "unitless";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range -43.37, 46.66667;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range -124.2167, 142.5;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_email "info@bco-dmo.org";
String creator_name "BCO-DMO";
String creator_url "https://www.bco-dmo.org/";
String doi "10.26008/1912/bco-dmo.998972.1";
Float64 Easternmost_Easting 142.5;
Float64 geospatial_lat_max 46.66667;
Float64 geospatial_lat_min -43.37;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 142.5;
Float64 geospatial_lon_min -124.2167;
String geospatial_lon_units "degrees_east";
String history
"2026-06-25T02:31:17Z (local files)
2026-06-25T02:31:17Z https://erddap.bco-dmo.org/tabledap/bcodmo_dataset_998972_v1.das";
String infoUrl "https://osprey.bco-dmo.org/dataset/998972";
String institution "BCO-DMO";
String license
"The data may be used and redistributed for free but is not intended
for legal use, since it may contain inaccuracies. Neither the data
Contributor, ERD, NOAA, nor the United States Government, nor any
of their employees or contractors, makes any warranty, express or
implied, including warranties of merchantability and fitness for a
particular purpose, or assumes any legal liability for the accuracy,
completeness, or usefulness, of this information.";
Float64 Northernmost_Northing 46.66667;
String sourceUrl "(local files)";
Float64 Southernmost_Northing -43.37;
String summary
"We clarified the cryptic diversity and introduction history of the marine amphipod Ampithoe valida by genotyping 10,295 single-nucleotide polymorphisms (SNPs) for 349 individuals from Japan, North America and Argentina.
This dataset includes metadata, methods, genetic accession identifiers, and links to published code and processed data used to generate figures for the results publication Harper et al. (2022, doi:10.1007/s10592-022-01452-8) titled \"Global distribution of cryptic native, introduced and hybrid lineages in the widespread estuarine amphipod Ampithoe valida.\" Raw FASTQ files were contributed to the National Center for Biotechnology Information (NCBI)'s Sequence Read Archive (SRA) and are available under BioProject PRJNA825556.";
String title "[Ampithoe valida population genetics] - Population genomics (RADseq-derived SNP genotypes) of the amphipod Ampithoe valida from collections in Japan, North America, and South America in 2015 (Detecting genetic adaptation during marine invasions)";
Float64 Westernmost_Easting -124.2167;
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
The URL specifies what you want: the dataset, a description of the graph or the subset of the data, and the file type for the response.
Tabledap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/pmelTaoDySst.htmlTable?longitude,latitude,time,station,wmo_platform_code,T_25&time>=2015-05-23T12:00:00Z&time<=2015-05-31T12:00:00Z
Thus, the query is often a comma-separated list of desired variable names,
followed by a collection of
constraints (e.g., variable<value),
each preceded by '&' (which is interpreted as "AND").
For details, see the tabledap Documentation.