0c1fa4c336e09956e5ca82081c1afbd8807b778d,cnvlib/autobin.py,,shared_chroms,#,168
Before Change
if tab is not None:
new_chroms = tab.chromosome.drop_duplicates()
chroms = chroms[chroms.isin(new_chroms)]
return chroms
def update_chrom_length(rc_table, regions):
if regions is not None and len(regions):
After Change
if tab is not None:
new_chroms = tab.chromosome.drop_duplicates()
chroms = chroms[chroms.isin(new_chroms)]
return [None if tab is None else tab[tab.chromosome.isin(chroms)]
for tab in tables]
def update_chrom_length(rc_table, regions):
if regions is not None and len(regions):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances Project Name: etal/cnvkit
Commit Name: 0c1fa4c336e09956e5ca82081c1afbd8807b778d
Time: 2017-03-03
Author: eric.talevich@gmail.com
File Name: cnvlib/autobin.py
Class Name:
Method Name: shared_chroms
Project Name: QUANTAXIS/QUANTAXIS
Commit Name: 38a07735faccfe4530860f1a967e195bc70b739c
Time: 2019-04-01
Author: 40067351+zsl3034669@users.noreply.github.com
File Name: QUANTAXIS/QAARP/QAAccount.py
Class Name: QA_Account
Method Name: daily_cash
Project Name: QUANTAXIS/QUANTAXIS
Commit Name: 38a07735faccfe4530860f1a967e195bc70b739c
Time: 2019-04-01
Author: 40067351+zsl3034669@users.noreply.github.com
File Name: QUANTAXIS/QAARP/QAAccount.py
Class Name: QA_Account
Method Name: daily_frozen