Skip to content

An R library of utilities for performing analyses on TCGA and GTEx data using the Network Zoo

License

Notifications You must be signed in to change notification settings

QuackenbushLab/NetworkDataCompanion

Repository files navigation

NetworkDataCompanion

This package is part of the Reproducible processing of TCGA regulatory networks paper available on BioRxiv

Installing

You can install this package with devtools using the following code:

library(devtools)
devtools::install_github("QuackenbushLab/NetworkDataCompanion")
library(NetworkDataCompanion)

If you want to work with the source, you can also clone the repository and install it from the root directory locally once you have done so.

library(devtools)
devtools::install()  # provided you are in the project folder
library(NetworkDataCompanion) 

We have noticed that sometimes the following packages may require separate installation: "GenomicDataCommons", "edgeR", "recount", "recount3". If you have problems with these, please raise an issue here: https://github.com/QuackenbushLab/NetworkDataCompanion/issues or directly and/contact the maintainer (Kate Shutta, kshutta at hsph.harvard.edu).

Usage

Structure of the repo

  • R contains the source code of our functions.
  • tests contains extensive tests of the implemented functions.
  • inst contains external data needed to run the analyses on TCGA and GTEx (e.g., gene mapping files)
  • man is used to generate documentation.

Citation

@article{fanfani2024reproducible,
  title={Reproducible processing of TCGA regulatory networks},
  author={Fanfani, Viola and Shutta, Katherine H and Mandros, Panagiotis and Fischer, Jonas and Saha, Enakshi and Micheletti, Soel and Chen, Chen and Ben Guebila, Marouen and Lopes-Ramos, Camila Miranda and Quackenbush, John},
  journal={bioRxiv},
  pages={2024--11},
  year={2024},
  publisher={Cold Spring Harbor Laboratory}
}

If you find this package useful, feel free to star this repository!

About

An R library of utilities for performing analyses on TCGA and GTEx data using the Network Zoo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6