Read and checks a matrix from a file or a list.
Parameters: |
|
---|---|
Returns: | the corresponding matrix concatenated into a huge list, also returns number or rows |
Parse a tab separated value file that contains the list of TADs of a given experiment. This file might have been generated whith the pytadbit.tadbit.print_result_R() or with the R binding for tadbit
Parameters: |
|
---|---|
Returns: | list of TADs, each TAD being a dict of type: |
{TAD_num: {'start': start,
'end' : end,
'brk' : end,
'score': score}}