More posts like this
-
How to get Characteristics Field From GEO using Entrez or FTP Website ?
written by Kiefer •Hi Bio Stars Community , I need to grab the Characteristics field from a sample using Entrez or BioPython or the FTP Website. ![enter image …
-
Retrieve codon alignment from the tblast module of biopython
written by jeremybaffou •Hello, I am currently facing an issue when making BLAST queries using the Biopython library. When using the website, once I made my tblastn query, …
-
Retrieve 5'UTR sequences for ensembl_transcript_id's with unique start/end positions
written by omit3333 •Hello everyone, I am working with **biomaRt** to access **Ensembl annotation** (see more info here: *http://127.0.0.1:29459/library/biomaRt/doc/accessing_ensembl.html*) and I am trying to retrieve 5'UTR sequences from …
-
Using Biopython Entrez to get protein accession from mRNA accesion
written by speycast •Hi, I'd like to know if anyone knows how to retrieve RefSeq protein accession # from its mRNA transcript accession # using Biopython Entrez package? …
-
Compare two files to get the position
written by skjobs1234 •I have two files, I want to know the starting and ending positions after the matches of the sequences. For example File_1 VMLLVHYAIIGPGLQAKATREAQKRTAAGIMKNPTVDGITVIDLEPISYD PKFEKQLGQVMLLVLCAGQLLLMRTTWAFCEVLTLATGPILTLWEGNP FWNTTIAVSTANIFRGSYLAGAGLAFSLIKNAQTPRRGTGTTGETLGE …
-
extracting 5'UTR of each gene
written by ashkanI have RNA-seq data and aligned them. I am looking for a way to get only 5'UTR of each gene and look for a motif. …
-
Retrieve the sequence based on the start and end position in the cuffmerged.gtf
written by Chao.wang2 •Hi guys, Is there any one who knowns how to retrieve the gene sequence based on the staring and ending position in the cuffmerged.gtf file. …
-
Blog: Exons coordinate also reports the UTR region
written by tralynca •Hi, I've used the UCSC Table browser to extract the 3'UTR, 5'UTR, intronic, exonic and promoter coordinates (1000 bases upstream of TSS) for a list …
-
program to pull out 5'and 3'utr from cds file
written by vigneshprbh37 •So I got nucleotide fasta sequence compiled for a set of genes iam working on, and I need to pull out 5' and 3'utrs from …
-
Genomic Positions Of 3'Utrs Of Refseq-Genes
written by syrup16g_TO •<p>Dear all,</p> <p>I want to get the genomic positions of 3'UTR of RefSeq genes, but I don't know how to get the information about 3'UTR.</p> …
Are you fetching the records in the Genbank format? If yes then you can parse the features to identify the UTR tags.
Can you tell me any example of how to get or tutorial them? it is driving me mad
thanks
Following code can be modified to check for UTR instead of CDS for example:
See more on the BioPython webpages: http://biopython.org/DIST/docs/tutorial/Tutorial.html#htoc130