Class: Ucsc::Hg18::Dgv

Inherits:
DBConnection show all
Includes:
Feature
Defined in:
lib/ucsc/hg18/activerecord.rb

Overview

DESCRIPTION

From Structural Variants description page when clicking the “Describe table schema” in the table browser: “”

Instance Method Summary collapse

Methods included from Sliceable

#slice

Methods inherited from DBConnection

connect

Instance Method Details

#to_sObject



193
194
195
# File 'lib/ucsc/hg18/activerecord.rb', line 193

def to_s
  return self.class.to_s + "\t" + self.slice.to_s + "\t" + self.reference + "\t" + self.method
end