Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brentp/vcfgo
/ types & classes
Types & classes
21 in github.com/brentp/vcfgo
⨍
Functions
146
◇
Types & classes
21
TypeAlias
BadVcfSuite
header_test.go:70
Struct
CNVSuite
1 2827694 rs2376870 CGTGGATGCGGGGAC C . PASS SVTYPE=DEL;END=2827762;HOMLEN=1;HOMSEQ=G;SVLEN=-68 GT:GQ 1/1:13.9
sv_test.go:54
Struct
Header
Header holds all the type and format information for the variants.
header.go:37
Struct
HeaderSuite
header_test.go:65
Struct
Info
Info holds the Info and Format fields
header.go:26
Struct
InfoByte
info.go:10
Struct
InfoSuite
info_test.go:9
Struct
InternalSuite
internal_test.go:5
Struct
Reader
Reader holds information about the current line number (for errors) and The VCF header that indicates the structure of records.
reader.go:45
Struct
ReaderSuite
reader_test.go:13
Struct
RegressionSuite
regression_test.go:34
Struct
SVLENNumberASuite
sv_test.go:134
TypeAlias
SampleFormat
SampleFormat holds the type info for Format fields.
header.go:34
Struct
SampleGenotype
SampleGenotype holds the information about a sample. Several fields are pre-parsed, but all fields are kept in Fields as well.
variant.go:217
Struct
SampleSuite
sample_test.go:24
Struct
SplitAltSuite
splitalts_test.go:5
Struct
VCFError
VCFError satisfies the error interface and allows multiple errors. This is useful because, for example, on a single line, every sample may have a fiel
vcf.go:12
Struct
VCFSuite
vcf_test.go:17
Struct
Variant
Variant holds the information about a single site. It is analagous to a row in a VCF file.
variant.go:15
Struct
VariantSuite
variant_test.go:13
Struct
Writer
Writer allows writing VCF files.
writer.go:11