genomicSimulationC 0.2.6
Data Fields
gsc_GenotypeFile_MatrixFormat Struct Reference

Variants in the format of a genotype matrix file. More...

#include <sim-operations.h>

Data Fields

GSC_LOGICVAL has_header
 
GSC_LOGICVAL markers_as_rows
 < Boolean: Is the first row of the file a header row? (Note: genotype matrix files must have row headers, so this setting only applies to the presence/absense of column headers). More...
 
enum gsc_GenotypeFileCellStyle cell_style
 < Boolean: Are genetic markers the rows of the matrix (GSC_TRUE) or the columns of the matrix (GSC_FALSE)? Set to GSC_TRUE or GSC_FALSE if this detail of the formatting is known, or a negative number like GSC_UNINIT if the detail is not known and file loaders should auto-detect matrix orientation. More...
 

Detailed Description

Variants in the format of a genotype matrix file.

Definition at line 1024 of file sim-operations.h.

Field Documentation

◆ cell_style

enum gsc_GenotypeFileCellStyle gsc_GenotypeFile_MatrixFormat::cell_style

< Boolean: Are genetic markers the rows of the matrix (GSC_TRUE) or the columns of the matrix (GSC_FALSE)? Set to GSC_TRUE or GSC_FALSE if this detail of the formatting is known, or a negative number like GSC_UNINIT if the detail is not known and file loaders should auto-detect matrix orientation.

Definition at line 1032 of file sim-operations.h.

◆ has_header

GSC_LOGICVAL gsc_GenotypeFile_MatrixFormat::has_header

Definition at line 1025 of file sim-operations.h.

◆ markers_as_rows

GSC_LOGICVAL gsc_GenotypeFile_MatrixFormat::markers_as_rows

< Boolean: Is the first row of the file a header row? (Note: genotype matrix files must have row headers, so this setting only applies to the presence/absense of column headers).

Set to GSC_TRUE or GSC_FALSE if this detail of the formatting is known, or a negative number like GSC_UNINIT if the detail is not known and file loaders should auto-detect headers.

Definition at line 1029 of file sim-operations.h.


The documentation for this struct was generated from the following file: