-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #408 from d3b-center/naqvia/update-readmes
readme updates
- Loading branch information
Showing
6 changed files
with
85 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Cohort summary | ||
|
||
Module authors: Ammar Naqvi (@naqvia) | ||
|
||
The purpose of this module is to summarize cohort in our downstream analyses. | ||
|
||
## Usage | ||
<br>**Run shell script to make final tables to be used for plotting below** | ||
``` | ||
bash run_module.sh | ||
``` | ||
Input files (`data` folder): | ||
``` | ||
histologies.tsv | ||
independent-specimens.rnaseqpanel.primary.tsv | ||
``` | ||
|
||
## Folder content | ||
* `01-generate-cohort-summary-circos-plot.R` creates circos plot of cohort highlighting histology, CNS region and reported gender | ||
|
||
## Directory structure | ||
``` | ||
. | ||
├── 01-generate-cohort-summary-circos-plot.R | ||
├── input | ||
│ └── plot-mapping.tsv | ||
├── plots | ||
│ └── cohort_circos.pdf | ||
└── results | ||
├── histologies-plot-group.tsv | ||
└── plot_mapping.tsv | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters