-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get environmental metadata for HOT1 from HOTGOG #2
Comments
get into R and combine with df
Caution for some bottles, there is no information (including both 2009 samples) checked, and it's also not in the HOTDOGs file, so not a merger error, more data availability see:
|
I noticed that for some of the samples, where we got information from HOTDOG, the date_dog and the collection_date_pub do not match and the date in The ones I did not get info for are I did :) got two more.
These are still missing
I also spoke with Sarah and she mentioned that she also could not find metadata for the others when she worked with HOT data before. |
Following data trail of publication
Data Publication: Biller, S., Berube, P., Dooley, K. et al. Marine microbial metagenomes sampled across space and time. Sci Data 5, 180176 (2018). https://doi.org/10.1038/sdata.2018.176
It notes to go to https://hahana.soest.hawaii.edu/hot/hot-dogs/index.html and use the bottle ids to identify the data records we need.
Let's check out the tutorials
![image](https://github.com/user-attachments/assets/fae182da-7712-4e48-9b9f-1ba7b4a728d1)
https://hahana.soest.hawaii.edu/hot/hot-dogs/documentation/tutorial.html
Looks like example 1 should fit
![image](https://github.com/user-attachments/assets/b2e4afe6-9744-48fb-9b48-0bba11847e45)
https://hahana.soest.hawaii.edu/hot/hot-dogs/documentation/example1.html
Let's look at the Data Extraction/bottle module they mention
![image](https://github.com/user-attachments/assets/6ee2ae04-9f2f-4e0a-a4a7-254ee4500b8d)
https://hahana.soest.hawaii.edu/hot/hot-dogs/bextraction.html
Try for one date
![image](https://github.com/user-attachments/assets/820da7cb-7a1f-49db-8df9-afc1143c3aae)
And load into R
This is what it looks like: second row is units
![image](https://github.com/user-attachments/assets/bafab24f-5ae3-427e-8f5a-b48468bf3597)
If I don't want to go through this for every single date of every sample, I will have to scale up and just take a longer timeframe
Note
To safe the html output I am getting, I will (in the Safari menu) click
file
->save as
-> (select destination)save
Then open that file with excel, remove the header lines, and
save as
->csv
, then import that to Rand submit
The text was updated successfully, but these errors were encountered: