public class MotifsDB
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<MotifData> |
motifs_db |
Constructor and Description |
---|
MotifsDB() |
Modifier and Type | Method and Description |
---|---|
int[] |
getCenterPositions(java.lang.String motif)
returns array of center positions for 1 or 2 motifs passed in, eventually separated by '/'
|
protected int |
getMotifCenterPosition(java.lang.String motif)
returns center position for one given motif string
|
java.lang.String |
getMotifsReport()
creates html motif report
|
boolean |
readMotifsFile(VioletApp app,
java.lang.String filename) |
int |
size() |
protected java.util.ArrayList<MotifData> motifs_db
public int size()
public boolean readMotifsFile(VioletApp app, java.lang.String filename)
app
- filename
- public java.lang.String getMotifsReport()
public int[] getCenterPositions(java.lang.String motif)
motif
- protected int getMotifCenterPosition(java.lang.String motif)
motif
- Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.