struct VCFTools::Variant

Defined in:

VCF_tools/variant.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(chromosome : String, position : Int32, id : String, ref : String, alt : Array(String), qual : Float32 | Nil, filter : String, info : String, sample : Hash(String, String)) #

[View source]

Instance Method Detail

def alt : Array(String) #

[View source]
def alt=(alt : Array(String)) #

[View source]
def chromosome : String #

[View source]
def chromosome=(chromosome : String) #

[View source]
def filter : String #

[View source]
def filter=(filter : String) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def info : String #

[View source]
def info=(info : String) #

[View source]
def position : Int32 #

[View source]
def position=(position : Int32) #

[View source]
def qual : Float32 | Nil #

[View source]
def qual=(qual : Float32 | Nil) #

[View source]
def ref : String #

[View source]
def ref=(ref : String) #

[View source]
def sample : Hash(String, String) #

[View source]
def sample=(sample : Hash(String, String)) #

[View source]