how to change the gene header names in a fasta file?
Hi, I want to replace the gene_ids with new ids of some selected genes in a large fasta file. How can I do this?
old new
gene_1 sg1.1
gene_10 sg10.6
gene_20 sg20.8
fasta
bioawk
awk
seqkit
• 913 views
•
link
updated
by
Ram
•
written
by
rj.rezwan •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Estimate cell types proportion by single cell expressions data and gene markers table
written by hazirliver •Hi! I am trying to figure out how to analyze scRNAseq data correctly. I have a table of gene expression data for several people and …
-
How to extract particular gene sequence from a file using gene IDs in LINUX
written by rj.rezwan •Hi, I am trying to retrieve sequences of genes from a large size genes sequence file using gene_IDs. Could anyone please share the Linux command, …
-
Replace FASTA header and create tab-delimited file
written by Mimmi Ahlmén •Hello! I'm new in bioinformatics and have a large fasta file with sequences and want to extract the header and put it in a new …
-
How to match a FASTA header for extraction using Perl?
written by Mimmi Ahlmén •Hi! So I have a FASTA file containing sequences, I want to replace old FASTA headers with new ones, and the first step to do …
-
How to get fasta sequences for CDS if I have proteins IDs?
written by little_more •I have a large table where each column contains protein IDs of a particular group of orthologs. How do I map these protein IDs to …
-
remove repeating sequences from multifasta file.
written by savscosta •Hello, im working with a database that contain some fasta files with my interest genes. But some FASTA files have sequences with different IDs with …
-
problems to split fasta files with biopython scripts
written by bio90029 •Hi, I have a large fasta file about ~200,000 KB. The files consist of around 1800 genes, more or less the structure of the file …
-
Obtaining a GTF with a required set of gene IDs
written by spacer •Hi I have counts produced by htseq-count. The gene_ids are in the format ENSG##########.#. I need a gtf file with information about all the genes …
-
Replace the sequence
written by 22.venkat •Hi, I have two multiple sequence fasta files <p>file-1 I have 4000 fasta sequences with different IDs <p>file-2 I have 100 fasta sequences which IDs …
-
Search And Replace Old Seq-Id With New Seq-Id Across Fasta Files Using A List.Txt Of Both Ids?
written by hosseinv •Hi Folk, I have about 90 fasta files, each having multiple sequences. I want to rename the current seq IDs to new seq IDs across …
See
seqkitsolution : Renaming fasta headers according to a matching name list