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,450 views
•
link
written
by
tim.ivanov.92
4
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 0I'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 …
-
Protein coding annotation from UCSC
written by tim.ivanov.92 4How 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 4What 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 4Is 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 4I'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 …
-
Differential genes expression in knockdown experiment
written by tim.ivanov.92 4Hi! Can anyone point me at right direction? I'm trying to get UP and DOWN regulated genes between 2 groups (4 species in each), resulted …
-
How to list genomic regions that are close in a 3D conformation manner using Hi-C data ?
written by Nicolas Rosewick 1.1KHi, 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 jolespin 15Is 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 159Hi, 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 2<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