Skip to content

Kegg Pathway analysis and AbHAC network analysis of some of the cagekid samples.

Notifications You must be signed in to change notification settings

mehrankr/CagekidNonConv_Apr2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Kegg pathway analysis and AbHAC network analysis

Note

The data and results folder are not made public before publication.

To access those folders, please contact : mehran dot karimzadeh at uhnresearch dot ca

Dependencies

The analysis relies on the following R packages:

AbHAC

KeggPA

ggplot2

pheatmap

Installing dependencies

install.packages("devtool")
require(devtools)
install_github("AbHAC", username="mehrankr")
install_guthub("KeggPA", username="mehrankr")
install.packages("ggplot2")
install.packages("pheatmap")

Running the codes

In linux/mac environment, change your directory to the src folder.

You would need data and results folder (not provided publicly) in order to run the scripts.

Rscript pathway_analysis.R 0.05 1 
#The first number of the FDR cutoff threshold
#The second number is the minimum number of patients in gene must be mutated in so it is included in the analysis
Rscript abhac_analysis.R 0.05 1
#Parameters are similar to before
#You can also try:
Rscript abhac_analysis.R -h
Rscript pathway_analysis.R -h

About

Kegg Pathway analysis and AbHAC network analysis of some of the cagekid samples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages