-
Notifications
You must be signed in to change notification settings - Fork 1
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
fetch study metadata #1
Comments
merging the #7 and closing. |
https://ftp.ncbi.nlm.nih.gov/bioproject/bioproject.xml The project db has info on all studies. it also links to samples e.g.
|
Example text to be mined
|
Pushing notebook and output file. addresses #1
I believe this is my first stab at the study description xml parsing to output a tsv file. The file has 5 columns namely: ['StudyId', 'Name', 'Title', 'Description', 'BiosampleId']. The 'Description' column will source the NLP pipeline to get us potential supplemental information. |
Pushing notebook and output file. addresses #1
This often has richer text to be used for NLP
The text was updated successfully, but these errors were encountered: