Genome sequence from protein
I've done tblast of a certain protein and got a list of hits. Is there a way to programmatically extract genomic regions for my hits?
I'm using biopython mostly
sequence
alignment
genome
• 1,423 views
•
link
written
by
tim.ivanov.92 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Extracting nucleotide sequences associated with specific GenPept annotated regions
written by alopex •I'm looking for a way to extract the nucleotide sequences of NCBI GenBank records corresponding to specific annotated regions in the associated NCBI GenPept records …
-
Obtaining nucleotide sequences from a set of protein identifiers
written by hopf •I've done a bit of searching but haven't seen this specific problem raised (or answered) before. Apologies if it has. I'm interested in a particular …
-
Protein coding annotation from UCSC
written by tim.ivanov.92 •How do i download **only protein-coding** genes from UCSC table browser? I've chosen gencode v19 and genes and gene prediction in settings bars, but i'm …
-
Getting genomic regions by local coordinates (protein/transcript)
written by tim.ivanov.92 •What is the easiest way to transform local coordinates on a protein/transcript to genomic coordinates (given accession number)?
-
Software for genome coordinates from alignment
written by tim.ivanov.92 •Is there a package/software (preferably python) for coordinate conversation from alignment to genome? For example i've done tblastx of a reference protein and obtained a …
-
Exonerate output handling/settingup
written by tim.ivanov.92 •I'm trying to get maximum from [exonerate][1] aligner tool: i would like to be able to extract alignments produced automatically and be able to parse …
-
How to list genomic regions that are close in a 3D conformation manner using Hi-C data ?
written by Nicolas RosewickHi, I've a list of human genomic regions and I want for each of them a list of spatially (in a 3D genome manner) close …
-
Using BioPython to get sequences
written by jolespinIs there a way to extract all the isoform sequences for a gene using BioPython. For example, if you had the HUGO ID, could you …
-
Refseq Proteins For A Given Taxid
written by Chris •Hi, I've got the following problem: Given a NCBI taxid, I'd like to bulk-download all RefSeq protein sequences for that species. The ftp server seems …
-
Biomart Retrieving One To Many Annotations
written by Jeremy •<p>Hi, I'm looking at BioMart as a way of retrieving a whole lot of annotations at once. I've got a list of transcript IDs and …
Are you interested in extracting a specific region of the subjects or entire fasta sequence? What sort of databases are you using? Could you post your current code?
I am interested in a specific region, the database is ncbi nr
here is is the code