Previous topic

bioa.io.readpairs.write_pairs

Next topic

Grab read data from SAM/BAM file

This Page

bioa.io.readpairs.write_pairs_to_file

write_pairs_to_file(read_pairs, filename, delimiter=', ')[source]

Writes the read-freq pairs out to the specified file.

Parameters :

read_pairs : dict

Lookup table of read-sequences and their respective frequency.

filename : str

Path to the file containing the pairs.

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

The character which to delimit pairs by within the file.

Returns :

None :