Entering edit mode
                    XIA.PAN
        
    
        ▴
    
    20
        @xiapan-12407
        Last seen 6.1 years ago
        
    Dear all,
I need to filter a QualityScaledDNAStringSet that have less than 10% of the nucleotide having a Q score less than 30.
I can get the numbers of Q scores in a list with as(quality(Set), "IntegerList")
How can I apply the calculation?
Thank you!

It worked! Thank you