Skip to main content

Questions tagged [homework]

Use for questions that are associated with canned problems, where either the solution is typically known in advance, or data are simulated to create a specific situation.

2 votes
1 answer
19 views

Randomized Motif Search - Bioinformatics Algorithms Week 2 - Cogniterra

I’m struggling to understand this problem in Week 2 of Cogniterra’s Bioinformatics Algorithms course. It is the Randomized Motif Search problem, which prompts the user with the following pseudocode: <...
Glumbus's user avatar
  • 21
3 votes
2 answers
62 views

Multi-pattern search in aligned sequences

I am currently working on a bioinformatics problem where I need to lookup and count the location and count of occurences of 4000-ish 5 character long patterns in each sequence of a fasta file of 700GB....
Swathi Subramanyan's user avatar
5 votes
2 answers
61 views

Help Understanding the Greedy Motif Search Algorithm from Textbook

I am trying to go through this text book on Bioinformatics: https://www.bioinformaticsalgorithms.org. It has coding challenges and problems which I hadn't had too much trouble with until I got to the ...
David Rouleau's user avatar
2 votes
0 answers
30 views

Using Python for Monte Carlo simulation for predicting protein nucleation aggregation

I want to write a code for a Monte Carlo simulation to determine the maximum stable complexes in a protein nucleation reaction. Also, need to graph the results for the same. Here is the problem ...
Neeraj Roy's user avatar
4 votes
2 answers
82 views

probability of finding a 5 amino acids in a row within a proteome

How to calculate the probability of finding two proteins that share a 5 amino acid long motif from a proteome of around 1067 proteins that have an average length of 65 residues. The probability of a ...
saplingmagic's user avatar
3 votes
1 answer
172 views

1.What size PCR product will be generated using the primers (bold and underlined) in the sequence below?

I would like to know the steps of this question and how to determine the forward and the reverse primers and also the length of the sequence, without using NCBI. If you could explain and give an ...
Teo's user avatar
  • 31
-1 votes
3 answers
1k views

Find open reading frames in a DNA sequence

I have a fast file containing DNA sequences. I've already cleaned the file and has only DNA sequences with no gaps or errors or white space characters. I want to find open reading frames in the fasta ...
user avatar
1 vote
1 answer
54 views

SNPs location out side the gene

I downloaded exome data from gnomad to get the allele frequency of some SNPs that I'm analyzing. The SNPs are from external resource. Some SNPs (in my data) are not present in the exome data (in ...
Eliza Romanski's user avatar
0 votes
0 answers
108 views

Help sought with GWAS and vcf files, lack phenotype labels

This question has also been asked on Biostars Hi, I am very new to this area, and I am taking a class about bioinformatics. For an independent project assignment, I need to do a GWAS. I am using the ...
user16548's user avatar
1 vote
1 answer
105 views

finding the frequency of a motif-matching peptide

This question has also been asked on Biostars I want to find the frequency of each motif-matching peptide. The sequences are: ...
thole's user avatar
  • 163
1 vote
1 answer
99 views

DESeq2 and EdgeR

I am new to using both DESeq2 and EdgeR in Bioconductor used for transforming my RNA expression data. However, I am struggling to understand their specific purpose, differences between them and ...
noor fatimah's user avatar
1 vote
0 answers
108 views

When does a 2D histogram / heatmap take a circular shape?

The above is a 2D histogram of y and z internal coordinates describing the positions of C-alpha atoms involved in hydrogen bonds between antiparallel Beta-strands. There is no color coding. It is ...
user366312's user avatar
0 votes
0 answers
86 views

Relationship between molecular weight and linear peptide

Sorry for this very beginner homework question: Which of the following linear peptides is consistent with Spectrum = {0 71 99 101 103 128 129 199 200 204 227 230 231 298 303 328 330 332 333}? (Select ...
kevin's user avatar
  • 141
1 vote
0 answers
562 views

DNA genome string reconstruction from k-mer

I have the following quiz question, but the Pattern1 for both (ACC|ATA) and (CGA|ACT) are unique (just grep for ...
kevin's user avatar
  • 141
2 votes
1 answer
95 views

how to create "sample file" for the qAlign() function after trimming the reads in R

I'm an absolute beginner trying to solve this question "Align the trimmed and untrimmed reads using QuasR and plot alignment statistics, did the trimming improve alignments?" I did trim the ...
Layan 's user avatar
  • 41

15 30 50 per page