string ctor
get column idx as a string helps if your bed file isn't a ucsc bed file
set column idx as a string helps if your bed file isn't a ucsc bed file
return bed line
column 10: The number of blocks (exons) in the BED line. getter
column 10: The number of blocks (exons) in the BED line. setter
column 11: A comma-separated list of the block sizes. The number of items in this list should correspond to blockCount. getter
column 11: A comma-separated list of the block sizes. The number of items in this list should correspond to blockCount. setter
column 12: A comma-separated list of block starts. All of the blockStart positions should be calculated relative to chromStart. The number of items in this list should correspond to blockCount. getter
column 12: A comma-separated list of block starts. All of the blockStart positions should be calculated relative to chromStart. The number of items in this list should correspond to blockCount. setter
column 1: The name of the chromosome or scaffold. getter
column 1: The name of the chromosome or scaffold. setter
Columns 2 & 3 as coordinate pair, Zero-based half-open. column 2: The starting position of the feature in the chromosome or scaffold. column 3: The ending position of the feature in the chromosome or scaffold. getter
Columns 2 & 3 as coordinate pair, Zero-based half-open. column 2: The starting position of the feature in the chromosome or scaffold. column 3: The ending position of the feature in the chromosome or scaffold. setter
column 3: The ending position of the feature in the chromosome or scaffold.
column 9: An RGB value of the form R,G,B (e.g. 255,0,0). getter
column 9: An RGB value of the form R,G,B (e.g. 255,0,0). Setter
column 4: Defines the name of the BED line. getter
column 4: Defines the name of the BED line. setter
column 5: A score between 0 and 1000. getter
column 5: A score between 0 and 1000. setter
column 2: The starting position of the feature in the chromosome or scaffold.
column 6: Defines the strand. Either "." (=no strand) or "+" or "-". getter
column 6: Defines the strand. Either "." (=no strand) or "+" or "-". setter
column 8: The ending position at which the feature is drawn thickly getter
column 8: The ending position at which the feature is drawn thickly setter
column 7: The starting position at which the feature is drawn thickly; getter
column 7: The starting position at which the feature is drawn thickly; setter
Represents a record in a bed file. Based on UCSC format and methods are derived from UCSC's specifications.