public class BinaryInteractionFileCreator extends Object
| Constructor and Description |
|---|
BinaryInteractionFileCreator(File file,
BinaryInteractionVariantCreator[] variants,
BinaryInteractionGeneCreator[] genes,
BinaryInteractionCohort[] cohorts,
String[] covariates,
boolean allCovariants,
boolean metaAnalysis,
boolean normalQtlStored,
boolean flippedZscoreStored) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestedInteraction(String variantName,
String geneName,
String[] covariateNames) |
void |
addTestedVariantGene(String variantName,
String geneName) |
BinaryInteractionFile |
create() |
void |
setDescription(String description) |
public BinaryInteractionFileCreator(File file, BinaryInteractionVariantCreator[] variants, BinaryInteractionGeneCreator[] genes, BinaryInteractionCohort[] cohorts, String[] covariates, boolean allCovariants, boolean metaAnalysis, boolean normalQtlStored, boolean flippedZscoreStored) throws BinaryInteractionFileException, IOException
file - variants - genes - cohorts - covariates - allCovariants - metaAnalysis - normalQtlStored - flippedZscoreStored - BinaryInteractionFileExceptionIOExceptionpublic void addTestedVariantGene(String variantName, String geneName) throws BinaryInteractionFileException
BinaryInteractionFileExceptionpublic void addTestedInteraction(String variantName, String geneName, String[] covariateNames) throws BinaryInteractionFileException
BinaryInteractionFileExceptionpublic BinaryInteractionFile create() throws FileNotFoundException, IOException, BinaryInteractionFileException
public void setDescription(String description)
Copyright © 2015. All Rights Reserved.