compseq Command Examples

Calculate the composition of unique words in sequences. More information: https://www.bioinformatics.nl/cgi-bin/emboss/help/compseq/.

compseq {{path/to/file.fasta}}

compseq {{path/to/input_protein.fasta}} -word 2 {{path/to/output_file.comp}}

compseq {{path/to/input_dna.fasta}} -word 6 {{path/to/output_file.comp}} -nozero

compseq -sequence {{path/to/input_rna.fasta}} -word 3 {{path/to/output_file.comp}} -nozero -frame {{1}}

compseq -sequence {{path/to/input_rna.fasta}} -word 3 {{path/to/output_file.comp}} -nozero -frame 3

compseq -sequence {{path/to/human_proteome.fasta}} -word 3 {{path/to/output_file1.comp}} -nozero -infile {{path/to/output_file2.comp}}

compseq -sequence {{path/to/human_proteome.fasta}} -word 3 {{path/to/output_file.comp}} -nozero -calcfreq

compseq -help