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
This line and the next are incorrect. The filters for cf and number of genes on segment are only being applied when the amp is already too big. These are 3 separate filters and should be applied as such: 1) bp size, 2) cf too low, 3) # genes on segment is too large.
Also, tcn > 8 is good, now bad so I'm not sure why that's being flagged.
I think it needs to be re-written to look like the previous version. This one tries to separate the types of failing CNAs but because we only need 1 of the 3 factors to "PASS" in order to pass the CNA, it doesn't really work.
facets-suite/R/gene-level-changes.R
Line 111 in 8a6e371
This line and the next are incorrect. The filters for cf and number of genes on segment are only being applied when the amp is already too big. These are 3 separate filters and should be applied as such: 1) bp size, 2) cf too low, 3) # genes on segment is too large.
Also, tcn > 8 is good, now bad so I'm not sure why that's being flagged.
I think it needs to be re-written to look like the previous version. This one tries to separate the types of failing CNAs but because we only need 1 of the 3 factors to "PASS" in order to pass the CNA, it doesn't really work.
facets-suite/geneLevel.R
Lines 327 to 338 in 97b1e7e
The text was updated successfully, but these errors were encountered: