Quality check of sequences in fasta format
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Tool to annotate VCF File from bacterial genome SNPs
written by Fid_o •Hello, I am working on hundreds of bacterial sequences and I am analysing single nucleotide polymorphisms (SNPs). I have a VCF file which I extracted …
-
Bacterial SNPs calling with both Illumina short reads and nanopore long reads
written by lynnchen31 •Hi I have 30 bacterial genomes with both Illumina short reads and nanopore long reads, which I got high quality assembly from them. Now I …
-
Extracting lineages from phylogenetic trees
written by Fid_o •Greetings, Is there a way to extract evolutionary lineages from phylogenetic trees? I am working on 465 bacterial sequences. The bacteria I am working with …
-
How to check qulaity of genomes present at NCBI?
written by genious.kalia.141198 •Hello I want to know how we can check the quality of the genomes present at the NCBI. I'm interested to check the following: **N50, …
-
ClicO FS help!
written by luzangelagonzalezsalazar •Hi! I want to visualize some bacterial genomes in ClicO server, but the program asks me for different files and I do not how to …
-
Generating Neighbour Joining Tree from Sequences
written by Fid_o •I would like to generate a Neighbour Joining (NJ) tree from a FASTA alignment I have (from bacterial sequences). What better software is available for …
-
Lineage Separation of Bacterial Sequences
written by Fid_o •Greetings, I have a group of sequences from bacterial genome which I want to separate into lineage-sublineage. I have reference genome for the parent lineage …
-
Filtering Whole Genome Sequence Data
written by Fid_o •I have whole genome sequence data (.FASTA files) for Salmonella bacteria. On average the sequence files have a size of 4.7MB but there are some …
-
Doubt about PGAP-X program and FASTA formats
written by Airam •Hello I'm new here and in bioiformatics. I'm aligning bacterial genomes to analyze and compare the core genome. I'm using PGAP-X at Windows. The software …
-
Resfams Database usage
written by ginna •I want to annotate my bacterial genomes and metagenomic samples from gut microflora using the Resfams database available from the Dantas lab website http://www.dantaslab.org/resfams but …
What kind of quality are you referring to?
If it means how "complete" is the genome then there are tools like BUSCO for that purpose.
@genomax, I mean to check the quality like we would check using FASTQC. I realise FASTQC takes in Fastq files, I have .FASTA files.
You can't. Fasta format does not allow for encoding of quality scores.
Note: There is an [fasta/qual format] which basically splits a fastq files into sequence/quality files (used by 454 I think). I don't think that is very prevalent. Do you have files like that by any chance?
@genomax I don't have the fasta/qual files, it's just the fasta files.
This being the case, can I safely convert fasta files to fastq for purpose of FASTQC use? My first reservations with conversion would be possibility of introducing errors to the files.
While you can do that it is meaningless in terms of analysis. You would set an artificial Q scores for each base. BTW, why do you need quality scores for your fasta files?
@genomax. Thank you for your replies. I needed quality check for my SNP analysis on these sequences.
Not much you can do if you just have fasta sequence. Look for multiple reads (bases) supporting a particular call.
Thank you for that help and insight. Absolutely helpful.