Skip to content

Commit

Permalink
total count_s_ in BC
Browse files Browse the repository at this point in the history
  • Loading branch information
vals committed May 22, 2017
1 parent 7298041 commit 70047c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analysis/BreastCancer/spatial_BC_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def main():
res = NaiveDE.regress_out(sample_info, dfm.T, 'np.log(total_counts)').T

# Add total_count as pseudogene for reference
res['log_total_count'] = np.log(sample_info['total_count'])
res['log_total_count'] = np.log(sample_info['total_counts'])

results = SpatialDE.run(X, res)

Expand Down

0 comments on commit 70047c4

Please sign in to comment.