fredkneeland / DNA_Analysis

Java code for analyzing human dna
GNU General Public License v3.0
1 stars 3 forks source link

Hope i helped you #15

Open AlexandreVelloso opened 6 years ago

AlexandreVelloso commented 6 years ago

I don't get how to calculate the averageColorForLettersCounts

fredkneeland commented 6 years ago

@AlexandreVelloso looks good, so the averageColorForLettersCounts is for say if there are 10 'A' and 5 'G' what would the color be if you mixed 10 'A's? and 5 'G's together?

Rest of the pr looks good thanks!