GenomeComb



Genomecomb moved to github on https://github.com/derijkp/genomecomb with documentation on https://derijkp.github.io/genomecomb. For up to date versions, go there. These pages only remain here for the data on the older scientific application (or if someone really needs a long obsolete version of the software)

Bcol_get

Format

cg bcol get bcolfile ?chromosome? begin end

Summary

Get a list of values from a bcol file

Description

bcol_get extracts the values in the given region from a bcol file and returns them as a (space separated) list.

Arguments

chromosome
if not given, data from the first chromosome in thje bcol file is returned
begin
start position (counts from 0, included)
end
end position (counts from 0, excluded)

Category

Format Conversion