public static class SignificantMotifOccurrencesFinder.SumOfProbabilities extends Object implements SignificantMotifOccurrencesFinder.JoinMethod
| Constructor and Description |
|---|
SignificantMotifOccurrencesFinder.SumOfProbabilities() |
| 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 |
public SignificantMotifOccurrencesFinder.SumOfProbabilities()
public double[] joinProfiles(double[][] profiles)
SignificantMotifOccurrencesFinder.JoinMethodprofiles into a common
profile, where each line of profiles corresponds to one profile
to be joinedjoinProfiles in interface SignificantMotifOccurrencesFinder.JoinMethodprofiles - the profiles to be joined