DiscoveryDNA / map_motif

Map frequency matrices on sequence alignments.
2 stars 5 forks source link

a lot of the data frames have columns where the same piece of text is fills the whole column. Would it be more efficient if we stored it in one place instead of for every column in the data frame? #10

Closed IsaakCagampangHeller closed 6 years ago

IsaakCagampangHeller commented 6 years ago

I still don't know what this does

positions = {'score':score, 'position':position, 'species': i}
position_list.append(positions) 

line 136

iamciera commented 6 years ago

Unfortunately, we do need most of the information. But hopefully setting the threshold before as mentioned in issue #6 will allow much smaller data frames.