diskin-lab-chop / AutoGVP

17 stars 3 forks source link

Feature request: Update `rs_id` column for readability #234

Closed jharenza closed 5 months ago

jharenza commented 5 months ago

Purpose/implementation Section

Briefly descibe the feature and provide meaningful references

The rs_id column in the autoGVP output may contain multiple variant ids other than rs_ids and are separated by an & sign. I suggest we rename this column to variant_ids to be more specific and separate the ids with a ; for readability.

Eg:

rs879254692&CM042076&CM002342 

to

rs879254692;CM042076;CM002342

What input data are required for this feature or analysis?

Same

How do you plan to organize the feature or analysis - will it be a multi-function call or add to existing functions?

Add within existing functions

Who will complete the feature request (please add a GitHub handle here if relevant)?

@rjcorb