public static interface SignificantMotifOccurrencesFinder.JoinMethod
| Modifier and Type | Method and Description |
|---|---|
double[] |
joinProfiles(double[][] profiles)
Joins the profiles in
profiles into a common
profile, where each line of profiles corresponds to one profile
to be joined |
double[] joinProfiles(double[][] profiles)
throws Exception
profiles into a common
profile, where each line of profiles corresponds to one profile
to be joinedprofiles - the profiles to be joinedException - if the profiles could not be joined, e.g. because they are not of equal length