################################################################################## # Author: Huaqin Xu (huaxu@ucdavis.edu) # Supervisor: Alexander Kozik (akozik@atgc.org) # Date: July. 26, 2006 # Description: # # This is the configure file for pixelirator.py. # # ================================================================================= # 1. Each variable is assigned a default value, change it to your display options # 2. Comments start with # # ###################################################################################### ##### size parameters ##### # if you want to see labels, the minimum cell_size is (10,10) cell_size = 12, 12 cell_space = 0 # cell shape: ellipse or rectangle cell_shape = rectangle # border between cell border_exist = N # space outside the image space_size = 20, 20 # Image Title -- position: U or D or L or R; N for no title title_pos = N title_text = # Image bar -- position: U or D or L or R; N for no bar bar_pos = N bar_size = # Labelx position: U or D; Labely position: L or R; N for no labels xlabel_type = ylabel_type = xlabel_pos = N ylabel_pos = N # Color: backgroud, border, font background_color= 255, 255, 255 border_color= label_color= ##### Data File Format ##### delimiter = TAB rowstart = 1 colstart = 1 xlabelat = 0 ylabelat = 0 ##### Color Map Format ############################ # Colortype: HEX(Hexadecimal)> example -- FFFFFF # RGB > example -- 255, 255, 255 # maptype: Fixed # Range # Rainbow # mapfunc: # 1 -- linear # 2 -- log10 # 3 -- ln # 4 -- log2 # 5 -- sqrt # 6 -- x2 # 7 -- xe # 8 -- x3 ################################################### colortype=RGB maptype=Rainbow mapfunc=1