This is a test version of Biostars. For the public version, visit https://www.biostars.org.
help with biopython

I am very new to Biopython and need someone to help me out. My problem is the following, I have 100 geneIDs and I want to know their FASTA sequence. For example, I have this gene 2712\tGCA_000750535.1, 2712 is the geneID. What function can I use to solve this problem? Thank you everybody.

sequence

If it's Entrez Gene ID (human/mouse/other popular organism), you can use the TxDb package to get sequences. biomaRt should have similar provisions. Unfortunately, both of these are in R and not BioPython. Maybe someone else can give you python specific resources.

0 answers

No answers yet.

Log in to answer this question.