Displaying 2 results from an estimated 2 matches for "nbchar".
Did you mean:
bchar
2010 Jul 25
0
notification: More than two wideband layers found. The stream is corrupted.
...cvR2[i_loop];
}
}
byte2word(inout_byte, in_short, FRAME_SIZE);
speex_bits_reset(&bits);
returnVal = speex_encode_int(encoderState, (spx_int16_t
*) in_short, &bits);
nbChars = speex_bits_write(&bits, cbits,
sizeof(cbits)*BYTES_PER_CHAR) /BYTES_PER_CHAR;
speex_bits_rewind(&bits);
speex_bits_read_from(&bits, cbits,
TESTENC_BYTES_PER_FRAME);
* //printf("%d\n",counterDecode++);...
2009 Jan 22
0
write.fasta (seqinr package)
Hi
I would like to use 'write.fasta(sequences, names, nbchar = 60, file.out, open = "w")' to convert a DNA sequence in a text file to fasta format.
How do I read the the text file to prepare the argument 'sequences' of the function.
The DNA sequence in the text file is one line as below:
ATCACACAACGACACTCACCCTGGACGCTCATC.........
Thank...