Head of Data Science
- Bristol, UK
-
17:51
(UTC) - @adamsardaraskar
- https://uk.linkedin.com/in/adamsardar
Pinned Loading
-
stoneTrees
stoneTrees PublicIntegrating 'omics data with biological networks by solving Steiner Tree problems
-
-
currentFlowCentrality
currentFlowCentrality PublicA generalisation of network closeness and betweeness to all paths rather than just geodesics
R
-
My standard Rprofile
My standard Rprofile 1#Including arch is useful for times that one might be running two versions of R on different architectures. e.g. on new M1 Macs
2libDirectory <- paste(c("~/Rlibs/", R.Version()$minor, "/", R.Version()$arch, "/"),collapse="")
3.libPaths(libDirectory)
45#Taken from bioconductor. This removes the need for using biocLite to install packages, which would be at the top of my list of "Bad Things About R"
-
.tmux.conf
.tmux.conf 1#Set command prefix to be like screen
2set -g prefix C-a
3unbind C-b
4bind C-a send-prefix
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.