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
--min_core_genes: Minimum number of core genes (e.g. 10)
--min_core_samps: Minimum proportion of samples (e.g. 0.9)
--min_core_refs: Minimum proportion of references (e.g. 0.5)
Plan:
Iteratively remove sample with the least genes shared with all other samples until --min_core_genes is reached or --min_core_samps/--min_core_refs thresholds are reached.
The text was updated successfully, but these errors were encountered:
Three user-adjustable filters:
--min_core_genes
: Minimum number of core genes (e.g. 10)--min_core_samps
: Minimum proportion of samples (e.g. 0.9)--min_core_refs
: Minimum proportion of references (e.g. 0.5)Plan:
Iteratively remove sample with the least genes shared with all other samples until
--min_core_genes
is reached or--min_core_samps
/--min_core_refs
thresholds are reached.The text was updated successfully, but these errors were encountered: