Most voted "fasta" questions
In bioinformatics, FASTA is a text-based format to represent both nucleotide sequences and peptide sequences, in which nucleotides or amino acids are represented using single letter codes
Learn more…2 questions
Sort by count of
-
2
votes1
answer96
viewsCalculate k-Mers of DNA sequences in a fasta file- In python
I want to calculate the amount of k-Mers in a DNA sequence. However, the file I have has several sequences and also identifiers . Note: k-Mers are the lengths of a sequence for example a sequence…
-
-1
votes1
answer1228
viewsRead fasta files in python and skip the first line
I need to read a file boredom, but I don’t know how to eliminate the first line of the sequence, example: >sequence A ggtaagtcctctagtacaaacacccccaatattgtgatataattaaaattatattcatat…