Entering edit mode
                    11.7 years ago
        Chen Sun
        
    
        ★
    
    1.1k
    For each one hundred base of the chromosome 1 of human genome, I get a score, as follows:
chr1
Base    Score
0       1.03
100     22.88
200     -3.04
....
9000    33.04
......
And I want to display the score according to the position on chromosome, which kind of data format do I need to use to store the information.