Skip to content

Commit

Permalink
fix omicsprocessing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeluch committed Oct 2, 2024
1 parent a3046c5 commit d088aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NOM_visualizations/R/NOM_R_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
"source": [
"### Get all records for biosamples that were processed for NOM analysis\n",
"\n",
"Finally, we are able to use the inputs to the OmicsProcessing records obtained above to identify the original biosamples used. This will allow us to connect the sampling metadata to the processed NOM results. Here, we can add fields to the API query to retrieve more information about the original biosample. \n",
"Finally, we are able to use the inputs to the DataGeneration records obtained above to identify the original biosamples used. This will allow us to connect the sampling metadata to the processed NOM results. Here, we can add fields to the API query to retrieve more information about the original biosample. \n",
"\n",
"In this case, we are interested in the environments from which the samples were taken, so the `fields` argument includes the trio of environmental terms required for each NMDC biosample: `env_broad_scale`, `env_local_scale`, and `env_medium`. \n",
"\n",
Expand Down

0 comments on commit d088aab

Please sign in to comment.