|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.tools.tissue.getCuratedTissue
Reads a file of raw tissues and checks whether a CuratedTissue exists for that raw tissue. If the "-cancer" option is given on the command line, prints out the raw tissue for all tissues annotated as coming from tumor, otherwise it prints out the list of tissues in each raw tissue. If the "-all" option is given on the command line, two levels of parents interfaces of the curated tissues are also given.
| Field Summary | |
static java.lang.String |
hierarchy_package
|
static boolean |
stdout
|
static java.io.Writer |
writer
|
| Constructor Summary | |
getCuratedTissue()
|
|
| Method Summary | |
static boolean |
findCancer(java.lang.String[] args)
Returns whether to print out all the tissues which come from tumor tissue. |
static void |
findCuratedTissues(java.lang.String tissueFile,
boolean cancer,
boolean getParents,
java.lang.String outfile)
|
static boolean |
findParents(java.lang.String[] args)
Returns whether to print out two levels of parent interfaces of the curated tissues. |
static java.lang.String |
getOutFile(java.lang.String[] args)
Returns the name of the output file. |
static java.lang.String |
getTissueFile(java.lang.String[] args)
Returns the name of the input file. |
static void |
main(java.lang.String[] args)
|
static void |
printout(java.lang.String output)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String hierarchy_package
public static java.io.Writer writer
public static boolean stdout
| Constructor Detail |
public getCuratedTissue()
| Method Detail |
public static java.lang.String getTissueFile(java.lang.String[] args)
public static java.lang.String getOutFile(java.lang.String[] args)
public static boolean findCancer(java.lang.String[] args)
public static boolean findParents(java.lang.String[] args)
public static void findCuratedTissues(java.lang.String tissueFile,
boolean cancer,
boolean getParents,
java.lang.String outfile)
public static void printout(java.lang.String output)
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||