PlotMAPQ.functions.PrintDictionaryToTab

PlotMAPQ.functions.PrintDictionaryToTab(keyHeader, valueHeader, dictIn, filePath)

Write out dictIn to a tab-delimited file.

Args:
param keyHeader:
 title of header for keys
param valueHeader:
 title of header for values
param dictIn:dictionary of keys and values
param filePath:filePath to save results to