You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is feasible to implement, but I wanted to make this request which would make cstag more useful to our group.
Right now the consensus function doesn't contain any mechanism for checking the "quality" of the consensus. In our work, we often want to try to call a consensus, but also be able to discard sets of reads if the consensus isn't in good agreement. This is common in sequencing of amplicons for many purposes. Eg, we would ideally like:
Return the consensus if the individual cs tags agree at at least some level that could be different from majority voting. (eg, maybe we say 75% have to agree). If they don't, provide some indication consensus should be dropped.
Similarly be able to report the maximal edit distance of any one tag from the others.
The text was updated successfully, but these errors were encountered:
Not sure if this is feasible to implement, but I wanted to make this request which would make
cstag
more useful to our group.Right now the
consensus
function doesn't contain any mechanism for checking the "quality" of the consensus. In our work, we often want to try to call a consensus, but also be able to discard sets of reads if the consensus isn't in good agreement. This is common in sequencing of amplicons for many purposes. Eg, we would ideally like:The text was updated successfully, but these errors were encountered: