-
Notifications
You must be signed in to change notification settings - Fork 0
Add spatiotemporal SETBP1 target permutation analysis #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 192 commits
Commits
Show all changes
195 commits
Select commit
Hold shift + click to select a range
68a35da
Update README.md with data sets
lizzyjoan c728c27
reorder scripts
lizzyjoan d911982
rm scripts not necessary for downloads
lizzyjoan ae9ae8e
megalinter adjustments
lizzyjoan f7e8347
rm unnecessary script for data download
lizzyjoan 08f354c
split download by dataset
lizzyjoan d528dd3
rm aggregated SRR list and test list
lizzyjoan 7d68ef6
updated human gencode annotation
lizzyjoan 69361ac
create conda env from yml if needed
lizzyjoan d6e0c5d
fix lint spellcheck error by adding double quotes to prevent globbing…
lizzyjoan b4d9c0a
fix mouse reference
lizzyjoan c111db1
removed SRA IDs for non-RNAseq files from Shaw dataset
lizzyjoan d79beb9
simplified path using CAP_CONDA_PATH
lizzyjoan 74da99e
update symlink paths
lizzyjoan d50c353
separate conda env setup from data download
lizzyjoan 83801af
fixed new 'disk limit exceeded' error
lizzyjoan c88e04f
rm unnecessary code leftover from splitting conda and fetch data scripts
lizzyjoan 14e19b3
switch from conda to docker for sra-toolkit
lizzyjoan 989647f
parallelize gzipping across threads to reduce time
lizzyjoan b4a8748
fix linting error
lizzyjoan 7f4c329
add script to run md5 checksums on fastq files
lizzyjoan 5d99ea6
fixing lintr error
lizzyjoan d97bfaf
prefetch before fastq dump
lizzyjoan 3b5cd37
rm timestamp from gzipping, causing MD5's not to match
lizzyjoan d4655e1
updated verifications after fixing gzip timestamping
lizzyjoan 951dad0
typo in print message
lizzyjoan 9718256
rm unused scripts
lizzyjoan e121b65
set array back to 0-2 and fix indention
lizzyjoan c38f50a
Merge pull request #1 from lasseignelab/datadownload
lizzyjoan 1a329b3
Merge branch 'main' into preprocess
lizzyjoan b4cb016
Merge pull request #2 from lasseignelab/preprocess
lizzyjoan a970a14
merge updates from main to eda
lizzyjoan f731182
rm dead code
lizzyjoan e6f1f2c
rm broken logo link
lizzyjoan ed251ff
fix typo for str_wrap in rse_pca
lizzyjoan 6ab2f42
update to run with job script
lizzyjoan 1ffb5aa
fix linting
lizzyjoan 1b7af01
resolved 0 dimension svd error
lizzyjoan 0cd55b3
rm old files
lizzyjoan cab3666
cleanup code, rm Bioproject as feature to color by (redundant with 'a…
lizzyjoan aab5fe2
fixed ordering for plot names
lizzyjoan db7a0bb
update docker image to use to minimize number of images to pull and c…
lizzyjoan d731676
fresh run with updated container, rm old files
lizzyjoan 1af24c0
fresh run with updated container, rm old files
lizzyjoan f65b729
verifications for EDA output file MD5's
lizzyjoan 1f729ef
lint and styled
lizzyjoan 9971a80
fix lint errors, rm unused functions
lizzyjoan 5b356c2
fix linter errors
lizzyjoan 09d6a6a
fix linter errors
lizzyjoan 012b040
issue between specific version of megalinter and purrr
lizzyjoan 788b323
mega-linter error with purrr version, ignore functions file
lizzyjoan 1749618
R_LINTR version issues -- need to have separate lintr config for runn…
lizzyjoan 61f2208
fix syntax for malformed config error
lizzyjoan 711a92e
switching to DSF format for malformed config error
lizzyjoan 7eb2e9b
specific version of lintr might want closing paranthesis on previous …
lizzyjoan 349087d
switching attempts for lintr issues by tweaking functions script
lizzyjoan 1aa7cf0
switching attempts for lintr issues by tweaking functions script
lizzyjoan 76918ad
update verifications with combined_datasets results
lizzyjoan e54af8e
Update 05_data_cleaning.R
lizzyjoan 1aa3537
Update 06_dataset_eda.R
lizzyjoan 4f64a70
Update 06_dataset_eda.R
lizzyjoan 8d38bf9
Update 07_combined_eda.R
lizzyjoan e6f6044
fixed print statement
lizzyjoan e026a8b
fixed error introduced by updated variable name in for loop
lizzyjoan 37d3876
updated md5 checksums for verifying reproducibility
lizzyjoan 8b2445d
Merge branch 'main' into dea
lizzyjoan de78310
split differential expression analysis into 2 scripts
lizzyjoan 6f8d0b0
fix order of code--composite scoring before comparison of methods
lizzyjoan 08d1714
updated script name
lizzyjoan 2c0a787
increase sensitivitiy for significance by lowering p-adj val threshol…
lizzyjoan f03a382
code cleanup, fresh run
lizzyjoan a8842cd
simplify code, add trycatch for contrasts with no ORA results, and fi…
lizzyjoan e151e68
lint and style
lizzyjoan 3812a83
update script names
lizzyjoan 8853cce
fixed typo to print ora_down plots
lizzyjoan b0b6867
cleanup consensus signature method comparisons
lizzyjoan 5654963
compare enriched terms resulting from ORA of > 1 signature
lizzyjoan 0fe79f4
upset plots comparing consensus DEGs across contrasts, datasets, and …
lizzyjoan eee2a78
save consensus signatures for each method
lizzyjoan 283c755
add entrez gene mapping, prioritize signatures by entrez-mappable gen…
lizzyjoan ec3a8f5
fixed entrez gene mapping to avoid duplications, expanded signature s…
lizzyjoan cab29f8
fixed print message
lizzyjoan b62a95b
lint and style
lizzyjoan 848eed9
add job script, cleanup print statements, rm setbp1 targets comparison
lizzyjoan cb38aa2
improve commenting and filenames, rm dead code
lizzyjoan 844ed5a
fix lab logo image link
lizzyjoan 80831ce
simplify matrix-prep with function
lizzyjoan 1d903bc
updated filenames
lizzyjoan f234389
add verifications for code review
lizzyjoan 6abcbdc
add seed
lizzyjoan e110835
Update mega-linter.yml
lizzyjoan 9e51389
Update mega-linter.yml
lizzyjoan f6f0dd7
fix lintr errors
lizzyjoan 372ae16
explicit function imports and declaring global variables to avoid lin…
lizzyjoan 4f8d6bb
explicit importing and setting variables still gave lintr errors -- s…
lizzyjoan 700fdd5
Update README.md
lizzyjoan 1d78e8a
trying to disable object_usage_linter
lizzyjoan 4afba72
troubleshooting lintr
lizzyjoan 60f1439
troubleshooting lintr
lizzyjoan afe07a7
fix indention spacing
lizzyjoan 7447f9c
save ORA outputs, tweak combined terms plot for legibility
lizzyjoan 595f72a
rm eda files -- not for review in this PR
lizzyjoan c99d417
rm consensus signature analysis from DEA PR
lizzyjoan d3ebda0
add slight rounding at e-12 due to very slight occasional differences…
lizzyjoan e21eff4
add slight rounding at e-9 due to very slight occasional differences …
lizzyjoan 8fcb779
fix typo in docker hub username
lizzyjoan c1e5b41
switch red and blue for DEG directions
lizzyjoan a594b3f
update decimal place rounding to ensure reproducibility across enviro…
lizzyjoan 3777100
Merge pull request #5 from lasseignelab/dea
lizzyjoan cef415b
Merge branch 'main' into eda
lizzyjoan ad416bc
Merge pull request #4 from lasseignelab/eda
lizzyjoan cc4daf0
adding creating dataframe file
sashataluri 41d20eb
adding creating dataframe file
sashataluri f9deee8
Add files via upload
sashataluri 1bc0f97
Add files via upload
sashataluri 4b800ca
add download script for GTEx adult, dGTEx, and brainspan data
lizzyjoan 4797c85
add download script for GTEx adult, dGTEx, and brainspan data
lizzyjoan 00df57a
update script to run as vanilla R script with slurm driver
lizzyjoan 07b7623
update script to run as vanilla R script with slurm driver
lizzyjoan b505359
fix inconsistent variable names
lizzyjoan e0ebc14
fix inconsistent variable names
lizzyjoan 655328e
fix inconsistent variable names
lizzyjoan e837ea3
exploring brainspan metadata for donor counts by age
lizzyjoan cb85008
exploring brainspan metadata for donor counts by age
lizzyjoan 2fcc671
ignore large (>100mb) file
lizzyjoan 0e91d67
run permutations by developmental windows (vs just prenatal/postnatal)
lizzyjoan 05bfcb0
add target brain regions to permutation analysis
lizzyjoan cf242c7
add permutations by relevant brain regions
lizzyjoan 26a5cba
adjusted age windows to increase sample size, with emphasis on rapid …
lizzyjoan f192596
fix filter for infancy age window
lizzyjoan 2cd4713
normalize and scale brainspan's RPKM counts
lizzyjoan 19cb833
rm zero variance genes prior to scaling
lizzyjoan ec8985a
switched back to all brain regions to help increase n
lizzyjoan 8acd89f
return observation values for target genes in each window
lizzyjoan c93710b
fix format of returned gene means by window
lizzyjoan 3427d8b
fresh run for target prioritization
lizzyjoan 829b5ce
fix rownames and colnames for gene means table
lizzyjoan 85ec043
resolved merge conflict pulling updates from main
lizzyjoan 4708ea8
prioritize updated SETBP1 targets--use prioritzed targets for permuta…
lizzyjoan 53a2936
force push setbp1 targets involved in select pan-go pathways
lizzyjoan 11b84dd
rm dead code
lizzyjoan 7edc6bb
start gtex post-natal permutation analysis
lizzyjoan 9dd4575
update prenatal age windows by trimester
lizzyjoan e36cf2f
update prenatal windows to better balance for number of donor IDs for…
lizzyjoan 27fad22
split childhood into early/late windows
lizzyjoan e740dfd
attempting permutation testing across gtex and dgtex age windows--err…
lizzyjoan 2666e71
update p-values for 2-sided enrichment testing and with FDR multiple …
lizzyjoan e236188
resolved errors for reading in large count data, updated metadata for…
lizzyjoan 6817d3d
update wrangling for log transformation and target means
lizzyjoan 07b336c
roughly got working with median TPMs across brain tissues -- need to …
lizzyjoan 4d37216
rm dead code, cleanup comments
lizzyjoan 8f40960
update to run permutations on relevant tissues and with individual sa…
lizzyjoan db6f8af
trying to resolve issue with adult GTEx -- only reading in 594 genes
lizzyjoan 4722d4a
fixed silent error leading to truncated adult GTEx data -- decompress…
lizzyjoan 25817f3
fixed errors--for running permutations, simplified, and added heatmap
lizzyjoan 4a83235
adjust resource requests to improve memory efficiency
lizzyjoan 22c0e90
update to fix accidental drop of adult samples for permutations
lizzyjoan 79a4f35
switch to lollipop plot over barplot
lizzyjoan 8de02d7
fix age bins for plotting
lizzyjoan cb25eac
barplot to lollipop plot, increase axis limits, flip x y coordinates
lizzyjoan 3c500a6
split brainspan permutations and plotting into separate scripts
lizzyjoan aabb38a
tweak plot for asthestics
lizzyjoan 33496ba
combine dGTEx ages together to increase statistical power -- very few…
lizzyjoan 2ee0c5f
split permutation analysis and plotting into separate scripts
lizzyjoan fd21208
set consistent colors for plot up/down values
lizzyjoan 39658e5
combine plots for supplementary figure 1
lizzyjoan 86ae51a
combine, cleanup, and move plots and plotting scripts
lizzyjoan c8f434b
increase to 10000 permutations
lizzyjoan 93cafd0
add target exp wilcox comparison by sex
lizzyjoan 3e948b2
fix age bins for plotting expression by sex
lizzyjoan d84f379
fix setbp1 target input and add coexpression analysis
lizzyjoan 065c2a6
add top coexpressed targets for prioritization
lizzyjoan 398de31
fix setbp1 target input
lizzyjoan 2b1d19c
style and lint R scripts
lizzyjoan e29951b
rm unnecessary scripts for this PR
lizzyjoan f18580c
fix linter errors
lizzyjoan 0be9885
update dGTEx files (were switched from txt to xlsx on GTEx)
lizzyjoan de7cb3a
update subfolders for adult/dev gtex, update print statements
lizzyjoan 83c8650
verify data downloads
lizzyjoan 9a0cbce
update directories and cleanup print statements
lizzyjoan caf1382
update filenames and print statements
lizzyjoan 1cf103d
add brainspan/gtex symlinks
lizzyjoan dafd1fc
update gtex symlink
lizzyjoan e60ad32
updated filenames and verifications
lizzyjoan 44ee83b
update filenames
lizzyjoan 1d99c1c
specify gtex subdirectories to avoid inconsistencies after symlinking
lizzyjoan 6c5bbd8
force push SETBP1 targets list curated by Sasha Taluri
lizzyjoan 6cdd69b
rm unneeded file
lizzyjoan f459f96
update run with updated SETBP1 targets
lizzyjoan f4055e8
update verification
lizzyjoan 4992523
update setbp1 targets file
lizzyjoan de2857d
rm redundant line for checking/making directory
lizzyjoan a53f977
fix typos, rm dead code, fix file save for gene means to include rown…
lizzyjoan a8f4596
fix boxplot label
lizzyjoan d8b8f01
increase slurm time request to deal with user-user variability on Che…
lizzyjoan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
284 changes: 284 additions & 0 deletions
284
results/permutation_analysis/SETBP1_target_coexpression_brainspan.csv
Large diffs are not rendered by default.
Oops, something went wrong.
525 changes: 525 additions & 0 deletions
525
results/permutation_analysis/brainspan_metadata_dev_windows.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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,8 @@ | ||
| window,observed,z_score,p_val_enrichment,p_val_depletion,p_val_two_sided,p_val_adj | ||
| Early_Prenatal,0.2782844072238795,9.513247816942267,0,1,0,0 | ||
| Mid_Prenatal,0.05721022647250982,3.232294998967253,5e-4,0.9995,0.001,0.0011666666666666668 | ||
| Late_Prenatal,-0.004742432008853141,-3.6816059627598166,1,0,0,0 | ||
| Infancy,0.011847699853442256,-1.290811243133021,0.9027,0.0973,0.1946,0.1946 | ||
| Early_Childhood,-0.46119475587906517,-9.240283685093617,1,0,0,0 | ||
| Childhood,-0.01752909962056895,-3.71473952786009,0.9997,3e-4,6e-4,0.00105 | ||
| Adult,-0.06636122622906972,-3.3594444884762438,0.9996,4e-4,8e-4,0.00112 |
284 changes: 284 additions & 0 deletions
284
results/permutation_analysis/brainspan_window_gene_means.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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,75 @@ | ||
| Tissue,Age,N_Samples,Observed,Z_Score,P_Value,FDR | ||
| Bladder,20-29,12,0.629887434713362,8.66390676456396,0,0 | ||
| Bladder,30-39,9,0.5963425563821171,8.819840656548296,0,0 | ||
| Bladder,40-49,20,0.632628563700223,12.682318664332676,0,0 | ||
| Bladder,50-59,23,0.5559105702233601,12.29565515178114,0,0 | ||
| Bladder,60-69,12,0.6103384427466958,14.46125843258219,0,0 | ||
| Blood,20-29,107,-0.2928615607953293,-6.498049977617908,0,0 | ||
| Blood,30-39,98,-0.2789229017670139,-6.634352220183157,0,0 | ||
| Blood,40-49,174,-0.3200596457433215,-7.109456620145368,0,0 | ||
| Blood,50-59,358,-0.3960609156006221,-8.711245604477888,0,0 | ||
| Blood,60-69,359,-0.4690473118584052,-10.052931299894192,0,0 | ||
| Blood,70-79,34,-0.547994246581826,-11.39035740051524,0,0 | ||
| Blood Vessel,20-29,114,0.5570541625996318,18.399965014080287,0,0 | ||
| Blood Vessel,30-39,115,0.5687121551111108,17.119122970462055,0,0 | ||
| Blood Vessel,40-49,237,0.5698929666957444,16.73004475224162,0,0 | ||
| Blood Vessel,50-59,490,0.5692976447518249,15.924171114187578,0,0 | ||
| Blood Vessel,60-69,439,0.5701985061976234,14.629926465057906,0,0 | ||
| Blood Vessel,70-79,36,0.5772857902871267,12.083308376100728,0,0 | ||
| Blood Vessel,Pediatric,6,0.2557857064330933,2.660016292058988,0.0142,0.019826415094339623 | ||
| Brain,20-29,72,0.04837394938260908,-1.9618936911022566,0.0452,0.05766896551724138 | ||
| Brain,30-39,97,0.038187301253474075,-1.4996189548629095,0.1284,0.1461784615384615 | ||
| Brain,40-49,296,-0.14004247068484024,-6.174480902397588,0,0 | ||
| Brain,50-59,980,-0.14530204985356157,-6.537259424989032,0,0 | ||
| Brain,60-69,1619,-0.21953940101871083,-8.473769291665958,0,0 | ||
| Brain,70-79,170,-0.18445126415290114,-8.321486164684487,0,0 | ||
| Brain,Pediatric,4,0.47776784496862396,2.2442961754292985,0.0414,0.05470714285714286 | ||
| Esophagus,20-29,168,0.2964451571884536,14.170755062266103,0,0 | ||
| Esophagus,30-39,147,0.29215437586069604,13.337036265037288,0,0 | ||
| Esophagus,40-49,287,0.2956182328782232,13.217373201514226,0,0 | ||
| Esophagus,50-59,514,0.29827787748928414,12.347673840200544,0,0 | ||
| Esophagus,60-69,420,0.24866221405105235,9.738129168834572,0,0 | ||
| Esophagus,70-79,42,0.21287770926002259,7.807966855404763,0,0 | ||
| Esophagus,Pediatric,18,0.06971897423985696,2.0193800825590738,0.056,0.0679344262295082 | ||
| Heart,20-29,35,-0.41431243232214354,-6.038902905873551,0,0 | ||
| Heart,30-39,42,-0.50880913702201,-8.9023152363792,0,0 | ||
| Heart,40-49,130,-0.5169781942743059,-10.298063560500907,0,0 | ||
| Heart,50-59,325,-0.5485777978598463,-11.343663108037303,0,0 | ||
| Heart,60-69,348,-0.6198073849596628,-13.66959608028685,0,0 | ||
| Heart,70-79,33,-0.7054333501420444,-16.123402005741617,0,0 | ||
| Heart,Pediatric,7,-0.485578542906318,-4.346459138879867,0,0 | ||
| Kidney,20-29,4,0.14084468941024123,0.38563491101901126,0.665,0.6884055555555555 | ||
| Kidney,30-39,10,0.08244802710537895,-0.584049963468136,0.5862,0.619697142857143 | ||
| Kidney,40-49,10,-0.3138919708716714,-5.749160583444764,0,0 | ||
| Kidney,50-59,41,-0.2510334791333261,-5.1107954675881,0,0 | ||
| Kidney,60-69,43,-0.28732312956762607,-5.389963321949304,0,0 | ||
| Kidney,70-79,7,-0.02101643129416891,-1.8419320956038823,0.0424,0.055045614035087724 | ||
| Kidney,Pediatric,3,0.260214084248171,1.6540546138318921,0.1164,0.13672380952380953 | ||
| Lung,20-29,35,0.5384426266256427,7.887822676202136,0,0 | ||
| Lung,30-39,44,0.5393739625343046,7.592465113960132,0,0 | ||
| Lung,40-49,94,0.5447774189387334,7.7232077514039865,0,0 | ||
| Lung,50-59,211,0.5309918591684523,6.929479668000981,0,0 | ||
| Lung,60-69,198,0.5282280310350884,6.461969389575125,0,0 | ||
| Lung,70-79,22,0.5050857685016008,6.6734785411570465,0,0 | ||
| Lung,Pediatric,35,0.42602898387738,3.4889030048497838,0.002,0.00296 | ||
| Muscle,20-29,71,-0.28180604165558454,0.08228884132488537,0.9224,0.9224 | ||
| Muscle,30-39,64,-0.1765075424197575,1.9737690391826426,0.0532,0.06561333333333333 | ||
| Muscle,40-49,121,-0.20574487711945,1.1210731414533912,0.2616,0.2889313432835821 | ||
| Muscle,50-59,261,-0.23751544477142322,0.12896300162912636,0.8894,0.9015835616438357 | ||
| Muscle,60-69,273,-0.18987978167034195,0.4174585044449191,0.6698,0.6884055555555555 | ||
| Muscle,70-79,28,-0.11186930299042926,1.9558050642902811,0.0592,0.07065806451612903 | ||
| Muscle,Pediatric,48,-0.360740819223292,-1.9667978923481837,0.0364,0.04897454545454546 | ||
| Small Intestine,20-29,35,0.38935334746359135,3.734379947925299,4e-4,6.166666666666667e-4 | ||
| Small Intestine,30-39,26,0.34880959288937574,3.402636415091272,0.0018,0.002718367346938775 | ||
| Small Intestine,40-49,45,0.382965835200653,4.428718401729585,0,0 | ||
| Small Intestine,50-59,69,0.2938137511692688,2.787617739644545,0.0094,0.013376923076923078 | ||
| Small Intestine,60-69,47,0.28070415276042493,2.115894468650543,0.0466,0.05844745762711865 | ||
| Small Intestine,70-79,4,0.5129188894814712,4.844587187979415,0,0 | ||
| Small Intestine,Pediatric,24,0.2829286443055324,3.275878655691097,0.0028,0.004062745098039215 | ||
| Stomach,20-29,81,0.0860888377757927,4.574675800351846,2e-4,3.1489361702127664e-4 | ||
| Stomach,30-39,58,-0.0042363530461352154,1.4691374815566698,0.1494,0.16750909090909089 | ||
| Stomach,40-49,78,0.10545698537570726,4.0040758602221524,2e-4,3.1489361702127664e-4 | ||
| Stomach,50-59,160,0.026948435912657,2.1934104333493623,0.035,0.04796296296296297 | ||
| Stomach,60-69,107,-0.023935986338544674,0.7213455529652052,0.4614,0.4948347826086957 | ||
| Stomach,70-79,7,-0.0669752580531949,-0.8365027370536338,0.4072,0.4431294117647058 | ||
| Stomach,Pediatric,13,0.029230683531739018,1.5929711570115963,0.1252,0.14476250000000002 |
This file contains hidden or 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,66 @@ | ||
| SMTS,AGE,Male_N,Female_N,P_Value,FDR | ||
| Stomach,60-69,63,44,0.0206659221116247,0.5092749400342577 | ||
| Brain,70-79,139,31,0.03377840679817872,0.5092749400342577 | ||
| Muscle,60-69,191,82,0.03742752382310175,0.5092749400342577 | ||
| Small Intestine,60-69,29,18,0.050153286971544045,0.5092749400342577 | ||
| Muscle,50-59,176,85,0.057519043334822204,0.5092749400342577 | ||
| Muscle,40-49,71,50,0.05915226640244935,0.5092749400342577 | ||
| Blood Vessel,60-69,292,147,0.06243031017505598,0.5092749400342577 | ||
| Muscle,20-29,48,23,0.06267999261960094,0.5092749400342577 | ||
| Esophagus,70-79,27,15,0.08318487806875985,0.5545052230429 | ||
| Heart,50-59,226,99,0.08530849585275384,0.5545052230429 | ||
| Esophagus,50-59,355,159,0.10067462800765233,0.5645422293704044 | ||
| Heart,40-49,85,45,0.1042231808068439,0.5645422293704044 | ||
| Esophagus,40-49,167,120,0.12801864726945641,0.6400932363472821 | ||
| Stomach,50-59,107,53,0.14203368783892573,0.6474606344603329 | ||
| Blood,70-79,24,10,0.15637572175964454,0.6474606344603329 | ||
| Muscle,30-39,46,18,0.17185093871712362,0.6474606344603329 | ||
| Kidney,60-69,32,11,0.17701506240392342,0.6474606344603329 | ||
| Small Intestine,50-59,46,23,0.17929679108132293,0.6474606344603329 | ||
| Heart,30-39,25,17,0.20925400149129197,0.690354463513303 | ||
| Lung,70-79,18,4,0.21708295254888035,0.690354463513303 | ||
| Blood Vessel,70-79,26,10,0.2230375959042979,0.690354463513303 | ||
| Heart,60-69,247,101,0.29176683714741614,0.8620383824810023 | ||
| Heart,70-79,23,10,0.3178371035638304,0.869048660756857 | ||
| Blood,40-49,107,67,0.32536691382041444,0.869048660756857 | ||
| Blood,60-69,238,121,0.3342494849064835,0.869048660756857 | ||
| Small Intestine,Pediatric,14,10,0.364096429365271,0.9102410734131774 | ||
| Small Intestine,30-39,17,9,0.38849555723458407,0.9218720547768959 | ||
| Brain,20-29,45,27,0.40232378292383864,0.9218720547768959 | ||
| Blood,50-59,244,114,0.4112967629004613,0.9218720547768959 | ||
| Blood Vessel,20-29,75,39,0.44100773671252574,0.9468358974639267 | ||
| Lung,20-29,22,13,0.4629500193995568,0.9468358974639267 | ||
| Stomach,20-29,54,27,0.467627309266457,0.9468358974639267 | ||
| Kidney,40-49,7,3,0.4941245444092639,0.9468358974639267 | ||
| Blood,20-29,73,34,0.5141736623631725,0.9468358974639267 | ||
| Bladder,30-39,6,3,0.5186050164287257,0.9468358974639267 | ||
| Lung,40-49,60,34,0.536767680539281,0.9468358974639267 | ||
| Esophagus,20-29,115,53,0.5389681262486967,0.9468358974639267 | ||
| Small Intestine,20-29,22,13,0.5732301332745356,0.9805252279696004 | ||
| Muscle,Pediatric,34,14,0.5940082968848364,0.9870296233167843 | ||
| Esophagus,60-69,269,151,0.609356085562303,0.9870296233167843 | ||
| Esophagus,30-39,100,47,0.6225879162459717,0.9870296233167843 | ||
| Muscle,70-79,20,8,0.6655484706694976,0.9916383718469757 | ||
| Bladder,60-69,8,4,0.6711254583898127,0.9916383718469757 | ||
| Stomach,Pediatric,10,3,0.6726038174415166,0.9916383718469757 | ||
| Stomach,40-49,42,36,0.7144826736345963,0.9916383718469757 | ||
| Bladder,50-59,15,8,0.7225720059920624,0.9916383718469757 | ||
| Heart,20-29,20,15,0.7263386976487619,0.9916383718469757 | ||
| Blood,30-39,70,28,0.7322867976716128,0.9916383718469757 | ||
| Lung,30-39,32,12,0.8023190269653299,1 | ||
| Blood Vessel,50-59,333,157,0.8050454255075835,1 | ||
| Stomach,30-39,44,14,0.8062195680973387,1 | ||
| Lung,Pediatric,25,10,0.8408302496157976,1 | ||
| Small Intestine,40-49,29,16,0.8588536074676734,1 | ||
| Brain,50-59,732,248,0.8642750237630799,1 | ||
| Blood Vessel,40-49,143,94,0.8806881169790373,1 | ||
| Brain,40-49,197,99,0.9083288071844972,1 | ||
| Lung,50-59,150,61,0.9316185032498697,1 | ||
| Kidney,50-59,33,8,0.9344527153159942,1 | ||
| Bladder,20-29,6,6,0.9361862934730594,1 | ||
| Blood Vessel,30-39,78,37,0.949874715204563,1 | ||
| Bladder,40-49,12,8,0.9692285668393378,1 | ||
| Brain,60-69,1202,417,0.9814269825133469,1 | ||
| Lung,60-69,132,66,0.9821586405873842,1 | ||
| Brain,30-39,64,33,0.9908871859888266,1 | ||
| Esophagus,Pediatric,13,5,1,1 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.