Retrieval Of Sequence With The Mutation By Biopython
I am new Biopython user, I have the genomic position of a mutation, I like to retrieve its sequence with the base change (mutation), How can I do that? Thanks
biopython
• 3,443 views
•
link
updated
by
Ram
•
written
by
ahmedakhokhar
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Go from protein mutation back to gene mutation
written by nhaus •Hello, I have the following scenario: I have a list of protein mutations (for example R273H for TP53) and I would like to find out …
-
Plot per base coverage from regions coverage with R
written by jeni •Hi! I have a dataframe with some oligonucleotides coverage inside genomic region: the first column indicates its genomic coordinates and the second indicates its coverage. …
-
locating positions of a Fasta seq in bam file
written by ahmedakhokharHi, I am new to whole-genome alignments and sequencing (and this naive question might have asked before and answer several times, my humble apologies). I …
-
Provided a list of single base substitution and its coordinate, is there a tool to determine amino …
written by Boboboe •So I have a tab delimited file with this column structure Chromosome | location on chromosome | original base | altered base | if the …
-
Convert from Protein position to ENSEMBL Transcript's coding sequence position
written by rashmi.bangalore123 •Hi, Firstly, I am a Computer Science Engineer and a newbie in Bioinformatics. I have Human mutation data in the following format: **UniProt ID, Position, …
-
get dna sequence from chromosome, start, and end
written by jde715 •Hello! Is there a standard way to retrieve a sequence of dna given the chromosome number, start position, and end position? I am using biopython. …
-
Phylogenic Analyses using non-sequential sequences
written by sviatoslav.kendallI have a data set that lists single-base mutations for a set of samples but I do not have access to the sequencing data. Each …
-
Sequence extaction using Biopython
written by imaditi1987 •Hi. I am a new user of Biopython. I need to extract some sequences from a fasta file based on their coordinates. The file is …
-
Biopython: Getting Positions In A Multiple Sequence Alignment From A Reference Sequence In The Alig…
written by weslfield<p>Ok, so I am writing an application that examines mutations at user defined positions within an MSA. Using BioPython to do this. It is fairly …
-
How To Retrieve Multiple Sequence In One Python Script
written by ahmedakhokharI have a list of Entrez gene IDs, I want to retrieve flanking regions of a mutation in the each (one mutation per) gene. Previously …
FYI, your question is a bit ambiguous. Do you want the entire chromosome with the change or just the flanking sequence? Also, what have you tried? People will be more likely to help you if they can see that you've put some effort into answering things yourself.
Thank you, Well I would say I want to retrieve only flanking regions.
OK, then what have you tried so far? While I (or someone else) could just post a few lines showing how to do this in biopython, there's no point in doing that if you haven't tried to figure out how to do this yet yourself.