More posts like this
-
What is the length of the longest ORF appearing in reading frame 2 of any of the sequences?
written by fra.r.silvestro •Dear bioinformatician or similar, I am new to Python programming and I have to answer this question: "What is the length of the longest ORF …
-
Custom Database Kraken2 with Metagenomes
written by alenew.am •Hi guys, i have to create a custom database for kraken2 and i have multiple directories, each containing a metagenome (composed by contigs), so in …
-
Finding the similarity between two arrays of sequences
written by ririri •Hello, I'm doing a small bioinformatics project for my class. I have an idea which requires me to compare two lists of multiple protein sequences …
-
Identifying reading frame for Ribo-Seq reads
written by plberry •I am trying to identify the A-site bound codons for a Ribo-Seq dataset. I know the A-site offsets for the three reading frames for the …
-
R - apply WGCNA pquantile() using margins of array as arguments
written by fabricio_almeidasilva •Hi all. I have an array named TOM. The command `dim(TOM)` returns *2, 4000, 4000*. When I run: ``` consensusTOM <- pmin(TOM[1, , ], TOM[2, …
-
Perl script required
written by Rasoul Godini •Hi everyone, I need an script to select specific sequences among many results of a local blast output file. Briefly, I have an blast output …
-
How to deal with one-to-many orthologies in PAML
written by SolowarsHello everyone, I want to perform a PAML analysis using codeml. For it I have an alignment containing protein-coding DNA sequences from a broad array …
-
Bioinformatics Perl Help
written by ksi216 •Hi, I'm having trouble with this task: > Write a perl script that will generate a new output file (“task1 output.txt”) which contains the sequence …
-
perl warning message
written by ravihansa82Dear friends, I need a help from you. I have written a perl program for KMP algorithm. program runs perfectly but it gives some warnings …
-
determine reading frame of snp
written by arronslaceyHi, I have downloaded a fasta file from dbsnp of all snps for a certain gene. Unfortunately that fasta file is in nucleotide format, where …
Hello ksi216!
We believe that this post does not fit the main topic of this site.
This sounds like literal copy paste of homework, what have you tried?
For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!
It is a homework assignment, but I'm having trouble. I'm a bioinformatics student. This is what I tried
This looks like code from your previous assignment but is unrelated to the new assignment, you haven't even created a new subroutine. Unfortunately this format is not really suitable to teach programming from scratch, and I don't want to do your homework completely. I think you have to try harder here, means post some code that is at least close to what is asked for. Hint: what is an "(open) reading frame", does it need to be translated at all? How do you declare a subroutine?