HTSeqCountCluster.utils package

Module contents

HTSeqCountCluster.utils.csvtolist(csvfile, column=0)[source]

Convert a column of a csv file to a list.

Parameters:
  • csvfile (str) – A comma delimited file.
  • column (int) – The number of the column to convert.
Returns:

A list

Return type:

list