Class PlinkAdjustment

java.lang.Object
gorsat.external.plink.PlinkAdjustment
All Implemented Interfaces:
java.util.concurrent.Callable<java.util.stream.Stream<org.gorpipe.gor.model.Row>>

public class PlinkAdjustment
extends java.lang.Object
implements java.util.concurrent.Callable<java.util.stream.Stream<org.gorpipe.gor.model.Row>>
  • Constructor Summary

    Constructors 
    Constructor Description
    PlinkAdjustment​(java.lang.String[] plinkExecutable, java.nio.file.Path filepath, java.lang.String pheno, java.lang.String test, java.lang.String columns, boolean sort)  
  • Method Summary

    Modifier and Type Method Description
    java.util.stream.Stream<org.gorpipe.gor.model.Row> call()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlinkAdjustment

      public PlinkAdjustment​(java.lang.String[] plinkExecutable, java.nio.file.Path filepath, java.lang.String pheno, java.lang.String test, java.lang.String columns, boolean sort)
  • Method Details

    • call

      public java.util.stream.Stream<org.gorpipe.gor.model.Row> call() throws java.lang.Exception
      Specified by:
      call in interface java.util.concurrent.Callable<java.util.stream.Stream<org.gorpipe.gor.model.Row>>
      Throws:
      java.lang.Exception