Skip to content

Commit

Permalink
add frequency filter missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmartino committed Jan 8, 2020
1 parent 78f1f8b commit 9e95ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deicode/rpca.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def frequency_filter(val, id_, md):

# filter and import table for each filter above
table = table.filter(observation_filter, axis='observation')
table = table.filter(frequency_filter, axis='observation')
table = table.filter(sample_filter, axis='sample')
table = table.to_dataframe().T
# check the table after filtering
Expand Down

0 comments on commit 9e95ef9

Please sign in to comment.