mirror of
https://github.com/dchakro/shared_Rscripts.git
synced 2026-05-17 09:12:16 -07:00
Update info section
This commit is contained in:
parent
6aeea013b3
commit
21ad1ee706
1 changed files with 9 additions and 6 deletions
|
|
@ -1,17 +1,20 @@
|
||||||
# #<---------------------------->
|
# #<---------------------------->
|
||||||
# # Author : Deepankar Chakroborty
|
# # Please include this when distributing and/or using this code.
|
||||||
# # URL: https://gitlab.utu.fi/deecha
|
# # 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
|
# # 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:
|
# # In the gene column in your SNV annotation if you see something like:
|
||||||
# # e.g. PRAMEF7;PRAMEF8 OR PRAMEF7,PRAMEF8
|
# # e.g. PRAMEF7;PRAMEF8 OR PRAMEF7,PRAMEF8
|
||||||
# # then your mutations annotations have gene paralogs.
|
# # then your mutations annotations have gene paralogs.
|
||||||
# #
|
|
||||||
# # This script aims to de-couple those paralogs into individual their rows.
|
# # 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
|
# 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 ";"
|
# then the paralog_separator is ";"
|
||||||
# or set it to whatever separator is used by your SNV annotation software.
|
# or set it to whatever separator is used by your SNV annotation software.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue