NBISweden / IgDiscover-legacy

Analyze antibody repertoires and discover new V genes from high-throughput sequencing reads
https://www.igdiscover.se
MIT License
17 stars 10 forks source link

Require fewer sequences for errorplots #26

Closed marcelm closed 7 years ago

marcelm commented 8 years ago

Originally reported by: Marcel Martin (Bitbucket: marcelm, GitHub: marcelm)


Currently, an errorplot is made only if at least 200 sequences are assigned to a gene, which is too strict especially on small library sizes.


marcelm commented 8 years ago

Original comment by Marcel Martin (Bitbucket: marcelm, GitHub: marcelm):


The threshold is now dynamic. An error plot for a gene will now be skipped if less than 0.1% of the sequences (after filtering) are assigned to it, but if this computation results in a threshold of greater than 100, it is set to 100.