ae99b536ff30a731a1ae226e124867534a715bd4,hicexplorer/hicPlotDistVsCounts.py,,main,#,297

Before Change


                    label = labels[matrix_file]
                    args.outFileData.write("//{}\n".format(chrom))

                elif args.perchr:
                    label = chrom
                else:
                    label = labels[matrix_file]

After Change


            idx += 1
            if args.outFileData is not None:
                x_vals= np.stack(x).T
                y_vals= np.stack(y).T
                table_to_export = pd.DataFrame(
                        {"Matrix": matrix_file,
                         "Chromosome": chrom,
                         "Distance": x_vals,
                         "Contacts": y_vals
                        })
                table_to_export.to_csv(args.outFileData, sep="\t")

    for ax in axs.reshape(-1):
        if ax is None:
            continue
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: deeptools/HiCExplorer
Commit Name: ae99b536ff30a731a1ae226e124867534a715bd4
Time: 2018-04-24
Author: 26085589+gtrichard@users.noreply.github.com
File Name: hicexplorer/hicPlotDistVsCounts.py
Class Name:
Method Name: main


Project Name: AllenCellModeling/pytorch_fnet
Commit Name: b58d873bc4344117bf8a2b42651e9acb5aeddb4e
Time: 2018-01-22
Author: chek.o@outlook.com
File Name: predict.py
Class Name:
Method Name: main


Project Name: ina-foss/inaSpeechSegmenter
Commit Name: 4d8a1c5fd39f3189424479f6f463f0c5d4f567b7
Time: 2019-10-14
Author: ddoukhan@ina.fr
File Name: inaSpeechSegmenter/segmenter.py
Class Name:
Method Name: seg2csv