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 is in fact not a bug. Spectre is designed to detect large CNVs >= 100kb.
Below 100kb the chance of FPs will dramatically increase the further below you go under min-cnv-len of 100kb (depending on the signal-to-noise ratio of your sample)
spectre::2024-09-30 22:53:53,318::ERROR::spectre.analysis.analysis> Minimum CNV length must be greater then 10000 base pairs
This message is shown, because Spectre uses at least 10kb to deal with noise in the data.
Running command with --min-len-cnv 10000; gave me the following error.
spectre::2024-09-30 22:53:53,318::ERROR::spectre.analysis.analysis> Minimum CNV length must be greater then 10000 base pairs
However when run with the --min-len-cnv set to 11000... it worked
The text was updated successfully, but these errors were encountered: