Squashed commit of the following:

commit 23f5db8f0f
Author: Deepankar Chakroborty <deepankar.chakroborty@utu.fi>
Date:   Wed Jul 29 13:12:26 2020 +0300

    Changed to Apache License 2.0

commit 21ad1ee706
Author: Deepankar Chakroborty <deepankar.chakroborty@utu.fi>
Date:   Wed Jul 29 13:12:05 2020 +0300

    Update info section
This commit is contained in:
Deepankar Chakroborty 2020-07-29 13:12:47 +03:00
parent 6aeea013b3
commit cd79464c4e
2 changed files with 210 additions and 379 deletions

View file

@ -1,17 +1,20 @@
# #<---------------------------->
# # Author : Deepankar Chakroborty
# # URL: https://gitlab.utu.fi/deecha
# # Please include this when distributing and/or using this code.
# # I hope you will read and respect the terms of the included LICENSE
# #
# # Author : Deepankar Chakroborty (https://gitlab.utu.fi/deecha)
# # Report issues: https://gitlab.utu.fi/deecha/shared_scripts/-/issues
# # Please include this when distributing my code.
# # License: https://gitlab.utu.fi/deecha/shared_scripts/-/blob/master/LICENSE
# #
# # PURPOSE:
# # In the gene column in your SNV annotation if you see something like:
# # e.g. PRAMEF7;PRAMEF8 OR PRAMEF7,PRAMEF8
# # then your mutations annotations have gene paralogs.
# #
# # This script aims to de-couple those paralogs into individual their rows.
# #
# #<---------------------------->
# ------------------------
### Info:
### Info on what to pass as the function parameters:
# Assign correct paralog_separator found in the gene column of your SNV annotations # e.g. if the Gene column has entries like PRAMEF7;PRAMEF8
# then the paralog_separator is ";"
# or set it to whatever separator is used by your SNV annotation software.