c264a73e401d5d030ee7ca510e2db7004418b469,scripts/cn_ztest.py,,,#,46
Before Change
if args.target:
antitarget_idx = cnarr["gene"].isin(cnvlib.params.ANTITARGET_ALIASES)
if antitarget_idx.any():
print("Ignoring", antitarget_idx.sum(), "off-target bins")
cnarr = cnarr[~antitarget_idx]
sig = ztest(cnarr, args.alpha)
After Change
AP.add_argument("-t", "--target", action="store_true",
help="Test target bins only; ignore off-target bins.")
AP.add_argument("-s", "--segment", metavar="FILENAME",
help=Segmentation calls (.cns), the output of the
"segment" command).)
AP.add_argument("-y", "--male-reference", action="store_true",
help=Assume inputs were normalized to a male reference
(i.e. female samples will have +1 log-coverage of chrX;
otherwise male samples would have -1 chrX).)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: etal/cnvkit
Commit Name: c264a73e401d5d030ee7ca510e2db7004418b469
Time: 2017-09-15
Author: eric.talevich@gmail.com
File Name: scripts/cn_ztest.py
Class Name:
Method Name:
Project Name: senarvi/theanolm
Commit Name: 97a8b233d596ac0c5351e8984171a05aa907be12
Time: 2015-10-01
Author: seppo.git@marjaniemi.com
File Name: theanolm/src/theanolm-score.py
Class Name:
Method Name:
Project Name: lcswillems/torch-rl
Commit Name: 034ee51fb01fea37fb75e196a04cd96de102da28
Time: 2018-04-30
Author: lcswillems@gmail.com
File Name: scripts/train.py
Class Name:
Method Name: