Research Article

[Retracted] Treatment of Cancer Gene Changes in Chronic Myeloid Leukemia by Big Data Analysis Platform-Based Dasatinib

Code 1

Public class HierarchyExpData{
ExpressData ExpData; //pointer to the reference ExpressData
   Double distance;   //pointer to the reference ExpressData
   Double distance;   // the result of the node, min as 0
   Boolean leaf;      // if it’s a leaf node, leaf=true
   Int depth;         //the depth of node, the depth of leaf is 0
   Int clustersize;    //the size of the subtree, min as 1
   Int index;         //the index number of the ORF
   Int nodeindex;    //the node numberindex, for in/out put
   Double startx, startY;
   Double endX, endY;
   hierarchyExpData pLeft;
hierarchyExpData pRight;
hierarchyExpData pParent;
int ArrayIndex;       //to represent the position of hExpData to
   public Hierarchy ExpData{}{……}
}