Class BigWigSection


  • public class BigWigSection
    extends java.lang.Object
    Created by IntelliJ IDEA. User: Owner Date: May 3, 2010 Time: 12:32:17 AM To change this template use File | Settings | File Templates.
    • Constructor Detail

      • BigWigSection

        public BigWigSection​(byte[] sectionBuffer,
                             java.util.HashMap<java.lang.Integer,​java.lang.String> chromosomeMap,
                             boolean isLowToHigh,
                             RPTreeLeafNodeItem leafHitItem)
    • Method Detail

      • isValidSectionType

        public boolean isValidSectionType()
      • getItemCount

        public int getItemCount()
      • getSectionDataSize

        public int getSectionDataSize()
      • getSectionData

        public int getSectionData​(RPChromosomeRegion selectionRegion,
                                  boolean contained,
                                  java.util.ArrayList<WigItem> wigItemList)
      • print

        public void print()