This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Python code for extracting values from an Excel database?

Hello..

I have a big database in an Excel format (around 50,000 records) of sequence accession codes and corresponding numerical values, and I need a piece of python code for extracting the highest 30 numerical values.. Can someone help me with that please? (I have very very beginner level at Python)..

Thanks in advance!

python sequence

Thanks, I will definitely check it out..

If you have an excel file, why don't you just use the function of excel to sort columns?

Well, I wanted to write a code that would extract the accession codes corresponding to the highest values and download the sequences in FASTA format directly (by linking it to the Gencode database)..

0 answers

No answers yet.

Log in to answer this question.