|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.tools.tm.gpcrMotif
| Field Summary | |
static BiologicalSequence[] |
seqs
BiologicalSequence array |
static TmDomain_Annotation[] |
tmAnn
TmDomain_Annotation array |
| Constructor Summary | |
gpcrMotif()
|
|
| Method Summary | |
static boolean |
checkAfterArg(char c)
|
static boolean |
checkArginine(char c)
|
static boolean |
checkBeforeArg(char c)
|
static boolean |
checkC(char c)
|
static void |
checkDRY(java.lang.String subseq,
java.io.Writer writer)
Checks for the [DE]R[YHS] motif, and a C 25 residues 3' to it. |
static boolean |
checkLoopC(java.lang.String loop)
Returns whether the loop contains a C. |
static java.lang.String |
getInputFile(java.lang.String[] args)
get name of input file with sequences |
static boolean |
isMotifThere(java.lang.String loop)
Returns whether the motif C[CS]XXX[P] is present in the sequence. |
static void |
main(java.lang.String[] args)
|
static void |
parseSeqs(SequenceReaderFactoryImpl sr,
java.lang.String seqfile)
Reads the sequences from the file into the BiologicalSequence array. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static BiologicalSequence[] seqs
public static TmDomain_Annotation[] tmAnn
| Constructor Detail |
public gpcrMotif()
| Method Detail |
public static java.lang.String getInputFile(java.lang.String[] args)
public static void parseSeqs(SequenceReaderFactoryImpl sr,
java.lang.String seqfile)
public static void checkDRY(java.lang.String subseq,
java.io.Writer writer)
throws java.io.IOException
java.io.IOExceptionpublic static boolean checkArginine(char c)
public static boolean checkBeforeArg(char c)
public static boolean checkAfterArg(char c)
public static boolean checkC(char c)
public static boolean isMotifThere(java.lang.String loop)
public static boolean checkLoopC(java.lang.String loop)
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||