Uses of Class
org.forester.msa_compactor.MsaProperties
-
Packages that use MsaProperties Package Description org.forester.msa_compactor -
-
Uses of MsaProperties in org.forester.msa_compactor
Methods in org.forester.msa_compactor that return types with arguments of type MsaProperties Modifier and Type Method Description java.util.List<MsaProperties>
MsaCompactor. chart(int step, boolean realign, boolean normalize_for_effective_seq_length)
java.util.List<MsaProperties>
MsaCompactor. removeViaGapAverage(double mean_gapiness)
java.util.List<MsaProperties>
MsaCompactor. removeViaLength(int length)
java.util.List<MsaProperties>
MsaCompactor. removeWorstOffenders(int to_remove)
-