mirror of
https://github.com/dchakro/shared_Rscripts.git
synced 2026-05-17 09:12:16 -07:00
Add website URL
This commit is contained in:
parent
db75cd3575
commit
03836a5c29
8 changed files with 50 additions and 42 deletions
|
|
@ -8,6 +8,7 @@ CT_GA_count <- function(SampleID,Ref_Base,Alt_Base){
|
||||||
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
|
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
|
||||||
# #
|
# #
|
||||||
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
||||||
|
# # Website: https://www.dchakro.com
|
||||||
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
||||||
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
||||||
# #<---------------------------->
|
# #<---------------------------->
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ IsolateCanonicalVariant <- function (AAchangeAnnotations){
|
||||||
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
|
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
|
||||||
# #
|
# #
|
||||||
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
||||||
|
# # Website: https://www.dchakro.com
|
||||||
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
||||||
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
||||||
# #<---------------------------->
|
# #<---------------------------->
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ MutResidueFind <- function(MutationColumn){
|
||||||
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
|
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
|
||||||
# #
|
# #
|
||||||
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
||||||
|
# # Website: https://www.dchakro.com
|
||||||
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
||||||
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
||||||
# #<---------------------------->
|
# #<---------------------------->
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ MutSiteFind <- function(MutationColumn){
|
||||||
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
|
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
|
||||||
# #
|
# #
|
||||||
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
||||||
|
# # Website: https://www.dchakro.com
|
||||||
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
||||||
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
||||||
# #<---------------------------->
|
# #<---------------------------->
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ ggplotBreaks <- function(range,tick,skip.steps=0){
|
||||||
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
|
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
|
||||||
# #
|
# #
|
||||||
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
||||||
|
# # Website: https://www.dchakro.com
|
||||||
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
||||||
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
||||||
# #<---------------------------->
|
# #<---------------------------->
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ roundUp <- function(x,to=10)
|
||||||
|
|
||||||
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
||||||
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
||||||
|
# # Website: https://www.dchakro.com
|
||||||
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
||||||
|
|
||||||
# # Adapted from: https://stackoverflow.com/a/44691056
|
# # Adapted from: https://stackoverflow.com/a/44691056
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ summarySE <- function(data=NULL, measurevar=NULL, statistic="mean", groupvars=NU
|
||||||
# # Copyright 2018, Deepankar Chakroborty, All rights reserved.
|
# # Copyright 2018, Deepankar Chakroborty, All rights reserved.
|
||||||
|
|
||||||
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
||||||
|
# # Website: https://www.dchakro.com
|
||||||
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
||||||
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ unparalog <- function(DATA, paralog_separator = ";", annotation_separator = ",",
|
||||||
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
|
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
|
||||||
# #
|
# #
|
||||||
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
||||||
|
# # Website: https://www.dchakro.com
|
||||||
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
|
||||||
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
|
||||||
# #<---------------------------->
|
# #<---------------------------->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue