compseq
Verified for current stable LTS
Compseq Command: Count Amino Acid Pairs Frequencies
Use for count amino acid pairs frequencies with Compseq. Exact CLI syntax to count amino acid pairs frequencies using Compseq.
When to use this: Use for count amino acid pairs frequencies with Compseq.
Command Syntax
compseq <path/to/input_protein.fasta> -word 2 <path/to/output_file.comp> compseq <path/to/input_protein.fasta> -word 2 <path/to/output_file.comp> Live Command Builder
Final Command
compseq <path/to/input_protein.fasta> -word 2 <path/to/output_file.comp> Command Breakdown
-word- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to count amino acid pairs frequencies using Compseq.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Compseq Command: Approximate Codon Frequencies Calculate Expected
compseq -sequence <path/to/human_proteome.fasta> -word 3 <path/to/output_file.comp> -nozero -calcfreq Compseq Command: Count Amino Acid Triplets Compare Previous Run compseq -sequence <path/to/human_proteome.fasta> -word 3 <path/to/output_file1.comp> -nozero -infile <path/to/output_file2.comp> Compseq Command: Count Codons Frame Shifted By Three compseq -sequence <path/to/input_rna.fasta> -word 3 <path/to/output_file.comp> -nozero -frame 3 Compseq Command: Count Codons Reading Frame Ignore Overlaps compseq -sequence <path/to/input_rna.fasta> -word 3 <path/to/output_file.comp> -nozero -frame <1> Compseq Command: Count Hexanucleotides Frequencies Ignore Zero compseq <path/to/input_dna.fasta> -word 6 <path/to/output_file.comp> -nozero