Visualization of fasta and fastq file
I need good non-GUi tool (work with it through termial)to plot fasta and fastq file .i'm working in google cloud .
fasta
fastq
plot
• 3,127 views
•
link
written
by
rere.adel2012 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Cloud Computing w.r.t. AWS, Google Cloud, Microsoft Azure
written by Saurabh •Hello!! I need help regarding cloud computing. I need to know what are the databases, tools present in AWS, Google Cloud and Microsoft Azure?. I …
-
Convert Nanopore Fast5 files to Fasta format
written by Sowmya Pulapet •Hi, Could anybody please suggest me a tool to convert the Nano-pore fast5 files to fasta files ? I have already tried Poretools and Nanopolish …
-
Salmon for RNAseq alignement?
written by Cristina •Hi everyone! I'm new in this world of transcriptomics and need some help. I have the .fastq files from an RNAseq experiment, there are filtered …
-
Question: Convert .SRA to .FASTA
written by DuanR •Hello everyone, I'm new in bioinformatics, so I would appreciate your help! I have a small question, I would like to have a SRA file …
-
Tool: EasyPlotting GUI app - Minimal/no coding required by user
written by srgk26ster •This is a working GUI program that creates selected scientific plots for user's datasets and user-defined custom options. Simply need to point-and-click to select the …
-
How can I plot alignment between fastq reads and reference sequence?
written by MAPKI have a fastq file and a fasta file with one sequence. I want to plot a figure to show all the reads in fastq …
-
Convert from fasta to fastq
written by rere.adel2012 •I have files of data that have Many of the columns but i need sequence of DNA ,I want to convert them to fasta then …
-
Biopython script to change file formats and headers
written by skbrimerHi group, I'm trying to make a script in python that will change formats from fastq to fasta, which I have: from Bio import SeqIO …
-
Conversion tools for GWAS
written by danielestrife •Good morning, actually I'm working for a GWAS for the metabolic syndrome, I've `.bed` `.bim` and `.fam` files also `.ped` and `.map`, I'm looking for …
-
Automated Plotting Of Seq. Reads In A Bam File
written by sa9<p>Given a sorted <a href='http://samtools.sourceforge.net/SAM1.pdf'>BAM</a> file, I need to plot the sequencing reads that cover every locus in a list of ~60-80 loci (with flanking …
What do you want to plot exactly?
Devon has the right idea:
I imagine you want basic sequence statistics like GC content, and k-mer distribution... is this correct? Try FastQC. It promotes a GUI, but can also be in the command line (terminal)