ropensci / rsnps

Wrapper to a number of SNP web APIs
https://docs.ropensci.org/rsnps
Other
52 stars 22 forks source link

T67 fix name duplication in allgensnp() #156

Closed jooolia closed 1 year ago

jooolia commented 1 year ago

Description

allgensnp(): previously the dataframe returned contained duplicate "name" columns. Now the "name" column that contains the submitter's name has been renamed "user_name" and the snp rsid name remains "name".

Related Issue

67