Previous topic

bioa.io.readpairs.get_pairs_from_file

Next topic

bioa.io.readpairs.write_pairs_to_file

This Page

bioa.io.readpairs.write_pairs

write_pairs(read_pairs, stream, delimiter=', ')[source]

Writes the read-freq pairs out to the stream.

Parameters :

read_pairs : dict

Lookup table of read-sequences and their respective frequency.

stream : writeable stream

A stream to write the pairs out to.

delimiter = str (optional, default=”,”) :

The character which to delimit pairs by within the file.

Returns :

None :