This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Extract metadata with a list of sequence accession number, is it possible?

I am relatively new in the field of bioinformatics. In a recent project, I come across the need of extracting metadata (information about the sequence, e.g. descriptions and location of the experiment or less ideally an accession of the Bioproject where the sequence is from) from a list of sequence accessions. Is there any way to accomplish this without searching the accession and navigating NCBI one by one manually? Thank you very much.

metadata

1 answer

You might consider that information as metadata, but it's actually just... data. Without it, the sequence information is meaningless.

As Pierre said, NCBI has a utility called E-Utilities. Several packages have been developed for whatever program you know, for Python there's BioPython, for R there's rentrez.

If you want to interface directly with entrez you can also do that. NCBI has all the info herE: https://www.ncbi.nlm.nih.gov/books/NBK25501/

Log in to answer this question.