Class 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • 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 Detail

      • 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