Details

    • Type: Task
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None
    • Story Points:
      2
    • Sprint:
      Fall 6 : 28 Oct to 8 Nov, Fall 7 : 11 Nov to 22 Nov, Fall 8 : 25 Nov to 6 Dec, Fall 9 : 9 Dec to 20 Dec

      Description

      Situation:
      When determining the offsets between each level 5 region of the BAI file, the output is the number of bytes/bits. Depending on the size of the BAM file, these numbers can be very large. The data should be scaled for easier viewing in IGB.

      In addition, some of the offsets are negative. It is unclear why they are negative, but when we compare the negatives to estimateCoverage from BioVizBase, they are always set to 0.

      Task:
      Set any negative offsets to 0.

      Scale the data by determining either the mean or median for all offsets across the BAI file, then divide the offsets by that number. This should result in most offset values being around 1.

      Look at Bai.java

        Attachments

          Issue Links

            Activity

            nfreese Nowlan Freese created issue -
            nfreese Nowlan Freese made changes -
            Field Original Value New Value
            Epic Link IGBF-1919 [ 18010 ]
            nfreese Nowlan Freese made changes -
            Link This issue relates to IGBF-1920 [ IGBF-1920 ]
            nfreese Nowlan Freese made changes -
            Description Situation:
            When determining the offsets between each level 5 region of the BAI file, the output is the number of bytes/bits. Depending on the size of the BAM file, these numbers can be very large. The data should be scaled for easier viewing in IGB.

            In addition, some of the offsets are negative. It is unclear why they are negative, but when we compare the negatives to estimateCoverage from BioVizBase, they are always set to 0.

            Task:
            Set any negative offsets to 0.

            Scale the data by determining either the mean or median for all offsets across the BAI file, then divide the offsets by that number. This should result in most offset values being around 1.
            Situation:
            When determining the offsets between each level 5 region of the BAI file, the output is the number of bytes/bits. Depending on the size of the BAM file, these numbers can be very large. The data should be scaled for easier viewing in IGB.

            In addition, some of the offsets are negative. It is unclear why they are negative, but when we compare the negatives to estimateCoverage from BioVizBase, they are always set to 0.

            Task:
            Set any negative offsets to 0.

            Scale the data by determining either the mean or median for all offsets across the BAI file, then divide the offsets by that number. This should result in most offset values being around 1.

            Look at Bai.java
            ann.loraine Ann Loraine made changes -
            Sprint Fall 6 : 28 Oct to 8 Nov [ 77 ] Fall 6 : 28 Oct to 8 Nov, Fall 7 : 11 Nov to 22 Nov [ 77, 78 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Sprint Fall 6 : 28 Oct to 8 Nov, Fall 7 : 11 Nov to 22 Nov [ 77, 78 ] Fall 6 : 28 Oct to 8 Nov, Fall 7 : 11 Nov to 22 Nov, Fall 8 : 25 Nov to 6 Dec [ 77, 78, 79 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            stiwari8 Srishti Tiwari (Inactive) made changes -
            Assignee Srishti Tiwari [ stiwari8 ]
            Hide
            stiwari8 Srishti Tiwari (Inactive) added a comment -

            Bai.java has been renamed to BaiToBedgraphConverter.java

            Show
            stiwari8 Srishti Tiwari (Inactive) added a comment - Bai.java has been renamed to BaiToBedgraphConverter.java
            stiwari8 Srishti Tiwari (Inactive) made changes -
            Assignee Srishti Tiwari [ stiwari8 ]
            svallapu Sai Charan Reddy Vallapureddy (Inactive) made changes -
            Assignee Sai Charan Reddy Vallapureddy [ svallapu ]
            svallapu Sai Charan Reddy Vallapureddy (Inactive) made changes -
            Rank Ranked lower
            svallapu Sai Charan Reddy Vallapureddy (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            Hide
            svallapu Sai Charan Reddy Vallapureddy (Inactive) added a comment - - edited

            Nowlan Freese
            Branch: https://bitbucket.org/svallapu/charan_igb/branch/IGBF-2100-New

            Tasks:
            1. Removed Negative values. It scaled the bed graph.
            2. Last chuck is now handled.

            Note: Logic for generating graph is changed. (More lines are added and removed for the same)

            Show
            svallapu Sai Charan Reddy Vallapureddy (Inactive) added a comment - - edited Nowlan Freese Branch: https://bitbucket.org/svallapu/charan_igb/branch/IGBF-2100-New Tasks: 1. Removed Negative values. It scaled the bed graph. 2. Last chuck is now handled. Note: Logic for generating graph is changed. (More lines are added and removed for the same)
            svallapu Sai Charan Reddy Vallapureddy (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            nfreese Nowlan Freese made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            nfreese Nowlan Freese made changes -
            Assignee Sai Charan Reddy Vallapureddy [ svallapu ] Nowlan Freese [ nfreese ]
            Hide
            nfreese Nowlan Freese added a comment -

            Data is scaled correctly and negative values are now set at 0. In addition, the final chunk of each chromosome is showing correctly.

            Ready for pull request.

            Show
            nfreese Nowlan Freese added a comment - Data is scaled correctly and negative values are now set at 0. In addition, the final chunk of each chromosome is showing correctly. Ready for pull request.
            nfreese Nowlan Freese made changes -
            Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
            nfreese Nowlan Freese made changes -
            Assignee Nowlan Freese [ nfreese ] Sai Charan Reddy Vallapureddy [ svallapu ]
            Hide
            svallapu Sai Charan Reddy Vallapureddy (Inactive) added a comment -

            Pull request submitted.

            Show
            svallapu Sai Charan Reddy Vallapureddy (Inactive) added a comment - Pull request submitted.
            nfreese Nowlan Freese made changes -
            Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
            nfreese Nowlan Freese made changes -
            Assignee Sai Charan Reddy Vallapureddy [ svallapu ] Ann Loraine [ aloraine ]
            Show
            nfreese Nowlan Freese added a comment - https://bitbucket.org/lorainelab/integrated-genome-browser/pull-requests/761/scale-bai-data-remove-negetive-values-in/diff
            Hide
            ann.loraine Ann Loraine added a comment -

            Merged to master.

            Sai Charan Reddy Vallapureddy and Nowlan Freese - please note I am about to increment master branch to 9.1.2. You may wish to wait until those for testing.

            Show
            ann.loraine Ann Loraine added a comment - Merged to master. Sai Charan Reddy Vallapureddy and Nowlan Freese - please note I am about to increment master branch to 9.1.2. You may wish to wait until those for testing.
            ann.loraine Ann Loraine made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            ann.loraine Ann Loraine made changes -
            Status Reviewing Pull Request [ 10303 ] Merged Needs Testing [ 10002 ]
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ]
            ann.loraine Ann Loraine made changes -
            Sprint Fall 6 : 28 Oct to 8 Nov, Fall 7 : 11 Nov to 22 Nov, Fall 8 : 25 Nov to 6 Dec [ 77, 78, 79 ] Fall 6 : 28 Oct to 8 Nov, Fall 7 : 11 Nov to 22 Nov, Fall 8 : 25 Nov to 6 Dec, Fall 9 : 9 Dec to 20 Dec [ 77, 78, 79, 80 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            nfreese Nowlan Freese made changes -
            Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
            nfreese Nowlan Freese made changes -
            Assignee Nowlan Freese [ nfreese ]
            Hide
            nfreese Nowlan Freese added a comment -

            Data are scaled with no negative values. Last chunk is present.

            Closing issue.

            Show
            nfreese Nowlan Freese added a comment - Data are scaled with no negative values. Last chunk is present. Closing issue.
            nfreese Nowlan Freese made changes -
            Resolution Done [ 10000 ]
            Status Post-merge Testing In Progress [ 10003 ] Closed [ 6 ]
            nfreese Nowlan Freese made changes -
            Assignee Nowlan Freese [ nfreese ] Sai Charan Reddy Vallapureddy [ svallapu ]

              People

              • Assignee:
                svallapu Sai Charan Reddy Vallapureddy (Inactive)
                Reporter:
                nfreese Nowlan Freese
              • Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: