How To Split Fasta File In Python
how to split sequences in fasta file to sup-groups, each sub group contain nine sequences, then , I apply some function on each sub-group
split
fasta
python
• 396 views
•
link
written
by
Bioinformatics •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Help speeding up HMMER's HMMSearch algorithm for large fasta file with GNU Parallel
written by O.rkaI've seen that HMMER can be sped up with GNU Parallel: https://www.biostars.org/p/179555/ I have around 100,000 sequences and a HMMER database of around 300 HMM …
-
How to split all fasta sequences in a multifasta file into ten equal parts
written by debarunacharya •Hi. I have a multifasta sequence containing some of the human proteins of my interest (N>5000). all the proteins are usually of different length. I …
-
k-mer enrichment analysis
written by yuabrahamliu •Hi all, I have 2 groups of RNAs, one is the experimental group, the other is the control group. What I need to do is …
-
Error when running Mothur MiSeqSOP: "Mock is not a valid group, and will be disregarded"
written by pjdavis •I am following the MiSeq_SOP on the Mothur wiki page. I have downloaded all the datasets and set up the directories as described. I have …
-
Aligning metagenomic reads (OTU representatives) to my phylogenetic tree ~AND~ evaluating how multi…
written by seccon •So... I am working with amino acid sequences. I got a fasta file containing reference sequences and a txt file giving the categorization (domain, subdomain, …
-
Python: Slicing Sequences In Fasta File
written by Bioinformatics •<p>I want to slice sequences of fasta file,I take the first three sequences( I must calculate the length of each sequence), for example: I have …
-
Split Sequence In Fasta File In Python
written by Bioinformatics •<p>I want to extract and split sequences from fasta file <strong>I write this code</strong> :</p> <pre><code>outfile=open('outf','w') for line in open('input'): if line[0]==">": outfile.write('\n') else: outfile.write(line.strip()) …
-
D_Js Algorithm For Identifying Genomic Domains Of Distinct Nucleotide Composition
written by Daniel Standage<p>The D<sub>JS</sub> algorithm was first proposed by <a href="http://dx.doi.org/10.1093/molbev/msi115">Cohen <em>et al</em><sup>[1]</sup></a> as a method to identify large regions of distinct nucleotide composition (isochores) within eukaryotic …
-
Aligning And Find Secondary Structures
written by saeid •<p>Hi I am a biologist not a bioinformatician, I have two group of sequences (they are nucleotide and in fasta format), each group includes around …
-
Orthomcl For More Than Two Species
written by figo<p>Hi All</p> <p>I have run the orthomcl for 4 species and having the orthologous pairs file and group file. I am confused that from these …
looks like a homework ; What have you tried ?
ok, to extract sequences from fasta file :
Hi. Welcome to Biostar. Since this is your second question, that it is very vague, and that the other question has been closed, I highly suggest that you take some time to read the following tutorial to improve this and future questions: How to ask Good Questions on Technical and Scientific Forums Cheers.