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
• 398 views
•
link
written
by
Bioinformatics
0
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to split all fasta sequences in a multifasta file into ten equal parts
written by debarunacharya 0Hi. 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 …
-
Splitting a dataframe into overlapping groups of equal sizes
written by user_g 2Hello, I am looking for a way to split my data into groups where each group is made of the same window size I define. …
-
k-mer enrichment analysis
written by yuabrahamliu 6Hi 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 2I 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 0So... 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 0<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 0<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 412<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 0<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 22<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.