Module: FastaAux
- Included in:
- Fasta
- Defined in:
- ext/fasta_aux/FastaAux.c
Instance Method Summary collapse
Instance Method Details
#get_nmer_freq ⇒ Object
10 |
# File 'ext/fasta_aux/FastaAux.c', line 10
VALUE method_get_nmer_freq(VALUE self, VALUE seq, VALUE n);
|
#get_seq_chunk ⇒ Object
11 |
# File 'ext/fasta_aux/FastaAux.c', line 11
VALUE method_get_seq_chunk(VALUE self, VALUE pos1, VALUE pos2);
|
#get_seq_starts ⇒ Object
9 |
# File 'ext/fasta_aux/FastaAux.c', line 9 VALUE method_get_seq_starts(VALUE self); |