diff --git a/CT_GA_count.R b/CT_GA_count.R index a76a5592010b7525be2f504d8d505633adace2cb..56a73a0204b1d8ae53fe94af97cdb6e20b29e632 100644 --- a/CT_GA_count.R +++ b/CT_GA_count.R @@ -1,3 +1,5 @@ # Development of the script has migrated to https://github.com/dchakro/ # replace the line sourcing this file with the following in your code. -source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/CT_GA_count.R') +print("This function has moved to: https://github.com/dchakro/shared_Rscripts") +print("Correct way to source the function is:") +print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/CT_GA_count.R')") diff --git a/IsolateCanonicalVariant.R b/IsolateCanonicalVariant.R index 664134cf341e0bcb6212d065c31d0a93030637ca..5ea45ba9e2eb54f50f1fdad1a1f194b3bc36d2db 100644 --- a/IsolateCanonicalVariant.R +++ b/IsolateCanonicalVariant.R @@ -1,3 +1,5 @@ # Development of the script has migrated to https://github.com/dchakro/ # replace the line sourcing this file with the following in your code. -source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/IsolateCanonicalVariant.R') \ No newline at end of file +print("This function has moved to: https://github.com/dchakro/shared_Rscripts") +print("Correct way to source the function is:") +print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/IsolateCanonicalVariant.R')") \ No newline at end of file diff --git a/MutSiteFind.R b/MutSiteFind.R index da371c902cbabbf6995e3f2d01cc2c36e80d92f5..c89844a6e094fd6dd356fcbefab1bf95f62925d2 100644 --- a/MutSiteFind.R +++ b/MutSiteFind.R @@ -1,3 +1,5 @@ # Development of the script has migrated to https://github.com/dchakro/ # replace the line sourcing this file with the following in your code. -source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/MutSiteFind.R') \ No newline at end of file +print("This function has moved to: https://github.com/dchakro/shared_Rscripts") +print("Correct way to source the function is:") +print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/MutSiteFind.R')") \ No newline at end of file diff --git a/ggplotBreaks.R b/ggplotBreaks.R index cf467944e050bb1a43449874b3c695ace75dbe7d..1b16fd7d43a722059d6516ed4fc645225a1b5933 100644 --- a/ggplotBreaks.R +++ b/ggplotBreaks.R @@ -1,3 +1,6 @@ # Development of the script has migrated to https://github.com/dchakro/ # replace the line sourcing this file with the following in your code. -source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/ggplotBreaks.R') \ No newline at end of file + +print("This function has moved to: https://github.com/dchakro/shared_Rscripts") +print("Correct way to source the function is:") +print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/ggplotBreaks.R')") \ No newline at end of file diff --git a/unparalogMutations.R b/unparalogMutations.R index d99f32079bb793f871d3c86558d1793a1a4d0047..a29c730db8dd93e307765d701bc2bf462c28872b 100644 --- a/unparalogMutations.R +++ b/unparalogMutations.R @@ -1,3 +1,5 @@ # Development of the script has migrated to https://github.com/dchakro/ # replace the line sourcing this file with the following in your code. -source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/unparalogMutations.R') \ No newline at end of file +print("This function has moved to: https://github.com/dchakro/shared_Rscripts") +print("Correct way to source the function is:") +print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/unparalogMutations.R')") \ No newline at end of file