matsengrp / sumrep

Summary statistics for repertoires
16 stars 6 forks source link

Allow custom filters in summaries of sequence columns #32

Open BrandenOlson opened 5 years ago

BrandenOlson commented 5 years ago

By default, sumrep performs filters on summaries of sequences, e.g. excluding sequences that are out-of-frame or contain a stop codon. We should allow the user to adjust these filters on a summary-by-summary basis. I believe this can be accomplished by providing the ... argument to each summary and passing this into the getColumnSequences call.