TCP-Lab / bioTEA-box

The BioTEA's Docker container code
MIT License
0 stars 0 forks source link

Tried to fix the problem of duplicate gene_ids #3

Closed Feat-FeAR closed 1 year ago

Feat-FeAR commented 1 year ago

Added remove_duplicates() function to read_expression_data() in tools.R to cope with possible duplicated gene_ids. Now In the case of duplicated gene_ids, only the most expressed one will be retained.

Feat-FeAR commented 1 year ago

nice fix!