The codes and documentation for my BSc project in the area of Cancer Genomics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 323B

12345678
  1. ## Integrate data
  2. The code in this directory takes the mutation and expression data for each cancer type as input and outputs the matrices according to [Mogonet](https://github.com/txWang/MOGONET)'s input format.
  3. Run the following to learn more about the arguments to set:
  4. ```bash
  5. python integrate_matrices.py --help
  6. ```