Package gem.util

Examples of gem.util.Histogram2D.plot()


        else if (t.M.status[i] == PRESENT)
          h2.count(t.F.value[i], t.T.value[i]);
      }

      h1.plot(false);
      h2.plot(true);
    }
  }

  private static void printFTEffect()
  {
View Full Code Here


      double gamma = Difference.calcGamma(t);
      double support = Difference.getGammaSupport(t.cnt, true);
      h.count(gamma, (2 * support) - 1);
    }
    h.takeLog();
    h.plot();
  }

  public static void printSymInFile()
  {
    Set<String> set = Triplet.readGeneIDs("resource/factor-trips/AR.txt");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.