|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MotifDiscoverer.KindOfProfile | |
|---|---|
| de.jstacs.models.mixture.motif | |
| de.jstacs.motifDiscovery | This package provides the framework including the interface for any de novo motif discoverer |
| Uses of MotifDiscoverer.KindOfProfile in de.jstacs.models.mixture.motif |
|---|
| Methods in de.jstacs.models.mixture.motif with parameters of type MotifDiscoverer.KindOfProfile | |
|---|---|
double[] |
SingleHiddenMotifMixture.getProfileOfScoresFor(int component,
int motif,
Sequence sequence,
int startpos,
MotifDiscoverer.KindOfProfile kind)
|
| Uses of MotifDiscoverer.KindOfProfile in de.jstacs.motifDiscovery |
|---|
| Methods in de.jstacs.motifDiscovery that return MotifDiscoverer.KindOfProfile | |
|---|---|
static MotifDiscoverer.KindOfProfile |
MotifDiscoverer.KindOfProfile.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MotifDiscoverer.KindOfProfile[] |
MotifDiscoverer.KindOfProfile.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in de.jstacs.motifDiscovery with parameters of type MotifDiscoverer.KindOfProfile | |
|---|---|
double[] |
MotifDiscoverer.getProfileOfScoresFor(int component,
int motif,
Sequence sequence,
int startpos,
MotifDiscoverer.KindOfProfile kind)
Returns the profile of the scores for component component and motif motif at all possible
start-positions of the motif in the sequence sequence. |
static ImageResult |
MotifDiscovererToolBox.plot(MotifDiscoverer motifDisc,
int component,
int motif,
Sequence sequence,
int startpos,
REnvironment r,
int width,
int height,
MotifDiscoverer.KindOfProfile kind)
This method creates a simple plot of the profile of scores for a sequence and a start position. |
static ImageResult |
MotifDiscovererToolBox.plotAndAnnotate(MotifDiscoverer motifDisc,
int component,
int motif,
Sequence sequence,
int startpos,
REnvironment r,
int width,
int height,
double yMin,
double yMax,
double threshold,
MotifDiscoverer.KindOfProfile kind)
This method creates a plot of the profile of scores for a sequence and a start position and annotates bindings sites in the plot. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||