public class BrAPIAvailableFormat extends Object
| Constructor and Description |
|---|
BrAPIAvailableFormat() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIAvailableFormat |
dataFormat(BrAPIGenoFileDataFormatEnum dataFormat) |
boolean |
equals(Object o) |
BrAPIAvailableFormat |
expandHomozygotes(Boolean expandHomozygotes) |
BrAPIAvailableFormat |
fileFormat(BrAPIFileFormatEnum fileFormat) |
BrAPIAvailableFormat |
fileURL(String fileURL) |
BrAPIGenoFileDataFormatEnum |
getDataFormat()
dataFormat defines the structure of the data within a file (ie DartSeq, VCF, Hapmap, tabular, etc)
|
BrAPIFileFormatEnum |
getFileFormat()
fileFormat defines the MIME type of the file (ie text/csv, application/excel, application/zip).
|
String |
getFileURL()
A URL which indicates the location of the file version of this VariantSet.
|
String |
getSepPhased()
The string used as a separator for phased allele calls.
|
String |
getSepUnphased()
The string used as a separator for unphased allele calls.
|
String |
getUnknownString()
The string used as a representation for missing data.
|
int |
hashCode() |
Boolean |
isExpandHomozygotes()
Should homozygotes be expanded (true) or collapsed into a single occurrence (false)
|
BrAPIAvailableFormat |
sepPhased(String sepPhased) |
BrAPIAvailableFormat |
sepUnphased(String sepUnphased) |
void |
setDataFormat(BrAPIGenoFileDataFormatEnum dataFormat) |
void |
setExpandHomozygotes(Boolean expandHomozygotes) |
void |
setFileFormat(BrAPIFileFormatEnum fileFormat) |
void |
setFileURL(String fileURL) |
void |
setSepPhased(String sepPhased) |
void |
setSepUnphased(String sepUnphased) |
void |
setUnknownString(String unknownString) |
String |
toString() |
BrAPIAvailableFormat |
unknownString(String unknownString) |
public BrAPIAvailableFormat dataFormat(BrAPIGenoFileDataFormatEnum dataFormat)
public BrAPIGenoFileDataFormatEnum getDataFormat()
public void setDataFormat(BrAPIGenoFileDataFormatEnum dataFormat)
public BrAPIAvailableFormat expandHomozygotes(Boolean expandHomozygotes)
public Boolean isExpandHomozygotes()
public void setExpandHomozygotes(Boolean expandHomozygotes)
public BrAPIAvailableFormat fileFormat(BrAPIFileFormatEnum fileFormat)
public BrAPIFileFormatEnum getFileFormat()
public void setFileFormat(BrAPIFileFormatEnum fileFormat)
public BrAPIAvailableFormat fileURL(String fileURL)
public String getFileURL()
public void setFileURL(String fileURL)
public BrAPIAvailableFormat sepPhased(String sepPhased)
public String getSepPhased()
public void setSepPhased(String sepPhased)
public BrAPIAvailableFormat sepUnphased(String sepUnphased)
public String getSepUnphased()
public void setSepUnphased(String sepUnphased)
public BrAPIAvailableFormat unknownString(String unknownString)
public String getUnknownString()
public void setUnknownString(String unknownString)
Copyright © 2023. All rights reserved.