How can i add the same sequence starting from the last of a sequence in a multi-fasta file?
actually i want to extend the sequences in fasta file by adding same sequence next to a sequence..
sequence
sequencing
rna-seq
next-gen
assembly
• 1,232 views
•
link
written
by
Ali Syed •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
adding a sequence to a genome
written by Assa YeroslavizI would like to know if there are tools or methods for adding a specific sequence into a fastA file at a specific position. I …
-
fasta nucleotide to fasta protein
written by sg927357 •I have a nucleotide fasta sequence file containing 30k+ sequences and want to convert in protein fasta sequence file. Is there any online tool or …
-
snpEff build not working with gff3
written by trinidadmartinc •Hello all!!! I have sequenced the strain we have in the lab and now I want to use that assembly to make snp calling against …
-
How to count the length of a fasta sequence and number of occurrence of a particular alphabet in th…
written by d.kaur •I have a list of protein sequences in a fasta file, where each entry has a header followed by the actual sequence and separated from …
-
make fasta sequence which is multiple of three
written by alim.hcu •I have fasta sequence of different length. But I want to make number of nucleotide in fasta sequences multiple of three by adding AA or …
-
Regarding Whole Genome Visualization
written by namgyalwangstuklama •Hi, I want to visualize the whole genome, but I have Multi fasta sequence file (contigs) and it has been accepted by the NCBI. The …
-
Remove duplicate sequences with same id from a fasta file
written by CB •Dear all, there are many posts about remove duplicate sequences in a fasta file (https://www.biostars.org/p/3003/), but I want to remove only the duplicate sequences with …
-
Finding complementarity between mRNA and rRNA using BLAST
written by Ali •Hi I am new to bioinformatics. I am trying to find complementarity between mRNAs and rRNAs. Precisely, I have a list of 5'UTR mRNAs and …
-
concatenate sequence with new label in perl
written by cabraham03 •Hi, I have a code to extract sequence from multiple fasta sequences and concatenate, and I want to add a new label; something like: From …
-
Parsing Ace File To Fasta Formated Alignement
written by Eric NormandeauHi, Following alignment of 454 data, I want to convert an ACE file containing contig data to a FASTA file containing the 'aligned' consensus sequences. …
And what have you tried? Where do you need our help?
:)
Ali Syed
Biostars is not meant for ready-made answers. We do not encourage asking for direct solutions. Show us your efforts and let us know where you are stuck. We will then try to put you on the right track.
thanks a lot.. i have figure it out by using "paste" command.. it really works
here,
just need to remove duplicated headers which is an easy task.