ramiromagno/gwasrapidd

Make functions that search by either `efo_trait` or `reported_trait` case sensitive again

ramiromagno opened this issue · 0 comments

Remove the wrap in tolower() in these cases:

get_studies_by_efo_trait

urltools::url_encode(tolower(efo_trait)))

get_studies_by_reported_trait

urltools::url_encode(tolower(reported_trait)))

get_variants_by_efo_trait

urltools::url_encode(tolower(efo_trait)))

get_variants_by_reported_trait

urltools::url_encode(tolower(reported_trait)))

get_associations_by_efo_trait

urltools::url_encode(tolower(efo_trait)))

get_traits_by_efo_trait

urltools::url_encode(tolower(efo_trait)))