simple python function
hi I am a beginner python programmer, i want to write a simlpe python function to find the micro rna targets in the genome sequence.please guide me.
genome
• 1,128 views
•
link
written
by
saminzadeh •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
extraction of last 400 nucleotide from fastq file using python
written by vaishnavi •Hi everyone, I want to extract the last 400 sequence from a fastq file using python, I am a beginner in bioinformatics can anyone please …
-
BWA mem for many RNA.seq reads align to reference
written by Duminda •Hi all, I want to use bwa mem to align many RNA-seq reads into a reference genome. I am a beginner and your support is …
-
Data set to perform DGE
written by shubhra.bhattacharyaHello everyone, I want to get a hands-on with learning transcriptomics. Can someone please guide me as to where I can find data set to …
-
Correlation based biological network versus markov network
written by izsyed16 •Hi all, I have gene micro array data and I want to draw network out of this data. Now I am confuse about two techniques …
-
How identify zero fold degradation sites
written by yixinrufeng •Hi all As I want to identify all the zero fold degradation sites in my genome, I have got annotation file (gff3) and genome sequence, …
-
how to find a micro RNA in a mature RNA?
written by LearnerHello, I am wondering if there is any algorithm, program, tutorial that shows how to find a micro RNA from a mature RNA? if so, …
-
Get miRNA expression from RNA-seq
written by bharata1803<p>Hello,</p> <p>I have Fasta file from RNA-seq experiment. My supervisor gave me a list of micro RNA sequence. Is it possible to do alignment and …
-
blast output for FASTA (aligned sequences) to get organism name
written by s.m.karim •<p>Hi,</p> <p>I want to get the organism name from blast output (FASTA (aligned sequences)) for the specific protein.</p> <p>I am a beginner in python. Please …
-
Methodology And Tools ( Python, Java Or R) For Drug-Target-Fishing
written by Pradeep •<p>Please suggest me accepted methodology and tools for fishing the targets for a molecule to find mode of action.</p> <p>I have a molecule for which …
-
Simple Demo Program For Bioinformatics
written by avj •<p>I am a beginner level programmer preparing for the interview in medical research company. Job sounds damn interesting and I would like to get there. …
Sounds good!
Sounds hard and impossible for a beginner programmer.
It's nice that you want to improve your coding skills using real life problems, but, in my humble opinion, this one is too hard. There are already quite some tools out there for target prediction, and as far as I know, they're pretty bad. Unless you have a biologically very strong hypothesis, your function is not going to be any good. And that's not because you can't program, that's because the problem is too hard.
I would suggest learning more about Python programming in biological problems using Rosalind. It's great for practising.