README.md

myFunctions package include functions that i use regularly in my day to day analysis--moslty microbiome data and network analysis. This repository is an attempt that would eventually lead to create an effective and useful R package --in future.

More detail application of materials included in the package can be found at the pacakge webpage(https://ravinpoudel.github.io/myFunctionsWP/)

    --- Usage ---

Note: Install gsl and Xcode

Other required pacakges

library(knitr);
library(rnetcarto);
library(igraph)


install.packages("devtools")

library(devtools)

install_github("ravinpoudel/myFunctions")

library(myFunctions)


ravinpoudel/myFunctions documentation built on May 9, 2020, 7:39 a.m.