diff --git a/experiments/crosscancer/covariate_baseline/BIOP02-140_FINDINGS.md b/experiments/crosscancer/covariate_baseline/BIOP02-140_FINDINGS.md new file mode 100644 index 0000000..8e08e17 --- /dev/null +++ b/experiments/crosscancer/covariate_baseline/BIOP02-140_FINDINGS.md @@ -0,0 +1,86 @@ +# BIOP02-140 v1 — 폐 공변량 기준선 · 증분가치 (KRAS/EGFR/histology) + +`claim_level: hypothesis_only` · `critic_status: pending` · jamie, 2026-08-20 +방법론 = `COVARIATE_BASELINE_PREREGISTRATION.md`(결과 전 고정, 실행 중 발견한 정정 1건 포함). +스크립트: `fetch_covariates_lung.py`(공변량 조회) → `audit_covariate_incremental_value.py`(분석). +전량 CPU, 재학습 없음(기존 임베딩·`mil_cost_results.json` H&E 예측값 재사용). + +## v1 범위 + +티켓 본문의 완화 옵션대로 **폐(LUNG_NSCLC) 한 암종, KRAS·EGFR·histology_lusc 세 엔드포인트**만. +대장·위·두경부는 후속 카드(BIOP02-139가 HPV/grade_high/ERBB2_amp를 스킵한 것과 같은 판단). + +## 공변량 + +purity(ABSOLUTE, Aran 2015 — 매칭 961/1050) · stage(cBioPortal AJCC, I/II/III/IV, 매칭 +993/1050) · 해부학적 부위(ICD_O_3_SITE lobe, 매칭 996/1050) · cohort(LUAD/LUSC, 기존 라벨, +histology_lusc 엔드포인트에는 순환논리 방지로 제외). **grade는 실측 커버리지 0/1050으로 확인 후 +제외**(TCGA 폐 임상데이터셋 자체에 없음 — 체리피킹 아님, `fetch_covariates_lung.py` 실행 로그가 +근거). 결측은 전부 own category(대체·보간 없음). + +## 방법 정정 1건 (실행 중 발견, 결과 계산 전) + +원안은 공변량 모델을 `split.csv` train으로 학습→holdout 평가였는데, H&E 예측값 +(`mil_cost_results.json`의 `patient_proba`)이 **holdout에만 존재**해 결합모델을 이 방식으로 +학습할 수 없음을 `KeyError`로 발견했다(이 시점까지 AUROC 미계산). **holdout 271명 안에서 +5-fold StratifiedKFold(seed=42) out-of-fold**로 방법을 바꿔 재등록 후 실행 — 전체 n·n_pos는 +원안과 동일해 검정력 손실 없음. 상세 = 사전등록 문서 "정정" 절. + +## 결과 + +| 엔드포인트 | n_pos | H&E-only(인용) | 공변량-only | 결합(공변량+H&E) | ΔAUROC (95% CI) | 판정 | +|---|---|---|---|---|---|---| +| histology_lusc (양성대조) | 153 | 0.939 | **0.586** (0.516–0.654) | 0.931 (0.895–0.962) | **+0.345** (0.278–0.415) | 🟢 유지 | +| egfr_activating | 15 | 0.852 | **0.816** (0.700–0.906) | 0.881 (0.766–0.952) | +0.065 (0.006–0.127) | **판정 불가**(n_pos<25) | +| kras_g12c | 14 | 0.681 | **0.802** (0.738–0.854) | 0.801 (0.739–0.855) | **−0.0004** (−0.009–0.007) | **판정 불가**(n_pos<25) **+ 🔴 공변량-only가 H&E 이상** | + +**cohort(LUAD/LUSC) 단일공변량 검증** (티켓 본문 인용 "조직형만으로 예측하면 0.793" 확인): +kras_g12c 단독 cohort 모델 AUROC **0.7795**(5-fold OOF) — 티켓이 인용한 0.793과 방향·크기가 +일치(정확히 같은 방법으로 낸 숫자가 아니라 소수점은 다르지만, **결론은 재현됨**). egfr_activating +cohort 단독 = 0.7173. + +## 읽기 + +1. **양성대조 통과** — histology_lusc는 공변량-only가 거의 무작위(0.586)인데 H&E를 더하면 + 즉시 0.931로 뛴다(ΔCI가 0을 크게 벗어남). 파이프라인이 정상 작동하고, 결합모델·부트스트랩 + 설계 자체가 신뢰할 만하다는 증거. +2. **KRAS는 티켓의 우려보다 더 나쁘다.** 티켓은 "조직형만으로 0.793 vs H&E 0.681"을 반증으로 + 들었는데, **purity·stage·site·cohort를 전부 합친 공변량-only 모델이 0.802**로 H&E(0.681)를 + 더 크게 앞선다. 게다가 H&E를 공변량 위에 얹어도(결합모델 0.801) **사실상 아무것도 더하지 + 않는다**(Δ=-0.0004, CI가 0을 딱 걸치고 거의 대칭). **H&E가 KRAS 상태에 대해 공변량(주로 + 조직형)이 이미 아는 것 이상을 읽는다는 증거가 없다.** +3. **EGFR은 방향은 비슷하지만 덜 극단적이다.** 공변량-only(0.816)가 H&E-only(0.852)에 + 근접하고, ΔAUROC CI([0.006, 0.127])는 형식상 0을 배제하지만 **n_pos=15로 프로젝트 자체 + 기준(`LAW_HELDOUT_SCOREBOARD.md`, n_pos<25→exploratory)에 못 미쳐 사전등록 규칙대로 + "판정 불가"로 보고한다.** CI 하한이 0.006으로 0에 거의 붙어 있다는 것 자체가 표본이 + 작다는 신호이지, 신뢰할 만한 양의 증분이라는 신호가 아니다. +4. **순도 층화(둘 다 층당 n_pos 5~10, 참고용):** egfr는 고순도(0.862)·저순도(0.842) 거의 + 차이 없음. kras는 고순도(0.756)·저순도(0.595, 거의 무작위)로 갈리는데 — **표본이 너무 + 작아 확증할 수 없지만**, 만약 실재한다면 "KRAS의 약한 H&E 신호가 있다면 고순도 샘플에 + 집중돼 있다"는 가설과 방향이 맞는다. 판정에는 쓰지 않음(사전등록 n_pos<5 하한은 안 + 걸렸지만 여전히 매우 작은 표본). + +## 결정지도 제안 (독립 리뷰 대기, jamie 임의 반영 아님) + +- **kras_g12c: 🔴로 본문 명시 권장.** "H&E가 KRAS 상태를 예측한다"가 아니라 "공변량(조직형 + 주도)이 예측하고 H&E는 그 위에 추가 정보가 없다"로 서술을 바꿔야 함 — 데이터가 이걸 + 지지한다(위 3번). +- **egfr_activating: 판정 보류, 결정지도 변경 안 함.** 방향은 kras와 같지만(공변량이 대부분 + 설명) 표본이 너무 작아 🟡 강등을 단정할 근거는 아니다. Paper C 본문에 "탐색적, 표본 부족" + 각주는 필요. +- **histology_lusc: 변경 없음(원래 양성대조).** + +## DoD 체크 + +- [x] 공변량 기준선 모델 정의·문서화 (결과 보기 전) — `COVARIATE_BASELINE_PREREGISTRATION.md` +- [x] 엔드포인트별 기준선/H&E/결합 AUROC 표 — 위 +- [x] ΔAUROC + CI (bootstrap) — 위 +- [x] 순도 층화 결과 — 위(표본 작음, 참고용) +- [x] 결정지도에서 강등할 칸 목록 — kras_g12c(🔴 권고), egfr_activating(보류) +- [ ] **독립 리뷰: 지용기(braveji)** — 아직 + +## 스킵/후속 + +- 폐 이외 4개 암종(대장·위·두경부 + 유방 anchor)은 v1 범위 밖 — 별도 카드로 분리 제안. +- LUAD-only 부분집합(조직형 혼합효과 배제) 정밀해부는 v1에서 안 함 — egfr/kras 표본이 이미 + n_pos 14~15인데 LUAD로만 좁히면 더 줄어 무의미할 가능성 높음. 필요하면 후속 요청. diff --git a/experiments/crosscancer/covariate_baseline/COVARIATE_BASELINE_PREREGISTRATION.md b/experiments/crosscancer/covariate_baseline/COVARIATE_BASELINE_PREREGISTRATION.md new file mode 100644 index 0000000..cb244e3 --- /dev/null +++ b/experiments/crosscancer/covariate_baseline/COVARIATE_BASELINE_PREREGISTRATION.md @@ -0,0 +1,95 @@ +# BIOP02-140 공변량 기준선 — 방법론 사전등록 (v1, 폐 한정) + +`claim_level: hypothesis_only` · 작성 2026-08-20, jamie · **결과를 보기 전에 고정**(DoD 1번 항목). + +## 범위 (v1) + +티켓 본문이 명시한 부담 완화 옵션을 사용: **폐(LUNG_NSCLC) 한 개 암종만, KRAS·EGFR·histology 세 +엔드포인트.** 이유는 티켓이 이미 준 것과 같다 — 반증(KRAS 0.681 vs 조직형-only 0.793)이 이미 여기 +있고, 티켓 본문 4번 항목("폐 KRAS/EGFR 정밀 해부")도 폐부터 시작하라고 명시한다. 대장·위·두경부는 +후속 카드로 분리(BIOP02-139가 HPV/grade_high/ERBB2_amp를 스킵한 것과 같은 판단). + +## 공변량 정의 (신규 데이터 fetch 필요분만) + +| 공변량 | 출처 | 커버리지(폐, n=1051 중) | 처리 | +|---|---|---|---| +| 종양순도 | ABSOLUTE purity (Aran et al. 2015, *Nat Commun* 6:8971) — `TCGA_mastercalls.abs_tables_JHU_UCSC.txt`, GDC file id `4f277128-f793-4354-a13d-30cc7fe9f6b5` | 확인 예정(fetch 스크립트가 join 후 보고) | 연속값, StandardScaler. 환자당 첫 매칭 tumor(`-01`) 샘플. 결측 환자는 "missing" 이진 플래그 + 값은 0으로 대체(모델이 결측을 별도로 학습하도록 — 값 추정/보간 안 함) | +| 조직형(cohort, LUAD/LUSC) | 기존 `patient_labels.csv`의 `cohort` 컬럼(이미 있음, 신규 fetch 아님) | 100% | **egfr_activating·kras_g12c에는 포함.** **histology_lusc에는 제외**(그 자체가 라벨이라 포함하면 순환논리) | +| stage | cBioPortal `AJCC_PATHOLOGIC_TUMOR_STAGE` (luad/lusc_tcga_pan_can_atlas_2018, PATIENT-level) | 실측: LUAD 512/1026, LUSC 484/969 (약 절반) | `STAGE IA/IB→I`, `IIA/IIB→II`, `IIIA/IIIB→III`, `IV→IV`(하위구분 접미사 제거, 표준 관행). 결측은 own category `"missing"`(대체 없음) — one-hot, `missing` 포함 | +| 해부학적 부위 | cBioPortal `ICD_O_3_SITE` | 실측: LUAD 514/1026, LUSC 485/969 | ICD-O-3 lobe 코드 그대로 category화(C34.0 주기관지/C34.1 상엽/C34.2 중엽/C34.3 하엽/C34.8 중복/C34.9 NOS). 결측은 own category `"missing"` | +| grade | cBioPortal `GRADE` | **실측 0/1026, 0/969 — 폐 코호트에 전혀 없음**(TCGA 폐 임상 데이터셋 자체가 등급을 안 매김, 유방과 다른 관행) | **v1에서 제외.** 체리피킹 아님 — 사전 실측으로 커버리지 0% 확인 후 배제(코드로 확인, 근거 = fetch 스크립트 출력 로그). 남는 4종(폐 이외 암종 포함) 카드 후속에서 필요 시 재확인 | + +## 기준선 모델 + +- `sklearn.linear_model.LogisticRegression(max_iter=2000, C=1.0)`, 범주형은 one-hot(결측 포함), + 연속값(purity)은 `StandardScaler`. +- **학습**: 기존 `split.csv`의 `train` 환자만. **평가**: 기존 `mil_cost_results.json`의 + `patient_proba` 키 집합(= site-disjoint holdout, val+test pooled, n=271) — H&E 모델과 정확히 + 같은 평가 대상이라야 비교가 성립한다. +- 결측으로 인한 환자 제외 없음(missing category가 흡수) — 안 그래도 n_pos 14~15인 표본을 더 + 줄이지 않기 위해서다. + +## 증분가치(핵심 지표) + +- **결합모델** = 공변량 + H&E 예측확률(`mil_cost_results.json`의 `patient_proba`, 단일 실수 + 피처로 추가) → 같은 LogisticRegression, 같은 train/holdout. +- **ΔAUROC = AUROC(결합모델, holdout) − AUROC(공변량-only, holdout)**. +- **CI**: paired bootstrap, n=1000·seed=42(`run_mil_cost.py`의 `bootstrap_auc` 컨벤션과 동일 + n/seed) — 매 반복에서 **같은 재표집 인덱스**로 두 AUROC를 계산해 차이를 내는 방식(두 모델의 + 공유 표본변동을 상쇄하기 위해 독립 bootstrap이 아니라 paired로 함). `기존 run_mil_cost.py`의 + `bootstrap_auc()`를 단일 AUROC 계산에 그대로 재사용. + +## 순도 층화 + +- 층화 기준은 **holdout 집합(n=271) 안에서** 계산한 purity 중앙값(**train이 아니라 holdout** — + 층화의 목적이 holdout 안에서 성능이 갈리는지를 보는 것이므로). 동점은 저순도 쪽으로. +- 층별로 H&E-only bootstrap AUROC(`run_mil_cost.py` 컨벤션 재사용) 계산. +- **사전에 박아두는 검정력 하한**: 층별 `n_pos < 5`면 AUROC 점추정을 계산하되 **"검정력 부족, + 판정 불가"로만 보고**하고 🟢/🟡/🔴 판정에 쓰지 않는다. egfr_activating(n_pos=15)·kras_g12c + (n_pos=14)는 전체가 이미 프로젝트 자체 기준(`LAW_HELDOUT_SCOREBOARD.md`, n_pos<25→exploratory) + 에 못 미치므로, 층화하면 층당 7명 안팎 — **결과가 어떻게 나오든 이 두 엔드포인트의 층화는 + "판정 불가"로 보고될 가능성이 높다는 걸 미리 밝혀둔다**(사후 정당화 방지, 결과를 보고 이 + 하한을 바꾸지 않는다). + +## 판정 규칙 (티켓 본문 그대로, 결과를 보기 전에 재확인) + +| 결과 | 결정지도 영향 | +|---|---| +| ΔAUROC의 95% CI가 0을 배제 | 🟢 유지 | +| ΔAUROC의 95% CI가 0을 포함 | 🟡 강등 — "H&E가 예측"이 아니라 "공변량이 예측" | +| 공변량-only AUROC 점추정이 H&E-only(mil_cost의 `real.auc`) 점추정보다 높음 | 🔴 본문 명시 | + +**검정력 부족(층 n_pos<5, 또는 전체 n_pos<25)이면 위 표를 적용하지 않고 "판정 불가"로만 보고** +— 이건 결과를 보기 전에 정하는 규칙이지, 약한 신호를 가리려는 사후 조치가 아니다. + +## 히스토리 검증 대상 (사전등록) + +티켓 본문이 인용한 "조직형만으로 예측하면 0.793"은 **아직 코드로 확인된 수치가 아니다** +(CLAUDE.md 금지사항 — 발표/티켓 텍스트의 숫자를 그대로 근거로 쓰지 않는다). 이 사전등록이 끝난 +직후 첫 번째로 계산할 값 = "cohort(LUAD/LUSC) 단일 공변량 → kras_g12c 예측 AUROC, 위와 동일한 +train/holdout". 이 값이 0.793과 다르게 나와도(더 높든 낮든) **있는 그대로 보고**하고, 티켓 본문 +수정은 별도로 제안한다. + +## ⚠️ 정정 (2026-08-20, 실행 중 발견 — 결과를 보기 전) — train/holdout 분리 방법 변경 + +원안(공변량 모델을 `split.csv`의 train으로 학습, holdout으로 평가)을 실행하다 `mil_cost_results.json` +의 `patient_proba`가 **holdout(val+test)에 대해서만 저장돼 있고 train 환자에 대한 H&E 예측값은 +존재하지 않는다**(재학습 없이는 만들 수 없음, GPU 필요 — v1 CPU-only 스코프 밖)는 걸 +`KeyError`로 확인했다. **이 시점까지 AUROC·ΔAUROC 어떤 수치도 계산되지 않은 상태**였다 — 약한 +결과를 보고 방법을 바꾼 게 아니라, 방법 자체가 데이터 가용성 때문에 애초에 불가능했다는 걸 +첫 실행에서 잡은 것이다. + +**수정된 방법**: 공변량-only 모델과 (공변량+H&E) 결합모델 둘 다 **holdout 271명 안에서 +5-fold StratifiedKFold(seed=42)** 교차검증으로 학습·평가한다(폴드 안에서 공변량 모델을 4/5로 +학습 → 나머지 1/5 예측, 5개 폴드 풀링해 out-of-fold AUROC). H&E 예측값은 이미 고정된 값(재학습 +없이 피처로만 사용)이라 이 설계는 "고정된 블랙박스 점수 위에 공변량이 얼마나 더하는가"를 측정하는 +표준적 방법이고, 전체 n(271)·n_pos(14~15)는 원안과 동일해 검정력 손실이 없다. `train_ids`(원래 +`split.csv`의 train)는 이 비교에서 더 이상 쓰지 않는다. 판정 규칙·순도 층화·검정력 하한은 +변경 없음. + +## 재사용 + +- `run_mil_cost.py`의 `bootstrap_auc()` — 그대로 import. +- `mil_cost_results.json`의 `patient_proba` — H&E 예측확률 원천, 재계산 안 함. +- `patient_labels.csv`/`split.csv` — 기존 라벨·split, 변경 없음. +- 신규: purity/stage/site fetch만 (grade는 위에서 실측 후 배제). diff --git a/experiments/crosscancer/covariate_baseline/TCGA_mastercalls.abs_tables_JHU_UCSC.txt b/experiments/crosscancer/covariate_baseline/TCGA_mastercalls.abs_tables_JHU_UCSC.txt new file mode 100644 index 0000000..be28eaa --- /dev/null +++ b/experiments/crosscancer/covariate_baseline/TCGA_mastercalls.abs_tables_JHU_UCSC.txt @@ -0,0 +1,10787 @@ +array sample call status purity ploidy Genome doublings Coverage for 80% power Cancer DNA fraction Subclonal genome fraction solution +TCGA-OR-A5J1-01 TCGA-OR-A5J1-01A-11D-A29H-01 called 0.9 2.0 0.0 9.0 0.9 0.02 new +TCGA-OR-A5J2-01 TCGA-OR-A5J2-01A-11D-A29H-01 called 0.89 1.3 0.0 6.0 0.84 0.16 new +TCGA-OR-A5J3-01 TCGA-OR-A5J3-01A-11D-A29H-01 called 0.93 1.27 0.0 5.0 0.89 0.11 new +TCGA-OR-A5J4-01 TCGA-OR-A5J4-01A-11D-A29H-01 called 0.87 2.6 1.0 12.0 0.89 0.08 new +TCGA-OR-A5J5-01 TCGA-OR-A5J5-01A-11D-A29H-01 called 0.93 2.79 1.0 12.0 0.95 0.15 new +TCGA-OR-A5J6-01 TCGA-OR-A5J6-01A-31D-A29H-01 called 0.69 3.34 1.0 17.0 0.79 0.06 new +TCGA-OR-A5J7-01 TCGA-OR-A5J7-01A-11D-A29H-01 called 0.84 2.6 1.0 12.0 0.87 0.0 new +TCGA-OR-A5J8-01 TCGA-OR-A5J8-01A-11D-A29H-01 called 0.76 1.23 0.0 7.0 0.66 0.52 new +TCGA-OR-A5J9-01 TCGA-OR-A5J9-01A-11D-A29H-01 called 0.84 2.61 1.0 12.0 0.87 0.23 new +TCGA-OR-A5JA-01 TCGA-OR-A5JA-01A-11D-A29H-01 called 0.75 5.52 2.0 32.0 0.89 0.12 new +TCGA-OR-A5JB-01 TCGA-OR-A5JB-01A-11D-A29H-01 called 0.75 1.78 0.0 10.0 0.73 0.06 new +TCGA-OR-A5JC-01 TCGA-OR-A5JC-01A-11D-A29H-01 called 0.75 2.77 1.0 14.0 0.81 0.28 new +TCGA-OR-A5JD-01 TCGA-OR-A5JD-01A-11D-A29H-01 called 0.7 3.12 1.0 16.0 0.78 0.04 new +TCGA-OR-A5JE-01 TCGA-OR-A5JE-01A-11D-A29H-01 called 0.72 3.32 1.0 17.0 0.81 0.09 new +TCGA-OR-A5JF-01 TCGA-OR-A5JF-01A-11D-A29H-01 called 0.87 1.43 0.0 7.0 0.83 0.02 new +TCGA-OR-A5JG-01 TCGA-OR-A5JG-01A-11D-A29H-01 called 0.76 5.68 2.0 32.0 0.9 0.22 new +TCGA-OR-A5JH-01 TCGA-OR-A5JH-01A-11D-A309-01 called 0.52 1.56 0.0 14.0 0.46 0.01 new +TCGA-OR-A5JI-01 TCGA-OR-A5JI-01A-11D-A29H-01 called 0.62 2.98 1.0 17.0 0.71 0.05 new +TCGA-OR-A5JJ-01 TCGA-OR-A5JJ-01A-11D-A29H-01 called 0.9 1.46 0.0 6.0 0.87 0.03 new +TCGA-OR-A5JK-01 TCGA-OR-A5JK-01A-11D-A29H-01 called 0.74 1.48 0.0 9.0 0.68 0.05 new +TCGA-OR-A5JL-01 TCGA-OR-A5JL-01A-11D-A29H-01 called 0.82 1.42 0.0 7.0 0.76 0.03 new +TCGA-OR-A5JM-01 TCGA-OR-A5JM-01A-11D-A29H-01 called 0.97 3.05 1.0 13.0 0.98 0.0 new +TCGA-OR-A5JO-01 TCGA-OR-A5JO-01A-11D-A29H-01 called 0.55 2.0 0.0 15.0 0.55 0.0 new +TCGA-OR-A5JP-01 TCGA-OR-A5JP-01A-11D-A29H-01 called 0.8 3.12 1.0 15.0 0.86 0.26 new +TCGA-OR-A5JQ-01 TCGA-OR-A5JQ-01A-11D-A29H-01 called 0.77 1.52 0.0 8.0 0.71 0.07 new +TCGA-OR-A5JR-01 TCGA-OR-A5JR-01A-11D-A29H-01 called 0.88 1.4 0.0 6.0 0.84 0.08 new +TCGA-OR-A5JS-01 TCGA-OR-A5JS-01A-11D-A29H-01 called 0.85 3.42 1.0 15.0 0.91 0.15 new +TCGA-OR-A5JT-01 TCGA-OR-A5JT-01A-11D-A29H-01 called 0.88 2.6 1.0 11.0 0.91 0.12 new +TCGA-OR-A5JU-01 TCGA-OR-A5JU-01A-11D-A309-01 called 0.2 2.05 0.0 55.0 0.2 0.43 new +TCGA-OR-A5JV-01 TCGA-OR-A5JV-01A-11D-A29H-01 called 0.46 2.79 1.0 21.0 0.55 0.06 new +TCGA-OR-A5JW-01 TCGA-OR-A5JW-01A-11D-A29H-01 called 0.88 1.6 0.0 7.0 0.86 0.07 new +TCGA-OR-A5JX-01 TCGA-OR-A5JX-01A-11D-A29H-01 called 0.89 3.12 1.0 14.0 0.93 0.06 new +TCGA-OR-A5JY-01 TCGA-OR-A5JY-01A-31D-A29H-01 called 0.84 4.05 1.0 18.0 0.91 0.2 new +TCGA-OR-A5JZ-01 TCGA-OR-A5JZ-01A-11D-A29H-01 called 0.95 1.21 0.0 5.0 0.92 0.02 new +TCGA-OR-A5K0-01 TCGA-OR-A5K0-01A-11D-A29H-01 called 1.0 1.86 0.0 7.0 1.0 0.02 new +TCGA-OR-A5K1-01 TCGA-OR-A5K1-01A-11D-A29H-01 called 0.89 1.28 0.0 6.0 0.83 0.02 new +TCGA-OR-A5K2-01 TCGA-OR-A5K2-01A-11D-A29H-01 called 0.83 2.94 1.0 14.0 0.88 0.08 new +TCGA-OR-A5K3-01 TCGA-OR-A5K3-01A-11D-A29H-01 called 0.91 1.28 0.0 5.0 0.87 0.0 new +TCGA-OR-A5K4-01 TCGA-OR-A5K4-01A-11D-A29H-01 called 0.97 1.29 0.0 5.0 0.95 0.0 new +TCGA-OR-A5K5-01 TCGA-OR-A5K5-01A-11D-A29H-01 called 0.88 3.3 1.0 15.0 0.92 0.01 new +TCGA-OR-A5K6-01 TCGA-OR-A5K6-01A-11D-A29H-01 called 0.91 1.91 0.0 8.0 0.91 0.02 new +TCGA-OR-A5K8-01 TCGA-OR-A5K8-01A-11D-A29H-01 called 0.95 1.54 0.0 6.0 0.94 0.12 new +TCGA-OR-A5K9-01 TCGA-OR-A5K9-01A-11D-A29H-01 called 0.94 2.83 1.0 12.0 0.96 0.13 new +TCGA-OR-A5KB-01 TCGA-OR-A5KB-01A-11D-A309-01 called 0.59 3.35 1.0 19.0 0.71 0.07 new +TCGA-OR-A5KO-01 TCGA-OR-A5KO-01A-11D-A29H-01 called 0.96 1.48 0.0 6.0 0.95 0.04 new +TCGA-OR-A5KP-01 TCGA-OR-A5KP-01A-11D-A309-01 called 0.69 2.96 1.0 16.0 0.76 0.05 new +TCGA-OR-A5KQ-01 TCGA-OR-A5KQ-01A-11D-A309-01 called 0.8 1.99 0.0 10.0 0.8 0.03 new +TCGA-OR-A5KS-01 TCGA-OR-A5KS-01A-11D-A309-01 called 0.87 2.54 1.0 11.0 0.9 0.51 new +TCGA-OR-A5KT-01 TCGA-OR-A5KT-01A-11D-A29H-01 called 0.65 2.02 0.0 13.0 0.65 0.1 new +TCGA-OR-A5KU-01 TCGA-OR-A5KU-01A-11D-A29H-01 called 0.82 2.71 1.0 13.0 0.86 0.23 new +TCGA-OR-A5KV-01 TCGA-OR-A5KV-01A-11D-A29H-01 called 0.91 2.0 0.0 9.0 0.91 0.03 new +TCGA-OR-A5KW-01 TCGA-OR-A5KW-01A-11D-A29H-01 called 0.95 1.4 0.0 5.0 0.94 0.06 new +TCGA-OR-A5KX-01 TCGA-OR-A5KX-01A-11D-A29H-01 called 0.92 4.2 1.0 18.0 0.96 0.15 new +TCGA-OR-A5KY-01 TCGA-OR-A5KY-01A-11D-A29H-01 called 0.74 2.46 1.0 13.0 0.78 0.07 new +TCGA-OR-A5KZ-01 TCGA-OR-A5KZ-01A-11D-A29H-01 called 0.95 2.37 1.0 10.0 0.96 0.26 new +TCGA-OR-A5L1-01 TCGA-OR-A5L1-01A-11D-A309-01 called 0.82 2.69 1.0 13.0 0.86 0.1 new +TCGA-OR-A5L2-01 TCGA-OR-A5L2-01A-11D-A309-01 called 0.3 4.78 2.0 51.0 0.51 0.41 new +TCGA-OR-A5L3-01 TCGA-OR-A5L3-01A-11D-A29H-01 called 0.81 1.96 0.0 10.0 0.81 0.0 new +TCGA-OR-A5L4-01 TCGA-OR-A5L4-01A-11D-A29H-01 called 0.81 2.62 1.0 12.0 0.85 0.28 new +TCGA-OR-A5L5-01 TCGA-OR-A5L5-01A-11D-A29H-01 called 0.52 2.41 1.0 17.0 0.57 0.05 new +TCGA-OR-A5L6-01 TCGA-OR-A5L6-01A-11D-A29H-01 called 0.8 4.0 2.0 19.0 0.89 0.25 new +TCGA-OR-A5L8-01 TCGA-OR-A5L8-01A-11D-A29H-01 called 0.91 2.6 1.0 11.0 0.93 0.26 new +TCGA-OR-A5L9-01 TCGA-OR-A5L9-01A-11D-A29H-01 called 0.82 1.22 0.0 6.0 0.73 0.02 new +TCGA-OR-A5LA-01 TCGA-OR-A5LA-01A-11D-A29H-01 called 0.55 2.72 1.0 18.0 0.62 0.04 new +TCGA-OR-A5LB-01 TCGA-OR-A5LB-01A-11D-A29H-01 called 0.96 1.44 0.0 6.0 0.94 0.03 new +TCGA-OR-A5LC-01 TCGA-OR-A5LC-01A-11D-A29H-01 called 0.92 3.3 1.0 14.0 0.95 0.05 new +TCGA-OR-A5LD-01 TCGA-OR-A5LD-01A-11D-A29H-01 called 0.94 3.26 1.0 14.0 0.96 0.08 new +TCGA-OR-A5LE-01 TCGA-OR-A5LE-01A-11D-A29H-01 called 0.97 1.89 0.0 8.0 0.97 0.03 new +TCGA-OR-A5LF-01 TCGA-OR-A5LF-01A-11D-A309-01 called 0.72 2.58 1.0 14.0 0.77 0.0 new +TCGA-OR-A5LG-01 TCGA-OR-A5LG-01A-11D-A29H-01 called 0.92 1.83 0.0 8.0 0.92 0.07 new +TCGA-OR-A5LH-01 TCGA-OR-A5LH-01A-11D-A29H-01 called 0.85 1.24 0.0 6.0 0.78 0.0 new +TCGA-OR-A5LI-01 TCGA-OR-A5LI-01A-11D-A309-01 called 0.9 3.51 1.0 15.0 0.94 0.1 new +TCGA-OR-A5LJ-01 TCGA-OR-A5LJ-01A-11D-A29H-01 called 0.93 1.4 0.0 6.0 0.9 0.0 new +TCGA-OR-A5LK-01 TCGA-OR-A5LK-01A-11D-A29H-01 called 0.57 2.8 1.0 18.0 0.65 0.18 new +TCGA-OR-A5LL-01 TCGA-OR-A5LL-01A-11D-A29H-01 called 0.77 3.73 1.0 18.0 0.86 0.2 new +TCGA-OR-A5LM-01 TCGA-OR-A5LM-01A-11D-A29H-01 called 0.76 4.73 2.0 25.0 0.88 0.29 new +TCGA-OR-A5LN-01 TCGA-OR-A5LN-01A-11D-A29H-01 called 0.71 3.07 1.0 16.0 0.79 0.0 new +TCGA-OR-A5LO-01 TCGA-OR-A5LO-01A-11D-A29H-01 called 0.87 2.65 1.0 12.0 0.9 0.17 new +TCGA-OR-A5LP-01 TCGA-OR-A5LP-01A-11D-A29H-01 called 0.76 1.25 0.0 7.0 0.66 0.02 new +TCGA-OR-A5LR-01 TCGA-OR-A5LR-01A-11D-A29H-01 called 0.89 1.22 0.0 5.0 0.83 0.0 new +TCGA-OR-A5LS-01 TCGA-OR-A5LS-01A-11D-A29H-01 called 0.84 3.04 1.0 14.0 0.89 0.0 new +TCGA-OR-A5LT-01 TCGA-OR-A5LT-01A-11D-A29H-01 called 0.92 2.83 1.0 12.0 0.95 0.03 new +TCGA-OU-A5PI-01 TCGA-OU-A5PI-01A-12D-A29H-01 called 0.89 1.54 0.0 7.0 0.86 0.07 new +TCGA-P6-A5OH-01 TCGA-P6-A5OH-01A-11D-A309-01 called 0.8 3.17 1.0 15.0 0.86 0.22 new +TCGA-PA-A5YG-01 TCGA-PA-A5YG-01A-11D-A29H-01 called 0.73 1.27 0.0 8.0 0.63 0.01 new +TCGA-PK-A5H9-01 TCGA-PK-A5H9-01A-11D-A29H-01 called 0.8 2.0 0.0 10.0 0.8 0.01 new +TCGA-PK-A5HA-01 TCGA-PK-A5HA-01A-11D-A29H-01 called 0.83 1.72 0.0 8.0 0.81 0.09 new +TCGA-PK-A5HB-01 TCGA-PK-A5HB-01A-11D-A29H-01 called 0.89 1.67 0.0 7.0 0.87 0.0 new +TCGA-PK-A5HC-01 TCGA-PK-A5HC-01A-11D-A309-01 called 0.59 2.58 1.0 16.0 0.65 0.16 new +TCGA-2F-A9KO-01 TCGA-2F-A9KO-01A-11D-A38F-01 called 0.36 2.85 1.0 33.0 0.45 0.12 new +TCGA-2F-A9KP-01 TCGA-2F-A9KP-01A-11D-A38F-01 called 0.64 3.96 1.0 21.0 0.78 0.12 new +TCGA-2F-A9KQ-01 TCGA-2F-A9KQ-01A-11D-A38F-01 called 0.96 1.91 0.0 8.0 0.95 0.01 new +TCGA-2F-A9KR-01 TCGA-2F-A9KR-01A-11D-A38F-01 called 0.89 1.74 0.0 8.0 0.87 0.18 new +TCGA-2F-A9KT-01 TCGA-2F-A9KT-01A-11D-A38F-01 called 0.41 3.62 1.0 33.0 0.56 0.08 new +TCGA-2F-A9KW-01 TCGA-2F-A9KW-01A-11D-A38F-01 called 0.58 3.56 1.0 21.0 0.71 0.13 new +TCGA-4Z-AA7M-01 TCGA-4Z-AA7M-01A-11D-A390-01 called 0.6 3.43 1.0 20.0 0.72 0.2 new +TCGA-4Z-AA7O-01 TCGA-4Z-AA7O-01A-31D-A390-01 called 0.84 1.89 0.0 9.0 0.83 0.01 new +TCGA-4Z-AA7Q-01 TCGA-4Z-AA7Q-01A-11D-A390-01 called 0.29 2.88 1.0 41.0 0.37 0.24 new +TCGA-4Z-AA7R-01 TCGA-4Z-AA7R-01A-11D-A390-01 called 0.93 3.14 1.0 13.0 0.95 0.3 new +TCGA-4Z-AA7S-01 TCGA-4Z-AA7S-01A-11D-A390-01 called 0.87 3.85 1.0 17.0 0.93 0.04 new +TCGA-4Z-AA7W-01 TCGA-4Z-AA7W-01A-11D-A390-01 called 0.32 2.63 1.0 36.0 0.39 0.15 new +TCGA-4Z-AA7Y-01 TCGA-4Z-AA7Y-01A-11D-A390-01 called 0.94 2.02 0.0 8.0 0.94 0.02 new +TCGA-4Z-AA80-01 TCGA-4Z-AA80-01A-11D-A390-01 called 0.47 4.8 2.0 37.0 0.68 0.41 new +TCGA-4Z-AA81-01 TCGA-4Z-AA81-01A-11D-A390-01 called 0.55 3.47 1.0 21.0 0.68 0.21 new +TCGA-4Z-AA82-01 TCGA-4Z-AA82-01A-11D-A390-01 called 0.58 3.88 1.0 25.0 0.73 0.1 new +TCGA-4Z-AA83-01 TCGA-4Z-AA83-01A-11D-A390-01 called 0.84 1.97 0.0 9.0 0.83 0.01 new +TCGA-4Z-AA84-01 TCGA-4Z-AA84-01A-11D-A390-01 called 0.43 4.72 2.0 39.0 0.64 0.27 new +TCGA-4Z-AA86-01 TCGA-4Z-AA86-01A-11D-A390-01 called 0.28 2.98 1.0 43.0 0.37 0.22 new +TCGA-4Z-AA87-01 TCGA-4Z-AA87-01A-11D-A390-01 called 0.61 3.58 1.0 20.0 0.74 0.17 new +TCGA-4Z-AA89-01 TCGA-4Z-AA89-01A-11D-A390-01 called 0.87 1.99 0.0 9.0 0.87 0.31 new +TCGA-5N-A9KI-01 TCGA-5N-A9KI-01A-31D-A42D-01 called 0.58 3.55 1.0 21.0 0.71 0.25 new +TCGA-5N-A9KM-01 TCGA-5N-A9KM-01A-11D-A42D-01 called 0.72 1.98 0.0 11.0 0.71 0.11 new +TCGA-BL-A0C8-01 TCGA-BL-A0C8-01A-11D-A273-01 called 0.59 3.54 1.0 20.0 0.72 0.46 new +TCGA-BL-A13I-01 TCGA-BL-A13I-01A-11D-A13V-01 called 0.33 2.07 0.0 31.0 0.34 0.13 new +TCGA-BL-A13J-01 TCGA-BL-A13J-01A-11D-A273-01 called 0.56 3.59 2.0 21.0 0.7 0.21 new +TCGA-BL-A3JM-01 TCGA-BL-A3JM-01A-12D-A219-01 called 0.76 2.47 1.0 13.0 0.79 0.12 new +TCGA-BL-A5ZZ-01 TCGA-BL-A5ZZ-01A-31D-A30D-01 called 0.38 2.31 0.0 27.0 0.41 0.11 new +TCGA-BT-A0S7-01 TCGA-BT-A0S7-01A-11D-A10T-01 called 0.29 5.67 2.0 57.0 0.54 0.27 new +TCGA-BT-A0YX-01 TCGA-BT-A0YX-01A-11D-A10T-01 called 0.49 2.09 0.0 17.0 0.5 0.04 new +TCGA-BT-A20J-01 TCGA-BT-A20J-01A-11D-A14V-01 called 0.4 3.07 1.0 30.0 0.51 0.13 new +TCGA-BT-A20N-01 TCGA-BT-A20N-01A-11D-A14V-01 called 0.72 1.61 0.0 9.0 0.67 0.64 new +TCGA-BT-A20O-01 TCGA-BT-A20O-01A-21D-A14V-01 called 0.16 2.02 0.0 69.0 0.16 0.25 new +TCGA-BT-A20P-01 TCGA-BT-A20P-01A-11D-A14V-01 called 0.93 2.07 0.0 9.0 0.93 0.0 new +TCGA-BT-A20Q-01 TCGA-BT-A20Q-01A-11D-A14V-01 called 0.68 2.02 0.0 12.0 0.68 0.0 new +TCGA-BT-A20R-01 TCGA-BT-A20R-01A-12D-A16M-01 called 0.46 3.07 1.0 26.0 0.56 0.27 new +TCGA-BT-A20T-01 TCGA-BT-A20T-01A-11D-A14V-01 called 0.75 1.86 0.0 10.0 0.74 0.26 new +TCGA-BT-A20U-01 TCGA-BT-A20U-01A-11D-A14V-01 called 0.5 2.0 0.0 16.0 0.5 0.11 new +TCGA-BT-A20V-01 TCGA-BT-A20V-01A-11D-A14V-01 called 0.66 3.37 1.0 18.0 0.77 0.1 new +TCGA-BT-A20W-01 TCGA-BT-A20W-01A-21D-A14V-01 called 0.72 2.07 0.0 11.0 0.73 0.74 new +TCGA-BT-A20X-01 TCGA-BT-A20X-01A-11D-A16M-01 called 0.37 3.34 1.0 35.0 0.49 0.37 new +TCGA-BT-A2LA-01 TCGA-BT-A2LA-01A-11D-A18E-01 called 0.95 3.29 1.0 14.0 0.97 0.33 new +TCGA-BT-A2LB-01 TCGA-BT-A2LB-01A-11D-A18E-01 called 0.5 3.02 1.0 21.0 0.6 0.13 new +TCGA-BT-A2LD-01 TCGA-BT-A2LD-01A-12D-A20B-01 called 0.59 2.21 0.0 15.0 0.61 0.75 new +TCGA-BT-A3PH-01 TCGA-BT-A3PH-01A-11D-A21Y-01 called 0.83 3.71 1.0 17.0 0.9 0.11 new +TCGA-BT-A3PJ-01 TCGA-BT-A3PJ-01A-21D-A21Y-01 called 0.51 3.58 1.0 27.0 0.65 0.06 new +TCGA-BT-A3PK-01 TCGA-BT-A3PK-01A-21D-A21Y-01 called 0.28 1.87 0.0 37.0 0.26 0.5 new +TCGA-BT-A42B-01 TCGA-BT-A42B-01A-32D-A23L-01 called 0.78 1.8 0.0 9.0 0.76 0.13 new +TCGA-BT-A42C-01 TCGA-BT-A42C-01A-11D-A23L-01 called 0.66 3.46 1.0 19.0 0.77 0.51 new +TCGA-BT-A42E-01 TCGA-BT-A42E-01A-11D-A23T-01 called 0.48 3.17 1.0 25.0 0.59 0.21 new +TCGA-BT-A42F-01 TCGA-BT-A42F-01A-11D-A23T-01 called 0.22 2.67 1.0 52.0 0.28 0.5 new +TCGA-C4-A0EZ-01 TCGA-C4-A0EZ-01A-21D-A10T-01 called 0.93 3.28 1.0 14.0 0.95 0.4 new +TCGA-C4-A0F0-01 TCGA-C4-A0F0-01A-12D-A10T-01 called 0.39 5.89 2.0 48.0 0.66 0.35 new +TCGA-C4-A0F6-01 TCGA-C4-A0F6-01A-11D-A10T-01 called 0.68 3.36 1.0 18.0 0.78 0.11 new +TCGA-CF-A1HR-01 TCGA-CF-A1HR-01A-11D-A13V-01 called 0.4 3.72 1.0 35.0 0.56 0.27 new +TCGA-CF-A1HS-01 TCGA-CF-A1HS-01A-11D-A13V-01 called 0.54 3.11 1.0 20.0 0.65 0.5 new +TCGA-CF-A27C-01 TCGA-CF-A27C-01A-11D-A16M-01 called 0.98 1.92 0.0 8.0 0.98 0.08 new +TCGA-CF-A3MF-01 TCGA-CF-A3MF-01A-12D-A219-01 called 0.78 3.2 1.0 15.0 0.85 0.02 new +TCGA-CF-A3MG-01 TCGA-CF-A3MG-01A-11D-A20B-01 called 0.8 3.12 1.0 15.0 0.86 0.38 new +TCGA-CF-A3MH-01 TCGA-CF-A3MH-01A-11D-A20B-01 called 0.87 1.99 0.0 9.0 0.87 0.08 new +TCGA-CF-A3MI-01 TCGA-CF-A3MI-01A-11D-A20B-01 called 0.79 3.84 1.0 18.0 0.88 0.3 new +TCGA-CF-A47S-01 TCGA-CF-A47S-01A-11D-A23T-01 called 0.62 1.95 0.0 13.0 0.61 0.16 new +TCGA-CF-A47T-01 TCGA-CF-A47T-01A-11D-A23T-01 called 0.94 2.01 0.0 8.0 0.94 0.01 new +TCGA-CF-A47V-01 TCGA-CF-A47V-01A-11D-A23T-01 called 0.93 2.07 0.0 9.0 0.93 0.05 new +TCGA-CF-A47W-01 TCGA-CF-A47W-01A-11D-A23T-01 called 0.94 2.0 0.0 8.0 0.94 0.0 new +TCGA-CF-A47X-01 TCGA-CF-A47X-01A-31D-A23T-01 called 0.88 3.71 1.0 16.0 0.93 0.17 new +TCGA-CF-A47Y-01 TCGA-CF-A47Y-01A-11D-A23T-01 called 0.92 2.0 0.0 9.0 0.92 0.01 new +TCGA-CF-A5U8-01 TCGA-CF-A5U8-01A-11D-A288-01 called 0.97 1.95 0.0 8.0 0.97 0.12 new +TCGA-CF-A5UA-01 TCGA-CF-A5UA-01A-11D-A288-01 called 0.92 2.24 0.0 10.0 0.93 0.02 new +TCGA-CF-A7I0-01 TCGA-CF-A7I0-01A-22D-A34T-01 called 0.68 1.87 0.0 11.0 0.67 0.0 new +TCGA-CF-A8HX-01 TCGA-CF-A8HX-01A-11D-A363-01 called 0.95 1.97 0.0 8.0 0.95 0.07 new +TCGA-CF-A8HY-01 TCGA-CF-A8HY-01A-11D-A363-01 called 0.87 3.27 1.0 15.0 0.92 0.05 new +TCGA-CF-A9FF-01 TCGA-CF-A9FF-01A-11D-A38F-01 called 0.73 1.97 0.0 11.0 0.72 0.12 new +TCGA-CF-A9FH-01 TCGA-CF-A9FH-01A-11D-A38F-01 called 0.95 1.98 0.0 8.0 0.95 0.02 new +TCGA-CF-A9FL-01 TCGA-CF-A9FL-01A-11D-A38F-01 called 0.85 2.0 0.0 9.0 0.85 0.02 new +TCGA-CF-A9FM-01 TCGA-CF-A9FM-01A-11D-A38F-01 called 0.96 1.98 0.0 8.0 0.96 0.01 new +TCGA-CU-A0YN-01 TCGA-CU-A0YN-01A-21D-A10T-01 called 0.4 3.36 1.0 33.0 0.53 0.39 new +TCGA-CU-A0YO-01 TCGA-CU-A0YO-01A-11D-A10T-01 called 0.33 1.82 0.0 30.0 0.31 0.45 new +TCGA-CU-A0YR-01 TCGA-CU-A0YR-01A-12D-A10T-01 called 0.47 3.3 1.0 27.0 0.59 0.09 new +TCGA-CU-A3KJ-01 TCGA-CU-A3KJ-01A-11D-A219-01 called 0.75 3.15 1.0 16.0 0.82 0.14 new +TCGA-CU-A3QU-01 TCGA-CU-A3QU-01A-11D-A22Y-01 called 0.9 3.6 1.0 16.0 0.94 0.18 new +TCGA-CU-A3YL-01 TCGA-CU-A3YL-01A-11D-A22Y-01 called 0.73 2.1 0.0 11.0 0.74 0.03 new +TCGA-CU-A5W6-01 TCGA-CU-A5W6-01A-11D-A288-01 called 0.47 3.62 1.0 29.0 0.62 0.23 new +TCGA-CU-A72E-01 TCGA-CU-A72E-01A-12D-A338-01 called 0.69 1.98 0.0 12.0 0.69 0.04 new +TCGA-DK-A1A3-01 TCGA-DK-A1A3-01A-11D-A13V-01 called 0.43 3.23 1.0 30.0 0.55 0.09 new +TCGA-DK-A1A5-01 TCGA-DK-A1A5-01A-11D-A13V-01 called 0.59 3.01 1.0 18.0 0.69 0.06 new +TCGA-DK-A1A6-06 TCGA-DK-A1A6-06A-11D-A42D-01 called 0.53 3.51 1.0 24.0 0.67 0.16 new +TCGA-DK-A1A7-01 TCGA-DK-A1A7-01A-11D-A13V-01 called 0.74 3.33 1.0 17.0 0.82 0.22 new +TCGA-DK-A1AA-01 TCGA-DK-A1AA-01A-11D-A13V-01 called 0.93 1.94 0.0 8.0 0.93 0.0 new +TCGA-DK-A1AB-01 TCGA-DK-A1AB-01A-11D-A13V-01 called 0.56 1.79 0.0 14.0 0.53 0.0 new +TCGA-DK-A1AC-01 TCGA-DK-A1AC-01A-11D-A13V-01 called 0.69 3.39 1.0 18.0 0.79 0.15 new +TCGA-DK-A1AD-01 TCGA-DK-A1AD-01A-11D-A13V-01 called 0.73 3.08 1.0 16.0 0.81 0.31 new +TCGA-DK-A1AE-01 TCGA-DK-A1AE-01A-11D-A13V-01 called 0.83 2.06 0.0 10.0 0.83 0.0 new +TCGA-DK-A1AF-01 TCGA-DK-A1AF-01A-11D-A13V-01 called 0.13 1.92 0.0 83.0 0.13 0.14 new +TCGA-DK-A1AG-01 TCGA-DK-A1AG-01A-11D-A13V-01 called 0.92 1.95 0.0 8.0 0.91 0.01 new +TCGA-DK-A2HX-01 TCGA-DK-A2HX-01A-12D-A18E-01 called 0.49 3.79 1.0 29.0 0.65 0.13 new +TCGA-DK-A2I1-01 TCGA-DK-A2I1-01A-11D-A17S-01 called 0.58 3.17 1.0 19.0 0.69 0.16 new +TCGA-DK-A2I2-01 TCGA-DK-A2I2-01A-11D-A17S-01 called 0.3 3.29 1.0 43.0 0.41 0.3 new +TCGA-DK-A2I4-01 TCGA-DK-A2I4-01A-11D-A219-01 called 0.29 2.82 1.0 41.0 0.36 0.39 new +TCGA-DK-A2I6-01 TCGA-DK-A2I6-01A-12D-A18E-01 called 0.54 5.13 2.0 35.0 0.75 0.22 new +TCGA-DK-A3IK-01 TCGA-DK-A3IK-01A-32D-A219-01 called 0.5 2.97 1.0 21.0 0.6 0.14 new +TCGA-DK-A3IL-01 TCGA-DK-A3IL-01A-11D-A20B-01 called 0.74 3.06 1.0 15.0 0.81 0.1 new +TCGA-DK-A3IM-01 TCGA-DK-A3IM-01A-11D-A20B-01 called 0.83 2.8 1.0 13.0 0.87 0.43 new +TCGA-DK-A3IN-01 TCGA-DK-A3IN-01A-11D-A20B-01 called 0.39 3.57 1.0 35.0 0.53 0.14 new +TCGA-DK-A3IQ-01 TCGA-DK-A3IQ-01A-31D-A20B-01 called 0.35 1.84 0.0 27.0 0.33 0.29 new +TCGA-DK-A3IS-01 TCGA-DK-A3IS-01A-21D-A219-01 called 0.9 3.41 1.0 15.0 0.94 0.49 new +TCGA-DK-A3IT-01 TCGA-DK-A3IT-01A-31D-A20B-01 called 0.46 3.58 1.0 30.0 0.61 0.01 new +TCGA-DK-A3IU-01 TCGA-DK-A3IU-01A-11D-A20B-01 called 0.27 2.48 0.0 42.0 0.31 0.39 new +TCGA-DK-A3IV-01 TCGA-DK-A3IV-01A-22D-A219-01 called 0.56 1.93 0.0 14.0 0.56 0.09 new +TCGA-DK-A3WW-01 TCGA-DK-A3WW-01A-22D-A23L-01 called 0.5 2.0 0.0 16.0 0.5 0.02 new +TCGA-DK-A3WX-01 TCGA-DK-A3WX-01A-22D-A22Y-01 called 0.37 1.78 0.0 21.0 0.35 0.49 new +TCGA-DK-A3X1-01 TCGA-DK-A3X1-01A-12D-A22Y-01 called 0.47 3.33 1.0 27.0 0.59 0.11 new +TCGA-DK-A3X2-01 TCGA-DK-A3X2-01A-11D-A22Y-01 called 0.92 3.34 1.0 14.0 0.95 0.16 new +TCGA-DK-A6AV-01 TCGA-DK-A6AV-01A-12D-A30D-01 called 0.5 3.09 1.0 21.0 0.61 0.07 new +TCGA-DK-A6AW-01 TCGA-DK-A6AW-01A-11D-A30D-01 called 0.93 1.98 0.0 8.0 0.93 0.0 new +TCGA-DK-A6B0-01 TCGA-DK-A6B0-01A-11D-A31K-01 called 0.9 2.0 0.0 9.0 0.9 0.0 new +TCGA-DK-A6B1-01 TCGA-DK-A6B1-01A-12D-A30D-01 called 0.83 3.3 1.0 15.0 0.89 0.14 new +TCGA-DK-A6B2-01 TCGA-DK-A6B2-01A-11D-A30D-01 called 0.49 3.36 1.0 26.0 0.61 0.12 new +TCGA-DK-A6B5-01 TCGA-DK-A6B5-01A-11D-A31K-01 called 0.76 1.68 0.0 9.0 0.72 0.05 new +TCGA-DK-A6B6-01 TCGA-DK-A6B6-01A-11D-A30D-01 called 0.52 3.59 1.0 26.0 0.66 0.1 new +TCGA-DK-AA6L-01 TCGA-DK-AA6L-01A-11D-A390-01 called 0.64 3.22 1.0 18.0 0.74 0.18 new +TCGA-DK-AA6M-01 TCGA-DK-AA6M-01A-11D-A390-01 called 0.65 2.08 0.0 13.0 0.66 0.24 new +TCGA-DK-AA6P-01 TCGA-DK-AA6P-01A-11D-A390-01 called 0.83 5.73 2.0 31.0 0.93 0.53 new +TCGA-DK-AA6Q-01 TCGA-DK-AA6Q-01A-11D-A390-01 called 0.73 1.78 0.0 10.0 0.7 0.11 new +TCGA-DK-AA6R-01 TCGA-DK-AA6R-01A-11D-A42D-01 called 0.58 2.84 1.0 18.0 0.66 0.1 new +TCGA-DK-AA6S-01 TCGA-DK-AA6S-01A-21D-A390-01 called 0.68 1.78 0.0 11.0 0.66 0.29 new +TCGA-DK-AA6T-01 TCGA-DK-AA6T-01A-11D-A390-01 called 0.8 2.11 0.0 10.0 0.81 0.04 new +TCGA-DK-AA6U-01 TCGA-DK-AA6U-01A-11D-A390-01 called 0.77 2.19 0.0 11.0 0.79 0.72 new +TCGA-DK-AA6W-01 TCGA-DK-AA6W-01A-12D-A390-01 called 0.8 2.84 1.0 14.0 0.85 0.27 new +TCGA-DK-AA6X-01 TCGA-DK-AA6X-01A-12D-A42D-01 called 0.44 1.97 0.0 19.0 0.44 0.28 new +TCGA-DK-AA71-01 TCGA-DK-AA71-01A-31D-A390-01 called 0.67 3.21 1.0 17.0 0.77 0.23 new +TCGA-DK-AA74-01 TCGA-DK-AA74-01A-11D-A390-01 called 0.21 2.08 0.0 52.0 0.22 0.4 new +TCGA-DK-AA76-01 TCGA-DK-AA76-01A-11D-A390-01 called 0.93 1.92 0.0 8.0 0.92 0.34 new +TCGA-DK-AA77-01 TCGA-DK-AA77-01A-11D-A390-01 called 0.88 1.91 0.0 9.0 0.87 0.27 new +TCGA-E5-A2PC-01 TCGA-E5-A2PC-01A-11D-A201-01 called 0.79 3.44 1.0 16.0 0.87 0.12 new +TCGA-E5-A4TZ-01 TCGA-E5-A4TZ-01A-11D-A31K-01 called 0.67 5.96 2.0 36.0 0.86 0.31 new +TCGA-E5-A4U1-01 TCGA-E5-A4U1-01A-11D-A31K-01 called 0.78 3.4 1.0 16.0 0.86 0.23 new +TCGA-E7-A3X6-01 TCGA-E7-A3X6-01A-12D-A22Y-01 called 0.71 1.81 0.0 10.0 0.69 0.03 new +TCGA-E7-A3Y1-01 TCGA-E7-A3Y1-01A-11D-A22Y-01 called 0.82 2.04 0.0 10.0 0.82 0.07 new +TCGA-E7-A4IJ-01 TCGA-E7-A4IJ-01A-31D-A26L-01 called 0.48 5.43 2.0 40.0 0.71 0.36 new +TCGA-E7-A4XJ-01 TCGA-E7-A4XJ-01A-11D-A26L-01 called 0.84 1.98 0.0 9.0 0.84 0.0 new +TCGA-E7-A519-01 TCGA-E7-A519-01A-11D-A26L-01 called 0.64 1.98 0.0 13.0 0.64 0.08 new +TCGA-E7-A541-01 TCGA-E7-A541-01A-11D-A26L-01 called 0.39 5.25 2.0 45.0 0.62 0.62 new +TCGA-E7-A5KE-01 TCGA-E7-A5KE-01A-11D-A288-01 called 0.92 3.06 1.0 13.0 0.95 0.26 new +TCGA-E7-A5KF-01 TCGA-E7-A5KF-01A-11D-A288-01 called 0.98 2.04 0.0 8.0 0.98 0.03 new +TCGA-E7-A677-01 TCGA-E7-A677-01A-11D-A30D-01 called 0.86 2.04 0.0 9.0 0.86 0.07 new +TCGA-E7-A678-01 TCGA-E7-A678-01A-11D-A30D-01 called 0.92 2.0 0.0 9.0 0.92 0.0 new +TCGA-E7-A6MD-01 TCGA-E7-A6MD-01A-41D-A34T-01 called 0.47 3.02 1.0 23.0 0.58 0.16 new +TCGA-E7-A6ME-01 TCGA-E7-A6ME-01A-22D-A32A-01 called 0.79 1.98 0.0 10.0 0.79 0.34 new +TCGA-E7-A6MF-01 TCGA-E7-A6MF-01A-12D-A32A-01 called 0.88 2.0 0.0 9.0 0.88 0.0 new +TCGA-E7-A7DU-01 TCGA-E7-A7DU-01A-11D-A32A-01 called 0.84 3.67 1.0 17.0 0.91 0.14 new +TCGA-E7-A7DV-01 TCGA-E7-A7DV-01A-11D-A338-01 called 0.35 2.87 1.0 34.0 0.43 0.28 new +TCGA-E7-A7PW-01 TCGA-E7-A7PW-01A-11D-A34T-01 called 0.84 3.39 1.0 15.0 0.9 0.5 new +TCGA-E7-A7XN-01 TCGA-E7-A7XN-01A-11D-A34T-01 called 0.32 2.0 0.0 32.0 0.32 0.01 new +TCGA-E7-A85H-01 TCGA-E7-A85H-01A-11D-A34T-01 called 0.74 3.12 1.0 16.0 0.81 0.22 new +TCGA-E7-A8O7-01 TCGA-E7-A8O7-01A-11D-A363-01 called 0.84 1.96 0.0 9.0 0.84 0.0 new +TCGA-E7-A97P-01 TCGA-E7-A97P-01A-11D-A38F-01 called 0.45 2.01 0.0 18.0 0.45 0.18 new +TCGA-E7-A97Q-01 TCGA-E7-A97Q-01A-11D-A38F-01 called 0.65 3.65 1.0 20.0 0.77 0.06 new +TCGA-FD-A3B3-01 TCGA-FD-A3B3-01A-12D-A201-01 called 0.21 2.33 0.0 54.0 0.23 0.43 new +TCGA-FD-A3B4-01 TCGA-FD-A3B4-01A-12D-A201-01 called 0.62 2.04 0.0 13.0 0.63 0.04 new +TCGA-FD-A3B5-01 TCGA-FD-A3B5-01A-11D-A20B-01 called 0.52 5.58 2.0 39.0 0.75 0.44 new +TCGA-FD-A3B6-01 TCGA-FD-A3B6-01A-21D-A20B-01 called 0.42 3.21 1.0 30.0 0.53 0.26 new +TCGA-FD-A3B7-01 TCGA-FD-A3B7-01A-31D-A20B-01 called 0.28 2.17 0.0 39.0 0.3 0.39 new +TCGA-FD-A3N5-01 TCGA-FD-A3N5-01A-11D-A219-01 called 0.66 3.2 1.0 17.0 0.76 0.1 new +TCGA-FD-A3N6-01 TCGA-FD-A3N6-01A-11D-A219-01 called 0.83 2.09 0.0 10.0 0.84 0.0 new +TCGA-FD-A3NA-01 TCGA-FD-A3NA-01A-11D-A219-01 called 0.43 3.41 1.0 31.0 0.56 0.14 new +TCGA-FD-A3SJ-01 TCGA-FD-A3SJ-01A-12D-A22Y-01 called 0.46 3.4 1.0 28.0 0.59 0.21 new +TCGA-FD-A3SL-01 TCGA-FD-A3SL-01A-21D-A22Y-01 called 0.42 3.69 1.0 33.0 0.57 0.1 new +TCGA-FD-A3SM-01 TCGA-FD-A3SM-01A-11D-A22Y-01 called 0.69 1.96 0.0 12.0 0.68 0.01 new +TCGA-FD-A3SN-01 TCGA-FD-A3SN-01A-12D-A22Y-01 called 0.73 1.69 0.0 10.0 0.69 0.03 new +TCGA-FD-A3SO-01 TCGA-FD-A3SO-01A-11D-A22Y-01 called 0.57 1.85 0.0 14.0 0.55 0.01 new +TCGA-FD-A3SP-01 TCGA-FD-A3SP-01A-31D-A22Y-01 called 0.32 2.13 0.0 32.0 0.34 0.47 new +TCGA-FD-A3SQ-01 TCGA-FD-A3SQ-01A-21D-A22Y-01 called 0.5 1.97 0.0 16.0 0.5 0.36 new +TCGA-FD-A3SR-01 TCGA-FD-A3SR-01A-11D-A22Y-01 called 0.57 2.95 1.0 18.0 0.67 0.17 new +TCGA-FD-A3SS-01 TCGA-FD-A3SS-01A-12D-A22Y-01 called 0.76 1.8 0.0 10.0 0.75 0.25 new +TCGA-FD-A43N-01 TCGA-FD-A43N-01A-11D-A23T-01 called 0.5 5.9 2.0 42.0 0.74 0.4 new +TCGA-FD-A43P-01 TCGA-FD-A43P-01A-31D-A23T-01 called 0.42 3.48 1.0 32.0 0.55 0.18 new +TCGA-FD-A43S-01 TCGA-FD-A43S-01A-21D-A23T-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-FD-A43U-01 TCGA-FD-A43U-01A-11D-A23T-01 called 0.2 3.45 1.0 63.0 0.3 0.35 new +TCGA-FD-A43X-01 TCGA-FD-A43X-01A-11D-A23T-01 called 0.94 4.19 1.0 18.0 0.97 0.25 new +TCGA-FD-A43Y-01 TCGA-FD-A43Y-01A-21D-A26L-01 called 0.44 2.02 0.0 19.0 0.44 0.18 new +TCGA-FD-A5BR-01 TCGA-FD-A5BR-01A-11D-A26L-01 called 0.44 3.83 1.0 33.0 0.6 0.59 new +TCGA-FD-A5BS-01 TCGA-FD-A5BS-01A-21D-A26L-01 called 0.59 2.0 0.0 14.0 0.59 0.2 new +TCGA-FD-A5BT-01 TCGA-FD-A5BT-01A-11D-A26L-01 called 0.18 2.56 0.0 65.0 0.21 0.41 new +TCGA-FD-A5BU-01 TCGA-FD-A5BU-01A-31D-A26L-01 called 0.4 2.07 0.0 21.0 0.41 0.02 new +TCGA-FD-A5BV-01 TCGA-FD-A5BV-01A-11D-A26L-01 called 0.89 1.79 0.0 8.0 0.88 0.44 new +TCGA-FD-A5BX-01 TCGA-FD-A5BX-01A-11D-A26L-01 called 0.57 2.14 0.0 15.0 0.58 0.03 new +TCGA-FD-A5BY-01 TCGA-FD-A5BY-01A-31D-A288-01 called 0.58 3.43 1.0 20.0 0.7 0.06 new +TCGA-FD-A5BZ-01 TCGA-FD-A5BZ-01A-11D-A288-01 called 0.42 3.59 1.0 33.0 0.56 0.17 new +TCGA-FD-A5C0-01 TCGA-FD-A5C0-01A-11D-A288-01 called 0.58 2.89 1.0 18.0 0.67 0.07 new +TCGA-FD-A5C1-01 TCGA-FD-A5C1-01A-11D-A288-01 called 0.49 1.8 0.0 16.0 0.47 0.74 new +TCGA-FD-A62N-01 TCGA-FD-A62N-01A-11D-A30D-01 called 0.25 1.81 0.0 41.0 0.23 0.07 new +TCGA-FD-A62O-01 TCGA-FD-A62O-01A-11D-A30D-01 called 0.85 3.14 1.0 14.0 0.9 0.43 new +TCGA-FD-A62P-01 TCGA-FD-A62P-01A-32D-A30D-01 called 0.19 5.3 2.0 74.0 0.39 0.38 new +TCGA-FD-A62S-01 TCGA-FD-A62S-01A-11D-A30D-01 called 0.36 2.8 1.0 33.0 0.44 0.27 new +TCGA-FD-A6TA-01 TCGA-FD-A6TA-01A-12D-A338-01 called 0.6 1.76 0.0 13.0 0.57 0.0 new +TCGA-FD-A6TB-01 TCGA-FD-A6TB-01A-12D-A338-01 called 0.28 1.92 0.0 36.0 0.28 0.3 new +TCGA-FD-A6TC-01 TCGA-FD-A6TC-01A-21D-A338-01 called 0.57 3.15 1.0 19.0 0.67 0.18 new +TCGA-FD-A6TD-01 TCGA-FD-A6TD-01A-51D-A338-01 called 0.37 3.01 1.0 33.0 0.47 0.21 new +TCGA-FD-A6TE-01 TCGA-FD-A6TE-01A-12D-A338-01 called 0.82 3.46 1.0 16.0 0.89 0.25 new +TCGA-FD-A6TF-01 TCGA-FD-A6TF-01A-52D-A32A-01 called 0.31 3.13 1.0 41.0 0.41 0.1 new +TCGA-FD-A6TG-01 TCGA-FD-A6TG-01A-11D-A32A-01 called 0.39 3.29 1.0 33.0 0.51 0.57 new +TCGA-FD-A6TH-01 TCGA-FD-A6TH-01A-11D-A32A-01 called 0.77 2.96 1.0 14.0 0.83 0.63 new +TCGA-FD-A6TI-01 TCGA-FD-A6TI-01A-11D-A32A-01 called 0.5 4.57 2.0 34.0 0.69 0.07 new +TCGA-FD-A6TK-01 TCGA-FD-A6TK-01A-42D-A338-01 called 0.22 2.96 1.0 55.0 0.29 0.48 new +TCGA-FJ-A3Z7-01 TCGA-FJ-A3Z7-01A-12D-A23L-01 called 0.54 3.43 1.0 21.0 0.66 0.21 new +TCGA-FJ-A3Z9-01 TCGA-FJ-A3Z9-01A-11D-A26L-01 called 0.85 2.02 0.0 9.0 0.85 0.04 new +TCGA-FJ-A3ZE-01 TCGA-FJ-A3ZE-01A-11D-A23L-01 called 0.96 1.91 0.0 8.0 0.96 0.39 new +TCGA-FJ-A3ZF-01 TCGA-FJ-A3ZF-01A-11D-A23L-01 called 0.88 3.1 1.0 14.0 0.92 0.35 new +TCGA-FJ-A871-01 TCGA-FJ-A871-01A-11D-A34T-01 called 0.81 1.99 0.0 10.0 0.81 0.0 new +TCGA-FT-A3EE-01 TCGA-FT-A3EE-01A-11D-A201-01 called 0.61 2.67 1.0 16.0 0.68 0.04 new +TCGA-FT-A61P-01 TCGA-FT-A61P-01A-11D-A30D-01 called 0.31 3.83 2.0 44.0 0.47 0.13 new +TCGA-G2-A2EF-01 TCGA-G2-A2EF-01A-12D-A18E-01 called 0.61 3.04 1.0 18.0 0.7 0.23 new +TCGA-G2-A2EJ-01 TCGA-G2-A2EJ-01A-11D-A17S-01 called 0.61 2.09 0.0 14.0 0.62 0.05 new +TCGA-G2-A2EK-01 TCGA-G2-A2EK-01A-22D-A18E-01 called 0.54 2.06 0.0 15.0 0.55 0.04 new +TCGA-G2-A2EL-01 TCGA-G2-A2EL-01A-12D-A18E-01 called 0.98 1.79 0.0 7.0 0.98 0.06 new +TCGA-G2-A2EO-01 TCGA-G2-A2EO-01A-11D-A17S-01 called 0.37 3.23 1.0 34.0 0.49 0.14 new +TCGA-G2-A2ES-01 TCGA-G2-A2ES-01A-11D-A17S-01 called 0.55 2.01 0.0 15.0 0.55 0.03 new +TCGA-G2-A3IB-01 TCGA-G2-A3IB-01A-11D-A20B-01 called 0.91 1.82 0.0 8.0 0.91 0.05 new +TCGA-G2-A3IE-01 TCGA-G2-A3IE-01A-11D-A20B-01 called 0.69 1.94 0.0 11.0 0.69 0.38 new +TCGA-G2-A3VY-01 TCGA-G2-A3VY-01A-11D-A22Y-01 called 0.9 3.39 1.0 15.0 0.94 0.28 new +TCGA-G2-AA3B-01 TCGA-G2-AA3B-01A-11D-A390-01 called 0.84 1.82 0.0 9.0 0.82 0.71 new +TCGA-G2-AA3C-01 TCGA-G2-AA3C-01A-21D-A390-01 called 0.56 1.97 0.0 14.0 0.56 0.0 new +TCGA-G2-AA3D-01 TCGA-G2-AA3D-01A-11D-A390-01 called 0.69 1.88 0.0 11.0 0.68 0.53 new +TCGA-G2-AA3F-01 TCGA-G2-AA3F-01A-12D-A42D-01 called 0.68 3.72 1.0 19.0 0.8 0.35 new +TCGA-GC-A3BM-01 TCGA-GC-A3BM-01A-11D-A22Y-01 called 0.86 3.38 1.0 15.0 0.91 0.45 new +TCGA-GC-A3I6-01 TCGA-GC-A3I6-01A-11D-A20B-01 called 0.73 2.46 1.0 13.0 0.77 0.29 new +TCGA-GC-A3OO-01 TCGA-GC-A3OO-01A-11D-A22Y-01 called 0.33 2.41 0.0 33.0 0.37 0.55 new +TCGA-GC-A3RB-01 TCGA-GC-A3RB-01A-12D-A21Y-01 called 0.85 3.2 1.0 15.0 0.9 0.11 new +TCGA-GC-A3RC-01 TCGA-GC-A3RC-01A-11D-A22Y-01 called 0.69 3.14 1.0 17.0 0.78 0.09 new +TCGA-GC-A3RD-01 TCGA-GC-A3RD-01A-12D-A22Y-01 called 0.71 2.89 1.0 15.0 0.78 0.19 new +TCGA-GC-A3WC-01 TCGA-GC-A3WC-01A-31D-A22Y-01 called 0.38 2.04 0.0 23.0 0.39 0.05 new +TCGA-GC-A3YS-01 TCGA-GC-A3YS-01A-11D-A23L-01 called 0.48 3.82 2.0 30.0 0.64 0.26 new +TCGA-GC-A4ZW-01 TCGA-GC-A4ZW-01A-11D-A26L-01 called 0.85 5.25 2.0 27.0 0.94 0.37 new +TCGA-GC-A6I1-01 TCGA-GC-A6I1-01A-12D-A31K-01 called 0.31 2.95 1.0 39.0 0.39 0.15 new +TCGA-GC-A6I3-01 TCGA-GC-A6I3-01A-11D-A31K-01 called 0.32 3.28 1.0 40.0 0.43 0.27 new +TCGA-GD-A2C5-01 TCGA-GD-A2C5-01A-12D-A17S-01 called 1.0 5.25 2.0 24.0 1.0 0.35 new +TCGA-GD-A3OP-01 TCGA-GD-A3OP-01A-21D-A21Y-01 called 0.24 2.43 0.0 47.0 0.28 0.64 new +TCGA-GD-A3OQ-01 TCGA-GD-A3OQ-01A-32D-A21Y-01 called 0.78 2.01 0.0 10.0 0.78 0.07 new +TCGA-GD-A3OS-01 TCGA-GD-A3OS-01A-12D-A21Y-01 called 0.72 2.56 1.0 14.0 0.76 0.12 new +TCGA-GD-A6C6-01 TCGA-GD-A6C6-01A-21D-A31K-01 called 0.92 2.78 1.0 12.0 0.94 0.11 new +TCGA-GD-A76B-01 TCGA-GD-A76B-01A-11D-A32A-01 called 0.48 2.0 0.0 17.0 0.48 0.57 new +TCGA-GU-A42P-01 TCGA-GU-A42P-01A-11D-A23T-01 called 0.8 5.31 2.0 29.0 0.91 0.47 new +TCGA-GU-A42Q-01 TCGA-GU-A42Q-01A-11D-A23T-01 called 0.45 2.95 1.0 25.0 0.55 0.09 new +TCGA-GU-A42R-01 TCGA-GU-A42R-01A-11D-A23L-01 called 0.78 1.96 0.0 10.0 0.77 0.06 new +TCGA-GU-A762-01 TCGA-GU-A762-01A-11D-A338-01 called 0.31 3.55 1.0 43.0 0.44 0.13 new +TCGA-GU-A763-01 TCGA-GU-A763-01A-11D-A32A-01 called 0.96 1.99 0.0 8.0 0.96 0.0 new +TCGA-GU-A764-01 TCGA-GU-A764-01A-11D-A34T-01 called 0.23 2.66 1.0 51.0 0.28 0.58 new +TCGA-GU-A766-01 TCGA-GU-A766-01A-11D-A32A-01 called 0.39 1.96 0.0 21.0 0.38 0.45 new +TCGA-GU-A767-01 TCGA-GU-A767-01A-11D-A32A-01 called 0.3 4.03 2.0 47.0 0.46 0.48 new +TCGA-GU-AATO-01 TCGA-GU-AATO-01A-11D-A390-01 called 0.52 3.23 2.0 21.0 0.64 0.11 new +TCGA-GU-AATP-01 TCGA-GU-AATP-01A-11D-A390-01 called 0.65 2.83 1.0 16.0 0.72 0.34 new +TCGA-GU-AATQ-01 TCGA-GU-AATQ-01A-11D-A390-01 called 0.75 3.4 1.0 17.0 0.83 0.23 new +TCGA-GV-A3JV-01 TCGA-GV-A3JV-01A-11D-A21Y-01 called 0.66 3.36 1.0 18.0 0.76 0.34 new +TCGA-GV-A3JW-01 TCGA-GV-A3JW-01A-11D-A20B-01 called 0.84 2.9 1.0 13.0 0.89 0.3 new +TCGA-GV-A3JX-01 TCGA-GV-A3JX-01A-11D-A20B-01 called 0.9 1.88 0.0 8.0 0.89 0.25 new +TCGA-GV-A3JZ-01 TCGA-GV-A3JZ-01A-11D-A219-01 called 0.82 3.33 1.0 16.0 0.88 0.26 new +TCGA-GV-A3QF-01 TCGA-GV-A3QF-01A-31D-A22Y-01 called 0.54 3.32 1.0 21.0 0.66 0.03 new +TCGA-GV-A3QG-01 TCGA-GV-A3QG-01A-11D-A21Y-01 called 0.46 2.13 0.0 19.0 0.47 0.21 new +TCGA-GV-A3QH-01 TCGA-GV-A3QH-01A-11D-A21Y-01 called 0.48 5.64 2.0 41.0 0.72 0.24 new +TCGA-GV-A3QI-01 TCGA-GV-A3QI-01A-11D-A21Y-01 called 0.95 3.26 1.0 14.0 0.97 0.13 new +TCGA-GV-A3QK-01 TCGA-GV-A3QK-01B-11D-A23L-01 called 0.71 2.17 0.0 12.0 0.73 0.15 new +TCGA-GV-A40E-01 TCGA-GV-A40E-01A-12D-A23L-01 called 0.34 5.52 2.0 51.0 0.59 0.38 new +TCGA-GV-A40G-01 TCGA-GV-A40G-01A-11D-A23L-01 called 0.73 3.08 1.0 16.0 0.81 0.41 new +TCGA-GV-A6ZA-01 TCGA-GV-A6ZA-01A-12D-A338-01 called 0.7 3.72 1.0 19.0 0.81 0.29 new +TCGA-H4-A2HO-01 TCGA-H4-A2HO-01A-11D-A17S-01 called 0.63 2.04 0.0 13.0 0.63 0.01 new +TCGA-H4-A2HQ-01 TCGA-H4-A2HQ-01A-11D-A17S-01 called 0.8 4.57 2.0 21.0 0.9 0.34 new +TCGA-HQ-A2OE-01 TCGA-HQ-A2OE-01A-11D-A201-01 called 0.8 3.57 1.0 17.0 0.88 0.23 new +TCGA-HQ-A2OF-01 TCGA-HQ-A2OF-01A-11D-A26L-01 called 0.93 2.95 1.0 13.0 0.95 0.15 new +TCGA-HQ-A5ND-01 TCGA-HQ-A5ND-01A-11D-A26L-01 called 0.63 3.22 1.0 18.0 0.74 0.16 new +TCGA-HQ-A5NE-01 TCGA-HQ-A5NE-01A-12D-A288-01 called 0.26 4.55 2.0 55.0 0.45 0.37 new +TCGA-K4-A3WS-01 TCGA-K4-A3WS-01A-11D-A22Y-01 called 0.4 5.35 2.0 45.0 0.64 0.29 new +TCGA-K4-A3WU-01 TCGA-K4-A3WU-01B-11D-A23L-01 called 0.58 2.11 0.0 15.0 0.59 0.62 new +TCGA-K4-A3WV-01 TCGA-K4-A3WV-01A-11D-A22Y-01 called 0.67 3.2 1.0 17.0 0.76 0.07 new +TCGA-K4-A4AB-01 TCGA-K4-A4AB-01B-12D-A288-01 called 0.56 3.9 1.0 26.0 0.72 0.16 new +TCGA-K4-A4AC-01 TCGA-K4-A4AC-01A-21D-A26L-01 called 0.32 2.9 1.0 37.0 0.41 0.31 new +TCGA-K4-A54R-01 TCGA-K4-A54R-01A-11D-A26L-01 called 0.46 3.62 1.0 30.0 0.61 0.09 new +TCGA-K4-A5RH-01 TCGA-K4-A5RH-01A-11D-A30D-01 called 0.48 2.29 1.0 18.0 0.51 0.36 new +TCGA-K4-A5RI-01 TCGA-K4-A5RI-01A-11D-A288-01 called 0.71 2.49 1.0 13.0 0.75 0.18 new +TCGA-K4-A5RJ-01 TCGA-K4-A5RJ-01A-11D-A288-01 called 0.33 3.5 1.0 40.0 0.46 0.16 new +TCGA-K4-A6FZ-01 TCGA-K4-A6FZ-01A-11D-A31K-01 called 0.33 3.18 1.0 38.0 0.44 0.28 new +TCGA-K4-A6MB-01 TCGA-K4-A6MB-01A-11D-A31K-01 called 0.75 3.25 1.0 16.0 0.83 0.06 new +TCGA-K4-A83P-01 TCGA-K4-A83P-01A-11D-A34T-01 called 0.09 3.31 1.0 146.0 0.15 0.25 new +TCGA-K4-AAQO-01 TCGA-K4-AAQO-01A-11D-A38F-01 called 0.33 3.08 1.0 37.0 0.44 0.07 new +TCGA-KQ-A41N-01 TCGA-KQ-A41N-01A-11D-A338-01 called 0.76 1.97 0.0 10.0 0.76 0.06 new +TCGA-KQ-A41O-01 TCGA-KQ-A41O-01A-12D-A34T-01 called 0.93 3.76 1.0 16.0 0.96 0.03 new +TCGA-KQ-A41P-01 TCGA-KQ-A41P-01A-12D-A338-01 called 0.77 2.69 1.0 13.0 0.82 0.15 new +TCGA-KQ-A41Q-01 TCGA-KQ-A41Q-01A-11D-A338-01 called 0.6 2.84 1.0 17.0 0.68 0.04 new +TCGA-KQ-A41R-01 TCGA-KQ-A41R-01A-21D-A34T-01 called 0.71 4.11 1.0 20.0 0.84 0.42 new +TCGA-KQ-A41S-01 TCGA-KQ-A41S-01A-12D-A338-01 called 0.41 5.01 2.0 42.0 0.64 0.1 new +TCGA-LC-A66R-01 TCGA-LC-A66R-01A-41D-A30D-01 called 0.37 3.58 1.0 37.0 0.51 0.2 new +TCGA-LT-A5Z6-01 TCGA-LT-A5Z6-01A-11D-A288-01 called 0.86 1.88 0.0 9.0 0.86 0.29 new +TCGA-LT-A8JT-01 TCGA-LT-A8JT-01A-11D-A363-01 called 0.87 1.96 0.0 9.0 0.87 0.02 new +TCGA-MV-A51V-01 TCGA-MV-A51V-01A-11D-A26L-01 called 0.75 5.35 2.0 30.0 0.89 0.68 new +TCGA-PQ-A6FI-01 TCGA-PQ-A6FI-01A-11D-A31K-01 called 0.75 2.78 1.0 14.0 0.81 0.11 new +TCGA-PQ-A6FN-01 TCGA-PQ-A6FN-01A-11D-A31K-01 called 0.22 3.5 1.0 57.0 0.33 0.15 new +TCGA-R3-A69X-01 TCGA-R3-A69X-01A-22D-A30D-01 called 0.22 3.17 1.0 57.0 0.3 0.09 new +TCGA-S5-A6DX-01 TCGA-S5-A6DX-01A-11D-A31K-01 called 0.39 3.32 1.0 33.0 0.51 0.17 new +TCGA-S5-AA26-01 TCGA-S5-AA26-01A-11D-A38F-01 called 0.95 3.77 1.0 16.0 0.97 0.0 new +TCGA-SY-A9G0-01 TCGA-SY-A9G0-01A-12D-A38F-01 called 0.17 3.0 1.0 69.0 0.24 0.38 new +TCGA-SY-A9G5-01 TCGA-SY-A9G5-01A-11D-A38F-01 called 0.36 3.52 1.0 37.0 0.49 0.08 new +TCGA-UY-A78K-01 TCGA-UY-A78K-01A-11D-A338-01 called 0.27 4.81 2.0 56.0 0.47 0.44 new +TCGA-UY-A78L-01 TCGA-UY-A78L-01A-12D-A338-01 called 0.49 3.28 2.0 25.0 0.61 0.38 new +TCGA-UY-A78M-01 TCGA-UY-A78M-01A-21D-A34T-01 called 0.69 1.99 0.0 12.0 0.69 0.73 new +TCGA-UY-A78N-01 TCGA-UY-A78N-01A-12D-A338-01 called 0.78 3.35 1.0 16.0 0.86 0.12 new +TCGA-UY-A78O-01 TCGA-UY-A78O-01A-12D-A338-01 called 0.76 3.66 1.0 18.0 0.85 0.56 new +TCGA-UY-A78P-01 TCGA-UY-A78P-01A-12D-A363-01 called 0.26 1.98 0.0 41.0 0.26 0.24 new +TCGA-UY-A8OB-01 TCGA-UY-A8OB-01A-12D-A42D-01 called 0.72 2.54 1.0 14.0 0.76 0.11 new +TCGA-UY-A8OC-01 TCGA-UY-A8OC-01A-11D-A363-01 called 0.55 3.29 1.0 20.0 0.67 0.02 new +TCGA-UY-A8OD-01 TCGA-UY-A8OD-01A-11D-A363-01 called 0.54 3.76 1.0 26.0 0.69 0.11 new +TCGA-UY-A9PA-01 TCGA-UY-A9PA-01A-11D-A38F-01 called 0.18 1.91 0.0 59.0 0.18 0.43 new +TCGA-UY-A9PB-01 TCGA-UY-A9PB-01A-11D-A38F-01 called 0.33 2.84 1.0 36.0 0.42 0.53 new +TCGA-UY-A9PD-01 TCGA-UY-A9PD-01A-11D-A38F-01 called 0.63 3.65 1.0 20.0 0.76 0.02 new +TCGA-UY-A9PE-01 TCGA-UY-A9PE-01A-11D-A38F-01 called 0.48 3.43 1.0 27.0 0.61 0.11 new +TCGA-UY-A9PF-01 TCGA-UY-A9PF-01A-11D-A38F-01 called 0.37 3.64 1.0 37.0 0.52 0.05 new +TCGA-UY-A9PH-01 TCGA-UY-A9PH-01A-11D-A38F-01 called 0.44 3.4 1.0 30.0 0.57 0.18 new +TCGA-XF-A8HB-01 TCGA-XF-A8HB-01A-11D-A363-01 called 0.96 2.09 0.0 9.0 0.96 0.06 new +TCGA-XF-A8HC-01 TCGA-XF-A8HC-01A-11D-A363-01 called 0.96 2.99 1.0 12.0 0.97 0.1 new +TCGA-XF-A8HD-01 TCGA-XF-A8HD-01A-11D-A363-01 called 0.43 3.35 1.0 30.0 0.56 0.13 new +TCGA-XF-A8HE-01 TCGA-XF-A8HE-01A-11D-A363-01 called 0.37 2.01 0.0 26.0 0.37 0.0 new +TCGA-XF-A8HF-01 TCGA-XF-A8HF-01A-11D-A363-01 called 0.69 3.7 2.0 19.0 0.8 0.31 new +TCGA-XF-A8HG-01 TCGA-XF-A8HG-01A-11D-A363-01 called 0.84 3.9 1.0 18.0 0.91 0.07 new +TCGA-XF-A8HH-01 TCGA-XF-A8HH-01A-11D-A38F-01 called 0.43 3.92 1.0 34.0 0.59 0.19 new +TCGA-XF-A8HI-01 TCGA-XF-A8HI-01A-11D-A38F-01 called 0.91 1.99 0.0 9.0 0.91 0.07 new +TCGA-XF-A9SG-01 TCGA-XF-A9SG-01A-12D-A42D-01 called 0.5 3.24 1.0 23.0 0.62 0.11 new +TCGA-XF-A9SH-01 TCGA-XF-A9SH-01A-11D-A390-01 called 0.69 2.09 0.0 12.0 0.7 0.04 new +TCGA-XF-A9SI-01 TCGA-XF-A9SI-01A-11D-A390-01 called 0.21 1.51 0.0 50.0 0.16 0.49 new +TCGA-XF-A9SJ-01 TCGA-XF-A9SJ-01A-11D-A390-01 called 0.56 2.1 0.0 15.0 0.58 0.72 new +TCGA-XF-A9SK-01 TCGA-XF-A9SK-01A-11D-A42D-01 called 0.47 3.14 1.0 25.0 0.58 0.19 new +TCGA-XF-A9SM-01 TCGA-XF-A9SM-01A-11D-A42D-01 called 0.2 2.89 1.0 58.0 0.27 0.16 new +TCGA-XF-A9SP-01 TCGA-XF-A9SP-01A-11D-A390-01 called 0.26 5.27 2.0 60.0 0.47 0.41 new +TCGA-XF-A9ST-01 TCGA-XF-A9ST-01A-11D-A42D-01 called 0.87 4.0 2.0 18.0 0.93 0.31 new +TCGA-XF-A9SU-01 TCGA-XF-A9SU-01A-31D-A390-01 called 0.26 4.36 2.0 55.0 0.43 0.4 new +TCGA-XF-A9SV-01 TCGA-XF-A9SV-01A-21D-A42D-01 called 0.63 3.93 2.0 21.0 0.77 0.12 new +TCGA-XF-A9SW-01 TCGA-XF-A9SW-01A-11D-A42D-01 called 0.34 1.76 0.0 28.0 0.31 0.01 new +TCGA-XF-A9SX-01 TCGA-XF-A9SX-01A-21D-A390-01 called 0.5 1.98 0.0 16.0 0.5 0.24 new +TCGA-XF-A9SY-01 TCGA-XF-A9SY-01A-21D-A42D-01 called 0.18 2.76 1.0 66.0 0.23 0.18 new +TCGA-XF-A9SZ-01 TCGA-XF-A9SZ-01A-11D-A390-01 called 0.46 2.0 0.0 18.0 0.46 0.11 new +TCGA-XF-A9T0-01 TCGA-XF-A9T0-01A-11D-A390-01 called 0.76 3.88 1.0 19.0 0.86 0.36 new +TCGA-XF-A9T2-01 TCGA-XF-A9T2-01A-11D-A42D-01 called 0.84 2.0 0.0 9.0 0.84 0.0 new +TCGA-XF-A9T3-01 TCGA-XF-A9T3-01A-11D-A42D-01 called 0.41 3.09 1.0 30.0 0.52 0.14 new +TCGA-XF-A9T4-01 TCGA-XF-A9T4-01A-11D-A390-01 called 0.78 2.02 0.0 10.0 0.78 0.01 new +TCGA-XF-A9T5-01 TCGA-XF-A9T5-01A-11D-A42D-01 called 0.45 3.19 1.0 28.0 0.57 0.04 new +TCGA-XF-A9T6-01 TCGA-XF-A9T6-01A-11D-A42D-01 called 0.83 2.09 0.0 10.0 0.84 0.04 new +TCGA-XF-A9T8-01 TCGA-XF-A9T8-01A-11D-A390-01 called 0.44 2.09 0.0 19.0 0.45 0.03 new +TCGA-XF-AAME-01 TCGA-XF-AAME-01A-12D-A42D-01 called 0.14 2.29 0.0 81.0 0.16 0.38 new +TCGA-XF-AAMF-01 TCGA-XF-AAMF-01A-21D-A42D-01 called 0.72 1.96 0.0 11.0 0.72 0.0 new +TCGA-XF-AAMG-01 TCGA-XF-AAMG-01A-11D-A42D-01 called 0.75 4.16 2.0 20.0 0.86 0.23 new +TCGA-XF-AAMH-01 TCGA-XF-AAMH-01A-11D-A42D-01 called 0.88 2.21 0.0 10.0 0.89 0.0 new +TCGA-XF-AAMJ-01 TCGA-XF-AAMJ-01A-11D-A42D-01 called 0.24 3.54 1.0 54.0 0.35 0.07 new +TCGA-XF-AAML-01 TCGA-XF-AAML-01A-11D-A42D-01 called 0.74 3.59 1.0 18.0 0.83 0.31 new +TCGA-XF-AAMQ-01 TCGA-XF-AAMQ-01A-11D-A42D-01 called 0.7 3.28 1.0 17.0 0.79 0.36 new +TCGA-XF-AAMR-01 TCGA-XF-AAMR-01A-31D-A42D-01 called 0.4 1.99 0.0 21.0 0.4 0.0 new +TCGA-XF-AAMT-01 TCGA-XF-AAMT-01A-11D-A42D-01 called 0.56 1.69 0.0 13.0 0.52 0.49 new +TCGA-XF-AAMW-01 TCGA-XF-AAMW-01A-11D-A42D-01 called 0.53 3.68 1.0 26.0 0.67 0.02 new +TCGA-XF-AAMX-01 TCGA-XF-AAMX-01A-11D-A42D-01 called 0.86 2.61 1.0 12.0 0.89 0.15 new +TCGA-XF-AAMY-01 TCGA-XF-AAMY-01A-11D-A42D-01 called 0.61 3.58 1.0 20.0 0.73 0.09 new +TCGA-XF-AAMZ-01 TCGA-XF-AAMZ-01A-11D-A42D-01 called 0.3 5.87 2.0 57.0 0.56 0.42 new +TCGA-XF-AAN0-01 TCGA-XF-AAN0-01A-11D-A42D-01 called 0.52 3.66 1.0 26.0 0.67 0.24 new +TCGA-XF-AAN1-01 TCGA-XF-AAN1-01A-31D-A42D-01 called 0.91 1.95 0.0 8.0 0.91 0.01 new +TCGA-XF-AAN2-01 TCGA-XF-AAN2-01A-11D-A42D-01 called 0.6 3.61 1.0 21.0 0.73 0.17 new +TCGA-XF-AAN3-01 TCGA-XF-AAN3-01A-11D-A42D-01 called 0.29 1.93 0.0 36.0 0.28 0.11 new +TCGA-XF-AAN4-01 TCGA-XF-AAN4-01A-11D-A42D-01 called 0.46 2.02 0.0 18.0 0.46 0.16 new +TCGA-XF-AAN5-01 TCGA-XF-AAN5-01A-11D-A42D-01 called 0.49 2.18 0.0 18.0 0.51 0.12 new +TCGA-XF-AAN7-01 TCGA-XF-AAN7-01A-11D-A42D-01 called 0.87 3.08 1.0 14.0 0.91 0.23 new +TCGA-XF-AAN8-01 TCGA-XF-AAN8-01A-11D-A42D-01 called 0.58 2.0 0.0 14.0 0.58 0.0 new +TCGA-YC-A89H-01 TCGA-YC-A89H-01A-11D-A363-01 called 0.66 2.08 0.0 13.0 0.66 0.02 new +TCGA-YC-A8S6-01 TCGA-YC-A8S6-01A-31D-A38F-01 called 0.23 2.01 0.0 48.0 0.23 0.02 new +TCGA-YC-A9TC-01 TCGA-YC-A9TC-01A-22D-A390-01 called 0.8 2.03 0.0 10.0 0.8 0.0 new +TCGA-YF-AA3L-01 TCGA-YF-AA3L-01A-11D-A38F-01 called 0.91 3.65 1.0 16.0 0.95 0.02 new +TCGA-YF-AA3M-01 TCGA-YF-AA3M-01A-11D-A42D-01 called 0.68 4.75 2.0 28.0 0.84 0.22 new +TCGA-ZF-A9R0-01 TCGA-ZF-A9R0-01A-11D-A38F-01 called 0.51 3.54 1.0 26.0 0.65 0.2 new +TCGA-ZF-A9R1-01 TCGA-ZF-A9R1-01A-11D-A390-01 called 0.64 1.88 0.0 12.0 0.63 0.05 new +TCGA-ZF-A9R2-01 TCGA-ZF-A9R2-01A-11D-A390-01 called 0.75 3.14 1.0 16.0 0.83 0.52 new +TCGA-ZF-A9R3-01 TCGA-ZF-A9R3-01A-11D-A38F-01 called 0.72 2.27 0.0 12.0 0.74 0.25 new +TCGA-ZF-A9R4-01 TCGA-ZF-A9R4-01A-11D-A38F-01 called 0.91 3.43 1.0 15.0 0.94 0.4 new +TCGA-ZF-A9R5-01 TCGA-ZF-A9R5-01A-12D-A42D-01 called 0.91 2.0 0.0 9.0 0.91 0.0 new +TCGA-ZF-A9R7-01 TCGA-ZF-A9R7-01A-11D-A38F-01 called 0.49 3.92 1.0 30.0 0.65 0.13 new +TCGA-ZF-A9R9-01 TCGA-ZF-A9R9-01A-11D-A38F-01 called 0.82 3.76 1.0 17.0 0.9 0.08 new +TCGA-ZF-A9RC-01 TCGA-ZF-A9RC-01A-11D-A38F-01 called 0.2 6.48 2.0 79.0 0.45 0.31 new +TCGA-ZF-A9RD-01 TCGA-ZF-A9RD-01A-11D-A42D-01 called 0.38 3.17 1.0 33.0 0.49 0.14 new +TCGA-ZF-A9RE-01 TCGA-ZF-A9RE-01A-11D-A38F-01 called 0.76 1.9 0.0 10.0 0.75 0.39 new +TCGA-ZF-A9RF-01 TCGA-ZF-A9RF-01A-11D-A38F-01 called 0.5 3.11 1.0 21.0 0.61 0.31 new +TCGA-ZF-A9RG-01 TCGA-ZF-A9RG-01A-21D-A42D-01 called 0.24 3.15 1.0 51.0 0.34 0.1 new +TCGA-ZF-A9RL-01 TCGA-ZF-A9RL-01A-11D-A38F-01 called 0.85 3.74 1.0 17.0 0.92 0.12 new +TCGA-ZF-A9RM-01 TCGA-ZF-A9RM-01A-11D-A38F-01 called 0.82 3.67 1.0 17.0 0.89 0.42 new +TCGA-ZF-A9RN-01 TCGA-ZF-A9RN-01A-11D-A42D-01 called 0.81 2.71 1.0 13.0 0.85 0.18 new +TCGA-ZF-AA4N-01 TCGA-ZF-AA4N-01A-11D-A38F-01 called 0.77 1.83 0.0 10.0 0.75 0.56 new +TCGA-ZF-AA4R-01 TCGA-ZF-AA4R-01A-11D-A38F-01 called 0.66 2.15 0.0 13.0 0.68 0.32 new +TCGA-ZF-AA4T-01 TCGA-ZF-AA4T-01A-11D-A38F-01 called 0.39 5.59 2.0 47.0 0.64 0.23 new +TCGA-ZF-AA4U-01 TCGA-ZF-AA4U-01A-11D-A38F-01 called 0.88 3.78 1.0 17.0 0.93 0.02 new +TCGA-ZF-AA4V-01 TCGA-ZF-AA4V-01A-11D-A38F-01 called 0.64 2.63 1.0 15.0 0.7 0.1 new +TCGA-ZF-AA4W-01 TCGA-ZF-AA4W-01A-12D-A38F-01 called 0.35 1.96 0.0 28.0 0.35 0.04 new +TCGA-ZF-AA4X-01 TCGA-ZF-AA4X-01A-11D-A38F-01 called 0.72 3.3 1.0 17.0 0.81 0.5 new +TCGA-ZF-AA51-01 TCGA-ZF-AA51-01A-21D-A390-01 called 0.5 3.15 1.0 22.0 0.61 0.34 new +TCGA-ZF-AA52-01 TCGA-ZF-AA52-01A-12D-A390-01 called 0.33 4.31 2.0 45.0 0.52 0.1 new +TCGA-ZF-AA53-01 TCGA-ZF-AA53-01A-11D-A390-01 called 0.22 3.51 1.0 58.0 0.33 0.41 new +TCGA-ZF-AA54-01 TCGA-ZF-AA54-01A-11D-A390-01 called 0.43 3.18 1.0 29.0 0.55 0.08 new +TCGA-ZF-AA56-01 TCGA-ZF-AA56-01A-31D-A390-01 called 0.28 3.22 1.0 44.0 0.39 0.1 new +TCGA-ZF-AA58-01 TCGA-ZF-AA58-01A-12D-A42D-01 called 0.31 2.35 1.0 35.0 0.35 0.52 new +TCGA-ZF-AA5H-01 TCGA-ZF-AA5H-01A-11D-A390-01 called 0.58 2.87 1.0 18.0 0.66 0.32 new +TCGA-ZF-AA5N-01 TCGA-ZF-AA5N-01A-11D-A42D-01 called 0.7 2.09 0.0 12.0 0.71 0.0 new +TCGA-3C-AAAU-01 TCGA-3C-AAAU-01A-11D-A41E-01 called 0.81 2.56 1.0 12.0 0.85 0.05 new +TCGA-3C-AALI-01 TCGA-3C-AALI-01A-11D-A41E-01 called 0.64 3.05 1.0 17.0 0.73 0.0 new +TCGA-3C-AALJ-01 TCGA-3C-AALJ-01A-31D-A41E-01 called 0.53 3.9 1.0 28.0 0.69 0.13 new +TCGA-3C-AALK-01 TCGA-3C-AALK-01A-11D-A41E-01 called 0.61 2.05 0.0 13.0 0.62 0.03 new +TCGA-4H-AAAK-01 TCGA-4H-AAAK-01A-12D-A41E-01 called 0.47 3.99 1.0 32.0 0.64 0.0 new +TCGA-5L-AAT0-01 TCGA-5L-AAT0-01A-12D-A41E-01 called 0.53 2.0 0.0 15.0 0.53 0.0 new +TCGA-5T-A9QA-01 TCGA-5T-A9QA-01A-11D-A41E-01 called 0.83 3.12 1.0 14.0 0.89 0.1 new +TCGA-A1-A0SB-01 TCGA-A1-A0SB-01A-11D-A141-01 called 0.77 2.0 0.0 10.0 0.77 0.0 new +TCGA-A1-A0SD-01 TCGA-A1-A0SD-01A-11D-A111-01 called 0.51 1.92 0.0 16.0 0.5 0.07 new +TCGA-A1-A0SE-01 TCGA-A1-A0SE-01A-11D-A087-01 called 0.47 2.04 0.0 18.0 0.47 0.11 new +TCGA-A1-A0SF-01 TCGA-A1-A0SF-01A-11D-A141-01 called 0.44 3.26 1.0 29.0 0.56 0.02 new +TCGA-A1-A0SG-01 TCGA-A1-A0SG-01A-11D-A141-01 called 0.64 2.1 0.0 13.0 0.65 0.05 new +TCGA-A1-A0SH-01 TCGA-A1-A0SH-01A-11D-A087-01 called 0.44 2.05 0.0 19.0 0.44 0.03 new +TCGA-A1-A0SI-01 TCGA-A1-A0SI-01A-11D-A141-01 called 0.54 1.95 0.0 15.0 0.54 0.27 new +TCGA-A1-A0SJ-01 TCGA-A1-A0SJ-01A-11D-A087-01 called 0.61 3.41 1.0 19.0 0.73 0.13 new +TCGA-A1-A0SK-01 TCGA-A1-A0SK-01A-12D-A087-01 called 0.95 3.7 1.0 16.0 0.97 0.35 new +TCGA-A1-A0SM-01 TCGA-A1-A0SM-01A-11D-A087-01 called 0.6 2.1 0.0 14.0 0.61 0.01 new +TCGA-A1-A0SN-01 TCGA-A1-A0SN-01A-11D-A141-01 called 0.51 3.06 1.0 21.0 0.62 0.19 new +TCGA-A1-A0SP-01 TCGA-A1-A0SP-01A-11D-A087-01 called 0.63 1.86 0.0 12.0 0.61 0.47 new +TCGA-A1-A0SQ-01 TCGA-A1-A0SQ-01A-21D-A141-01 called 0.81 2.02 0.0 10.0 0.81 0.0 new +TCGA-A2-A04N-01 TCGA-A2-A04N-01A-11D-A111-01 called 0.72 2.14 0.0 12.0 0.73 0.04 new +TCGA-A2-A04P-01 TCGA-A2-A04P-01A-31D-A036-01 called 0.6 3.26 1.0 19.0 0.71 0.32 new +TCGA-A2-A04Q-01 TCGA-A2-A04Q-01A-21D-A036-01 called 0.2 2.05 0.0 54.0 0.21 0.58 new +TCGA-A2-A04R-01 TCGA-A2-A04R-01A-41D-A107-01 called 0.88 1.95 0.0 9.0 0.88 0.0 new +TCGA-A2-A04T-01 TCGA-A2-A04T-01A-21D-A036-01 called 0.61 3.32 1.0 19.0 0.72 0.31 new +TCGA-A2-A04U-01 TCGA-A2-A04U-01A-11D-A111-01 called 0.82 2.44 1.0 12.0 0.85 0.25 new +TCGA-A2-A04V-01 TCGA-A2-A04V-01A-21D-A036-01 called 0.84 1.99 0.0 9.0 0.84 0.0 new +TCGA-A2-A04W-01 TCGA-A2-A04W-01A-31D-A111-01 called 0.3 3.14 1.0 42.0 0.4 0.15 new +TCGA-A2-A04X-01 TCGA-A2-A04X-01A-21D-A036-01 called 0.59 1.92 0.0 14.0 0.58 0.01 new +TCGA-A2-A04Y-01 TCGA-A2-A04Y-01A-21D-A036-01 called 0.6 2.12 0.0 14.0 0.61 0.06 new +TCGA-A2-A0CK-01 TCGA-A2-A0CK-01A-11D-A227-01 called 0.69 1.99 0.0 12.0 0.69 0.01 new +TCGA-A2-A0CL-01 TCGA-A2-A0CL-01A-11D-A111-01 called 0.14 3.47 1.0 89.0 0.21 0.36 new +TCGA-A2-A0CM-01 TCGA-A2-A0CM-01A-31D-A036-01 called 0.38 4.88 2.0 44.0 0.6 0.45 new +TCGA-A2-A0CO-01 TCGA-A2-A0CO-01A-13D-A227-01 called 0.63 1.91 0.0 12.0 0.62 0.41 new +TCGA-A2-A0CP-01 TCGA-A2-A0CP-01A-11D-A036-01 called 0.47 2.06 0.0 18.0 0.48 0.0 new +TCGA-A2-A0CQ-01 TCGA-A2-A0CQ-01A-21D-A036-01 called 0.8 2.01 0.0 10.0 0.8 0.01 new +TCGA-A2-A0CR-01 TCGA-A2-A0CR-01A-11D-A227-01 called 0.23 1.87 0.0 46.0 0.22 0.05 new +TCGA-A2-A0CS-01 TCGA-A2-A0CS-01A-11D-A111-01 called 0.54 3.6 1.0 24.0 0.68 0.41 new +TCGA-A2-A0CT-01 TCGA-A2-A0CT-01A-31D-A059-01 called 0.8 3.95 2.0 18.0 0.89 0.13 new +TCGA-A2-A0CU-01 TCGA-A2-A0CU-01A-12D-A036-01 called 0.57 2.98 1.0 19.0 0.66 0.12 new +TCGA-A2-A0CV-01 TCGA-A2-A0CV-01A-31D-A111-01 called 0.46 3.06 1.0 25.0 0.57 0.0 new +TCGA-A2-A0CW-01 TCGA-A2-A0CW-01A-21D-A111-01 called 0.58 3.74 1.0 23.0 0.72 0.06 new +TCGA-A2-A0CX-01 TCGA-A2-A0CX-01A-21D-A011-01 called 0.45 3.45 1.0 29.0 0.59 0.28 new +TCGA-A2-A0D0-01 TCGA-A2-A0D0-01A-11D-A011-01 called 0.69 2.9 1.0 16.0 0.76 0.28 new +TCGA-A2-A0D1-01 TCGA-A2-A0D1-01A-11D-A036-01 called 0.76 3.76 1.0 18.0 0.86 0.0 new +TCGA-A2-A0D2-01 TCGA-A2-A0D2-01A-21D-A036-01 called 0.53 1.58 0.0 14.0 0.47 0.08 new +TCGA-A2-A0D3-01 TCGA-A2-A0D3-01A-11D-A111-01 called 0.7 2.17 0.0 12.0 0.72 0.0 new +TCGA-A2-A0D4-01 TCGA-A2-A0D4-01A-11D-A011-01 called 0.72 3.66 1.0 18.0 0.82 0.11 new +TCGA-A2-A0EM-01 TCGA-A2-A0EM-01A-11D-A036-01 called 0.72 2.08 0.0 11.0 0.73 0.0 new +TCGA-A2-A0EN-01 TCGA-A2-A0EN-01A-13D-A087-01 called 0.42 1.97 0.0 20.0 0.42 0.03 new +TCGA-A2-A0EO-01 TCGA-A2-A0EO-01A-11D-A036-01 called 0.47 3.75 1.0 30.0 0.63 0.12 new +TCGA-A2-A0EQ-01 TCGA-A2-A0EQ-01A-11D-A036-01 called 0.38 2.66 1.0 30.0 0.45 0.52 new +TCGA-A2-A0ER-01 TCGA-A2-A0ER-01A-21D-A036-01 called 0.77 2.01 0.0 10.0 0.77 0.03 new +TCGA-A2-A0ES-01 TCGA-A2-A0ES-01A-11D-A111-01 called 0.88 2.01 0.0 9.0 0.88 0.06 new +TCGA-A2-A0ET-01 TCGA-A2-A0ET-01A-31D-A036-01 called 0.81 3.18 1.0 15.0 0.87 0.3 new +TCGA-A2-A0EU-01 TCGA-A2-A0EU-01A-22D-A059-01 called 0.66 4.29 2.0 24.0 0.81 0.17 new +TCGA-A2-A0EV-01 TCGA-A2-A0EV-01A-11D-A036-01 called 0.45 3.35 1.0 29.0 0.58 0.02 new +TCGA-A2-A0EW-01 TCGA-A2-A0EW-01A-21D-A111-01 called 0.46 1.96 0.0 18.0 0.45 0.0 new +TCGA-A2-A0EX-01 TCGA-A2-A0EX-01A-21D-A036-01 called 0.61 2.1 0.0 14.0 0.62 0.07 new +TCGA-A2-A0EY-01 TCGA-A2-A0EY-01A-11D-A036-01 called 0.51 3.28 1.0 21.0 0.63 0.09 new +TCGA-A2-A0SU-01 TCGA-A2-A0SU-01A-11D-A087-01 called 0.56 2.03 0.0 15.0 0.56 0.0 new +TCGA-A2-A0SV-01 TCGA-A2-A0SV-01A-11D-A087-01 called 0.63 1.94 0.0 13.0 0.63 0.18 new +TCGA-A2-A0SW-01 TCGA-A2-A0SW-01A-11D-A087-01 called 0.52 2.24 1.0 17.0 0.55 0.05 new +TCGA-A2-A0SX-01 TCGA-A2-A0SX-01A-12D-A087-01 called 0.57 1.81 0.0 14.0 0.54 0.34 new +TCGA-A2-A0SY-01 TCGA-A2-A0SY-01A-31D-A087-01 called 0.65 2.03 0.0 13.0 0.65 0.0 new +TCGA-A2-A0T0-01 TCGA-A2-A0T0-01A-22D-A087-01 called 0.56 2.07 0.0 15.0 0.57 0.11 new +TCGA-A2-A0T1-01 TCGA-A2-A0T1-01A-21D-A087-01 called 0.19 3.49 1.0 67.0 0.29 0.16 new +TCGA-A2-A0T2-01 TCGA-A2-A0T2-01A-11D-A087-01 called 0.7 3.02 1.0 16.0 0.78 0.04 new +TCGA-A2-A0T3-01 TCGA-A2-A0T3-01A-21D-A111-01 called 0.51 5.0 2.0 36.0 0.72 0.08 new +TCGA-A2-A0T4-01 TCGA-A2-A0T4-01A-31D-A087-01 called 0.49 1.87 0.0 16.0 0.47 0.01 new +TCGA-A2-A0T5-01 TCGA-A2-A0T5-01A-21D-A087-01 called 0.6 2.16 0.0 14.0 0.62 0.0 new +TCGA-A2-A0T6-01 TCGA-A2-A0T6-01A-11D-A087-01 called 0.55 1.99 0.0 15.0 0.55 0.06 new +TCGA-A2-A0T7-01 TCGA-A2-A0T7-01A-21D-A087-01 called 0.49 1.97 0.0 17.0 0.49 0.33 new +TCGA-A2-A0YC-01 TCGA-A2-A0YC-01A-11D-A107-01 called 0.66 2.03 0.0 12.0 0.66 0.03 new +TCGA-A2-A0YD-01 TCGA-A2-A0YD-01A-11D-A107-01 called 0.5 2.14 0.0 17.0 0.51 0.03 new +TCGA-A2-A0YE-01 TCGA-A2-A0YE-01A-11D-A107-01 called 0.66 2.89 1.0 16.0 0.73 0.23 new +TCGA-A2-A0YF-01 TCGA-A2-A0YF-01A-21D-A107-01 called 0.81 1.94 0.0 10.0 0.81 0.92 new +TCGA-A2-A0YG-01 TCGA-A2-A0YG-01A-21D-A107-01 called 0.6 3.53 1.0 20.0 0.72 0.21 new +TCGA-A2-A0YH-01 TCGA-A2-A0YH-01A-11D-A107-01 called 0.43 3.12 1.0 28.0 0.54 0.18 new +TCGA-A2-A0YI-01 TCGA-A2-A0YI-01A-31D-A10L-01 called 0.44 2.02 0.0 19.0 0.44 0.02 new +TCGA-A2-A0YJ-01 TCGA-A2-A0YJ-01A-11D-A107-01 called 0.56 4.49 2.0 31.0 0.74 0.23 new +TCGA-A2-A0YK-01 TCGA-A2-A0YK-01A-22D-A107-01 called 0.4 1.91 0.0 21.0 0.38 0.04 new +TCGA-A2-A0YL-01 TCGA-A2-A0YL-01A-21D-A107-01 called 0.33 1.98 0.0 30.0 0.33 0.08 new +TCGA-A2-A0YM-01 TCGA-A2-A0YM-01A-11D-A107-01 called 0.58 3.5 2.0 21.0 0.71 0.14 new +TCGA-A2-A0YT-01 TCGA-A2-A0YT-01A-11D-A107-01 called 0.59 3.95 2.0 25.0 0.74 0.16 new +TCGA-A2-A1FV-01 TCGA-A2-A1FV-01A-11D-A13J-01 called 0.9 2.21 0.0 10.0 0.91 0.15 new +TCGA-A2-A1FW-01 TCGA-A2-A1FW-01A-11D-A13J-01 called 0.85 3.8 1.0 17.0 0.92 0.09 new +TCGA-A2-A1FX-01 TCGA-A2-A1FX-01A-11D-A13J-01 called 0.72 2.02 0.0 11.0 0.72 0.31 new +TCGA-A2-A1FZ-01 TCGA-A2-A1FZ-01A-51D-A14F-01 called 0.48 2.15 0.0 18.0 0.5 0.0 new +TCGA-A2-A1G0-01 TCGA-A2-A1G0-01A-11D-A13J-01 called 0.51 2.44 0.0 18.0 0.56 0.0 new +TCGA-A2-A1G1-01 TCGA-A2-A1G1-01A-21D-A13J-01 called 0.42 2.71 1.0 26.0 0.49 0.13 new +TCGA-A2-A1G4-01 TCGA-A2-A1G4-01A-11D-A13J-01 called 0.78 2.1 0.0 11.0 0.79 0.0 new +TCGA-A2-A259-01 TCGA-A2-A259-01A-11D-A16C-01 called 0.44 2.2 0.0 20.0 0.46 0.04 new +TCGA-A2-A25A-01 TCGA-A2-A25A-01A-12D-A16C-01 called 0.38 1.93 0.0 21.0 0.38 0.0 new +TCGA-A2-A25C-01 TCGA-A2-A25C-01A-11D-A166-01 called 0.66 1.92 0.0 12.0 0.65 0.01 new +TCGA-A2-A25D-01 TCGA-A2-A25D-01A-12D-A16C-01 called 0.57 2.1 0.0 15.0 0.58 0.04 new +TCGA-A2-A25E-01 TCGA-A2-A25E-01A-11D-A166-01 called 0.66 2.11 0.0 13.0 0.67 0.1 new +TCGA-A2-A3KC-01 TCGA-A2-A3KC-01A-11D-A20R-01 called 0.49 2.05 0.0 17.0 0.5 0.0 new +TCGA-A2-A3KD-01 TCGA-A2-A3KD-01A-12D-A20R-01 called 0.5 2.1 0.0 17.0 0.51 0.0 new +TCGA-A2-A3XS-01 TCGA-A2-A3XS-01A-11D-A22W-01 called 0.43 5.2 2.0 42.0 0.66 0.38 new +TCGA-A2-A3XT-01 TCGA-A2-A3XT-01A-11D-A22W-01 called 0.4 3.68 1.0 35.0 0.55 0.22 new +TCGA-A2-A3XU-01 TCGA-A2-A3XU-01A-12D-A22W-01 called 0.9 2.17 0.0 9.0 0.91 0.08 new +TCGA-A2-A3XV-01 TCGA-A2-A3XV-01A-21D-A238-01 called 0.66 2.02 0.0 12.0 0.66 0.03 new +TCGA-A2-A3XX-01 TCGA-A2-A3XX-01A-21D-A238-01 called 0.55 3.05 1.0 19.0 0.65 0.36 new +TCGA-A2-A3XY-01 TCGA-A2-A3XY-01A-11D-A238-01 called 0.39 2.37 0.0 27.0 0.43 0.56 new +TCGA-A2-A3XZ-01 TCGA-A2-A3XZ-01A-42D-A238-01 called 0.27 2.25 0.0 41.0 0.29 0.02 new +TCGA-A2-A3Y0-01 TCGA-A2-A3Y0-01A-11D-A238-01 called 0.63 1.75 0.0 12.0 0.6 0.48 new +TCGA-A2-A4RW-01 TCGA-A2-A4RW-01A-21D-A25N-01 called 0.49 1.92 0.0 16.0 0.48 0.03 new +TCGA-A2-A4RX-01 TCGA-A2-A4RX-01A-11D-A25N-01 called 0.37 3.58 1.0 36.0 0.51 0.03 new +TCGA-A2-A4RY-01 TCGA-A2-A4RY-01A-31D-A25N-01 called 0.24 2.0 0.0 45.0 0.24 0.12 new +TCGA-A2-A4S0-01 TCGA-A2-A4S0-01A-21D-A25N-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-A2-A4S1-01 TCGA-A2-A4S1-01A-21D-A25N-01 called 0.45 3.32 1.0 28.0 0.58 0.11 new +TCGA-A2-A4S2-01 TCGA-A2-A4S2-01A-12D-A25N-01 called 0.56 2.28 0.0 16.0 0.59 0.0 new +TCGA-A2-A4S3-01 TCGA-A2-A4S3-01A-21D-A25N-01 called 0.58 1.78 0.0 13.0 0.56 0.07 new +TCGA-A7-A0CD-01 TCGA-A7-A0CD-01A-11D-A011-01 called 0.86 3.45 1.0 15.0 0.91 0.03 new +TCGA-A7-A0CE-01 TCGA-A7-A0CE-01A-11D-A011-01 called 0.73 2.89 1.0 15.0 0.8 0.24 new +TCGA-A7-A0CG-01 TCGA-A7-A0CG-01A-11D-A011-01 called 0.39 1.99 0.0 21.0 0.39 0.06 new +TCGA-A7-A0CH-01 TCGA-A7-A0CH-01A-21D-A011-01 called 0.78 2.07 0.0 11.0 0.79 0.02 new +TCGA-A7-A0CJ-01 TCGA-A7-A0CJ-01A-21D-A011-01 called 0.81 3.56 1.0 17.0 0.88 0.22 new +TCGA-A7-A0D9-01 TCGA-A7-A0D9-01A-31D-A059-01 called 0.8 2.2 0.0 11.0 0.82 0.01 new +TCGA-A7-A0DA-01 TCGA-A7-A0DA-01A-31D-A111-01 called 0.55 2.84 1.0 19.0 0.63 0.21 new +TCGA-A7-A0DB-01 TCGA-A7-A0DB-01A-11D-A011-01 called 0.61 2.38 0.0 15.0 0.65 0.03 new +TCGA-A7-A13D-01 TCGA-A7-A13D-01A-13D-A12N-01 called 0.55 3.03 1.0 19.0 0.65 0.36 new +TCGA-A7-A13E-01 TCGA-A7-A13E-01A-11D-A12N-01 called 0.83 3.29 1.0 15.0 0.89 0.15 new +TCGA-A7-A13F-01 TCGA-A7-A13F-01A-11D-A12N-01 called 0.65 3.58 1.0 19.0 0.77 0.03 new +TCGA-A7-A13G-01 TCGA-A7-A13G-01A-11D-A13J-01 called 0.86 2.08 0.0 10.0 0.86 0.02 new +TCGA-A7-A13H-01 TCGA-A7-A13H-01A-11D-A227-01 called 0.44 2.01 0.0 19.0 0.44 0.0 new +TCGA-A7-A26E-01 TCGA-A7-A26E-01A-11D-A275-01 called 0.72 1.96 0.0 11.0 0.71 0.22 new +TCGA-A7-A26F-01 TCGA-A7-A26F-01A-21D-A166-01 called 0.46 2.05 0.0 18.0 0.46 0.57 new +TCGA-A7-A26G-01 TCGA-A7-A26G-01A-21D-A166-01 called 0.38 1.89 0.0 21.0 0.37 0.31 new +TCGA-A7-A26H-01 TCGA-A7-A26H-01A-11D-A166-01 called 0.63 2.29 0.0 14.0 0.66 0.17 new +TCGA-A7-A26I-01 TCGA-A7-A26I-01A-11D-A166-01 called 0.55 3.09 1.0 20.0 0.65 0.03 new +TCGA-A7-A26J-01 TCGA-A7-A26J-01A-11D-A275-01 called 0.71 2.25 0.0 12.0 0.74 0.16 new +TCGA-A7-A2KD-01 TCGA-A7-A2KD-01A-31D-A21P-01 called 0.55 3.85 1.0 26.0 0.7 0.14 new +TCGA-A7-A3IY-01 TCGA-A7-A3IY-01A-21D-A21P-01 called 0.43 2.02 0.0 19.0 0.43 0.05 new +TCGA-A7-A3IZ-01 TCGA-A7-A3IZ-01A-11D-A20R-01 called 0.9 1.95 0.0 8.0 0.9 0.02 new +TCGA-A7-A3J0-01 TCGA-A7-A3J0-01A-11D-A20R-01 called 0.87 2.24 0.0 10.0 0.88 0.04 new +TCGA-A7-A3J1-01 TCGA-A7-A3J1-01A-11D-A20R-01 called 0.55 1.85 0.0 14.0 0.53 0.08 new +TCGA-A7-A3RF-01 TCGA-A7-A3RF-01A-11D-A227-01 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-A7-A425-01 TCGA-A7-A425-01A-11D-A242-01 called 0.48 2.59 0.0 20.0 0.55 0.04 new +TCGA-A7-A426-01 TCGA-A7-A426-01A-22D-A242-01 called 0.44 2.0 0.0 19.0 0.44 0.03 new +TCGA-A7-A4SA-01 TCGA-A7-A4SA-01A-11D-A25N-01 called 0.43 1.96 0.0 19.0 0.43 0.05 new +TCGA-A7-A4SB-01 TCGA-A7-A4SB-01A-21D-A25N-01 called 0.67 3.15 1.0 17.0 0.76 0.03 new +TCGA-A7-A4SD-01 TCGA-A7-A4SD-01A-11D-A25N-01 called 0.48 2.67 1.0 20.0 0.56 0.2 new +TCGA-A7-A4SE-01 TCGA-A7-A4SE-01A-11D-A25N-01 called 0.49 3.21 1.0 24.0 0.61 0.12 new +TCGA-A7-A4SF-01 TCGA-A7-A4SF-01A-11D-A25N-01 called 0.77 2.8 1.0 14.0 0.82 0.21 new +TCGA-A7-A56D-01 TCGA-A7-A56D-01A-11D-A27O-01 called 0.64 1.88 0.0 12.0 0.62 0.43 new +TCGA-A7-A5ZV-01 TCGA-A7-A5ZV-01A-11D-A28A-01 called 0.77 2.54 1.0 13.0 0.81 0.11 new +TCGA-A7-A5ZW-01 TCGA-A7-A5ZW-01A-12D-A29M-01 called 0.57 2.02 0.0 15.0 0.57 0.07 new +TCGA-A7-A5ZX-01 TCGA-A7-A5ZX-01A-12D-A29M-01 called 0.39 2.04 0.0 21.0 0.4 0.04 new +TCGA-A7-A6VV-01 TCGA-A7-A6VV-01A-22D-A33D-01 called 0.53 2.9 1.0 19.0 0.62 0.17 new +TCGA-A7-A6VW-01 TCGA-A7-A6VW-01A-21D-A33D-01 called 0.76 1.72 0.0 9.0 0.73 0.18 new +TCGA-A7-A6VX-01 TCGA-A7-A6VX-01A-12D-A33D-01 called 0.8 3.15 1.0 15.0 0.86 0.26 new +TCGA-A7-A6VY-01 TCGA-A7-A6VY-01A-12D-A33D-01 called 0.59 1.71 0.0 13.0 0.55 0.1 new +TCGA-A8-A06N-01 TCGA-A8-A06N-01A-11D-A011-01 called 0.83 3.36 1.0 15.0 0.89 0.08 new +TCGA-A8-A06O-01 TCGA-A8-A06O-01A-11D-A011-01 called 0.64 3.59 1.0 20.0 0.76 0.17 new +TCGA-A8-A06P-01 TCGA-A8-A06P-01A-11D-A011-01 called 0.65 2.05 0.0 13.0 0.66 0.09 new +TCGA-A8-A06Q-01 TCGA-A8-A06Q-01A-11D-A036-01 called 0.78 3.29 1.0 16.0 0.85 0.08 new +TCGA-A8-A06R-01 TCGA-A8-A06R-01A-11D-A011-01 called 0.57 4.57 2.0 31.0 0.76 0.4 new +TCGA-A8-A06T-01 TCGA-A8-A06T-01A-11D-A011-01 called 0.68 3.37 1.0 18.0 0.78 0.07 new +TCGA-A8-A06U-01 TCGA-A8-A06U-01A-11D-A011-01 called 0.67 3.96 2.0 21.0 0.8 0.2 new +TCGA-A8-A06X-01 TCGA-A8-A06X-01A-21D-A011-01 called 0.58 3.18 1.0 19.0 0.68 0.1 new +TCGA-A8-A06Z-01 TCGA-A8-A06Z-01A-11D-A011-01 called 0.83 2.98 1.0 14.0 0.88 0.21 new +TCGA-A8-A075-01 TCGA-A8-A075-01A-11D-A087-01 called 0.52 3.41 1.0 23.0 0.65 0.06 new +TCGA-A8-A076-01 TCGA-A8-A076-01A-21D-A011-01 called 0.58 3.99 1.0 26.0 0.73 0.11 new +TCGA-A8-A079-01 TCGA-A8-A079-01A-21D-A011-01 called 0.73 3.93 2.0 19.0 0.84 0.54 new +TCGA-A8-A07B-01 TCGA-A8-A07B-01A-11D-A011-01 called 0.74 3.76 1.0 18.0 0.84 0.27 new +TCGA-A8-A07E-01 TCGA-A8-A07E-01A-11D-A036-01 called 0.52 1.97 0.0 16.0 0.52 0.01 new +TCGA-A8-A07F-01 TCGA-A8-A07F-01A-11D-A011-01 called 0.68 3.06 1.0 16.0 0.76 0.0 new +TCGA-A8-A07G-01 TCGA-A8-A07G-01A-11D-A036-01 called 0.48 2.01 0.0 17.0 0.49 0.46 new +TCGA-A8-A07I-01 TCGA-A8-A07I-01A-11D-A011-01 called 0.71 2.01 0.0 11.0 0.71 0.01 new +TCGA-A8-A07J-01 TCGA-A8-A07J-01A-11D-A011-01 called 0.59 2.01 0.0 14.0 0.59 0.03 new +TCGA-A8-A07L-01 TCGA-A8-A07L-01A-11D-A011-01 called 0.81 2.02 0.0 10.0 0.82 0.17 new +TCGA-A8-A07O-01 TCGA-A8-A07O-01A-11D-A011-01 called 0.55 2.11 0.0 15.0 0.57 0.13 new +TCGA-A8-A07P-01 TCGA-A8-A07P-01A-11D-A011-01 called 0.77 1.98 0.0 10.0 0.77 0.15 new +TCGA-A8-A07U-01 TCGA-A8-A07U-01A-11D-A036-01 called 0.19 2.76 1.0 61.0 0.25 0.1 new +TCGA-A8-A07W-01 TCGA-A8-A07W-01A-11D-A011-01 called 0.68 3.57 2.0 19.0 0.79 0.5 new +TCGA-A8-A07Z-01 TCGA-A8-A07Z-01A-11D-A011-01 called 0.88 1.27 0.0 6.0 0.83 0.16 new +TCGA-A8-A081-01 TCGA-A8-A081-01A-11D-A011-01 called 0.69 2.8 1.0 15.0 0.76 0.08 new +TCGA-A8-A082-01 TCGA-A8-A082-01A-11D-A011-01 called 0.78 2.01 0.0 10.0 0.78 0.04 new +TCGA-A8-A085-01 TCGA-A8-A085-01A-11D-A011-01 called 0.84 1.98 0.0 9.0 0.84 0.01 new +TCGA-A8-A086-01 TCGA-A8-A086-01A-11D-A011-01 called 0.72 2.35 0.0 13.0 0.75 0.03 new +TCGA-A8-A08A-01 TCGA-A8-A08A-01A-11D-A011-01 called 0.7 2.04 0.0 12.0 0.7 0.01 new +TCGA-A8-A08B-01 TCGA-A8-A08B-01A-11D-A011-01 called 0.66 3.6 1.0 19.0 0.78 0.3 new +TCGA-A8-A08C-01 TCGA-A8-A08C-01A-11D-A011-01 called 0.9 2.44 0.0 11.0 0.92 0.12 new +TCGA-A8-A08G-01 TCGA-A8-A08G-01A-11D-A011-01 called 0.69 3.5 1.0 18.0 0.8 0.23 new +TCGA-A8-A08H-01 TCGA-A8-A08H-01A-21D-A011-01 called 0.78 2.0 0.0 10.0 0.78 0.04 new +TCGA-A8-A08I-01 TCGA-A8-A08I-01A-11D-A011-01 called 0.65 2.93 1.0 16.0 0.73 0.3 new +TCGA-A8-A08J-01 TCGA-A8-A08J-01A-11D-A011-01 called 0.63 3.22 1.0 18.0 0.73 0.48 new +TCGA-A8-A08L-01 TCGA-A8-A08L-01A-11D-A011-01 called 0.75 1.84 0.0 10.0 0.73 0.09 new +TCGA-A8-A08O-01 TCGA-A8-A08O-01A-21D-A059-01 called 0.75 1.8 0.0 10.0 0.73 0.13 new +TCGA-A8-A08R-01 TCGA-A8-A08R-01A-11D-A036-01 called 0.48 2.86 1.0 21.0 0.57 0.53 new +TCGA-A8-A08T-01 TCGA-A8-A08T-01A-21D-A011-01 called 0.78 2.23 0.0 11.0 0.8 0.04 new +TCGA-A8-A08X-01 TCGA-A8-A08X-01A-21D-A011-01 called 0.35 2.64 1.0 33.0 0.41 0.5 new +TCGA-A8-A08Z-01 TCGA-A8-A08Z-01A-21D-A011-01 called 0.62 2.03 0.0 13.0 0.63 0.01 new +TCGA-A8-A090-01 TCGA-A8-A090-01A-11D-A011-01 called 0.59 3.62 1.0 21.0 0.72 0.09 new +TCGA-A8-A091-01 TCGA-A8-A091-01A-11D-A011-01 called 0.76 3.47 1.0 17.0 0.85 0.08 new +TCGA-A8-A092-01 TCGA-A8-A092-01A-11D-A011-01 called 0.71 3.33 1.0 17.0 0.8 0.18 new +TCGA-A8-A093-01 TCGA-A8-A093-01A-11D-A011-01 called 0.78 3.51 1.0 17.0 0.86 0.01 new +TCGA-A8-A094-01 TCGA-A8-A094-01A-11D-A011-01 called 0.58 1.7 0.0 13.0 0.54 0.29 new +TCGA-A8-A095-01 TCGA-A8-A095-01A-11D-A011-01 called 0.65 2.3 0.0 14.0 0.68 0.12 new +TCGA-A8-A096-01 TCGA-A8-A096-01A-11D-A011-01 called 0.63 2.0 0.0 13.0 0.63 0.0 new +TCGA-A8-A097-01 TCGA-A8-A097-01A-11D-A036-01 called 0.53 3.51 1.0 25.0 0.66 0.19 new +TCGA-A8-A099-01 TCGA-A8-A099-01A-11D-A011-01 called 0.86 1.93 0.0 9.0 0.85 0.0 new +TCGA-A8-A09A-01 TCGA-A8-A09A-01A-11D-A011-01 called 0.36 3.4 1.0 36.0 0.49 0.55 new +TCGA-A8-A09B-01 TCGA-A8-A09B-01A-11D-A011-01 called 0.69 3.29 1.0 17.0 0.78 0.34 new +TCGA-A8-A09C-01 TCGA-A8-A09C-01A-11D-A011-01 called 0.84 3.08 1.0 14.0 0.89 0.34 new +TCGA-A8-A09D-01 TCGA-A8-A09D-01A-11D-A011-01 called 0.57 2.1 0.0 15.0 0.58 0.07 new +TCGA-A8-A09G-01 TCGA-A8-A09G-01A-21D-A011-01 called 0.61 1.89 0.0 13.0 0.6 0.11 new +TCGA-A8-A09I-01 TCGA-A8-A09I-01A-22D-A036-01 called 0.59 3.83 1.0 23.0 0.73 0.17 new +TCGA-A8-A09M-01 TCGA-A8-A09M-01A-11D-A011-01 called 0.78 1.96 0.0 10.0 0.78 0.49 new +TCGA-A8-A09N-01 TCGA-A8-A09N-01A-11D-A011-01 called 0.83 1.76 0.0 9.0 0.81 0.13 new +TCGA-A8-A09Q-01 TCGA-A8-A09Q-01A-11D-A011-01 called 0.49 5.51 2.0 40.0 0.73 0.1 new +TCGA-A8-A09R-01 TCGA-A8-A09R-01A-11D-A011-01 called 0.52 3.17 1.0 21.0 0.63 0.29 new +TCGA-A8-A09T-01 TCGA-A8-A09T-01A-11D-A011-01 called 0.63 3.73 1.0 20.0 0.76 0.21 new +TCGA-A8-A09V-01 TCGA-A8-A09V-01A-11D-A036-01 called 0.83 2.06 0.0 10.0 0.84 0.0 new +TCGA-A8-A09W-01 TCGA-A8-A09W-01A-11D-A011-01 called 0.73 2.07 0.0 11.0 0.74 0.08 new +TCGA-A8-A09X-01 TCGA-A8-A09X-01A-11D-A011-01 called 0.3 3.44 1.0 43.0 0.43 0.18 new +TCGA-A8-A09Z-01 TCGA-A8-A09Z-01A-11D-A011-01 called 0.85 1.98 0.0 9.0 0.85 0.0 new +TCGA-A8-A0A1-01 TCGA-A8-A0A1-01A-11D-A011-01 called 0.62 1.95 0.0 13.0 0.62 0.12 new +TCGA-A8-A0A2-01 TCGA-A8-A0A2-01A-11D-A036-01 called 0.65 3.81 1.0 20.0 0.78 0.23 new +TCGA-A8-A0A4-01 TCGA-A8-A0A4-01A-11D-A011-01 called 0.63 1.89 0.0 12.0 0.62 0.03 new +TCGA-A8-A0A6-01 TCGA-A8-A0A6-01A-12D-A059-01 called 0.31 3.73 1.0 44.0 0.46 0.11 new +TCGA-A8-A0A7-01 TCGA-A8-A0A7-01A-11D-A011-01 called 0.22 1.8 0.0 48.0 0.2 0.39 new +TCGA-A8-A0A9-01 TCGA-A8-A0A9-01A-11D-A011-01 called 0.75 4.62 2.0 24.0 0.87 0.59 new +TCGA-A8-A0AB-01 TCGA-A8-A0AB-01A-11D-A036-01 called 0.83 3.66 1.0 17.0 0.9 0.29 new +TCGA-A8-A0AD-01 TCGA-A8-A0AD-01A-11D-A059-01 called 0.76 1.89 0.0 10.0 0.75 0.04 new +TCGA-AC-A23C-01 TCGA-AC-A23C-01A-12D-A166-01 called 0.48 2.1 0.0 18.0 0.5 0.11 new +TCGA-AC-A23E-01 TCGA-AC-A23E-01A-11D-A160-01 called 0.5 3.42 1.0 26.0 0.63 0.1 new +TCGA-AC-A23G-01 TCGA-AC-A23G-01A-11D-A20R-01 called 0.22 3.4 1.0 56.0 0.33 0.0 new +TCGA-AC-A23H-01 TCGA-AC-A23H-01A-11D-A160-01 called 0.67 3.44 1.0 18.0 0.78 0.12 new +TCGA-AC-A2B8-01 TCGA-AC-A2B8-01A-11D-A17C-01 called 0.53 2.11 0.0 16.0 0.54 0.05 new +TCGA-AC-A2BK-01 TCGA-AC-A2BK-01A-11D-A21P-01 called 0.86 3.9 1.0 17.0 0.92 0.18 new +TCGA-AC-A2BM-01 TCGA-AC-A2BM-01A-11D-A21P-01 called 0.58 3.5 1.0 20.0 0.71 0.12 new +TCGA-AC-A2FB-01 TCGA-AC-A2FB-01A-11D-A17C-01 called 0.23 1.98 0.0 46.0 0.23 0.02 new +TCGA-AC-A2FE-01 TCGA-AC-A2FE-01A-11D-A19X-01 called 0.37 2.06 0.0 26.0 0.37 0.0 new +TCGA-AC-A2FF-01 TCGA-AC-A2FF-01A-11D-A17C-01 called 1.0 2.0 0.0 8.0 1.0 0.16 new +TCGA-AC-A2FG-01 TCGA-AC-A2FG-01A-11D-A17C-01 called 0.57 2.05 0.0 15.0 0.57 0.0 new +TCGA-AC-A2FK-01 TCGA-AC-A2FK-01A-12D-A17U-01 called 1.0 2.0 0.0 8.0 1.0 0.03 new +TCGA-AC-A2FM-01 TCGA-AC-A2FM-01A-11D-A19X-01 called 0.89 2.03 0.0 9.0 0.89 0.49 new +TCGA-AC-A2FO-01 TCGA-AC-A2FO-01A-11D-A17U-01 called 0.38 1.99 0.0 23.0 0.38 0.2 new +TCGA-AC-A2QH-01 TCGA-AC-A2QH-01A-11D-A18N-01 called 0.81 4.32 2.0 20.0 0.9 0.56 new +TCGA-AC-A2QI-01 TCGA-AC-A2QI-01A-12D-A19X-01 called 0.58 2.04 0.0 14.0 0.58 0.09 new +TCGA-AC-A2QJ-01 TCGA-AC-A2QJ-01A-12D-A19X-01 called 0.53 2.86 1.0 19.0 0.62 0.69 new +TCGA-AC-A3BB-01 TCGA-AC-A3BB-01A-21D-A19X-01 called 0.27 3.71 1.0 49.0 0.4 0.01 new +TCGA-AC-A3EH-01 TCGA-AC-A3EH-01A-22D-A227-01 called 0.7 3.91 1.0 20.0 0.82 0.0 new +TCGA-AC-A3HN-01 TCGA-AC-A3HN-01A-11D-A20R-01 called 0.48 2.05 0.0 17.0 0.48 0.0 new +TCGA-AC-A3OD-01 TCGA-AC-A3OD-01A-11D-A21P-01 called 0.42 2.02 0.0 20.0 0.43 0.0 new +TCGA-AC-A3QP-01 TCGA-AC-A3QP-01A-11D-A22W-01 called 0.43 2.04 0.0 19.0 0.44 0.0 new +TCGA-AC-A3QQ-01 TCGA-AC-A3QQ-01A-11D-A227-01 called 0.71 2.09 0.0 12.0 0.72 0.07 new +TCGA-AC-A3TM-01 TCGA-AC-A3TM-01A-11D-A227-01 called 0.44 2.02 0.0 19.0 0.45 0.03 new +TCGA-AC-A3TN-01 TCGA-AC-A3TN-01A-11D-A227-01 called 0.77 2.0 0.0 10.0 0.77 0.01 new +TCGA-AC-A3W5-01 TCGA-AC-A3W5-01A-11D-A227-01 called 0.48 3.4 1.0 27.0 0.61 0.46 new +TCGA-AC-A3W6-01 TCGA-AC-A3W6-01A-12D-A227-01 called 0.36 1.89 0.0 26.0 0.35 0.1 new +TCGA-AC-A3W7-01 TCGA-AC-A3W7-01A-11D-A227-01 called 0.58 1.92 0.0 14.0 0.57 0.01 new +TCGA-AC-A3YI-01 TCGA-AC-A3YI-01A-21D-A238-01 called 1.0 2.01 0.0 8.0 1.0 0.06 new +TCGA-AC-A3YJ-01 TCGA-AC-A3YJ-01A-11D-A22W-01 called 0.97 2.05 0.0 8.0 0.97 0.05 new +TCGA-AC-A4ZE-01 TCGA-AC-A4ZE-01A-11D-A41E-01 called 0.75 3.85 1.0 19.0 0.85 0.02 new +TCGA-AC-A5EH-01 TCGA-AC-A5EH-01A-11D-A28A-01 called 0.42 3.47 1.0 32.0 0.56 0.08 new +TCGA-AC-A5EI-01 TCGA-AC-A5EI-01A-11D-A27O-01 called 0.5 2.49 1.0 18.0 0.56 0.05 new +TCGA-AC-A5XS-01 TCGA-AC-A5XS-01A-11D-A29M-01 called 0.48 2.0 0.0 17.0 0.48 0.08 new +TCGA-AC-A5XU-01 TCGA-AC-A5XU-01A-11D-A28A-01 called 0.78 2.13 0.0 11.0 0.8 0.6 new +TCGA-AC-A62V-01 TCGA-AC-A62V-01A-11D-A31T-01 called 0.66 3.14 1.0 17.0 0.75 0.07 new +TCGA-AC-A62X-01 TCGA-AC-A62X-01A-11D-A29M-01 called 0.79 3.57 2.0 17.0 0.87 0.08 new +TCGA-AC-A62Y-01 TCGA-AC-A62Y-01A-11D-A29M-01 called 0.55 3.19 1.0 20.0 0.66 0.06 new +TCGA-AC-A6IV-01 TCGA-AC-A6IV-01A-12D-A33D-01 called 0.3 2.03 0.0 35.0 0.3 0.06 new +TCGA-AC-A6IW-01 TCGA-AC-A6IW-01A-12D-A33D-01 called 0.54 1.49 0.0 13.0 0.46 0.39 new +TCGA-AC-A6IX-01 TCGA-AC-A6IX-01A-12D-A32H-01 called 0.5 1.95 0.0 16.0 0.49 0.0 new +TCGA-AC-A6IX-06 TCGA-AC-A6IX-06A-11D-A32H-01 called 0.29 2.0 0.0 36.0 0.29 0.0 new +TCGA-AC-A6NO-01 TCGA-AC-A6NO-01A-12D-A33D-01 called 0.77 2.14 0.0 11.0 0.78 0.11 new +TCGA-AC-A7VB-01 TCGA-AC-A7VB-01A-11D-A350-01 called 0.88 1.95 0.0 9.0 0.88 0.01 new +TCGA-AC-A7VC-01 TCGA-AC-A7VC-01A-11D-A350-01 called 0.84 2.01 0.0 9.0 0.84 0.6 new +TCGA-AC-A8OP-01 TCGA-AC-A8OP-01A-11D-A36I-01 called 0.42 3.9 1.0 34.0 0.59 0.05 new +TCGA-AC-A8OQ-01 TCGA-AC-A8OQ-01A-11D-A41E-01 called 0.22 3.99 2.0 61.0 0.35 0.12 new +TCGA-AC-A8OR-01 TCGA-AC-A8OR-01A-21D-A41E-01 called 0.84 1.97 0.0 9.0 0.84 0.01 new +TCGA-AC-A8OS-01 TCGA-AC-A8OS-01A-12D-A41E-01 called 0.46 1.99 0.0 18.0 0.46 0.01 new +TCGA-AN-A03X-01 TCGA-AN-A03X-01A-21D-A011-01 called 0.56 1.95 0.0 14.0 0.55 0.11 new +TCGA-AN-A03Y-01 TCGA-AN-A03Y-01A-21D-A011-01 called 0.67 3.6 1.0 19.0 0.79 0.03 new +TCGA-AN-A041-01 TCGA-AN-A041-01A-11D-A036-01 called 0.61 3.85 1.0 21.0 0.75 0.31 new +TCGA-AN-A046-01 TCGA-AN-A046-01A-21D-A036-01 called 0.39 3.82 1.0 36.0 0.55 0.12 new +TCGA-AN-A049-01 TCGA-AN-A049-01A-21D-A011-01 called 0.69 2.07 0.0 12.0 0.7 0.03 new +TCGA-AN-A04A-01 TCGA-AN-A04A-01A-21D-A036-01 called 0.56 3.0 1.0 19.0 0.66 0.09 new +TCGA-AN-A04C-01 TCGA-AN-A04C-01A-21D-A036-01 called 0.64 3.55 1.0 19.0 0.76 0.13 new +TCGA-AN-A04D-01 TCGA-AN-A04D-01A-21D-A036-01 called 0.91 2.17 0.0 9.0 0.91 0.03 new +TCGA-AN-A0AJ-01 TCGA-AN-A0AJ-01A-11D-A011-01 called 0.64 3.37 1.0 19.0 0.75 0.17 new +TCGA-AN-A0AK-01 TCGA-AN-A0AK-01A-21D-A011-01 called 0.69 3.77 1.0 19.0 0.8 0.18 new +TCGA-AN-A0AL-01 TCGA-AN-A0AL-01A-11D-A011-01 called 0.78 1.92 0.0 10.0 0.77 0.22 new +TCGA-AN-A0AM-01 TCGA-AN-A0AM-01A-11D-A036-01 called 0.34 3.43 1.0 39.0 0.46 0.38 new +TCGA-AN-A0AR-01 TCGA-AN-A0AR-01A-11D-A011-01 called 0.91 1.93 0.0 8.0 0.9 0.06 new +TCGA-AN-A0AS-01 TCGA-AN-A0AS-01A-11D-A011-01 called 0.56 3.54 1.0 21.0 0.7 0.36 new +TCGA-AN-A0AT-01 TCGA-AN-A0AT-01A-11D-A036-01 called 0.64 1.76 0.0 12.0 0.61 0.12 new +TCGA-AN-A0FD-01 TCGA-AN-A0FD-01A-11D-A036-01 called 0.76 1.9 0.0 10.0 0.75 0.1 new +TCGA-AN-A0FF-01 TCGA-AN-A0FF-01A-11D-A036-01 called 0.74 2.08 0.0 11.0 0.75 0.05 new +TCGA-AN-A0FJ-01 TCGA-AN-A0FJ-01A-11D-A011-01 called 0.81 1.77 0.0 9.0 0.79 0.2 new +TCGA-AN-A0FK-01 TCGA-AN-A0FK-01A-11D-A036-01 called 0.7 3.23 1.0 17.0 0.79 0.03 new +TCGA-AN-A0FL-01 TCGA-AN-A0FL-01A-11D-A036-01 called 0.94 2.07 0.0 9.0 0.94 0.13 new +TCGA-AN-A0FN-01 TCGA-AN-A0FN-01A-11D-A036-01 called 0.18 1.97 0.0 59.0 0.18 0.02 new +TCGA-AN-A0FS-01 TCGA-AN-A0FS-01A-11D-A036-01 called 0.64 2.04 0.0 13.0 0.65 0.04 new +TCGA-AN-A0FT-01 TCGA-AN-A0FT-01A-11D-A036-01 called 0.62 5.83 2.0 37.0 0.83 0.12 new +TCGA-AN-A0FV-01 TCGA-AN-A0FV-01A-11D-A011-01 called 0.55 2.74 1.0 18.0 0.62 0.07 new +TCGA-AN-A0FW-01 TCGA-AN-A0FW-01A-11D-A036-01 called 0.65 3.56 1.0 19.0 0.77 0.1 new +TCGA-AN-A0FX-01 TCGA-AN-A0FX-01A-11D-A036-01 called 0.5 3.35 1.0 25.0 0.62 0.06 new +TCGA-AN-A0FY-01 TCGA-AN-A0FY-01A-11D-A036-01 called 0.74 3.56 1.0 18.0 0.83 0.24 new +TCGA-AN-A0FZ-01 TCGA-AN-A0FZ-01A-11D-A036-01 called 0.83 2.23 0.0 11.0 0.84 0.59 new +TCGA-AN-A0XL-01 TCGA-AN-A0XL-01A-11D-A10L-01 called 0.52 2.22 0.0 17.0 0.55 0.08 new +TCGA-AN-A0XN-01 TCGA-AN-A0XN-01A-21D-A107-01 called 0.47 3.31 1.0 27.0 0.59 0.22 new +TCGA-AN-A0XO-01 TCGA-AN-A0XO-01A-11D-A107-01 called 0.67 2.06 0.0 12.0 0.68 0.53 new +TCGA-AN-A0XP-01 TCGA-AN-A0XP-01A-11D-A107-01 called 0.58 3.84 1.0 24.0 0.72 0.15 new +TCGA-AN-A0XR-01 TCGA-AN-A0XR-01A-11D-A107-01 called 0.85 2.05 0.0 10.0 0.85 0.0 new +TCGA-AN-A0XS-01 TCGA-AN-A0XS-01A-22D-A107-01 called 0.45 3.78 1.0 32.0 0.61 0.08 new +TCGA-AN-A0XT-01 TCGA-AN-A0XT-01A-11D-A107-01 called 0.81 1.72 0.0 9.0 0.78 0.04 new +TCGA-AN-A0XU-01 TCGA-AN-A0XU-01A-11D-A107-01 called 0.61 3.59 2.0 20.0 0.74 0.32 new +TCGA-AN-A0XV-01 TCGA-AN-A0XV-01A-11D-A107-01 called 0.52 2.0 0.0 16.0 0.52 0.03 new +TCGA-AN-A0XW-01 TCGA-AN-A0XW-01A-11D-A107-01 called 0.51 1.96 0.0 16.0 0.5 0.02 new +TCGA-AO-A03L-01 TCGA-AO-A03L-01A-41D-A059-01 called 0.51 3.09 1.0 21.0 0.61 0.26 new +TCGA-AO-A03M-01 TCGA-AO-A03M-01B-11D-A10L-01 called 0.31 3.74 1.0 44.0 0.46 0.03 new +TCGA-AO-A03N-01 TCGA-AO-A03N-01B-11D-A10L-01 called 0.63 3.16 1.0 18.0 0.73 0.23 new +TCGA-AO-A03O-01 TCGA-AO-A03O-01A-11D-A011-01 called 0.65 3.61 1.0 19.0 0.77 0.16 new +TCGA-AO-A03P-01 TCGA-AO-A03P-01A-11D-A011-01 called 0.78 4.07 1.0 19.0 0.88 0.35 new +TCGA-AO-A03R-01 TCGA-AO-A03R-01A-21D-A036-01 called 0.62 2.06 0.0 13.0 0.63 0.0 new +TCGA-AO-A03T-01 TCGA-AO-A03T-01A-21D-A036-01 called 0.53 1.96 0.0 15.0 0.53 0.04 new +TCGA-AO-A03U-01 TCGA-AO-A03U-01B-21D-A10L-01 called 0.29 2.03 0.0 35.0 0.3 0.07 new +TCGA-AO-A03V-01 TCGA-AO-A03V-01A-11D-A111-01 called 0.73 2.09 0.0 11.0 0.74 0.09 new +TCGA-AO-A0J2-01 TCGA-AO-A0J2-01A-11D-A036-01 called 0.66 3.4 1.0 18.0 0.77 0.15 new +TCGA-AO-A0J3-01 TCGA-AO-A0J3-01A-11D-A036-01 called 0.89 2.85 1.0 13.0 0.92 0.11 new +TCGA-AO-A0J4-01 TCGA-AO-A0J4-01A-11D-A036-01 called 0.45 3.39 1.0 29.0 0.58 0.53 new +TCGA-AO-A0J5-01 TCGA-AO-A0J5-01A-11D-A036-01 called 0.64 1.97 0.0 13.0 0.64 0.16 new +TCGA-AO-A0J6-01 TCGA-AO-A0J6-01A-11D-A036-01 called 0.66 1.96 0.0 12.0 0.65 0.09 new +TCGA-AO-A0J7-01 TCGA-AO-A0J7-01A-11D-A036-01 called 0.87 1.62 0.0 7.0 0.84 0.15 new +TCGA-AO-A0J8-01 TCGA-AO-A0J8-01A-21D-A036-01 called 0.74 1.99 0.0 11.0 0.74 0.0 new +TCGA-AO-A0J9-01 TCGA-AO-A0J9-01A-11D-A036-01 called 0.38 3.27 1.0 34.0 0.5 0.04 new +TCGA-AO-A0JA-01 TCGA-AO-A0JA-01A-11D-A059-01 called 0.66 1.79 0.0 11.0 0.63 0.04 new +TCGA-AO-A0JB-01 TCGA-AO-A0JB-01A-11D-A059-01 called 0.73 1.97 0.0 11.0 0.73 0.06 new +TCGA-AO-A0JD-01 TCGA-AO-A0JD-01A-11D-A059-01 called 0.62 1.81 0.0 12.0 0.6 0.32 new +TCGA-AO-A0JE-01 TCGA-AO-A0JE-01A-11D-A059-01 called 0.48 2.05 0.0 17.0 0.48 0.11 new +TCGA-AO-A0JF-01 TCGA-AO-A0JF-01A-11D-A059-01 called 0.42 2.02 0.0 20.0 0.43 0.01 new +TCGA-AO-A0JG-01 TCGA-AO-A0JG-01A-31D-A087-01 called 0.54 1.9 0.0 15.0 0.53 0.01 new +TCGA-AO-A0JI-01 TCGA-AO-A0JI-01A-21D-A059-01 called 0.8 1.92 0.0 10.0 0.79 0.03 new +TCGA-AO-A0JJ-01 TCGA-AO-A0JJ-01A-11D-A059-01 called 0.51 1.95 0.0 16.0 0.5 0.02 new +TCGA-AO-A0JM-01 TCGA-AO-A0JM-01A-21D-A059-01 called 0.55 3.43 1.0 21.0 0.68 0.11 new +TCGA-AO-A124-01 TCGA-AO-A124-01A-11D-A10L-01 called 0.8 2.85 1.0 14.0 0.85 0.19 new +TCGA-AO-A125-01 TCGA-AO-A125-01A-11D-A10L-01 called 0.96 2.13 0.0 9.0 0.96 0.02 new +TCGA-AO-A126-01 TCGA-AO-A126-01A-11D-A10L-01 called 0.74 1.93 0.0 11.0 0.73 0.0 new +TCGA-AO-A128-01 TCGA-AO-A128-01A-11D-A10L-01 called 0.27 2.68 1.0 43.0 0.33 0.14 new +TCGA-AO-A129-01 TCGA-AO-A129-01A-21D-A10L-01 called 0.53 1.87 0.0 15.0 0.51 0.4 new +TCGA-AO-A12A-01 TCGA-AO-A12A-01A-21D-A111-01 called 0.41 3.35 1.0 32.0 0.54 0.33 new +TCGA-AO-A12D-01 TCGA-AO-A12D-01A-11D-A111-01 called 0.3 3.4 1.0 44.0 0.42 0.11 new +TCGA-AO-A12E-01 TCGA-AO-A12E-01A-11D-A10L-01 called 0.56 2.17 0.0 15.0 0.58 0.16 new +TCGA-AO-A12F-01 TCGA-AO-A12F-01A-11D-A111-01 called 0.77 5.22 2.0 29.0 0.9 0.25 new +TCGA-AO-A12G-01 TCGA-AO-A12G-01A-11D-A10L-01 called 0.68 2.06 0.0 12.0 0.69 0.04 new +TCGA-AO-A12H-01 TCGA-AO-A12H-01A-11D-A111-01 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-AO-A1KP-01 TCGA-AO-A1KP-01A-11D-A13J-01 called 0.9 2.05 0.0 9.0 0.9 0.06 new +TCGA-AO-A1KR-01 TCGA-AO-A1KR-01A-12D-A141-01 called 0.41 3.29 1.0 31.0 0.54 0.19 new +TCGA-AO-A1KS-01 TCGA-AO-A1KS-01A-11D-A13J-01 called 0.64 3.46 1.0 19.0 0.75 0.21 new +TCGA-AO-A1KT-01 TCGA-AO-A1KT-01A-11D-A13J-01 called 0.74 2.04 0.0 11.0 0.75 0.37 new +TCGA-AQ-A04H-01 TCGA-AQ-A04H-01B-11D-A10L-01 called 0.72 3.15 1.0 16.0 0.8 0.01 new +TCGA-AQ-A04J-01 TCGA-AQ-A04J-01A-02D-A036-01 called 0.45 1.84 0.0 17.0 0.43 0.12 new +TCGA-AQ-A0Y5-01 TCGA-AQ-A0Y5-01A-11D-A14J-01 called 0.5 3.0 1.0 21.0 0.6 0.1 new +TCGA-AQ-A1H2-01 TCGA-AQ-A1H2-01A-11D-A13J-01 called 0.89 1.9 0.0 8.0 0.89 0.02 new +TCGA-AQ-A1H3-01 TCGA-AQ-A1H3-01A-31D-A13J-01 called 0.59 2.19 0.0 15.0 0.61 0.01 new +TCGA-AQ-A54N-01 TCGA-AQ-A54N-01A-11D-A25N-01 called 0.91 2.89 1.0 13.0 0.93 0.12 new +TCGA-AQ-A54O-01 TCGA-AQ-A54O-01A-11D-A25N-01 called 0.74 2.44 1.0 13.0 0.78 0.34 new +TCGA-AQ-A7U7-01 TCGA-AQ-A7U7-01A-22D-A350-01 called 0.26 1.99 0.0 41.0 0.26 0.03 new +TCGA-AR-A0TP-01 TCGA-AR-A0TP-01A-11D-A087-01 called 0.93 2.01 0.0 8.0 0.93 0.19 new +TCGA-AR-A0TQ-01 TCGA-AR-A0TQ-01A-11D-A087-01 called 0.33 4.17 1.0 44.0 0.51 0.05 new +TCGA-AR-A0TR-01 TCGA-AR-A0TR-01A-11D-A087-01 called 0.75 4.0 1.0 19.0 0.86 0.05 new +TCGA-AR-A0TT-01 TCGA-AR-A0TT-01A-31D-A087-01 called 0.39 2.32 0.0 26.0 0.42 0.55 new +TCGA-AR-A0TV-01 TCGA-AR-A0TV-01A-21D-A087-01 called 0.61 3.77 1.0 21.0 0.74 0.1 new +TCGA-AR-A0TW-01 TCGA-AR-A0TW-01A-11D-A087-01 called 0.48 3.27 1.0 26.0 0.6 0.12 new +TCGA-AR-A0TX-01 TCGA-AR-A0TX-01A-11D-A087-01 called 0.41 2.0 0.0 20.0 0.41 0.0 new +TCGA-AR-A0TY-01 TCGA-AR-A0TY-01A-12D-A111-01 called 0.76 1.81 0.0 10.0 0.74 0.05 new +TCGA-AR-A0TZ-01 TCGA-AR-A0TZ-01A-12D-A087-01 called 0.86 1.76 0.0 8.0 0.85 0.05 new +TCGA-AR-A0U0-01 TCGA-AR-A0U0-01A-11D-A107-01 called 0.4 3.12 1.0 31.0 0.51 0.34 new +TCGA-AR-A0U1-01 TCGA-AR-A0U1-01A-11D-A111-01 called 0.41 1.81 0.0 19.0 0.38 0.19 new +TCGA-AR-A0U2-01 TCGA-AR-A0U2-01A-11D-A107-01 called 0.67 2.91 1.0 16.0 0.75 0.16 new +TCGA-AR-A0U3-01 TCGA-AR-A0U3-01A-11D-A107-01 called 0.79 1.75 0.0 9.0 0.76 0.1 new +TCGA-AR-A0U4-01 TCGA-AR-A0U4-01A-11D-A107-01 called 0.42 1.94 0.0 19.0 0.41 0.25 new +TCGA-AR-A1AH-01 TCGA-AR-A1AH-01A-11D-A12A-01 called 0.85 1.71 0.0 8.0 0.83 0.07 new +TCGA-AR-A1AI-01 TCGA-AR-A1AI-01A-11D-A12N-01 called 0.38 3.17 1.0 33.0 0.5 0.08 new +TCGA-AR-A1AJ-01 TCGA-AR-A1AJ-01A-21D-A12N-01 called 0.19 3.26 1.0 65.0 0.27 0.51 new +TCGA-AR-A1AK-01 TCGA-AR-A1AK-01A-21D-A12N-01 called 0.47 2.27 0.0 19.0 0.5 0.03 new +TCGA-AR-A1AL-01 TCGA-AR-A1AL-01A-21D-A12N-01 called 0.42 2.06 0.0 20.0 0.43 0.0 new +TCGA-AR-A1AM-01 TCGA-AR-A1AM-01A-41D-A227-01 called 0.45 1.97 0.0 18.0 0.45 0.12 new +TCGA-AR-A1AN-01 TCGA-AR-A1AN-01A-11D-A12N-01 called 0.55 1.97 0.0 15.0 0.55 0.03 new +TCGA-AR-A1AO-01 TCGA-AR-A1AO-01A-11D-A12N-01 called 0.66 2.0 0.0 12.0 0.66 0.1 new +TCGA-AR-A1AP-01 TCGA-AR-A1AP-01A-11D-A12N-01 called 0.7 1.93 0.0 11.0 0.69 0.07 new +TCGA-AR-A1AQ-01 TCGA-AR-A1AQ-01A-11D-A12N-01 called 0.46 1.71 0.0 17.0 0.42 0.11 new +TCGA-AR-A1AR-01 TCGA-AR-A1AR-01A-31D-A134-01 called 0.54 1.78 0.0 14.0 0.51 0.12 new +TCGA-AR-A1AS-01 TCGA-AR-A1AS-01A-11D-A12N-01 called 0.77 2.16 0.0 11.0 0.78 0.15 new +TCGA-AR-A1AU-01 TCGA-AR-A1AU-01A-11D-A12N-01 called 0.51 2.03 0.0 16.0 0.52 0.0 new +TCGA-AR-A1AV-01 TCGA-AR-A1AV-01A-21D-A12N-01 called 0.65 3.54 1.0 19.0 0.77 0.08 new +TCGA-AR-A1AW-01 TCGA-AR-A1AW-01A-21D-A12N-01 called 0.26 2.15 0.0 42.0 0.27 0.43 new +TCGA-AR-A1AX-01 TCGA-AR-A1AX-01A-11D-A12N-01 called 0.19 2.15 0.0 57.0 0.2 0.19 new +TCGA-AR-A1AY-01 TCGA-AR-A1AY-01A-21D-A12N-01 called 0.79 1.83 0.0 9.0 0.78 0.04 new +TCGA-AR-A24H-01 TCGA-AR-A24H-01A-11D-A166-01 called 0.75 3.69 1.0 18.0 0.85 0.28 new +TCGA-AR-A24K-01 TCGA-AR-A24K-01A-11D-A166-01 called 0.78 3.61 1.0 17.0 0.87 0.02 new +TCGA-AR-A24L-01 TCGA-AR-A24L-01A-11D-A166-01 called 0.59 1.91 0.0 13.0 0.58 0.11 new +TCGA-AR-A24M-01 TCGA-AR-A24M-01A-11D-A166-01 called 0.69 2.16 0.0 12.0 0.7 0.0 new +TCGA-AR-A24N-01 TCGA-AR-A24N-01A-11D-A166-01 called 0.77 2.15 0.0 11.0 0.78 0.02 new +TCGA-AR-A24O-01 TCGA-AR-A24O-01A-11D-A166-01 called 0.42 1.9 0.0 19.0 0.41 0.06 new +TCGA-AR-A24P-01 TCGA-AR-A24P-01A-11D-A166-01 called 0.64 2.01 0.0 13.0 0.65 0.0 new +TCGA-AR-A24Q-01 TCGA-AR-A24Q-01A-12D-A166-01 called 0.54 3.34 1.0 21.0 0.67 0.25 new +TCGA-AR-A24R-01 TCGA-AR-A24R-01A-11D-A166-01 called 0.57 4.02 1.0 27.0 0.72 0.36 new +TCGA-AR-A24S-01 TCGA-AR-A24S-01A-11D-A166-01 called 0.46 3.55 1.0 29.0 0.61 0.11 new +TCGA-AR-A24U-01 TCGA-AR-A24U-01A-11D-A166-01 called 0.31 2.09 0.0 34.0 0.32 0.49 new +TCGA-AR-A24V-01 TCGA-AR-A24V-01A-21D-A166-01 called 0.52 3.78 1.0 27.0 0.67 0.23 new +TCGA-AR-A24W-01 TCGA-AR-A24W-01A-11D-A166-01 called 0.18 3.05 1.0 66.0 0.25 0.17 new +TCGA-AR-A24X-01 TCGA-AR-A24X-01A-11D-A166-01 called 0.72 2.06 0.0 11.0 0.73 0.0 new +TCGA-AR-A24Z-01 TCGA-AR-A24Z-01A-11D-A166-01 called 0.81 3.24 1.0 15.0 0.87 0.18 new +TCGA-AR-A250-01 TCGA-AR-A250-01A-31D-A166-01 called 0.53 4.03 1.0 29.0 0.7 0.62 new +TCGA-AR-A251-01 TCGA-AR-A251-01A-12D-A166-01 called 0.68 2.8 1.0 15.0 0.74 0.05 new +TCGA-AR-A252-01 TCGA-AR-A252-01A-11D-A166-01 called 0.09 3.51 1.0 164.0 0.14 0.02 new +TCGA-AR-A254-01 TCGA-AR-A254-01A-21D-A166-01 called 0.45 3.38 1.0 29.0 0.58 0.06 new +TCGA-AR-A255-01 TCGA-AR-A255-01A-11D-A166-01 called 0.44 2.96 1.0 26.0 0.54 0.08 new +TCGA-AR-A256-01 TCGA-AR-A256-01A-11D-A166-01 called 0.73 3.1 1.0 16.0 0.81 0.26 new +TCGA-AR-A2LE-01 TCGA-AR-A2LE-01A-11D-A17U-01 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-AR-A2LH-01 TCGA-AR-A2LH-01A-31D-A18N-01 called 0.23 2.02 0.0 47.0 0.23 0.4 new +TCGA-AR-A2LJ-01 TCGA-AR-A2LJ-01A-12D-A19X-01 called 0.4 2.02 0.0 21.0 0.4 0.0 new +TCGA-AR-A2LK-01 TCGA-AR-A2LK-01A-11D-A17U-01 called 0.76 3.03 1.0 15.0 0.83 0.3 new +TCGA-AR-A2LM-01 TCGA-AR-A2LM-01A-11D-A17U-01 called 0.57 2.06 0.0 15.0 0.58 0.11 new +TCGA-AR-A2LN-01 TCGA-AR-A2LN-01A-21D-A18N-01 called 0.42 2.06 0.0 20.0 0.43 0.0 new +TCGA-AR-A2LO-01 TCGA-AR-A2LO-01A-31D-A19G-01 called 0.33 1.98 0.0 30.0 0.33 0.12 new +TCGA-AR-A2LQ-01 TCGA-AR-A2LQ-01A-22D-A18N-01 called 0.19 2.08 0.0 59.0 0.19 0.03 new +TCGA-AR-A5QM-01 TCGA-AR-A5QM-01A-11D-A27O-01 called 0.38 2.47 1.0 28.0 0.43 0.05 new +TCGA-AR-A5QN-01 TCGA-AR-A5QN-01A-12D-A28A-01 called 0.6 1.99 0.0 14.0 0.6 0.09 new +TCGA-AR-A5QP-01 TCGA-AR-A5QP-01A-11D-A28A-01 called 0.37 2.23 0.0 27.0 0.4 0.06 new +TCGA-AR-A5QQ-01 TCGA-AR-A5QQ-01A-11D-A28A-01 called 0.29 1.87 0.0 35.0 0.28 0.25 new +TCGA-B6-A0I1-01 TCGA-B6-A0I1-01A-11D-A21P-01 called 0.78 2.16 0.0 11.0 0.79 0.07 new +TCGA-B6-A0I2-01 TCGA-B6-A0I2-01A-11D-A036-01 called 0.46 2.98 1.0 25.0 0.56 0.11 new +TCGA-B6-A0I5-01 TCGA-B6-A0I5-01A-11D-A036-01 called 0.64 2.32 0.0 14.0 0.68 0.06 new +TCGA-B6-A0I9-01 TCGA-B6-A0I9-01A-11D-A036-01 called 0.61 3.05 1.0 18.0 0.7 0.02 new +TCGA-B6-A0IA-01 TCGA-B6-A0IA-01A-11D-A036-01 called 0.91 2.17 0.0 9.0 0.91 0.01 new +TCGA-B6-A0IB-01 TCGA-B6-A0IB-01A-11D-A036-01 called 0.74 3.06 1.0 15.0 0.81 0.26 new +TCGA-B6-A0IC-01 TCGA-B6-A0IC-01A-11D-A036-01 called 0.94 1.99 0.0 8.0 0.94 0.0 new +TCGA-B6-A0IE-01 TCGA-B6-A0IE-01A-11D-A036-01 called 0.59 2.15 0.0 15.0 0.61 0.0 new +TCGA-B6-A0IG-01 TCGA-B6-A0IG-01A-11D-A036-01 called 0.72 1.77 0.0 10.0 0.7 0.01 new +TCGA-B6-A0IH-01 TCGA-B6-A0IH-01A-11D-A111-01 called 0.26 4.21 2.0 53.0 0.43 0.18 new +TCGA-B6-A0IJ-01 TCGA-B6-A0IJ-01A-11D-A036-01 called 0.4 3.22 1.0 32.0 0.52 0.21 new +TCGA-B6-A0IK-01 TCGA-B6-A0IK-01A-12D-A059-01 called 0.52 1.83 0.0 15.0 0.49 0.04 new +TCGA-B6-A0IM-01 TCGA-B6-A0IM-01A-11D-A036-01 called 0.78 2.09 0.0 11.0 0.79 0.0 new +TCGA-B6-A0IN-01 TCGA-B6-A0IN-01A-11D-A036-01 called 0.59 2.18 0.0 15.0 0.61 0.01 new +TCGA-B6-A0IO-01 TCGA-B6-A0IO-01A-11D-A036-01 called 0.67 3.39 1.0 18.0 0.77 0.24 new +TCGA-B6-A0IP-01 TCGA-B6-A0IP-01A-11D-A036-01 called 0.75 2.0 0.0 11.0 0.75 0.03 new +TCGA-B6-A0IQ-01 TCGA-B6-A0IQ-01A-11D-A036-01 called 0.54 3.03 1.0 19.0 0.64 0.41 new +TCGA-B6-A0RE-01 TCGA-B6-A0RE-01A-11D-A059-01 called 0.64 2.98 1.0 17.0 0.73 0.4 new +TCGA-B6-A0RG-01 TCGA-B6-A0RG-01A-11D-A059-01 called 0.9 2.11 0.0 9.0 0.9 0.16 new +TCGA-B6-A0RH-01 TCGA-B6-A0RH-01A-21D-A111-01 called 0.66 2.02 0.0 12.0 0.66 0.03 new +TCGA-B6-A0RI-01 TCGA-B6-A0RI-01A-11D-A059-01 called 0.75 2.02 0.0 11.0 0.76 0.07 new +TCGA-B6-A0RL-01 TCGA-B6-A0RL-01A-11D-A087-01 called 0.91 1.89 0.0 8.0 0.91 0.35 new +TCGA-B6-A0RM-01 TCGA-B6-A0RM-01A-11D-A087-01 called 0.83 2.16 0.0 10.0 0.84 0.01 new +TCGA-B6-A0RN-01 TCGA-B6-A0RN-01A-12D-A087-01 called 0.79 2.06 0.0 10.0 0.79 0.0 new +TCGA-B6-A0RO-01 TCGA-B6-A0RO-01A-22D-A087-01 called 0.52 3.13 1.0 21.0 0.63 0.06 new +TCGA-B6-A0RP-01 TCGA-B6-A0RP-01A-21D-A087-01 called 0.55 3.86 1.0 26.0 0.7 0.0 new +TCGA-B6-A0RS-01 TCGA-B6-A0RS-01A-11D-A087-01 called 0.51 3.54 1.0 26.0 0.65 0.31 new +TCGA-B6-A0RT-01 TCGA-B6-A0RT-01A-21D-A087-01 called 0.24 2.01 0.0 44.0 0.24 0.41 new +TCGA-B6-A0RU-01 TCGA-B6-A0RU-01A-11D-A087-01 called 0.51 1.6 0.0 14.0 0.46 0.3 new +TCGA-B6-A0RV-01 TCGA-B6-A0RV-01A-11D-A087-01 called 0.46 2.04 0.0 18.0 0.47 0.04 new +TCGA-B6-A0WS-01 TCGA-B6-A0WS-01A-11D-A111-01 called 0.53 1.97 0.0 15.0 0.53 0.08 new +TCGA-B6-A0WT-01 TCGA-B6-A0WT-01A-11D-A107-01 called 0.66 2.06 0.0 12.0 0.67 0.03 new +TCGA-B6-A0WV-01 TCGA-B6-A0WV-01A-11D-A107-01 called 0.64 3.35 1.0 18.0 0.75 0.58 new +TCGA-B6-A0WW-01 TCGA-B6-A0WW-01A-11D-A107-01 called 0.73 1.95 0.0 11.0 0.73 0.05 new +TCGA-B6-A0WX-01 TCGA-B6-A0WX-01A-11D-A107-01 called 0.34 3.78 1.0 41.0 0.49 0.02 new +TCGA-B6-A0WY-01 TCGA-B6-A0WY-01A-11D-A107-01 called 0.25 3.14 1.0 49.0 0.34 0.06 new +TCGA-B6-A0WZ-01 TCGA-B6-A0WZ-01A-11D-A107-01 called 0.63 2.27 0.0 14.0 0.66 0.09 new +TCGA-B6-A0X0-01 TCGA-B6-A0X0-01A-21D-A111-01 called 0.67 2.11 0.0 12.0 0.68 0.0 new +TCGA-B6-A0X1-01 TCGA-B6-A0X1-01A-11D-A107-01 called 0.74 1.52 0.0 9.0 0.68 0.15 new +TCGA-B6-A0X5-01 TCGA-B6-A0X5-01A-21D-A107-01 called 0.89 1.99 0.0 9.0 0.89 0.0 new +TCGA-B6-A0X7-01 TCGA-B6-A0X7-01A-11D-A10L-01 called 0.59 2.06 0.0 14.0 0.59 0.06 new +TCGA-B6-A1KC-01 TCGA-B6-A1KC-01B-11D-A160-01 called 0.82 3.77 2.0 17.0 0.89 0.44 new +TCGA-B6-A1KF-01 TCGA-B6-A1KF-01A-11D-A13J-01 called 0.81 3.23 1.0 15.0 0.87 0.07 new +TCGA-B6-A1KI-01 TCGA-B6-A1KI-01A-11D-A14J-01 called 0.31 5.2 2.0 52.0 0.54 0.59 new +TCGA-B6-A1KN-01 TCGA-B6-A1KN-01A-11D-A13J-01 called 0.56 3.63 1.0 22.0 0.7 0.12 new +TCGA-B6-A2IU-01 TCGA-B6-A2IU-01A-32D-A18N-01 called 0.69 2.04 0.0 12.0 0.7 0.0 new +TCGA-B6-A3ZX-01 TCGA-B6-A3ZX-01A-11D-A238-01 called 0.13 3.08 1.0 94.0 0.18 0.33 new +TCGA-B6-A400-01 TCGA-B6-A400-01A-11D-A238-01 called 0.55 2.39 1.0 17.0 0.59 0.21 new +TCGA-B6-A401-01 TCGA-B6-A401-01A-11D-A238-01 called 0.3 3.43 2.0 44.0 0.42 0.36 new +TCGA-B6-A402-01 TCGA-B6-A402-01A-11D-A238-01 called 0.72 3.21 1.0 16.0 0.8 0.5 new +TCGA-B6-A408-01 TCGA-B6-A408-01A-12D-A242-01 called 0.57 3.43 1.0 20.0 0.7 0.0 new +TCGA-B6-A409-01 TCGA-B6-A409-01A-11D-A242-01 called 0.25 6.08 2.0 67.0 0.5 0.22 new +TCGA-B6-A40B-01 TCGA-B6-A40B-01A-11D-A238-01 called 0.63 2.02 0.0 13.0 0.63 0.39 new +TCGA-B6-A40C-01 TCGA-B6-A40C-01A-11D-A238-01 called 0.72 2.04 0.0 11.0 0.72 0.02 new +TCGA-BH-A0AU-01 TCGA-BH-A0AU-01A-11D-A12N-01 called 0.46 3.36 1.0 28.0 0.59 0.05 new +TCGA-BH-A0AV-01 TCGA-BH-A0AV-01A-31D-A111-01 called 0.56 1.75 0.0 14.0 0.52 0.32 new +TCGA-BH-A0AW-01 TCGA-BH-A0AW-01A-11D-A059-01 called 0.45 3.48 1.0 30.0 0.59 0.11 new +TCGA-BH-A0AY-01 TCGA-BH-A0AY-01A-21D-A011-01 called 0.42 3.65 1.0 33.0 0.57 0.03 new +TCGA-BH-A0AZ-01 TCGA-BH-A0AZ-01A-21D-A12N-01 called 0.51 1.99 0.0 16.0 0.51 0.15 new +TCGA-BH-A0B0-01 TCGA-BH-A0B0-01A-21D-A111-01 called 0.55 1.82 0.0 14.0 0.52 0.0 new +TCGA-BH-A0B3-01 TCGA-BH-A0B3-01A-11D-A059-01 called 0.61 1.36 0.0 11.0 0.52 0.48 new +TCGA-BH-A0B4-01 TCGA-BH-A0B4-01A-11D-A011-01 called 0.55 2.18 0.0 16.0 0.57 0.12 new +TCGA-BH-A0B5-01 TCGA-BH-A0B5-01A-11D-A12N-01 called 0.48 3.74 1.0 29.0 0.64 0.03 new +TCGA-BH-A0B7-01 TCGA-BH-A0B7-01A-12D-A111-01 called 0.25 2.02 0.0 43.0 0.25 0.43 new +TCGA-BH-A0B9-01 TCGA-BH-A0B9-01A-11D-A059-01 called 0.62 1.88 0.0 13.0 0.6 0.11 new +TCGA-BH-A0BA-01 TCGA-BH-A0BA-01A-11D-A059-01 called 0.48 3.07 1.0 24.0 0.58 0.19 new +TCGA-BH-A0BC-01 TCGA-BH-A0BC-01A-22D-A087-01 called 0.59 1.98 0.0 14.0 0.59 0.02 new +TCGA-BH-A0BD-01 TCGA-BH-A0BD-01A-11D-A036-01 called 0.68 2.21 0.0 13.0 0.7 0.03 new +TCGA-BH-A0BF-01 TCGA-BH-A0BF-01A-21D-A12N-01 called 0.43 1.85 0.0 19.0 0.41 0.29 new +TCGA-BH-A0BG-01 TCGA-BH-A0BG-01A-11D-A111-01 called 0.54 3.41 1.0 21.0 0.66 0.17 new +TCGA-BH-A0BJ-01 TCGA-BH-A0BJ-01A-11D-A059-01 called 0.38 3.05 1.0 33.0 0.48 0.09 new +TCGA-BH-A0BL-01 TCGA-BH-A0BL-01A-11D-A111-01 called 0.91 3.57 1.0 15.0 0.94 0.36 new +TCGA-BH-A0BM-01 TCGA-BH-A0BM-01A-11D-A059-01 called 0.6 1.97 0.0 13.0 0.6 0.01 new +TCGA-BH-A0BO-01 TCGA-BH-A0BO-01A-23D-A12A-01 called 0.29 1.98 0.0 37.0 0.28 0.02 new +TCGA-BH-A0BP-01 TCGA-BH-A0BP-01A-11D-A111-01 called 0.49 2.94 1.0 21.0 0.58 0.22 new +TCGA-BH-A0BQ-01 TCGA-BH-A0BQ-01A-21D-A111-01 called 0.4 2.02 0.0 21.0 0.4 0.0 new +TCGA-BH-A0BR-01 TCGA-BH-A0BR-01A-21D-A111-01 called 0.54 1.76 0.0 14.0 0.51 0.06 new +TCGA-BH-A0BS-01 TCGA-BH-A0BS-01A-11D-A12N-01 called 0.81 2.02 0.0 10.0 0.81 0.04 new +TCGA-BH-A0BT-01 TCGA-BH-A0BT-01A-11D-A12N-01 called 0.66 3.53 1.0 19.0 0.78 0.06 new +TCGA-BH-A0BV-01 TCGA-BH-A0BV-01A-11D-A011-01 called 0.54 3.58 1.0 24.0 0.68 0.07 new +TCGA-BH-A0BW-01 TCGA-BH-A0BW-01A-11D-A111-01 called 0.54 1.85 0.0 15.0 0.52 0.07 new +TCGA-BH-A0BZ-01 TCGA-BH-A0BZ-01A-31D-A12N-01 called 0.41 3.32 1.0 32.0 0.53 0.5 new +TCGA-BH-A0C0-01 TCGA-BH-A0C0-01A-21D-A059-01 called 0.27 3.25 1.0 47.0 0.37 0.27 new +TCGA-BH-A0C1-01 TCGA-BH-A0C1-01B-11D-A12A-01 called 0.46 3.5 1.0 29.0 0.6 0.04 new +TCGA-BH-A0C3-01 TCGA-BH-A0C3-01A-21D-A12N-01 called 0.39 1.92 0.0 21.0 0.38 0.15 new +TCGA-BH-A0C7-01 TCGA-BH-A0C7-01B-11D-A111-01 called 0.45 3.62 1.0 30.0 0.6 0.1 new +TCGA-BH-A0DD-01 TCGA-BH-A0DD-01A-31D-A12N-01 called 0.79 3.26 1.0 15.0 0.86 0.01 new +TCGA-BH-A0DE-01 TCGA-BH-A0DE-01A-11D-A111-01 called 0.55 1.87 0.0 14.0 0.53 0.02 new +TCGA-BH-A0DG-01 TCGA-BH-A0DG-01A-21D-A12N-01 called 0.42 2.11 0.0 20.0 0.43 0.05 new +TCGA-BH-A0DH-01 TCGA-BH-A0DH-01A-11D-A087-01 called 0.76 1.87 0.0 10.0 0.75 0.02 new +TCGA-BH-A0DI-01 TCGA-BH-A0DI-01A-21D-A12N-01 called 0.34 2.04 0.0 30.0 0.34 0.02 new +TCGA-BH-A0DK-01 TCGA-BH-A0DK-01A-21D-A059-01 called 0.52 1.91 0.0 15.0 0.51 0.01 new +TCGA-BH-A0DL-01 TCGA-BH-A0DL-01A-11D-A111-01 called 0.5 1.93 0.0 16.0 0.49 0.59 new +TCGA-BH-A0DO-01 TCGA-BH-A0DO-01B-11D-A12A-01 called 0.41 2.2 0.0 21.0 0.44 0.0 new +TCGA-BH-A0DP-01 TCGA-BH-A0DP-01A-21D-A059-01 called 0.42 3.33 1.0 31.0 0.55 0.13 new +TCGA-BH-A0DQ-01 TCGA-BH-A0DQ-01A-11D-A087-01 called 0.63 2.03 0.0 13.0 0.63 0.05 new +TCGA-BH-A0DS-01 TCGA-BH-A0DS-01A-11D-A059-01 called 0.63 2.6 0.0 16.0 0.68 0.18 new +TCGA-BH-A0DT-01 TCGA-BH-A0DT-01A-21D-A12A-01 called 0.41 2.26 0.0 21.0 0.44 0.04 new +TCGA-BH-A0DV-01 TCGA-BH-A0DV-01A-21D-A12N-01 called 0.31 2.09 0.0 34.0 0.32 0.04 new +TCGA-BH-A0DX-01 TCGA-BH-A0DX-01A-11D-A111-01 called 0.39 1.98 0.0 21.0 0.39 0.07 new +TCGA-BH-A0DZ-01 TCGA-BH-A0DZ-01A-11D-A011-01 called 0.65 1.94 0.0 12.0 0.65 0.03 new +TCGA-BH-A0E0-01 TCGA-BH-A0E0-01A-11D-A059-01 called 0.57 2.92 1.0 18.0 0.66 0.04 new +TCGA-BH-A0E1-01 TCGA-BH-A0E1-01A-11D-A059-01 called 0.74 2.05 0.0 11.0 0.75 0.04 new +TCGA-BH-A0E2-01 TCGA-BH-A0E2-01A-11D-A059-01 called 0.71 1.91 0.0 11.0 0.7 0.1 new +TCGA-BH-A0E6-01 TCGA-BH-A0E6-01A-11D-A036-01 called 0.35 3.03 1.0 35.0 0.45 0.22 new +TCGA-BH-A0E7-01 TCGA-BH-A0E7-01A-11D-A036-01 called 0.81 2.08 0.0 10.0 0.81 0.05 new +TCGA-BH-A0E9-01 TCGA-BH-A0E9-01B-11D-A111-01 called 0.24 3.4 1.0 52.0 0.36 0.11 new +TCGA-BH-A0EA-01 TCGA-BH-A0EA-01A-11D-A111-01 called 0.54 2.07 0.0 16.0 0.54 0.19 new +TCGA-BH-A0EB-01 TCGA-BH-A0EB-01A-11D-A036-01 called 0.41 3.64 1.0 34.0 0.55 0.13 new +TCGA-BH-A0EE-01 TCGA-BH-A0EE-01A-11D-A036-01 called 0.49 4.16 2.0 32.0 0.66 0.22 new +TCGA-BH-A0EI-01 TCGA-BH-A0EI-01A-11D-A111-01 called 0.67 2.01 0.0 12.0 0.67 0.01 new +TCGA-BH-A0GY-01 TCGA-BH-A0GY-01A-11D-A059-01 called 0.48 3.54 1.0 28.0 0.62 0.02 new +TCGA-BH-A0GZ-01 TCGA-BH-A0GZ-01A-11D-A059-01 called 0.7 1.85 0.0 11.0 0.69 0.03 new +TCGA-BH-A0H0-01 TCGA-BH-A0H0-01A-11D-A059-01 called 0.87 2.02 0.0 9.0 0.87 0.02 new +TCGA-BH-A0H3-01 TCGA-BH-A0H3-01A-11D-A12N-01 called 0.53 2.07 0.0 16.0 0.54 0.02 new +TCGA-BH-A0H5-01 TCGA-BH-A0H5-01A-21D-A111-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-BH-A0H6-01 TCGA-BH-A0H6-01A-21D-A059-01 called 0.71 2.31 0.0 13.0 0.74 0.96 new +TCGA-BH-A0H7-01 TCGA-BH-A0H7-01A-13D-A059-01 called 0.63 3.7 1.0 20.0 0.76 0.19 new +TCGA-BH-A0H9-01 TCGA-BH-A0H9-01A-11D-A059-01 called 0.34 1.96 0.0 29.0 0.33 0.1 new +TCGA-BH-A0HA-01 TCGA-BH-A0HA-01A-11D-A12N-01 called 0.74 1.91 0.0 10.0 0.73 0.29 new +TCGA-BH-A0HB-01 TCGA-BH-A0HB-01A-11D-A059-01 called 0.65 2.03 0.0 13.0 0.66 0.09 new +TCGA-BH-A0HI-01 TCGA-BH-A0HI-01A-11D-A087-01 called 0.71 2.0 0.0 11.0 0.71 0.28 new +TCGA-BH-A0HK-01 TCGA-BH-A0HK-01A-11D-A059-01 called 0.78 2.06 0.0 10.0 0.79 0.02 new +TCGA-BH-A0HO-01 TCGA-BH-A0HO-01A-11D-A036-01 called 0.67 2.02 0.0 12.0 0.68 0.0 new +TCGA-BH-A0HP-01 TCGA-BH-A0HP-01A-12D-A087-01 called 0.5 1.98 0.0 16.0 0.5 0.07 new +TCGA-BH-A0HQ-01 TCGA-BH-A0HQ-01A-11D-A036-01 called 0.53 3.51 1.0 24.0 0.67 0.13 new +TCGA-BH-A0HU-01 TCGA-BH-A0HU-01A-11D-A036-01 called 0.83 1.9 0.0 9.0 0.83 0.21 new +TCGA-BH-A0HW-01 TCGA-BH-A0HW-01A-11D-A036-01 called 0.89 3.73 1.0 16.0 0.94 0.04 new +TCGA-BH-A0HX-01 TCGA-BH-A0HX-01A-21D-A059-01 called 0.6 3.24 1.0 19.0 0.71 0.44 new +TCGA-BH-A0HY-01 TCGA-BH-A0HY-01A-11D-A059-01 called 0.75 3.22 1.0 16.0 0.83 0.31 new +TCGA-BH-A0W3-01 TCGA-BH-A0W3-01A-11D-A107-01 called 0.78 3.64 1.0 17.0 0.87 0.06 new +TCGA-BH-A0W4-01 TCGA-BH-A0W4-01A-11D-A107-01 called 0.55 1.98 0.0 15.0 0.55 0.03 new +TCGA-BH-A0W5-01 TCGA-BH-A0W5-01A-11D-A107-01 called 0.33 2.11 0.0 31.0 0.35 0.05 new +TCGA-BH-A0W7-01 TCGA-BH-A0W7-01A-11D-A111-01 called 0.56 2.13 0.0 15.0 0.57 0.1 new +TCGA-BH-A0WA-01 TCGA-BH-A0WA-01A-11D-A107-01 called 0.6 3.0 1.0 18.0 0.69 0.34 new +TCGA-BH-A18F-01 TCGA-BH-A18F-01A-11D-A12A-01 called 0.32 3.69 1.0 42.0 0.47 0.06 new +TCGA-BH-A18G-01 TCGA-BH-A18G-01A-11D-A12A-01 called 0.77 2.15 0.0 11.0 0.79 0.1 new +TCGA-BH-A18H-01 TCGA-BH-A18H-01A-11D-A12A-01 called 0.31 3.3 1.0 42.0 0.42 0.24 new +TCGA-BH-A18I-01 TCGA-BH-A18I-01A-11D-A12A-01 called 0.72 2.03 0.0 11.0 0.73 0.13 new +TCGA-BH-A18J-01 TCGA-BH-A18J-01A-11D-A12A-01 called 0.51 1.9 0.0 16.0 0.49 0.06 new +TCGA-BH-A18K-01 TCGA-BH-A18K-01A-11D-A12A-01 called 0.58 3.17 1.0 19.0 0.69 0.45 new +TCGA-BH-A18L-01 TCGA-BH-A18L-01A-32D-A12A-01 called 0.83 3.99 1.0 18.0 0.91 0.36 new +TCGA-BH-A18M-01 TCGA-BH-A18M-01A-11D-A12A-01 called 0.41 2.19 0.0 21.0 0.43 0.2 new +TCGA-BH-A18N-01 TCGA-BH-A18N-01A-11D-A12A-01 called 0.76 3.62 1.0 17.0 0.85 0.02 new +TCGA-BH-A18P-01 TCGA-BH-A18P-01A-11D-A12A-01 called 0.77 3.95 1.0 19.0 0.87 0.01 new +TCGA-BH-A18Q-01 TCGA-BH-A18Q-01A-12D-A12A-01 called 0.72 3.04 1.0 16.0 0.8 0.05 new +TCGA-BH-A18R-01 TCGA-BH-A18R-01A-11D-A12A-01 called 0.52 2.21 0.0 17.0 0.55 0.0 new +TCGA-BH-A18S-01 TCGA-BH-A18S-01A-11D-A12A-01 called 0.89 2.02 0.0 9.0 0.9 0.06 new +TCGA-BH-A18T-01 TCGA-BH-A18T-01A-11D-A12A-01 called 0.7 3.4 1.0 18.0 0.8 0.27 new +TCGA-BH-A18U-01 TCGA-BH-A18U-01A-21D-A12A-01 called 0.68 5.32 2.0 32.0 0.85 0.36 new +TCGA-BH-A18V-01 TCGA-BH-A18V-01A-11D-A12A-01 called 0.55 3.49 1.0 21.0 0.68 0.17 new +TCGA-BH-A18V-06 TCGA-BH-A18V-06A-11D-A20R-01 called 0.52 1.76 0.0 15.0 0.49 0.04 new +TCGA-BH-A1EN-01 TCGA-BH-A1EN-01A-11D-A13J-01 called 0.7 3.39 1.0 17.0 0.8 0.0 new +TCGA-BH-A1EO-01 TCGA-BH-A1EO-01A-11D-A134-01 called 0.48 3.42 1.0 27.0 0.61 0.0 new +TCGA-BH-A1ES-01 TCGA-BH-A1ES-01A-11D-A134-01 called 0.83 1.93 0.0 9.0 0.83 0.17 new +TCGA-BH-A1ES-06 TCGA-BH-A1ES-06A-12D-A242-01 called 0.52 3.07 1.0 20.0 0.63 0.09 new +TCGA-BH-A1ET-01 TCGA-BH-A1ET-01A-11D-A134-01 called 0.66 1.99 0.0 12.0 0.66 0.0 new +TCGA-BH-A1EU-01 TCGA-BH-A1EU-01A-11D-A134-01 called 0.32 2.79 1.0 37.0 0.4 0.29 new +TCGA-BH-A1EV-01 TCGA-BH-A1EV-01A-11D-A134-01 called 0.6 3.55 1.0 20.0 0.73 0.08 new +TCGA-BH-A1EW-01 TCGA-BH-A1EW-01A-11D-A134-01 called 0.38 3.4 1.0 35.0 0.51 0.16 new +TCGA-BH-A1EX-01 TCGA-BH-A1EX-01A-11D-A13J-01 called 0.64 2.43 0.0 14.0 0.69 0.2 new +TCGA-BH-A1EY-01 TCGA-BH-A1EY-01A-11D-A13J-01 called 0.51 1.75 0.0 15.0 0.48 0.0 new +TCGA-BH-A1F0-01 TCGA-BH-A1F0-01A-11D-A134-01 called 0.19 2.29 1.0 58.0 0.21 0.58 new +TCGA-BH-A1F2-01 TCGA-BH-A1F2-01A-31D-A13J-01 called 0.52 3.29 1.0 21.0 0.64 0.26 new +TCGA-BH-A1F6-01 TCGA-BH-A1F6-01A-11D-A13J-01 called 0.44 3.17 1.0 28.0 0.56 0.14 new +TCGA-BH-A1F8-01 TCGA-BH-A1F8-01A-11D-A13J-01 called 0.78 1.65 0.0 9.0 0.75 0.02 new +TCGA-BH-A1FC-01 TCGA-BH-A1FC-01A-11D-A13J-01 called 0.5 4.0 1.0 30.0 0.66 0.24 new +TCGA-BH-A1FD-01 TCGA-BH-A1FD-01A-11D-A13J-01 called 0.78 1.82 0.0 9.0 0.77 0.22 new +TCGA-BH-A1FE-01 TCGA-BH-A1FE-01A-11D-A13J-01 called 0.25 3.92 1.0 54.0 0.39 0.23 new +TCGA-BH-A1FE-06 TCGA-BH-A1FE-06A-11D-A20R-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-BH-A1FG-01 TCGA-BH-A1FG-01A-11D-A13J-01 called 0.85 2.18 0.0 10.0 0.86 0.06 new +TCGA-BH-A1FJ-01 TCGA-BH-A1FJ-01A-11D-A13J-01 called 0.93 2.05 0.0 9.0 0.93 0.05 new +TCGA-BH-A1FL-01 TCGA-BH-A1FL-01A-11D-A13J-01 called 0.82 2.03 0.0 10.0 0.83 0.0 new +TCGA-BH-A1FM-01 TCGA-BH-A1FM-01A-11D-A13J-01 called 0.7 3.38 1.0 17.0 0.8 0.38 new +TCGA-BH-A1FN-01 TCGA-BH-A1FN-01A-11D-A13J-01 called 0.7 4.13 1.0 21.0 0.83 0.4 new +TCGA-BH-A1FU-01 TCGA-BH-A1FU-01A-11D-A14F-01 called 0.22 2.82 1.0 54.0 0.28 0.51 new +TCGA-BH-A201-01 TCGA-BH-A201-01A-11D-A14J-01 called 0.56 2.01 0.0 15.0 0.56 0.05 new +TCGA-BH-A202-01 TCGA-BH-A202-01A-11D-A14J-01 called 0.46 3.57 1.0 29.0 0.61 0.06 new +TCGA-BH-A203-01 TCGA-BH-A203-01A-12D-A166-01 called 0.37 3.47 1.0 36.0 0.5 0.23 new +TCGA-BH-A204-01 TCGA-BH-A204-01A-11D-A160-01 called 0.89 1.96 0.0 9.0 0.89 0.02 new +TCGA-BH-A208-01 TCGA-BH-A208-01A-11D-A160-01 called 0.31 3.07 1.0 39.0 0.41 0.13 new +TCGA-BH-A209-01 TCGA-BH-A209-01A-11D-A160-01 called 0.25 3.62 1.0 52.0 0.38 0.19 new +TCGA-BH-A28O-01 TCGA-BH-A28O-01A-11D-A227-01 called 0.22 1.95 0.0 49.0 0.22 0.07 new +TCGA-BH-A28Q-01 TCGA-BH-A28Q-01A-11D-A16C-01 called 0.66 2.02 0.0 12.0 0.66 0.06 new +TCGA-BH-A2L8-01 TCGA-BH-A2L8-01A-11D-A18N-01 called 0.34 2.1 0.0 29.0 0.36 0.05 new +TCGA-BH-A42T-01 TCGA-BH-A42T-01A-11D-A242-01 called 0.76 1.82 0.0 10.0 0.74 0.01 new +TCGA-BH-A42V-01 TCGA-BH-A42V-01A-11D-A242-01 called 0.37 1.99 0.0 26.0 0.37 0.06 new +TCGA-BH-A5IZ-01 TCGA-BH-A5IZ-01A-11D-A27O-01 called 0.71 1.7 0.0 10.0 0.67 0.12 new +TCGA-BH-A5J0-01 TCGA-BH-A5J0-01A-11D-A27O-01 called 0.51 3.27 1.0 21.0 0.63 0.24 new +TCGA-BH-A6R8-01 TCGA-BH-A6R8-01A-21D-A33D-01 called 0.72 2.37 0.0 13.0 0.75 0.12 new +TCGA-BH-A6R9-01 TCGA-BH-A6R9-01A-21D-A32H-01 called 1.0 2.0 0.0 8.0 1.0 0.38 new +TCGA-BH-A8FY-01 TCGA-BH-A8FY-01A-11D-A36I-01 called 0.87 2.12 0.0 10.0 0.88 0.03 new +TCGA-BH-A8FZ-01 TCGA-BH-A8FZ-01A-11D-A350-01 called 0.35 1.94 0.0 27.0 0.35 0.1 new +TCGA-BH-A8G0-01 TCGA-BH-A8G0-01A-11D-A350-01 called 0.29 2.01 0.0 36.0 0.29 0.0 new +TCGA-BH-AB28-01 TCGA-BH-AB28-01A-31D-A41E-01 called 0.6 1.97 0.0 13.0 0.6 0.0 new +TCGA-C8-A12K-01 TCGA-C8-A12K-01A-21D-A111-01 called 0.53 1.74 0.0 14.0 0.5 0.32 new +TCGA-C8-A12L-01 TCGA-C8-A12L-01A-11D-A111-01 called 0.54 3.37 1.0 21.0 0.66 0.23 new +TCGA-C8-A12M-01 TCGA-C8-A12M-01A-11D-A111-01 called 0.69 4.12 1.0 21.0 0.82 0.27 new +TCGA-C8-A12N-01 TCGA-C8-A12N-01A-11D-A111-01 called 0.76 2.07 0.0 11.0 0.77 0.02 new +TCGA-C8-A12O-01 TCGA-C8-A12O-01A-11D-A111-01 called 0.37 3.44 1.0 35.0 0.51 0.16 new +TCGA-C8-A12P-01 TCGA-C8-A12P-01A-11D-A111-01 called 0.44 2.58 1.0 21.0 0.51 0.28 new +TCGA-C8-A12Q-01 TCGA-C8-A12Q-01A-11D-A111-01 called 0.51 2.12 0.0 17.0 0.53 0.07 new +TCGA-C8-A12T-01 TCGA-C8-A12T-01A-11D-A111-01 called 0.7 2.09 0.0 12.0 0.71 0.12 new +TCGA-C8-A12U-01 TCGA-C8-A12U-01A-11D-A111-01 called 0.62 3.11 1.0 18.0 0.71 0.11 new +TCGA-C8-A12W-01 TCGA-C8-A12W-01A-11D-A111-01 called 0.44 3.85 2.0 33.0 0.6 0.22 new +TCGA-C8-A12X-01 TCGA-C8-A12X-01A-11D-A111-01 called 0.73 3.74 1.0 18.0 0.83 0.05 new +TCGA-C8-A12Y-01 TCGA-C8-A12Y-01A-11D-A12A-01 called 0.76 2.06 0.0 11.0 0.77 0.04 new +TCGA-C8-A12Z-01 TCGA-C8-A12Z-01A-11D-A111-01 called 0.71 2.0 0.0 11.0 0.71 0.02 new +TCGA-C8-A130-01 TCGA-C8-A130-01A-31D-A111-01 called 0.56 3.42 1.0 21.0 0.68 0.17 new +TCGA-C8-A131-01 TCGA-C8-A131-01A-11D-A111-01 called 0.27 4.42 2.0 53.0 0.45 0.18 new +TCGA-C8-A132-01 TCGA-C8-A132-01A-31D-A111-01 called 0.28 3.5 1.0 46.0 0.4 0.32 new +TCGA-C8-A133-01 TCGA-C8-A133-01A-32D-A12A-01 called 0.93 2.01 0.0 8.0 0.93 0.0 new +TCGA-C8-A134-01 TCGA-C8-A134-01A-11D-A111-01 called 0.65 1.89 0.0 12.0 0.63 0.04 new +TCGA-C8-A135-01 TCGA-C8-A135-01A-11D-A111-01 called 0.25 3.56 1.0 51.0 0.37 0.11 new +TCGA-C8-A137-01 TCGA-C8-A137-01A-11D-A111-01 called 0.75 1.98 0.0 11.0 0.75 0.02 new +TCGA-C8-A138-01 TCGA-C8-A138-01A-11D-A111-01 called 0.43 3.48 1.0 31.0 0.57 0.28 new +TCGA-C8-A1HE-01 TCGA-C8-A1HE-01A-11D-A13J-01 called 0.8 1.94 0.0 10.0 0.8 0.07 new +TCGA-C8-A1HF-01 TCGA-C8-A1HF-01A-11D-A134-01 called 0.55 3.48 1.0 21.0 0.68 0.07 new +TCGA-C8-A1HG-01 TCGA-C8-A1HG-01A-11D-A134-01 called 0.49 3.27 1.0 25.0 0.61 0.37 new +TCGA-C8-A1HI-01 TCGA-C8-A1HI-01A-11D-A134-01 called 0.39 3.46 1.0 34.0 0.52 0.16 new +TCGA-C8-A1HJ-01 TCGA-C8-A1HJ-01A-11D-A13J-01 called 0.76 1.8 0.0 10.0 0.74 0.08 new +TCGA-C8-A1HK-01 TCGA-C8-A1HK-01A-21D-A13J-01 called 0.76 3.48 1.0 17.0 0.85 0.24 new +TCGA-C8-A1HL-01 TCGA-C8-A1HL-01A-11D-A134-01 called 0.69 3.79 1.0 19.0 0.81 0.03 new +TCGA-C8-A1HM-01 TCGA-C8-A1HM-01A-12D-A134-01 called 0.42 4.49 2.0 38.0 0.62 0.29 new +TCGA-C8-A1HN-01 TCGA-C8-A1HN-01A-11D-A134-01 called 0.72 3.23 1.0 16.0 0.81 0.15 new +TCGA-C8-A1HO-01 TCGA-C8-A1HO-01A-11D-A13J-01 called 0.81 1.98 0.0 10.0 0.81 0.14 new +TCGA-C8-A26V-01 TCGA-C8-A26V-01A-11D-A16C-01 called 0.77 1.92 0.0 10.0 0.76 0.03 new +TCGA-C8-A26W-01 TCGA-C8-A26W-01A-11D-A16C-01 called 0.64 1.86 0.0 12.0 0.63 0.1 new +TCGA-C8-A26X-01 TCGA-C8-A26X-01A-31D-A16C-01 called 0.27 3.42 1.0 48.0 0.38 0.18 new +TCGA-C8-A26Y-01 TCGA-C8-A26Y-01A-11D-A16C-01 called 0.48 3.0 1.0 22.0 0.58 0.2 new +TCGA-C8-A26Z-01 TCGA-C8-A26Z-01A-11D-A16C-01 called 0.76 3.2 1.0 16.0 0.83 0.09 new +TCGA-C8-A273-01 TCGA-C8-A273-01A-11D-A16C-01 called 0.75 2.14 0.0 11.0 0.77 0.01 new +TCGA-C8-A274-01 TCGA-C8-A274-01A-11D-A16C-01 called 0.79 3.09 1.0 15.0 0.85 0.03 new +TCGA-C8-A275-01 TCGA-C8-A275-01A-21D-A16C-01 called 0.55 2.22 0.0 16.0 0.58 0.03 new +TCGA-C8-A278-01 TCGA-C8-A278-01A-11D-A166-01 called 0.25 3.86 1.0 53.0 0.39 0.43 new +TCGA-C8-A27A-01 TCGA-C8-A27A-01A-11D-A166-01 called 0.76 3.62 1.0 17.0 0.85 0.08 new +TCGA-C8-A27B-01 TCGA-C8-A27B-01A-11D-A166-01 called 0.61 2.9 1.0 17.0 0.7 0.11 new +TCGA-C8-A3M7-01 TCGA-C8-A3M7-01A-12D-A21P-01 called 0.42 2.05 0.0 20.0 0.42 0.15 new +TCGA-C8-A3M8-01 TCGA-C8-A3M8-01A-11D-A20R-01 called 0.67 2.09 0.0 12.0 0.68 0.0 new +TCGA-C8-A8HP-01 TCGA-C8-A8HP-01A-11D-A36I-01 called 0.28 1.77 0.0 37.0 0.25 0.44 new +TCGA-C8-A8HQ-01 TCGA-C8-A8HQ-01A-11D-A36I-01 called 0.61 1.85 0.0 13.0 0.59 0.02 new +TCGA-C8-A8HR-01 TCGA-C8-A8HR-01A-11D-A36I-01 called 0.26 1.85 0.0 40.0 0.25 0.21 new +TCGA-C8-A9FZ-01 TCGA-C8-A9FZ-01A-11D-A41E-01 called 0.9 1.82 0.0 8.0 0.89 0.07 new +TCGA-D8-A13Y-01 TCGA-D8-A13Y-01A-11D-A111-01 called 0.92 1.75 0.0 7.0 0.91 0.07 new +TCGA-D8-A13Z-01 TCGA-D8-A13Z-01A-11D-A111-01 called 0.38 4.31 2.0 40.0 0.57 0.32 new +TCGA-D8-A140-01 TCGA-D8-A140-01A-11D-A111-01 called 0.7 2.11 0.0 12.0 0.71 0.03 new +TCGA-D8-A141-01 TCGA-D8-A141-01A-11D-A111-01 called 0.28 2.24 0.0 40.0 0.3 0.02 new +TCGA-D8-A143-01 TCGA-D8-A143-01A-11D-A111-01 called 0.72 2.47 1.0 13.0 0.76 0.24 new +TCGA-D8-A145-01 TCGA-D8-A145-01A-11D-A111-01 called 0.38 1.94 0.0 23.0 0.37 0.47 new +TCGA-D8-A147-01 TCGA-D8-A147-01A-11D-A111-01 called 0.57 3.38 1.0 20.0 0.69 0.27 new +TCGA-D8-A1J8-01 TCGA-D8-A1J8-01A-11D-A13J-01 called 0.69 1.54 0.0 10.0 0.63 0.09 new +TCGA-D8-A1J9-01 TCGA-D8-A1J9-01A-11D-A13J-01 called 0.69 2.02 0.0 12.0 0.69 0.25 new +TCGA-D8-A1JA-01 TCGA-D8-A1JA-01A-11D-A13J-01 called 0.77 1.92 0.0 10.0 0.77 0.03 new +TCGA-D8-A1JB-01 TCGA-D8-A1JB-01A-11D-A13J-01 called 0.28 1.69 0.0 36.0 0.24 0.38 new +TCGA-D8-A1JC-01 TCGA-D8-A1JC-01A-11D-A13J-01 called 0.74 1.91 0.0 10.0 0.73 0.19 new +TCGA-D8-A1JD-01 TCGA-D8-A1JD-01A-11D-A13J-01 called 0.5 4.4 2.0 33.0 0.68 0.29 new +TCGA-D8-A1JE-01 TCGA-D8-A1JE-01A-11D-A13J-01 called 0.55 2.82 1.0 18.0 0.63 0.21 new +TCGA-D8-A1JF-01 TCGA-D8-A1JF-01A-11D-A13J-01 called 0.49 3.6 2.0 28.0 0.64 0.15 new +TCGA-D8-A1JG-01 TCGA-D8-A1JG-01B-11D-A13J-01 called 0.43 2.82 1.0 27.0 0.51 0.14 new +TCGA-D8-A1JH-01 TCGA-D8-A1JH-01A-11D-A13J-01 called 0.53 2.0 0.0 15.0 0.53 0.31 new +TCGA-D8-A1JI-01 TCGA-D8-A1JI-01A-11D-A13J-01 called 0.89 1.76 0.0 8.0 0.88 0.17 new +TCGA-D8-A1JJ-01 TCGA-D8-A1JJ-01A-31D-A14J-01 called 0.43 3.74 1.0 33.0 0.59 0.22 new +TCGA-D8-A1JK-01 TCGA-D8-A1JK-01A-11D-A13J-01 called 0.41 4.2 2.0 37.0 0.6 0.15 new +TCGA-D8-A1JL-01 TCGA-D8-A1JL-01A-11D-A13J-01 called 0.42 2.53 1.0 25.0 0.48 0.46 new +TCGA-D8-A1JM-01 TCGA-D8-A1JM-01A-11D-A13J-01 called 0.85 1.85 0.0 9.0 0.84 0.25 new +TCGA-D8-A1JN-01 TCGA-D8-A1JN-01A-11D-A13J-01 called 0.94 1.94 0.0 8.0 0.94 0.1 new +TCGA-D8-A1JP-01 TCGA-D8-A1JP-01A-11D-A13J-01 called 0.68 2.08 0.0 12.0 0.69 0.13 new +TCGA-D8-A1JS-01 TCGA-D8-A1JS-01A-11D-A13J-01 called 0.91 2.01 0.0 9.0 0.91 0.03 new +TCGA-D8-A1JT-01 TCGA-D8-A1JT-01A-31D-A13J-01 called 0.88 2.41 0.0 11.0 0.9 0.03 new +TCGA-D8-A1JU-01 TCGA-D8-A1JU-01A-11D-A13J-01 called 0.4 2.01 0.0 21.0 0.4 0.39 new +TCGA-D8-A1X5-01 TCGA-D8-A1X5-01A-11D-A14F-01 called 0.57 3.22 1.0 20.0 0.68 0.06 new +TCGA-D8-A1X6-01 TCGA-D8-A1X6-01A-11D-A14J-01 called 0.66 4.04 1.0 21.0 0.8 0.15 new +TCGA-D8-A1X7-01 TCGA-D8-A1X7-01A-11D-A14J-01 called 0.76 2.15 0.0 11.0 0.77 0.0 new +TCGA-D8-A1X8-01 TCGA-D8-A1X8-01A-11D-A14J-01 called 0.59 1.96 0.0 14.0 0.59 0.0 new +TCGA-D8-A1X9-01 TCGA-D8-A1X9-01A-12D-A160-01 called 0.75 1.98 0.0 11.0 0.75 0.05 new +TCGA-D8-A1XA-01 TCGA-D8-A1XA-01A-11D-A14F-01 called 0.84 1.66 0.0 8.0 0.81 0.03 new +TCGA-D8-A1XB-01 TCGA-D8-A1XB-01A-11D-A14F-01 called 0.63 2.0 0.0 13.0 0.63 0.69 new +TCGA-D8-A1XC-01 TCGA-D8-A1XC-01A-11D-A14F-01 called 0.88 2.06 0.0 9.0 0.89 0.0 new +TCGA-D8-A1XF-01 TCGA-D8-A1XF-01A-11D-A14F-01 called 0.78 3.44 1.0 16.0 0.86 0.0 new +TCGA-D8-A1XG-01 TCGA-D8-A1XG-01A-11D-A14F-01 called 0.83 2.0 0.0 9.0 0.83 0.02 new +TCGA-D8-A1XJ-01 TCGA-D8-A1XJ-01A-11D-A14J-01 called 0.61 3.62 1.0 20.0 0.74 0.18 new +TCGA-D8-A1XK-01 TCGA-D8-A1XK-01A-21D-A14J-01 called 0.46 3.04 1.0 25.0 0.57 0.21 new +TCGA-D8-A1XL-01 TCGA-D8-A1XL-01A-11D-A14J-01 called 0.56 3.34 1.0 20.0 0.68 0.17 new +TCGA-D8-A1XM-01 TCGA-D8-A1XM-01A-21D-A14J-01 called 0.52 1.98 0.0 16.0 0.52 0.01 new +TCGA-D8-A1XO-01 TCGA-D8-A1XO-01A-11D-A14J-01 called 0.65 1.85 0.0 12.0 0.63 0.0 new +TCGA-D8-A1XQ-01 TCGA-D8-A1XQ-01A-11D-A14J-01 called 0.48 3.85 2.0 30.0 0.64 0.34 new +TCGA-D8-A1XR-01 TCGA-D8-A1XR-01A-11D-A14J-01 called 0.87 1.98 0.0 9.0 0.87 0.17 new +TCGA-D8-A1XS-01 TCGA-D8-A1XS-01A-11D-A14J-01 called 0.76 2.22 0.0 11.0 0.78 0.23 new +TCGA-D8-A1XT-01 TCGA-D8-A1XT-01A-11D-A14J-01 called 0.56 1.9 0.0 14.0 0.55 0.04 new +TCGA-D8-A1XU-01 TCGA-D8-A1XU-01A-11D-A14J-01 called 0.67 1.53 0.0 10.0 0.61 0.0 new +TCGA-D8-A1XV-01 TCGA-D8-A1XV-01A-11D-A14J-01 called 0.69 2.07 0.0 12.0 0.69 0.29 new +TCGA-D8-A1XW-01 TCGA-D8-A1XW-01A-11D-A14J-01 called 0.64 2.5 1.0 15.0 0.69 0.19 new +TCGA-D8-A1XY-01 TCGA-D8-A1XY-01A-11D-A14J-01 called 0.45 3.57 1.0 30.0 0.6 0.07 new +TCGA-D8-A1XZ-01 TCGA-D8-A1XZ-01A-11D-A14J-01 called 0.66 3.55 1.0 19.0 0.78 0.43 new +TCGA-D8-A1Y0-01 TCGA-D8-A1Y0-01A-11D-A14J-01 called 0.56 2.13 0.0 15.0 0.58 0.03 new +TCGA-D8-A1Y1-01 TCGA-D8-A1Y1-01A-21D-A14J-01 called 0.6 2.95 1.0 18.0 0.69 0.0 new +TCGA-D8-A1Y2-01 TCGA-D8-A1Y2-01A-11D-A160-01 called 0.43 2.23 0.0 20.0 0.45 0.08 new +TCGA-D8-A1Y3-01 TCGA-D8-A1Y3-01A-11D-A160-01 called 0.71 2.83 1.0 15.0 0.78 0.09 new +TCGA-D8-A27E-01 TCGA-D8-A27E-01A-11D-A16C-01 called 0.47 2.0 0.0 17.0 0.47 0.0 new +TCGA-D8-A27F-01 TCGA-D8-A27F-01A-11D-A16C-01 called 0.77 1.7 0.0 9.0 0.74 0.16 new +TCGA-D8-A27G-01 TCGA-D8-A27G-01A-11D-A16C-01 called 0.53 2.01 0.0 15.0 0.53 0.0 new +TCGA-D8-A27H-01 TCGA-D8-A27H-01A-11D-A16C-01 called 0.75 2.15 0.0 11.0 0.76 0.1 new +TCGA-D8-A27I-01 TCGA-D8-A27I-01A-11D-A16C-01 called 0.27 2.1 0.0 40.0 0.28 0.26 new +TCGA-D8-A27K-01 TCGA-D8-A27K-01A-11D-A16C-01 called 0.54 2.13 0.0 16.0 0.55 0.01 new +TCGA-D8-A27L-01 TCGA-D8-A27L-01A-11D-A16C-01 called 0.45 2.07 0.0 18.0 0.46 0.07 new +TCGA-D8-A27M-01 TCGA-D8-A27M-01A-11D-A16C-01 called 0.45 1.8 0.0 17.0 0.42 0.42 new +TCGA-D8-A27N-01 TCGA-D8-A27N-01A-11D-A16C-01 called 0.58 2.04 0.0 14.0 0.59 0.03 new +TCGA-D8-A27P-01 TCGA-D8-A27P-01A-11D-A16C-01 called 0.65 2.02 0.0 13.0 0.65 0.0 new +TCGA-D8-A27R-01 TCGA-D8-A27R-01A-11D-A16C-01 called 0.4 3.51 1.0 33.0 0.54 0.15 new +TCGA-D8-A27T-01 TCGA-D8-A27T-01A-11D-A16C-01 called 0.51 3.36 1.0 25.0 0.63 0.17 new +TCGA-D8-A27V-01 TCGA-D8-A27V-01A-12D-A17C-01 called 0.64 2.28 0.0 14.0 0.67 0.05 new +TCGA-D8-A27W-01 TCGA-D8-A27W-01A-11D-A16C-01 called 0.44 4.59 2.0 37.0 0.65 0.52 new +TCGA-D8-A3Z5-01 TCGA-D8-A3Z5-01A-41D-A242-01 called 0.44 2.12 0.0 19.0 0.45 0.0 new +TCGA-D8-A3Z6-01 TCGA-D8-A3Z6-01A-11D-A238-01 called 0.6 2.26 0.0 15.0 0.62 0.08 new +TCGA-D8-A4Z1-01 TCGA-D8-A4Z1-01A-21D-A25N-01 called 0.16 1.99 0.0 69.0 0.16 0.03 new +TCGA-D8-A73U-01 TCGA-D8-A73U-01A-11D-A33D-01 called 0.26 1.82 0.0 41.0 0.24 0.04 new +TCGA-D8-A73W-01 TCGA-D8-A73W-01A-22D-A350-01 called 0.7 1.98 0.0 11.0 0.69 0.0 new +TCGA-D8-A73X-01 TCGA-D8-A73X-01A-11D-A32H-01 called 0.78 2.03 0.0 10.0 0.78 0.12 new +TCGA-E2-A105-01 TCGA-E2-A105-01A-11D-A10L-01 called 0.1 4.11 1.0 137.0 0.19 0.13 new +TCGA-E2-A107-01 TCGA-E2-A107-01A-11D-A10L-01 called 0.45 4.24 2.0 35.0 0.63 0.05 new +TCGA-E2-A108-01 TCGA-E2-A108-01A-13D-A10L-01 called 0.2 1.85 0.0 54.0 0.19 0.31 new +TCGA-E2-A109-01 TCGA-E2-A109-01A-11D-A10L-01 called 0.68 3.83 1.0 20.0 0.8 0.27 new +TCGA-E2-A10A-01 TCGA-E2-A10A-01A-21D-A111-01 called 0.82 1.98 0.0 10.0 0.81 0.02 new +TCGA-E2-A10B-01 TCGA-E2-A10B-01A-11D-A10L-01 called 0.41 4.94 2.0 42.0 0.63 0.25 new +TCGA-E2-A10C-01 TCGA-E2-A10C-01A-21D-A10L-01 called 0.5 2.97 1.0 20.0 0.6 0.17 new +TCGA-E2-A10F-01 TCGA-E2-A10F-01A-11D-A10L-01 called 0.52 1.99 0.0 16.0 0.52 0.17 new +TCGA-E2-A14N-01 TCGA-E2-A14N-01A-31D-A134-01 called 0.22 2.83 1.0 55.0 0.28 0.38 new +TCGA-E2-A14O-01 TCGA-E2-A14O-01A-31D-A111-01 called 0.7 3.0 1.0 16.0 0.77 0.29 new +TCGA-E2-A14P-01 TCGA-E2-A14P-01A-31D-A12A-01 called 0.48 2.64 1.0 20.0 0.55 0.02 new +TCGA-E2-A14Q-01 TCGA-E2-A14Q-01A-11D-A12A-01 called 0.6 1.94 0.0 13.0 0.6 0.16 new +TCGA-E2-A14R-01 TCGA-E2-A14R-01A-11D-A111-01 called 0.79 3.31 1.0 16.0 0.86 0.37 new +TCGA-E2-A14S-01 TCGA-E2-A14S-01A-11D-A12A-01 called 0.79 2.31 0.0 11.0 0.82 0.04 new +TCGA-E2-A14T-01 TCGA-E2-A14T-01A-11D-A111-01 called 0.55 3.22 1.0 20.0 0.67 0.2 new +TCGA-E2-A14U-01 TCGA-E2-A14U-01A-11D-A227-01 called 0.24 2.04 0.0 46.0 0.24 0.02 new +TCGA-E2-A14V-01 TCGA-E2-A14V-01A-11D-A12A-01 called 0.5 3.09 1.0 21.0 0.6 0.22 new +TCGA-E2-A14W-01 TCGA-E2-A14W-01A-11D-A12A-01 called 0.71 1.96 0.0 11.0 0.7 0.06 new +TCGA-E2-A14X-01 TCGA-E2-A14X-01A-11D-A111-01 called 0.38 3.76 1.0 37.0 0.53 0.14 new +TCGA-E2-A14Y-01 TCGA-E2-A14Y-01A-21D-A12A-01 called 0.78 2.13 0.0 11.0 0.79 0.2 new +TCGA-E2-A14Z-01 TCGA-E2-A14Z-01A-11D-A111-01 called 0.41 3.26 1.0 32.0 0.53 0.06 new +TCGA-E2-A150-01 TCGA-E2-A150-01A-11D-A12A-01 called 0.53 3.03 1.0 20.0 0.63 0.31 new +TCGA-E2-A152-01 TCGA-E2-A152-01A-11D-A12A-01 called 0.58 3.33 1.0 20.0 0.69 0.17 new +TCGA-E2-A153-01 TCGA-E2-A153-01A-12D-A12A-01 called 0.34 5.56 2.0 51.0 0.59 0.19 new +TCGA-E2-A154-01 TCGA-E2-A154-01A-11D-A111-01 called 0.62 4.64 2.0 29.0 0.79 0.55 new +TCGA-E2-A155-01 TCGA-E2-A155-01A-11D-A12A-01 called 0.82 1.92 0.0 9.0 0.81 0.01 new +TCGA-E2-A156-01 TCGA-E2-A156-01A-11D-A12A-01 called 0.92 2.0 0.0 9.0 0.92 0.01 new +TCGA-E2-A158-01 TCGA-E2-A158-01A-11D-A12A-01 called 1.0 1.96 0.0 8.0 1.0 0.08 new +TCGA-E2-A159-01 TCGA-E2-A159-01A-11D-A111-01 called 0.5 1.56 0.0 15.0 0.44 0.14 new +TCGA-E2-A15A-01 TCGA-E2-A15A-01A-11D-A12A-01 called 0.58 3.29 1.0 20.0 0.69 0.34 new +TCGA-E2-A15A-06 TCGA-E2-A15A-06A-11D-A12A-01 called 0.37 2.97 1.0 33.0 0.46 0.12 new +TCGA-E2-A15C-01 TCGA-E2-A15C-01A-31D-A12A-01 called 0.75 2.11 0.0 11.0 0.76 0.09 new +TCGA-E2-A15D-01 TCGA-E2-A15D-01A-11D-A111-01 called 0.57 2.29 0.0 16.0 0.6 0.04 new +TCGA-E2-A15E-01 TCGA-E2-A15E-01A-11D-A12A-01 called 0.33 3.56 1.0 40.0 0.47 0.05 new +TCGA-E2-A15E-06 TCGA-E2-A15E-06A-11D-A12A-01 called 0.64 3.52 1.0 19.0 0.76 0.04 new +TCGA-E2-A15F-01 TCGA-E2-A15F-01A-11D-A111-01 called 0.63 1.87 0.0 12.0 0.61 0.23 new +TCGA-E2-A15G-01 TCGA-E2-A15G-01A-11D-A12A-01 called 0.46 2.44 0.0 20.0 0.51 0.45 new +TCGA-E2-A15H-01 TCGA-E2-A15H-01A-11D-A12A-01 called 0.54 3.63 1.0 25.0 0.68 0.08 new +TCGA-E2-A15I-01 TCGA-E2-A15I-01A-21D-A134-01 called 0.63 2.12 0.0 13.0 0.65 0.01 new +TCGA-E2-A15J-01 TCGA-E2-A15J-01A-11D-A12N-01 called 0.89 2.09 0.0 9.0 0.89 0.02 new +TCGA-E2-A15K-01 TCGA-E2-A15K-01A-11D-A12N-01 called 0.7 2.05 0.0 12.0 0.7 0.03 new +TCGA-E2-A15K-06 TCGA-E2-A15K-06A-11D-A12N-01 called 0.96 2.03 0.0 8.0 0.96 0.01 new +TCGA-E2-A15L-01 TCGA-E2-A15L-01A-11D-A12A-01 called 0.85 2.12 0.0 10.0 0.86 0.05 new +TCGA-E2-A15M-01 TCGA-E2-A15M-01A-11D-A12A-01 called 0.28 3.25 1.0 46.0 0.38 0.27 new +TCGA-E2-A15O-01 TCGA-E2-A15O-01A-11D-A111-01 called 0.79 2.14 0.0 11.0 0.8 0.02 new +TCGA-E2-A15P-01 TCGA-E2-A15P-01A-11D-A111-01 called 0.61 1.81 0.0 13.0 0.58 0.0 new +TCGA-E2-A15R-01 TCGA-E2-A15R-01A-11D-A111-01 called 0.88 2.07 0.0 9.0 0.88 0.03 new +TCGA-E2-A15S-01 TCGA-E2-A15S-01A-11D-A111-01 called 0.73 3.93 1.0 19.0 0.84 0.09 new +TCGA-E2-A15T-01 TCGA-E2-A15T-01A-11D-A111-01 called 0.87 2.03 0.0 9.0 0.87 0.02 new +TCGA-E2-A1AZ-01 TCGA-E2-A1AZ-01A-11D-A12N-01 called 0.48 2.62 1.0 20.0 0.55 0.14 new +TCGA-E2-A1B0-01 TCGA-E2-A1B0-01A-11D-A12N-01 called 0.45 2.68 1.0 21.0 0.52 0.4 new +TCGA-E2-A1B1-01 TCGA-E2-A1B1-01A-21D-A12N-01 called 0.23 2.03 0.0 47.0 0.23 0.04 new +TCGA-E2-A1B4-01 TCGA-E2-A1B4-01A-11D-A12N-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-E2-A1B5-01 TCGA-E2-A1B5-01A-21D-A12N-01 called 0.17 2.22 0.0 65.0 0.19 0.16 new +TCGA-E2-A1BC-01 TCGA-E2-A1BC-01A-11D-A12N-01 called 0.56 1.92 0.0 14.0 0.55 0.06 new +TCGA-E2-A1BD-01 TCGA-E2-A1BD-01A-11D-A12N-01 called 0.68 4.13 2.0 21.0 0.81 0.36 new +TCGA-E2-A1IE-01 TCGA-E2-A1IE-01A-11D-A13J-01 called 0.71 1.92 0.0 11.0 0.71 0.07 new +TCGA-E2-A1IF-01 TCGA-E2-A1IF-01A-11D-A141-01 called 0.35 2.09 0.0 29.0 0.36 0.0 new +TCGA-E2-A1IG-01 TCGA-E2-A1IG-01A-11D-A141-01 called 0.76 2.05 0.0 11.0 0.77 0.0 new +TCGA-E2-A1IH-01 TCGA-E2-A1IH-01A-11D-A13J-01 called 0.44 3.32 1.0 30.0 0.56 0.3 new +TCGA-E2-A1II-01 TCGA-E2-A1II-01A-11D-A141-01 called 0.47 1.72 0.0 16.0 0.43 0.08 new +TCGA-E2-A1IJ-01 TCGA-E2-A1IJ-01A-11D-A141-01 called 0.39 2.13 0.0 25.0 0.4 0.06 new +TCGA-E2-A1IK-01 TCGA-E2-A1IK-01A-11D-A141-01 called 0.45 2.0 0.0 18.0 0.45 0.04 new +TCGA-E2-A1IL-01 TCGA-E2-A1IL-01A-11D-A14F-01 called 0.77 2.01 0.0 10.0 0.77 0.0 new +TCGA-E2-A1IN-01 TCGA-E2-A1IN-01A-11D-A13J-01 called 0.6 4.3 1.0 28.0 0.76 0.12 new +TCGA-E2-A1IO-01 TCGA-E2-A1IO-01A-11D-A141-01 called 0.55 1.84 0.0 14.0 0.53 0.3 new +TCGA-E2-A1IU-01 TCGA-E2-A1IU-01A-11D-A14F-01 called 0.66 2.0 0.0 12.0 0.66 0.06 new +TCGA-E2-A1L6-01 TCGA-E2-A1L6-01A-11D-A13J-01 called 0.48 2.06 0.0 17.0 0.49 0.01 new +TCGA-E2-A1L7-01 TCGA-E2-A1L7-01A-11D-A141-01 called 0.78 1.88 0.0 10.0 0.77 0.23 new +TCGA-E2-A1L8-01 TCGA-E2-A1L8-01A-11D-A13J-01 called 0.57 2.66 1.0 17.0 0.64 0.02 new +TCGA-E2-A1L9-01 TCGA-E2-A1L9-01A-11D-A13J-01 called 0.59 2.15 0.0 14.0 0.61 0.39 new +TCGA-E2-A1LA-01 TCGA-E2-A1LA-01A-11D-A141-01 called 0.56 1.93 0.0 14.0 0.55 0.13 new +TCGA-E2-A1LB-01 TCGA-E2-A1LB-01A-11D-A141-01 called 0.67 1.91 0.0 12.0 0.66 0.0 new +TCGA-E2-A1LE-01 TCGA-E2-A1LE-01A-12D-A19X-01 called 0.52 2.14 0.0 16.0 0.54 0.02 new +TCGA-E2-A1LG-01 TCGA-E2-A1LG-01A-21D-A14J-01 called 0.78 3.21 1.0 15.0 0.85 0.07 new +TCGA-E2-A1LH-01 TCGA-E2-A1LH-01A-11D-A14F-01 called 0.32 3.05 1.0 38.0 0.42 0.27 new +TCGA-E2-A1LI-01 TCGA-E2-A1LI-01A-12D-A160-01 called 0.3 4.7 2.0 50.0 0.51 0.28 new +TCGA-E2-A1LK-01 TCGA-E2-A1LK-01A-21D-A14F-01 called 0.67 4.06 1.0 21.0 0.8 0.53 new +TCGA-E2-A1LL-01 TCGA-E2-A1LL-01A-11D-A141-01 called 0.46 2.91 1.0 23.0 0.56 0.15 new +TCGA-E2-A2P5-01 TCGA-E2-A2P5-01A-11D-A19X-01 called 0.6 3.17 1.0 19.0 0.7 0.07 new +TCGA-E2-A2P6-01 TCGA-E2-A2P6-01A-11D-A19X-01 called 0.86 2.0 0.0 9.0 0.86 0.02 new +TCGA-E2-A3DX-01 TCGA-E2-A3DX-01A-21D-A20R-01 called 0.29 2.03 0.0 36.0 0.29 0.05 new +TCGA-E2-A56Z-01 TCGA-E2-A56Z-01A-12D-A29M-01 called 0.78 3.3 1.0 16.0 0.85 0.31 new +TCGA-E2-A570-01 TCGA-E2-A570-01A-11D-A29M-01 called 0.61 2.21 0.0 14.0 0.63 0.01 new +TCGA-E2-A573-01 TCGA-E2-A573-01A-11D-A29M-01 called 0.36 2.58 1.0 31.0 0.42 0.18 new +TCGA-E2-A574-01 TCGA-E2-A574-01A-11D-A29M-01 called 0.75 4.44 2.0 21.0 0.87 0.27 new +TCGA-E2-A576-01 TCGA-E2-A576-01A-11D-A31T-01 called 0.8 1.86 0.0 9.0 0.78 0.12 new +TCGA-E2-A9RU-01 TCGA-E2-A9RU-01A-11D-A41E-01 called 0.54 5.61 2.0 39.0 0.76 0.27 new +TCGA-E9-A1N3-01 TCGA-E9-A1N3-01A-12D-A160-01 called 0.78 1.98 0.0 10.0 0.78 0.07 new +TCGA-E9-A1N4-01 TCGA-E9-A1N4-01A-11D-A14J-01 called 0.64 1.8 0.0 12.0 0.62 0.0 new +TCGA-E9-A1N5-01 TCGA-E9-A1N5-01A-11D-A14F-01 called 0.66 1.95 0.0 12.0 0.65 0.17 new +TCGA-E9-A1N8-01 TCGA-E9-A1N8-01A-11D-A141-01 called 0.95 1.81 0.0 7.0 0.94 0.19 new +TCGA-E9-A1N9-01 TCGA-E9-A1N9-01A-11D-A14F-01 called 0.48 4.29 2.0 33.0 0.66 0.22 new +TCGA-E9-A1NA-01 TCGA-E9-A1NA-01A-11D-A141-01 called 0.61 3.89 1.0 22.0 0.75 0.18 new +TCGA-E9-A1NC-01 TCGA-E9-A1NC-01A-12D-A160-01 called 0.41 1.78 0.0 19.0 0.38 0.1 new +TCGA-E9-A1ND-01 TCGA-E9-A1ND-01A-11D-A141-01 called 0.37 2.77 1.0 31.0 0.45 0.1 new +TCGA-E9-A1NE-01 TCGA-E9-A1NE-01A-21D-A14J-01 called 0.24 2.13 0.0 45.0 0.25 0.43 new +TCGA-E9-A1NF-01 TCGA-E9-A1NF-01A-11D-A14F-01 called 0.47 3.33 1.0 27.0 0.6 0.31 new +TCGA-E9-A1NG-01 TCGA-E9-A1NG-01A-21D-A14J-01 called 0.34 1.95 0.0 29.0 0.34 0.0 new +TCGA-E9-A1NH-01 TCGA-E9-A1NH-01A-11D-A14F-01 called 0.57 3.72 1.0 23.0 0.71 0.0 new +TCGA-E9-A1NI-01 TCGA-E9-A1NI-01A-11D-A14F-01 called 0.66 3.7 1.0 20.0 0.78 0.65 new +TCGA-E9-A1QZ-01 TCGA-E9-A1QZ-01A-21D-A166-01 called 0.3 2.06 0.0 35.0 0.3 0.48 new +TCGA-E9-A1R0-01 TCGA-E9-A1R0-01A-22D-A16C-01 called 0.52 1.94 0.0 16.0 0.51 0.02 new +TCGA-E9-A1R2-01 TCGA-E9-A1R2-01A-11D-A14F-01 called 0.67 1.99 0.0 12.0 0.67 0.01 new +TCGA-E9-A1R3-01 TCGA-E9-A1R3-01A-31D-A14J-01 called 0.47 4.21 1.0 33.0 0.65 0.05 new +TCGA-E9-A1R4-01 TCGA-E9-A1R4-01A-21D-A14F-01 called 0.39 3.3 1.0 33.0 0.51 0.14 new +TCGA-E9-A1R5-01 TCGA-E9-A1R5-01A-11D-A14J-01 called 0.7 2.19 0.0 12.0 0.72 0.02 new +TCGA-E9-A1R6-01 TCGA-E9-A1R6-01A-11D-A14F-01 called 0.65 3.22 1.0 18.0 0.75 0.19 new +TCGA-E9-A1R7-01 TCGA-E9-A1R7-01A-11D-A14J-01 called 0.65 2.04 0.0 13.0 0.66 0.1 new +TCGA-E9-A1RA-01 TCGA-E9-A1RA-01A-11D-A14F-01 called 0.38 2.97 1.0 32.0 0.48 0.08 new +TCGA-E9-A1RB-01 TCGA-E9-A1RB-01A-11D-A160-01 called 0.57 3.28 1.0 20.0 0.68 0.33 new +TCGA-E9-A1RC-01 TCGA-E9-A1RC-01A-11D-A160-01 called 0.8 3.69 1.0 17.0 0.88 0.03 new +TCGA-E9-A1RE-01 TCGA-E9-A1RE-01A-11D-A160-01 called 0.77 3.23 1.0 16.0 0.85 0.05 new +TCGA-E9-A1RF-01 TCGA-E9-A1RF-01A-11D-A160-01 called 0.49 3.47 1.0 27.0 0.62 0.15 new +TCGA-E9-A1RG-01 TCGA-E9-A1RG-01A-11D-A14F-01 called 0.7 2.72 1.0 15.0 0.76 0.08 new +TCGA-E9-A1RH-01 TCGA-E9-A1RH-01A-21D-A166-01 called 0.43 3.3 1.0 30.0 0.55 0.57 new +TCGA-E9-A1RI-01 TCGA-E9-A1RI-01A-11D-A166-01 called 0.59 1.98 0.0 14.0 0.59 0.18 new +TCGA-E9-A226-01 TCGA-E9-A226-01A-21D-A160-01 called 0.63 2.01 0.0 13.0 0.63 0.3 new +TCGA-E9-A227-01 TCGA-E9-A227-01A-11D-A160-01 called 0.56 2.03 0.0 15.0 0.56 0.01 new +TCGA-E9-A228-01 TCGA-E9-A228-01A-31D-A160-01 called 0.74 1.96 0.0 11.0 0.74 0.01 new +TCGA-E9-A229-01 TCGA-E9-A229-01A-31D-A160-01 called 0.59 1.9 0.0 13.0 0.58 0.04 new +TCGA-E9-A22A-01 TCGA-E9-A22A-01A-11D-A160-01 called 0.4 2.03 0.0 21.0 0.4 0.03 new +TCGA-E9-A22B-01 TCGA-E9-A22B-01A-11D-A160-01 called 0.5 3.74 1.0 28.0 0.65 0.31 new +TCGA-E9-A22D-01 TCGA-E9-A22D-01A-11D-A160-01 called 0.38 3.38 1.0 34.0 0.51 0.56 new +TCGA-E9-A22E-01 TCGA-E9-A22E-01A-11D-A160-01 called 0.41 3.35 1.0 31.0 0.54 0.36 new +TCGA-E9-A22G-01 TCGA-E9-A22G-01A-11D-A160-01 called 0.9 1.79 0.0 8.0 0.89 0.17 new +TCGA-E9-A22H-01 TCGA-E9-A22H-01A-11D-A160-01 called 0.69 2.0 0.0 12.0 0.69 0.03 new +TCGA-E9-A243-01 TCGA-E9-A243-01A-21D-A166-01 called 0.21 2.95 1.0 58.0 0.28 0.51 new +TCGA-E9-A244-01 TCGA-E9-A244-01A-11D-A166-01 called 0.46 3.74 2.0 31.0 0.61 0.27 new +TCGA-E9-A245-01 TCGA-E9-A245-01A-22D-A16C-01 called 0.24 2.07 0.0 44.0 0.25 0.0 new +TCGA-E9-A247-01 TCGA-E9-A247-01A-11D-A166-01 called 0.72 4.32 2.0 21.0 0.85 0.05 new +TCGA-E9-A248-01 TCGA-E9-A248-01A-11D-A166-01 called 0.27 3.02 1.0 44.0 0.36 0.31 new +TCGA-E9-A249-01 TCGA-E9-A249-01A-11D-A166-01 called 0.69 4.02 1.0 20.0 0.82 0.14 new +TCGA-E9-A24A-01 TCGA-E9-A24A-01A-11D-A166-01 called 0.62 2.04 0.0 13.0 0.63 0.0 new +TCGA-E9-A295-01 TCGA-E9-A295-01A-11D-A16C-01 called 0.47 3.36 1.0 27.0 0.6 0.08 new +TCGA-E9-A2JS-01 TCGA-E9-A2JS-01A-11D-A17U-01 called 0.64 3.33 1.0 18.0 0.75 0.16 new +TCGA-E9-A2JT-01 TCGA-E9-A2JT-01A-22D-A18N-01 called 0.24 2.0 0.0 44.0 0.24 0.01 new +TCGA-E9-A3HO-01 TCGA-E9-A3HO-01A-11D-A20R-01 called 0.75 3.7 1.0 18.0 0.85 0.1 new +TCGA-E9-A3Q9-01 TCGA-E9-A3Q9-01A-11D-A21P-01 called 0.69 2.03 0.0 12.0 0.7 0.0 new +TCGA-E9-A3QA-01 TCGA-E9-A3QA-01A-61D-A227-01 called 0.3 1.77 0.0 33.0 0.27 0.25 new +TCGA-E9-A3X8-01 TCGA-E9-A3X8-01A-31D-A22W-01 called 0.23 3.85 1.0 57.0 0.36 0.05 new +TCGA-E9-A54X-01 TCGA-E9-A54X-01A-11D-A25N-01 called 0.77 2.19 0.0 11.0 0.78 0.04 new +TCGA-E9-A54Y-01 TCGA-E9-A54Y-01A-11D-A25N-01 called 0.88 2.22 0.0 10.0 0.89 0.36 new +TCGA-E9-A5FL-01 TCGA-E9-A5FL-01A-11D-A27O-01 called 0.35 3.3 1.0 36.0 0.48 0.28 new +TCGA-E9-A5UO-01 TCGA-E9-A5UO-01A-11D-A28A-01 called 0.92 1.93 0.0 8.0 0.92 0.0 new +TCGA-E9-A5UP-01 TCGA-E9-A5UP-01A-11D-A28A-01 called 0.79 3.75 1.0 18.0 0.88 0.07 new +TCGA-E9-A6HE-01 TCGA-E9-A6HE-01A-11D-A31T-01 called 0.62 2.02 0.0 13.0 0.62 0.01 new +TCGA-EW-A1IW-01 TCGA-EW-A1IW-01A-11D-A13J-01 called 0.57 1.9 0.0 14.0 0.56 0.04 new +TCGA-EW-A1IX-01 TCGA-EW-A1IX-01A-12D-A141-01 called 0.55 1.96 0.0 15.0 0.55 0.0 new +TCGA-EW-A1IY-01 TCGA-EW-A1IY-01A-11D-A13J-01 called 0.55 2.03 0.0 15.0 0.55 0.84 new +TCGA-EW-A1IZ-01 TCGA-EW-A1IZ-01A-11D-A13J-01 called 0.3 1.96 0.0 35.0 0.29 0.0 new +TCGA-EW-A1J1-01 TCGA-EW-A1J1-01A-11D-A13J-01 called 0.74 3.58 1.0 18.0 0.83 0.3 new +TCGA-EW-A1J2-01 TCGA-EW-A1J2-01A-21D-A13J-01 called 0.52 1.99 0.0 16.0 0.52 0.08 new +TCGA-EW-A1J3-01 TCGA-EW-A1J3-01A-11D-A13J-01 called 0.79 2.19 0.0 11.0 0.8 0.09 new +TCGA-EW-A1J5-01 TCGA-EW-A1J5-01A-11D-A13J-01 called 0.61 2.07 0.0 14.0 0.62 0.03 new +TCGA-EW-A1J6-01 TCGA-EW-A1J6-01A-11D-A13J-01 called 0.78 1.61 0.0 9.0 0.74 0.04 new +TCGA-EW-A1OV-01 TCGA-EW-A1OV-01A-11D-A141-01 called 0.31 3.62 1.0 43.0 0.45 0.05 new +TCGA-EW-A1OX-01 TCGA-EW-A1OX-01A-11D-A141-01 called 0.94 2.04 0.0 8.0 0.94 0.0 new +TCGA-EW-A1OY-01 TCGA-EW-A1OY-01A-11D-A141-01 called 0.81 2.92 1.0 14.0 0.86 0.34 new +TCGA-EW-A1OZ-01 TCGA-EW-A1OZ-01A-11D-A141-01 called 0.63 4.08 2.0 24.0 0.77 0.19 new +TCGA-EW-A1P0-01 TCGA-EW-A1P0-01A-11D-A141-01 called 0.83 2.27 0.0 11.0 0.85 0.03 new +TCGA-EW-A1P1-01 TCGA-EW-A1P1-01A-31D-A14F-01 called 0.36 2.0 0.0 27.0 0.36 0.06 new +TCGA-EW-A1P3-01 TCGA-EW-A1P3-01A-11D-A141-01 called 0.68 2.07 0.0 12.0 0.69 0.26 new +TCGA-EW-A1P4-01 TCGA-EW-A1P4-01A-21D-A141-01 called 0.42 3.19 1.0 30.0 0.54 0.1 new +TCGA-EW-A1P5-01 TCGA-EW-A1P5-01A-11D-A141-01 called 0.65 3.57 1.0 19.0 0.77 0.44 new +TCGA-EW-A1P6-01 TCGA-EW-A1P6-01A-11D-A141-01 called 0.75 2.2 0.0 12.0 0.76 0.04 new +TCGA-EW-A1P7-01 TCGA-EW-A1P7-01A-21D-A141-01 called 0.27 1.93 0.0 39.0 0.26 0.52 new +TCGA-EW-A1P8-01 TCGA-EW-A1P8-01A-11D-A141-01 called 0.69 1.57 0.0 10.0 0.63 0.01 new +TCGA-EW-A1PA-01 TCGA-EW-A1PA-01A-11D-A141-01 called 0.64 1.9 0.0 12.0 0.63 0.0 new +TCGA-EW-A1PB-01 TCGA-EW-A1PB-01A-11D-A141-01 called 0.52 1.52 0.0 14.0 0.45 0.07 new +TCGA-EW-A1PC-01 TCGA-EW-A1PC-01B-11D-A21P-01 called 0.81 4.03 2.0 19.0 0.89 0.23 new +TCGA-EW-A1PD-01 TCGA-EW-A1PD-01A-11D-A141-01 called 0.61 2.05 0.0 14.0 0.61 0.05 new +TCGA-EW-A1PE-01 TCGA-EW-A1PE-01A-11D-A141-01 called 0.69 1.87 0.0 11.0 0.68 0.18 new +TCGA-EW-A1PG-01 TCGA-EW-A1PG-01A-11D-A141-01 called 0.36 2.0 0.0 26.0 0.36 0.18 new +TCGA-EW-A1PH-01 TCGA-EW-A1PH-01A-11D-A14J-01 called 0.75 3.26 1.0 16.0 0.83 0.33 new +TCGA-EW-A2FR-01 TCGA-EW-A2FR-01A-11D-A21P-01 called 0.23 3.58 1.0 55.0 0.35 0.12 new +TCGA-EW-A2FS-01 TCGA-EW-A2FS-01A-11D-A17C-01 called 0.55 1.9 0.0 15.0 0.53 0.4 new +TCGA-EW-A2FV-01 TCGA-EW-A2FV-01A-11D-A17C-01 called 0.4 3.66 1.0 35.0 0.55 0.16 new +TCGA-EW-A2FW-01 TCGA-EW-A2FW-01A-11D-A17C-01 called 0.87 1.92 0.0 9.0 0.86 0.05 new +TCGA-EW-A3E8-01 TCGA-EW-A3E8-01B-11D-A242-01 called 0.31 3.75 1.0 43.0 0.46 0.22 new +TCGA-EW-A3U0-01 TCGA-EW-A3U0-01A-11D-A227-01 called 0.26 3.92 1.0 52.0 0.41 0.16 new +TCGA-EW-A423-01 TCGA-EW-A423-01A-11D-A242-01 called 0.69 3.22 1.0 17.0 0.78 0.11 new +TCGA-EW-A6S9-01 TCGA-EW-A6S9-01A-22D-A33D-01 called 0.75 1.95 0.0 10.0 0.75 0.3 new +TCGA-EW-A6SA-01 TCGA-EW-A6SA-01A-21D-A32H-01 called 0.88 3.52 1.0 16.0 0.93 0.41 new +TCGA-EW-A6SB-01 TCGA-EW-A6SB-01A-12D-A32H-01 called 0.21 3.1 1.0 56.0 0.3 0.17 new +TCGA-EW-A6SC-01 TCGA-EW-A6SC-01A-12D-A32H-01 called 0.63 1.97 0.0 13.0 0.62 0.0 new +TCGA-EW-A6SD-01 TCGA-EW-A6SD-01A-12D-A33D-01 called 0.54 3.48 1.0 22.0 0.67 0.17 new +TCGA-GI-A2C8-01 TCGA-GI-A2C8-01A-11D-A16C-01 called 0.48 3.09 1.0 23.0 0.59 0.14 new +TCGA-GI-A2C9-01 TCGA-GI-A2C9-01A-11D-A21P-01 called 0.81 1.68 0.0 8.0 0.78 0.68 new +TCGA-GM-A2D9-01 TCGA-GM-A2D9-01A-11D-A18N-01 called 0.73 2.01 0.0 11.0 0.73 0.03 new +TCGA-GM-A2DA-01 TCGA-GM-A2DA-01A-11D-A18N-01 called 0.52 1.97 0.0 16.0 0.52 0.02 new +TCGA-GM-A2DB-01 TCGA-GM-A2DB-01A-31D-A18N-01 called 0.31 3.28 1.0 40.0 0.43 0.19 new +TCGA-GM-A2DC-01 TCGA-GM-A2DC-01A-11D-A18N-01 called 0.7 2.28 0.0 13.0 0.73 0.12 new +TCGA-GM-A2DD-01 TCGA-GM-A2DD-01A-11D-A17U-01 called 0.32 3.08 1.0 39.0 0.41 0.56 new +TCGA-GM-A2DF-01 TCGA-GM-A2DF-01A-11D-A17U-01 called 0.36 1.74 0.0 25.0 0.32 0.27 new +TCGA-GM-A2DH-01 TCGA-GM-A2DH-01A-11D-A17U-01 called 0.38 3.37 1.0 34.0 0.51 0.45 new +TCGA-GM-A2DI-01 TCGA-GM-A2DI-01A-31D-A18N-01 called 0.22 1.9 0.0 50.0 0.21 0.07 new +TCGA-GM-A2DK-01 TCGA-GM-A2DK-01A-21D-A17U-01 called 0.49 2.05 0.0 17.0 0.49 0.05 new +TCGA-GM-A2DL-01 TCGA-GM-A2DL-01A-11D-A18N-01 called 0.54 1.93 0.0 15.0 0.53 0.0 new +TCGA-GM-A2DM-01 TCGA-GM-A2DM-01A-11D-A17U-01 called 0.72 1.99 0.0 11.0 0.72 0.0 new +TCGA-GM-A2DN-01 TCGA-GM-A2DN-01A-11D-A17U-01 called 0.39 2.07 0.0 24.0 0.39 0.06 new +TCGA-GM-A2DO-01 TCGA-GM-A2DO-01A-11D-A18N-01 called 0.36 2.05 0.0 27.0 0.37 0.08 new +TCGA-GM-A3NW-01 TCGA-GM-A3NW-01A-21D-A227-01 called 0.53 4.14 1.0 29.0 0.7 0.0 new +TCGA-GM-A3NY-01 TCGA-GM-A3NY-01A-11D-A21P-01 called 0.75 2.02 0.0 11.0 0.75 0.02 new +TCGA-GM-A3XL-01 TCGA-GM-A3XL-01A-11D-A22W-01 called 0.67 1.8 0.0 11.0 0.64 0.45 new +TCGA-GM-A3XN-01 TCGA-GM-A3XN-01A-12D-A22W-01 called 0.38 2.16 0.0 25.0 0.4 0.0 new +TCGA-GM-A4E0-01 TCGA-GM-A4E0-01A-12D-A25N-01 called 0.26 1.88 0.0 39.0 0.25 0.0 new +TCGA-GM-A5PV-01 TCGA-GM-A5PV-01A-11D-A28A-01 called 0.62 1.96 0.0 13.0 0.62 0.19 new +TCGA-GM-A5PX-01 TCGA-GM-A5PX-01A-12D-A28A-01 called 0.52 2.02 0.0 16.0 0.52 0.01 new +TCGA-HN-A2NL-01 TCGA-HN-A2NL-01A-11D-A18N-01 called 0.88 1.62 0.0 7.0 0.86 0.13 new +TCGA-HN-A2OB-01 TCGA-HN-A2OB-01A-21D-A27O-01 called 0.42 2.02 0.0 20.0 0.43 0.03 new +TCGA-JL-A3YW-01 TCGA-JL-A3YW-01A-12D-A238-01 called 0.34 2.9 1.0 35.0 0.43 0.49 new +TCGA-JL-A3YX-01 TCGA-JL-A3YX-01A-11D-A22W-01 called 0.58 3.81 1.0 24.0 0.73 0.14 new +TCGA-LD-A66U-01 TCGA-LD-A66U-01A-11D-A31T-01 called 0.48 2.14 0.0 18.0 0.5 0.14 new +TCGA-LD-A74U-01 TCGA-LD-A74U-01A-13D-A33D-01 called 0.39 1.92 0.0 21.0 0.38 0.06 new +TCGA-LD-A7W5-01 TCGA-LD-A7W5-01A-22D-A350-01 called 0.26 3.4 1.0 48.0 0.38 0.13 new +TCGA-LD-A7W6-01 TCGA-LD-A7W6-01A-81D-A350-01 called 0.59 1.98 0.0 14.0 0.58 0.01 new +TCGA-LL-A440-01 TCGA-LL-A440-01A-11D-A242-01 called 0.9 2.0 0.0 9.0 0.9 0.08 new +TCGA-LL-A441-01 TCGA-LL-A441-01A-11D-A242-01 called 0.22 2.41 0.0 52.0 0.25 0.57 new +TCGA-LL-A50Y-01 TCGA-LL-A50Y-01A-11D-A25N-01 called 0.78 2.05 0.0 10.0 0.78 0.03 new +TCGA-LL-A5YL-01 TCGA-LL-A5YL-01A-12D-A29M-01 called 0.56 1.95 0.0 14.0 0.55 0.06 new +TCGA-LL-A5YM-01 TCGA-LL-A5YM-01A-11D-A28A-01 called 0.79 1.8 0.0 9.0 0.77 0.18 new +TCGA-LL-A5YN-01 TCGA-LL-A5YN-01A-11D-A28A-01 called 0.34 1.97 0.0 29.0 0.33 0.65 new +TCGA-LL-A5YP-01 TCGA-LL-A5YP-01A-21D-A28A-01 called 0.43 3.37 1.0 30.0 0.56 0.3 new +TCGA-LL-A6FP-01 TCGA-LL-A6FP-01A-11D-A31T-01 called 0.91 3.01 1.0 13.0 0.94 0.1 new +TCGA-LL-A6FQ-01 TCGA-LL-A6FQ-01A-11D-A31T-01 called 0.79 3.34 1.0 16.0 0.86 0.01 new +TCGA-LL-A6FR-01 TCGA-LL-A6FR-01A-12D-A31T-01 called 0.53 3.17 1.0 21.0 0.64 0.26 new +TCGA-LL-A73Y-01 TCGA-LL-A73Y-01A-11D-A33D-01 called 0.5 2.69 1.0 19.0 0.57 0.19 new +TCGA-LL-A73Z-01 TCGA-LL-A73Z-01A-11D-A32H-01 called 0.23 2.25 0.0 49.0 0.25 0.37 new +TCGA-LL-A740-01 TCGA-LL-A740-01A-21D-A32H-01 called 0.54 2.13 0.0 16.0 0.56 0.02 new +TCGA-LL-A7SZ-01 TCGA-LL-A7SZ-01A-32D-A350-01 called 0.28 3.34 1.0 45.0 0.4 0.09 new +TCGA-LL-A7T0-01 TCGA-LL-A7T0-01A-31D-A350-01 called 0.6 3.66 1.0 21.0 0.73 0.06 new +TCGA-LL-A8F5-01 TCGA-LL-A8F5-01A-11D-A36I-01 called 0.52 3.25 1.0 21.0 0.64 0.3 new +TCGA-LL-A9Q3-01 TCGA-LL-A9Q3-01A-11D-A41E-01 called 0.53 4.37 1.0 31.0 0.71 0.06 new +TCGA-LQ-A4E4-01 TCGA-LQ-A4E4-01A-11D-A25N-01 called 0.84 1.89 0.0 9.0 0.83 0.03 new +TCGA-MS-A51U-01 TCGA-MS-A51U-01A-31D-A25N-01 called 0.22 3.34 1.0 58.0 0.32 0.04 new +TCGA-OK-A5Q2-01 TCGA-OK-A5Q2-01A-11D-A27O-01 called 0.34 2.05 0.0 30.0 0.34 0.01 new +TCGA-OL-A5D6-01 TCGA-OL-A5D6-01A-21D-A27O-01 called 0.5 1.88 0.0 16.0 0.49 0.04 new +TCGA-OL-A5D7-01 TCGA-OL-A5D7-01A-11D-A27O-01 called 0.62 1.77 0.0 12.0 0.59 0.55 new +TCGA-OL-A5D8-01 TCGA-OL-A5D8-01A-11D-A27O-01 called 0.79 2.12 0.0 11.0 0.8 0.01 new +TCGA-OL-A5DA-01 TCGA-OL-A5DA-01A-11D-A27O-01 called 0.68 2.11 0.0 12.0 0.7 0.11 new +TCGA-OL-A5RU-01 TCGA-OL-A5RU-01A-11D-A28A-01 called 0.43 2.07 0.0 20.0 0.44 0.05 new +TCGA-OL-A5RV-01 TCGA-OL-A5RV-01A-12D-A28A-01 called 0.46 2.02 0.0 18.0 0.47 0.19 new +TCGA-OL-A5RW-01 TCGA-OL-A5RW-01A-11D-A28A-01 called 0.79 3.59 1.0 17.0 0.87 0.33 new +TCGA-OL-A5RX-01 TCGA-OL-A5RX-01A-11D-A28A-01 called 0.43 2.13 0.0 20.0 0.44 0.0 new +TCGA-OL-A5RY-01 TCGA-OL-A5RY-01A-21D-A28A-01 called 0.73 2.01 0.0 11.0 0.73 0.14 new +TCGA-OL-A5RZ-01 TCGA-OL-A5RZ-01A-11D-A28A-01 called 0.88 3.84 1.0 17.0 0.93 0.25 new +TCGA-OL-A5S0-01 TCGA-OL-A5S0-01A-11D-A28A-01 called 0.46 2.78 1.0 21.0 0.54 0.24 new +TCGA-OL-A66H-01 TCGA-OL-A66H-01A-11D-A29M-01 called 0.67 2.05 0.0 12.0 0.68 0.01 new +TCGA-OL-A66I-01 TCGA-OL-A66I-01A-21D-A29M-01 called 0.28 3.41 1.0 46.0 0.39 0.21 new +TCGA-OL-A66J-01 TCGA-OL-A66J-01A-11D-A29M-01 called 0.61 1.94 0.0 13.0 0.61 0.07 new +TCGA-OL-A66K-01 TCGA-OL-A66K-01A-11D-A29M-01 called 0.57 3.79 1.0 24.0 0.72 0.0 new +TCGA-OL-A66L-01 TCGA-OL-A66L-01A-12D-A31T-01 called 0.58 1.98 0.0 14.0 0.58 0.0 new +TCGA-OL-A66N-01 TCGA-OL-A66N-01A-12D-A31T-01 called 0.38 4.13 2.0 39.0 0.56 0.0 new +TCGA-OL-A66O-01 TCGA-OL-A66O-01A-11D-A31T-01 called 0.74 3.92 1.0 19.0 0.85 0.06 new +TCGA-OL-A66P-01 TCGA-OL-A66P-01A-11D-A31T-01 called 0.23 2.16 0.0 47.0 0.25 0.06 new +TCGA-OL-A6VO-01 TCGA-OL-A6VO-01A-12D-A33D-01 called 0.71 2.58 1.0 14.0 0.76 0.44 new +TCGA-OL-A6VQ-01 TCGA-OL-A6VQ-01A-12D-A41E-01 called 0.39 3.96 1.0 37.0 0.56 0.01 new +TCGA-OL-A6VR-01 TCGA-OL-A6VR-01A-32D-A33D-01 called 0.78 2.12 0.0 11.0 0.78 0.04 new +TCGA-OL-A97C-01 TCGA-OL-A97C-01A-32D-A41E-01 called 0.67 2.2 0.0 13.0 0.69 0.03 new +TCGA-PE-A5DD-01 TCGA-PE-A5DD-01A-12D-A27O-01 called 0.74 1.84 0.0 10.0 0.73 0.16 new +TCGA-PE-A5DE-01 TCGA-PE-A5DE-01A-11D-A27O-01 called 0.36 3.05 1.0 35.0 0.46 0.05 new +TCGA-PL-A8LV-01 TCGA-PL-A8LV-01A-21D-A41E-01 called 0.48 3.25 1.0 26.0 0.6 0.31 new +TCGA-PL-A8LX-01 TCGA-PL-A8LX-01A-11D-A41E-01 called 0.57 3.58 1.0 21.0 0.7 0.21 new +TCGA-PL-A8LY-01 TCGA-PL-A8LY-01A-11D-A41E-01 called 0.65 2.0 0.0 12.0 0.65 0.0 new +TCGA-PL-A8LZ-01 TCGA-PL-A8LZ-01A-31D-A36I-01 called 0.25 2.75 1.0 48.0 0.31 0.08 new +TCGA-S3-A6ZF-01 TCGA-S3-A6ZF-01A-32D-A32H-01 called 0.58 3.18 1.0 19.0 0.69 0.11 new +TCGA-S3-A6ZG-01 TCGA-S3-A6ZG-01A-22D-A32H-01 called 0.67 3.65 1.0 19.0 0.78 0.36 new +TCGA-S3-A6ZH-01 TCGA-S3-A6ZH-01A-22D-A32H-01 called 0.71 3.6 1.0 18.0 0.82 0.03 new +TCGA-S3-AA0Z-01 TCGA-S3-AA0Z-01A-11D-A41E-01 called 0.77 2.36 1.0 12.0 0.79 0.08 new +TCGA-S3-AA10-01 TCGA-S3-AA10-01A-21D-A41E-01 called 0.38 3.31 1.0 34.0 0.51 0.14 new +TCGA-S3-AA11-01 TCGA-S3-AA11-01A-31D-A41E-01 called 0.6 2.02 0.0 14.0 0.6 0.02 new +TCGA-S3-AA12-01 TCGA-S3-AA12-01A-11D-A41E-01 called 0.94 2.04 0.0 8.0 0.94 0.01 new +TCGA-S3-AA14-01 TCGA-S3-AA14-01A-11D-A41E-01 called 0.66 1.84 0.0 11.0 0.65 0.01 new +TCGA-S3-AA17-01 TCGA-S3-AA17-01A-11D-A41E-01 called 0.35 3.87 1.0 40.0 0.51 0.06 new +TCGA-UL-AAZ6-01 TCGA-UL-AAZ6-01A-11D-A41E-01 called 0.91 3.27 1.0 14.0 0.94 0.07 new +TCGA-UU-A93S-01 TCGA-UU-A93S-01A-21D-A41E-01 called 0.61 3.3 1.0 19.0 0.72 0.07 new +TCGA-V7-A7HQ-01 TCGA-V7-A7HQ-01A-11D-A33D-01 called 0.75 2.05 0.0 11.0 0.75 0.13 new +TCGA-W8-A86G-01 TCGA-W8-A86G-01A-21D-A36I-01 called 0.33 4.31 1.0 45.0 0.51 0.02 new +TCGA-WT-AB41-01 TCGA-WT-AB41-01A-11D-A41E-01 called 0.51 1.93 0.0 16.0 0.5 0.02 new +TCGA-WT-AB44-01 TCGA-WT-AB44-01A-11D-A41E-01 called 0.61 3.9 1.0 22.0 0.75 0.18 new +TCGA-XX-A899-01 TCGA-XX-A899-01A-11D-A36I-01 called 0.38 2.02 0.0 25.0 0.38 0.08 new +TCGA-XX-A89A-01 TCGA-XX-A89A-01A-11D-A36I-01 called 0.34 3.46 1.0 39.0 0.47 0.0 new +TCGA-Z7-A8R5-01 TCGA-Z7-A8R5-01A-42D-A41E-01 called 0.18 3.02 1.0 65.0 0.25 0.24 new +TCGA-Z7-A8R6-01 TCGA-Z7-A8R6-01A-11D-A41E-01 called 0.8 2.28 0.0 11.0 0.82 0.07 new +TCGA-2W-A8YY-01 TCGA-2W-A8YY-01A-11D-A37M-01 called 0.62 1.97 0.0 13.0 0.61 0.03 new +TCGA-4J-AA1J-01 TCGA-4J-AA1J-01A-21D-A386-01 called 0.85 1.93 0.0 9.0 0.85 0.5 new +TCGA-BI-A0VR-01 TCGA-BI-A0VR-01A-11D-A10T-01 called 0.32 2.21 0.0 33.0 0.34 0.45 new +TCGA-BI-A0VS-01 TCGA-BI-A0VS-01A-11D-A10T-01 called 0.49 3.62 1.0 28.0 0.63 0.4 new +TCGA-BI-A20A-01 TCGA-BI-A20A-01A-11D-A14V-01 called 0.46 3.76 1.0 31.0 0.61 0.11 new +TCGA-C5-A0TN-01 TCGA-C5-A0TN-01A-21D-A14V-01 called 0.89 1.81 0.0 8.0 0.88 0.04 new +TCGA-C5-A1BE-01 TCGA-C5-A1BE-01B-11D-A13V-01 called 0.61 1.96 0.0 13.0 0.61 0.01 new +TCGA-C5-A1BF-01 TCGA-C5-A1BF-01B-11D-A13V-01 called 0.75 1.96 0.0 11.0 0.74 0.09 new +TCGA-C5-A1BI-01 TCGA-C5-A1BI-01B-11D-A13V-01 called 0.2 1.81 0.0 54.0 0.18 0.13 new +TCGA-C5-A1BJ-01 TCGA-C5-A1BJ-01A-11D-A13V-01 called 0.4 1.95 0.0 20.0 0.4 0.12 new +TCGA-C5-A1BK-01 TCGA-C5-A1BK-01B-11D-A13V-01 called 0.46 1.99 0.0 18.0 0.46 0.03 new +TCGA-C5-A1BL-01 TCGA-C5-A1BL-01A-11D-A13V-01 called 0.62 2.07 0.0 13.0 0.63 0.17 new +TCGA-C5-A1BM-01 TCGA-C5-A1BM-01A-11D-A13V-01 called 0.67 2.04 0.0 12.0 0.67 0.13 new +TCGA-C5-A1BN-01 TCGA-C5-A1BN-01B-11D-A14V-01 called 0.79 1.98 0.0 10.0 0.79 0.04 new +TCGA-C5-A1BQ-01 TCGA-C5-A1BQ-01C-11D-A20T-01 called 0.71 2.01 0.0 11.0 0.71 0.04 new +TCGA-C5-A1M5-01 TCGA-C5-A1M5-01A-11D-A13V-01 called 0.79 2.03 0.0 10.0 0.8 0.02 new +TCGA-C5-A1M6-01 TCGA-C5-A1M6-01A-11D-A13V-01 called 0.73 2.69 1.0 14.0 0.79 0.09 new +TCGA-C5-A1M7-01 TCGA-C5-A1M7-01A-11D-A13V-01 called 0.39 2.34 0.0 26.0 0.43 0.09 new +TCGA-C5-A1M8-01 TCGA-C5-A1M8-01A-21D-A13V-01 called 0.96 1.77 0.0 7.0 0.96 0.04 new +TCGA-C5-A1M9-01 TCGA-C5-A1M9-01A-11D-A13V-01 called 0.81 3.59 1.0 17.0 0.88 0.16 new +TCGA-C5-A1ME-01 TCGA-C5-A1ME-01A-11D-A13V-01 called 0.73 2.94 1.0 15.0 0.8 0.32 new +TCGA-C5-A1MF-01 TCGA-C5-A1MF-01A-11D-A13V-01 called 0.78 2.27 0.0 11.0 0.81 0.08 new +TCGA-C5-A1MH-01 TCGA-C5-A1MH-01A-11D-A14V-01 called 0.29 2.6 1.0 40.0 0.35 0.26 new +TCGA-C5-A1MI-01 TCGA-C5-A1MI-01A-11D-A14V-01 called 0.67 2.75 1.0 15.0 0.74 0.23 new +TCGA-C5-A1MJ-01 TCGA-C5-A1MJ-01A-11D-A14V-01 called 0.57 3.99 2.0 26.0 0.72 0.19 new +TCGA-C5-A1MK-01 TCGA-C5-A1MK-01A-11D-A14V-01 called 0.45 2.16 0.0 19.0 0.47 0.22 new +TCGA-C5-A1ML-01 TCGA-C5-A1ML-01A-11D-A14V-01 called 0.79 3.82 1.0 18.0 0.88 0.19 new +TCGA-C5-A1MN-01 TCGA-C5-A1MN-01A-11D-A14V-01 called 0.64 3.59 1.0 20.0 0.76 0.23 new +TCGA-C5-A1MP-01 TCGA-C5-A1MP-01A-11D-A14V-01 called 0.57 2.35 0.0 16.0 0.61 0.15 new +TCGA-C5-A2LS-01 TCGA-C5-A2LS-01A-22D-A22W-01 called 0.71 2.09 0.0 12.0 0.72 0.0 new +TCGA-C5-A2LT-01 TCGA-C5-A2LT-01A-11D-A18H-01 called 0.44 3.82 1.0 32.0 0.6 0.21 new +TCGA-C5-A2LV-01 TCGA-C5-A2LV-01A-11D-A18H-01 called 0.76 2.78 1.0 14.0 0.82 0.07 new +TCGA-C5-A2LX-01 TCGA-C5-A2LX-01A-11D-A18H-01 called 0.61 2.77 1.0 17.0 0.68 0.07 new +TCGA-C5-A2LY-01 TCGA-C5-A2LY-01A-31D-A18H-01 called 0.63 2.25 0.0 14.0 0.66 0.03 new +TCGA-C5-A2LZ-01 TCGA-C5-A2LZ-01A-11D-A20T-01 called 0.68 2.27 0.0 13.0 0.71 0.42 new +TCGA-C5-A2M1-01 TCGA-C5-A2M1-01A-11D-A18H-01 called 0.71 1.92 0.0 11.0 0.7 0.01 new +TCGA-C5-A2M2-01 TCGA-C5-A2M2-01A-21D-A18H-01 called 0.92 2.09 0.0 9.0 0.92 0.02 new +TCGA-C5-A3HD-01 TCGA-C5-A3HD-01B-11D-A20T-01 called 0.91 1.91 0.0 8.0 0.91 0.13 new +TCGA-C5-A3HE-01 TCGA-C5-A3HE-01A-21D-A22W-01 called 0.39 3.81 1.0 36.0 0.55 0.25 new +TCGA-C5-A3HF-01 TCGA-C5-A3HF-01A-11D-A20T-01 called 0.42 2.07 0.0 20.0 0.43 0.11 new +TCGA-C5-A3HL-01 TCGA-C5-A3HL-01A-11D-A20T-01 called 0.66 2.07 0.0 13.0 0.67 0.01 new +TCGA-C5-A7CG-01 TCGA-C5-A7CG-01A-11D-A32H-01 called 0.45 4.03 1.0 33.0 0.63 0.38 new +TCGA-C5-A7CH-01 TCGA-C5-A7CH-01A-11D-A33N-01 called 0.67 3.76 2.0 20.0 0.79 0.26 new +TCGA-C5-A7CJ-01 TCGA-C5-A7CJ-01A-11D-A32H-01 called 0.41 2.1 0.0 21.0 0.42 0.03 new +TCGA-C5-A7CK-01 TCGA-C5-A7CK-01A-11D-A32H-01 called 0.63 2.17 0.0 14.0 0.65 0.28 new +TCGA-C5-A7CL-01 TCGA-C5-A7CL-01A-11D-A32H-01 called 0.63 2.01 0.0 13.0 0.63 0.1 new +TCGA-C5-A7CM-01 TCGA-C5-A7CM-01A-11D-A33N-01 called 0.76 1.97 0.0 10.0 0.76 0.01 new +TCGA-C5-A7CO-01 TCGA-C5-A7CO-01A-11D-A350-01 called 0.69 2.99 1.0 16.0 0.77 0.35 new +TCGA-C5-A7UC-01 TCGA-C5-A7UC-01A-11D-A350-01 called 0.8 2.02 0.0 10.0 0.8 0.21 new +TCGA-C5-A7UE-01 TCGA-C5-A7UE-01A-11D-A33N-01 called 0.65 2.12 0.0 13.0 0.66 0.12 new +TCGA-C5-A7UH-01 TCGA-C5-A7UH-01A-11D-A350-01 called 0.58 3.85 1.0 24.0 0.73 0.15 new +TCGA-C5-A7UI-01 TCGA-C5-A7UI-01A-11D-A36I-01 called 0.52 2.0 0.0 16.0 0.52 0.18 new +TCGA-C5-A7X3-01 TCGA-C5-A7X3-01A-11D-A350-01 called 0.22 3.57 1.0 59.0 0.33 0.16 new +TCGA-C5-A7X5-01 TCGA-C5-A7X5-01A-11D-A36I-01 called 0.84 3.22 1.0 15.0 0.89 0.19 new +TCGA-C5-A7X8-01 TCGA-C5-A7X8-01A-11D-A36I-01 called 0.69 3.35 1.0 17.0 0.79 0.01 new +TCGA-C5-A7XC-01 TCGA-C5-A7XC-01A-11D-A386-01 called 0.59 2.11 0.0 14.0 0.61 0.33 new +TCGA-C5-A8XH-01 TCGA-C5-A8XH-01A-11D-A37M-01 called 0.5 3.14 1.0 21.0 0.61 0.29 new +TCGA-C5-A8XI-01 TCGA-C5-A8XI-01A-11D-A37M-01 called 0.67 2.36 0.0 14.0 0.71 0.2 new +TCGA-C5-A8XJ-01 TCGA-C5-A8XJ-01A-11D-A37M-01 called 0.71 1.94 0.0 11.0 0.71 0.01 new +TCGA-C5-A8XK-01 TCGA-C5-A8XK-01A-11D-A37M-01 called 0.58 3.72 1.0 22.0 0.72 0.06 new +TCGA-C5-A8YQ-01 TCGA-C5-A8YQ-01A-11D-A37M-01 called 0.8 3.07 1.0 15.0 0.86 0.16 new +TCGA-C5-A8YR-01 TCGA-C5-A8YR-01A-12D-A37M-01 called 0.79 3.03 1.0 15.0 0.85 0.05 new +TCGA-C5-A8YT-01 TCGA-C5-A8YT-01A-11D-A37M-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-C5-A8ZZ-01 TCGA-C5-A8ZZ-01A-11D-A37M-01 called 0.7 2.0 0.0 12.0 0.7 0.04 new +TCGA-C5-A907-01 TCGA-C5-A907-01A-11D-A37M-01 called 0.61 2.03 0.0 13.0 0.62 0.0 new +TCGA-DG-A2KH-01 TCGA-DG-A2KH-01A-21D-A22W-01 called 0.76 3.36 1.0 16.0 0.84 0.27 new +TCGA-DG-A2KJ-01 TCGA-DG-A2KJ-01A-11D-A18H-01 called 0.61 1.75 0.0 12.0 0.58 0.17 new +TCGA-DG-A2KK-01 TCGA-DG-A2KK-01A-11D-A17U-01 called 0.84 1.99 0.0 9.0 0.84 0.01 new +TCGA-DG-A2KL-01 TCGA-DG-A2KL-01A-11D-A17U-01 called 0.53 3.32 1.0 21.0 0.65 0.02 new +TCGA-DG-A2KM-01 TCGA-DG-A2KM-01A-11D-A17U-01 called 0.17 1.96 0.0 63.0 0.17 0.27 new +TCGA-DR-A0ZL-01 TCGA-DR-A0ZL-01A-11D-A10T-01 called 0.49 1.88 0.0 16.0 0.47 0.05 new +TCGA-DR-A0ZM-01 TCGA-DR-A0ZM-01A-12D-A10T-01 called 0.48 2.07 0.0 17.0 0.49 0.0 new +TCGA-DS-A0VK-01 TCGA-DS-A0VK-01A-21D-A10T-01 called 0.67 1.88 0.0 11.0 0.66 0.06 new +TCGA-DS-A0VL-01 TCGA-DS-A0VL-01A-21D-A10T-01 called 0.79 2.08 0.0 10.0 0.8 0.19 new +TCGA-DS-A0VM-01 TCGA-DS-A0VM-01A-11D-A10T-01 called 0.71 2.06 0.0 12.0 0.71 0.17 new +TCGA-DS-A0VN-01 TCGA-DS-A0VN-01A-21D-A10T-01 called 0.5 3.54 1.0 27.0 0.64 0.0 new +TCGA-DS-A3LQ-01 TCGA-DS-A3LQ-01A-21D-A21P-01 called 0.72 2.63 1.0 14.0 0.77 0.08 new +TCGA-DS-A5RQ-01 TCGA-DS-A5RQ-01A-11D-A28A-01 called 0.7 1.94 0.0 11.0 0.69 0.04 new +TCGA-DS-A7WF-01 TCGA-DS-A7WF-01A-11D-A350-01 called 0.94 2.0 0.0 8.0 0.94 0.01 new +TCGA-DS-A7WH-01 TCGA-DS-A7WH-01A-22D-A350-01 called 0.68 2.11 0.0 12.0 0.69 0.17 new +TCGA-DS-A7WI-01 TCGA-DS-A7WI-01A-12D-A350-01 called 0.85 2.2 0.0 10.0 0.86 0.13 new +TCGA-EA-A1QS-01 TCGA-EA-A1QS-01A-61D-A22W-01 called 0.3 2.15 0.0 36.0 0.31 0.68 new +TCGA-EA-A1QT-01 TCGA-EA-A1QT-01A-11D-A14V-01 called 0.86 1.86 0.0 9.0 0.85 0.31 new +TCGA-EA-A3HQ-01 TCGA-EA-A3HQ-01A-11D-A20T-01 called 0.79 2.29 0.0 11.0 0.82 0.03 new +TCGA-EA-A3HR-01 TCGA-EA-A3HR-01A-11D-A20T-01 called 0.75 1.99 0.0 11.0 0.75 0.19 new +TCGA-EA-A3HS-01 TCGA-EA-A3HS-01A-11D-A20T-01 called 0.84 2.06 0.0 10.0 0.84 0.05 new +TCGA-EA-A3HT-01 TCGA-EA-A3HT-01A-61D-A21P-01 called 0.57 2.19 0.0 15.0 0.59 0.05 new +TCGA-EA-A3QD-01 TCGA-EA-A3QD-01A-32D-A22W-01 called 0.53 2.05 0.0 16.0 0.54 0.11 new +TCGA-EA-A3QE-01 TCGA-EA-A3QE-01A-21D-A21P-01 called 0.44 1.87 0.0 18.0 0.42 0.01 new +TCGA-EA-A3Y4-01 TCGA-EA-A3Y4-01A-51D-A242-01 called 0.57 2.09 0.0 15.0 0.58 0.04 new +TCGA-EA-A410-01 TCGA-EA-A410-01A-11D-A242-01 called 0.8 2.0 0.0 10.0 0.8 0.02 new +TCGA-EA-A411-01 TCGA-EA-A411-01A-11D-A242-01 called 0.42 3.67 1.0 33.0 0.57 0.35 new +TCGA-EA-A439-01 TCGA-EA-A439-01A-11D-A242-01 called 0.64 2.59 1.0 15.0 0.69 0.2 new +TCGA-EA-A43B-01 TCGA-EA-A43B-01A-81D-A242-01 called 0.38 3.69 1.0 36.0 0.53 0.28 new +TCGA-EA-A44S-01 TCGA-EA-A44S-01A-12D-A26F-01 called 0.73 1.79 0.0 10.0 0.71 0.06 new +TCGA-EA-A4BA-01 TCGA-EA-A4BA-01A-21D-A26F-01 called 0.73 2.07 0.0 11.0 0.74 0.06 new +TCGA-EA-A50E-01 TCGA-EA-A50E-01A-21D-A26F-01 called 0.5 2.03 0.0 16.0 0.5 0.05 new +TCGA-EA-A556-01 TCGA-EA-A556-01A-11D-A26F-01 called 0.7 3.96 1.0 20.0 0.82 0.23 new +TCGA-EA-A5FO-01 TCGA-EA-A5FO-01A-21D-A28A-01 called 0.92 2.05 0.0 9.0 0.92 0.02 new +TCGA-EA-A5O9-01 TCGA-EA-A5O9-01A-11D-A28A-01 called 0.85 2.63 1.0 12.0 0.88 0.11 new +TCGA-EA-A5ZD-01 TCGA-EA-A5ZD-01A-11D-A28A-01 called 0.4 2.24 0.0 22.0 0.43 0.05 new +TCGA-EA-A5ZE-01 TCGA-EA-A5ZE-01A-11D-A28A-01 called 0.7 2.16 0.0 12.0 0.72 0.08 new +TCGA-EA-A5ZF-01 TCGA-EA-A5ZF-01A-11D-A28A-01 called 0.73 2.85 1.0 15.0 0.79 0.49 new +TCGA-EA-A6QX-01 TCGA-EA-A6QX-01A-12D-A33N-01 called 0.79 1.95 0.0 10.0 0.79 0.03 new +TCGA-EA-A78R-01 TCGA-EA-A78R-01A-11D-A32H-01 called 0.43 1.96 0.0 19.0 0.43 0.02 new +TCGA-EA-A97N-01 TCGA-EA-A97N-01A-11D-A386-01 called 0.64 2.68 1.0 16.0 0.7 0.1 new +TCGA-EK-A2GZ-01 TCGA-EK-A2GZ-01A-11D-A17U-01 called 0.58 2.16 0.0 15.0 0.6 0.54 new +TCGA-EK-A2H0-01 TCGA-EK-A2H0-01A-11D-A17U-01 called 0.73 1.92 0.0 11.0 0.72 0.07 new +TCGA-EK-A2H1-01 TCGA-EK-A2H1-01A-11D-A17U-01 called 0.42 2.16 0.0 20.0 0.44 0.43 new +TCGA-EK-A2IP-01 TCGA-EK-A2IP-01A-11D-A17U-01 called 0.84 1.96 0.0 9.0 0.83 0.07 new +TCGA-EK-A2PG-01 TCGA-EK-A2PG-01A-11D-A18H-01 called 0.79 3.72 2.0 18.0 0.87 0.36 new +TCGA-EK-A2PI-01 TCGA-EK-A2PI-01A-11D-A18H-01 called 0.81 1.97 0.0 10.0 0.81 0.4 new +TCGA-EK-A2PK-01 TCGA-EK-A2PK-01A-11D-A18H-01 called 0.5 3.12 1.0 21.0 0.61 0.01 new +TCGA-EK-A2PL-01 TCGA-EK-A2PL-01A-11D-A18H-01 called 0.61 3.75 1.0 21.0 0.74 0.08 new +TCGA-EK-A2PM-01 TCGA-EK-A2PM-01A-11D-A18H-01 called 0.7 3.27 1.0 17.0 0.79 0.17 new +TCGA-EK-A2R7-01 TCGA-EK-A2R7-01A-11D-A18H-01 called 0.69 2.17 0.0 12.0 0.71 0.11 new +TCGA-EK-A2R8-01 TCGA-EK-A2R8-01A-21D-A18H-01 called 0.44 3.8 1.0 33.0 0.6 0.15 new +TCGA-EK-A2R9-01 TCGA-EK-A2R9-01A-11D-A18H-01 called 0.78 2.1 0.0 11.0 0.78 0.03 new +TCGA-EK-A2RA-01 TCGA-EK-A2RA-01A-11D-A18H-01 called 0.64 3.5 2.0 19.0 0.75 0.31 new +TCGA-EK-A2RB-01 TCGA-EK-A2RB-01A-11D-A18H-01 called 0.81 2.03 0.0 10.0 0.81 0.0 new +TCGA-EK-A2RC-01 TCGA-EK-A2RC-01A-11D-A18H-01 called 0.61 1.97 0.0 13.0 0.6 0.0 new +TCGA-EK-A2RD-01 TCGA-EK-A2RD-01A-12D-A20T-01 called 0.63 2.0 0.0 13.0 0.63 0.1 new +TCGA-EK-A2RE-01 TCGA-EK-A2RE-01A-11D-A18H-01 called 0.86 1.97 0.0 9.0 0.85 0.0 new +TCGA-EK-A2RJ-01 TCGA-EK-A2RJ-01A-11D-A18H-01 called 0.5 2.6 1.0 19.0 0.57 0.5 new +TCGA-EK-A2RK-01 TCGA-EK-A2RK-01A-11D-A18H-01 called 0.78 1.68 0.0 9.0 0.74 0.0 new +TCGA-EK-A2RL-01 TCGA-EK-A2RL-01A-11D-A18H-01 called 0.91 2.08 0.0 9.0 0.91 0.03 new +TCGA-EK-A2RM-01 TCGA-EK-A2RM-01A-21D-A18H-01 called 0.65 3.51 1.0 19.0 0.77 0.21 new +TCGA-EK-A2RN-01 TCGA-EK-A2RN-01A-12D-A20T-01 called 0.63 2.95 1.0 17.0 0.72 0.1 new +TCGA-EK-A2RO-01 TCGA-EK-A2RO-01A-11D-A18H-01 called 0.71 2.22 0.0 12.0 0.73 0.02 new +TCGA-EK-A3GJ-01 TCGA-EK-A3GJ-01A-21D-A20T-01 called 0.69 3.92 1.0 20.0 0.81 0.01 new +TCGA-EK-A3GK-01 TCGA-EK-A3GK-01A-11D-A20T-01 called 0.85 2.02 0.0 9.0 0.85 0.09 new +TCGA-EK-A3GM-01 TCGA-EK-A3GM-01A-11D-A20T-01 called 0.79 2.98 1.0 14.0 0.85 0.22 new +TCGA-EK-A3GN-01 TCGA-EK-A3GN-01A-11D-A20T-01 called 0.7 2.31 0.0 13.0 0.73 0.06 new +TCGA-EX-A1H5-01 TCGA-EX-A1H5-01A-31D-A13V-01 called 0.78 1.74 0.0 9.0 0.76 0.07 new +TCGA-EX-A1H6-01 TCGA-EX-A1H6-01B-11D-A22W-01 called 0.62 1.89 0.0 13.0 0.6 0.0 new +TCGA-EX-A3L1-01 TCGA-EX-A3L1-01A-11D-A21P-01 called 0.27 3.56 1.0 48.0 0.4 0.28 new +TCGA-EX-A69L-01 TCGA-EX-A69L-01A-11D-A32H-01 called 0.58 2.11 0.0 14.0 0.6 0.11 new +TCGA-EX-A69M-01 TCGA-EX-A69M-01A-11D-A32H-01 called 0.69 2.11 0.0 12.0 0.7 0.0 new +TCGA-EX-A8YF-01 TCGA-EX-A8YF-01A-11D-A37M-01 called 0.56 2.24 0.0 16.0 0.59 0.09 new +TCGA-FU-A23K-01 TCGA-FU-A23K-01A-11D-A16M-01 called 0.64 2.14 0.0 13.0 0.65 0.28 new +TCGA-FU-A23L-01 TCGA-FU-A23L-01A-11D-A16M-01 called 0.5 3.48 1.0 26.0 0.63 0.46 new +TCGA-FU-A2QG-01 TCGA-FU-A2QG-01A-11D-A18H-01 called 0.81 1.86 0.0 9.0 0.8 0.02 new +TCGA-FU-A3EO-01 TCGA-FU-A3EO-01A-11D-A20T-01 called 0.81 2.01 0.0 10.0 0.81 0.02 new +TCGA-FU-A3HY-01 TCGA-FU-A3HY-01A-11D-A21P-01 called 0.63 3.78 1.0 21.0 0.76 0.02 new +TCGA-FU-A3HZ-01 TCGA-FU-A3HZ-01A-11D-A20T-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-FU-A3NI-01 TCGA-FU-A3NI-01A-11D-A21P-01 called 0.65 3.24 1.0 18.0 0.75 0.12 new +TCGA-FU-A3TQ-01 TCGA-FU-A3TQ-01A-11D-A22W-01 called 0.66 1.93 0.0 12.0 0.65 0.02 new +TCGA-FU-A3TX-01 TCGA-FU-A3TX-01A-11D-A22W-01 called 0.68 3.11 1.0 17.0 0.77 0.32 new +TCGA-FU-A3WB-01 TCGA-FU-A3WB-01A-11D-A22W-01 called 0.88 1.96 0.0 9.0 0.88 0.05 new +TCGA-FU-A3YQ-01 TCGA-FU-A3YQ-01A-11D-A22W-01 called 0.34 1.99 0.0 30.0 0.34 0.05 new +TCGA-FU-A40J-01 TCGA-FU-A40J-01A-11D-A242-01 called 0.65 3.36 1.0 18.0 0.76 0.29 new +TCGA-FU-A57G-01 TCGA-FU-A57G-01A-11D-A26F-01 called 0.58 2.02 0.0 14.0 0.59 0.06 new +TCGA-FU-A5XV-01 TCGA-FU-A5XV-01A-11D-A28A-01 called 0.72 1.9 0.0 11.0 0.71 0.1 new +TCGA-FU-A770-01 TCGA-FU-A770-01A-11D-A33N-01 called 0.61 1.91 0.0 13.0 0.59 0.04 new +TCGA-GH-A9DA-01 TCGA-GH-A9DA-01A-21D-A37M-01 called 0.74 2.17 0.0 12.0 0.75 0.11 new +TCGA-HG-A2PA-01 TCGA-HG-A2PA-01A-11D-A20T-01 called 0.5 1.96 0.0 16.0 0.49 0.0 new +TCGA-HG-A9SC-01 TCGA-HG-A9SC-01A-21D-A42N-01 called 0.65 2.13 0.0 13.0 0.67 0.03 new +TCGA-HM-A3JJ-01 TCGA-HM-A3JJ-01A-21D-A21P-01 called 0.42 2.61 1.0 25.0 0.49 0.02 new +TCGA-HM-A3JK-01 TCGA-HM-A3JK-01A-11D-A21P-01 called 0.43 3.37 1.0 30.0 0.56 0.02 new +TCGA-HM-A4S6-01 TCGA-HM-A4S6-01A-11D-A26F-01 called 0.54 2.11 0.0 16.0 0.55 0.02 new +TCGA-HM-A6W2-01 TCGA-HM-A6W2-01A-21D-A33N-01 called 0.85 2.02 0.0 9.0 0.85 0.0 new +TCGA-HM-A6W2-06 TCGA-HM-A6W2-06A-22D-A33N-01 called 0.89 1.97 0.0 9.0 0.89 0.2 new +TCGA-IR-A3L7-01 TCGA-IR-A3L7-01A-21D-A20T-01 called 0.84 2.04 0.0 10.0 0.84 0.05 new +TCGA-IR-A3LA-01 TCGA-IR-A3LA-01A-11D-A22W-01 called 0.88 2.13 0.0 10.0 0.88 0.16 new +TCGA-IR-A3LB-01 TCGA-IR-A3LB-01A-11D-A242-01 called 0.72 1.8 0.0 10.0 0.7 0.0 new +TCGA-IR-A3LC-01 TCGA-IR-A3LC-01A-11D-A20T-01 called 0.78 2.18 0.0 11.0 0.8 0.05 new +TCGA-IR-A3LF-01 TCGA-IR-A3LF-01A-21D-A22W-01 called 0.25 3.86 1.0 53.0 0.4 0.16 new +TCGA-IR-A3LH-01 TCGA-IR-A3LH-01A-21D-A20T-01 called 0.49 2.0 0.0 17.0 0.49 0.09 new +TCGA-IR-A3LI-01 TCGA-IR-A3LI-01A-11D-A20T-01 called 0.93 2.08 0.0 9.0 0.93 0.0 new +TCGA-IR-A3LK-01 TCGA-IR-A3LK-01A-12D-A20T-01 called 0.84 2.0 0.0 9.0 0.84 0.02 new +TCGA-IR-A3LL-01 TCGA-IR-A3LL-01A-11D-A20T-01 called 0.5 2.4 1.0 18.0 0.54 0.03 new +TCGA-JW-A5VG-01 TCGA-JW-A5VG-01A-11D-A28A-01 called 0.78 2.07 0.0 10.0 0.79 0.02 new +TCGA-JW-A5VH-01 TCGA-JW-A5VH-01A-11D-A28A-01 called 0.76 2.0 0.0 11.0 0.76 0.03 new +TCGA-JW-A5VI-01 TCGA-JW-A5VI-01A-11D-A28A-01 called 0.67 1.92 0.0 12.0 0.66 0.09 new +TCGA-JW-A5VJ-01 TCGA-JW-A5VJ-01A-11D-A28A-01 called 0.65 2.21 0.0 13.0 0.67 0.19 new +TCGA-JW-A5VK-01 TCGA-JW-A5VK-01A-11D-A28A-01 called 0.94 1.98 0.0 8.0 0.94 0.36 new +TCGA-JW-A5VL-01 TCGA-JW-A5VL-01A-11D-A28A-01 called 0.86 2.2 0.0 10.0 0.87 0.08 new +TCGA-JW-A69B-01 TCGA-JW-A69B-01A-11D-A32H-01 called 0.78 2.02 0.0 10.0 0.79 0.04 new +TCGA-JW-A852-01 TCGA-JW-A852-01A-11D-A350-01 called 0.81 2.22 0.0 11.0 0.82 0.1 new +TCGA-JW-AAVH-01 TCGA-JW-AAVH-01A-11D-A386-01 called 0.93 2.02 0.0 9.0 0.93 0.18 new +TCGA-JX-A3PZ-01 TCGA-JX-A3PZ-01A-11D-A21P-01 called 0.7 3.7 1.0 19.0 0.81 0.07 new +TCGA-JX-A3Q0-01 TCGA-JX-A3Q0-01A-11D-A21P-01 called 0.76 2.25 0.0 12.0 0.78 0.02 new +TCGA-JX-A3Q8-01 TCGA-JX-A3Q8-01A-11D-A21P-01 called 0.86 3.12 1.0 14.0 0.91 0.07 new +TCGA-JX-A5QV-01 TCGA-JX-A5QV-01A-22D-A28A-01 called 0.64 3.24 1.0 18.0 0.74 0.3 new +TCGA-LP-A4AU-01 TCGA-LP-A4AU-01A-32D-A242-01 called 0.25 3.29 1.0 51.0 0.35 0.1 new +TCGA-LP-A4AV-01 TCGA-LP-A4AV-01A-11D-A242-01 called 0.7 2.14 0.0 12.0 0.72 0.23 new +TCGA-LP-A4AW-01 TCGA-LP-A4AW-01A-11D-A242-01 called 0.39 1.98 0.0 21.0 0.39 0.02 new +TCGA-LP-A4AX-01 TCGA-LP-A4AX-01A-12D-A242-01 called 0.45 1.95 0.0 18.0 0.45 0.11 new +TCGA-LP-A5U2-01 TCGA-LP-A5U2-01A-11D-A28A-01 called 0.87 2.2 0.0 10.0 0.88 0.19 new +TCGA-LP-A5U3-01 TCGA-LP-A5U3-01A-11D-A28A-01 called 0.85 2.04 0.0 9.0 0.86 0.05 new +TCGA-LP-A7HU-01 TCGA-LP-A7HU-01A-11D-A33N-01 called 0.44 1.87 0.0 18.0 0.43 0.27 new +TCGA-MA-AA3W-01 TCGA-MA-AA3W-01A-11D-A386-01 called 0.48 2.01 0.0 17.0 0.49 0.16 new +TCGA-MA-AA3X-01 TCGA-MA-AA3X-01A-22D-A42N-01 called 0.68 3.02 1.0 16.0 0.76 0.05 new +TCGA-MA-AA3Y-01 TCGA-MA-AA3Y-01A-11D-A386-01 called 0.47 2.05 0.0 18.0 0.48 0.03 new +TCGA-MA-AA3Z-01 TCGA-MA-AA3Z-01A-11D-A386-01 called 0.76 2.0 0.0 11.0 0.76 0.14 new +TCGA-MA-AA41-01 TCGA-MA-AA41-01A-11D-A386-01 called 0.72 2.25 0.0 12.0 0.74 0.19 new +TCGA-MA-AA42-01 TCGA-MA-AA42-01A-12D-A386-01 called 0.6 1.87 0.0 13.0 0.59 0.56 new +TCGA-MA-AA43-01 TCGA-MA-AA43-01A-11D-A42N-01 called 0.52 3.57 2.0 26.0 0.66 0.11 new +TCGA-MU-A51Y-01 TCGA-MU-A51Y-01A-11D-A26F-01 called 0.52 2.03 0.0 16.0 0.52 0.09 new +TCGA-MU-A5YI-01 TCGA-MU-A5YI-01A-11D-A32H-01 called 0.7 1.92 0.0 11.0 0.69 0.03 new +TCGA-MU-A8JM-01 TCGA-MU-A8JM-01A-11D-A36I-01 called 0.62 2.18 0.0 14.0 0.64 0.05 new +TCGA-MY-A5BD-01 TCGA-MY-A5BD-01A-11D-A26F-01 called 0.94 2.13 0.0 9.0 0.94 0.09 new +TCGA-MY-A5BE-01 TCGA-MY-A5BE-01A-21D-A26F-01 called 0.22 2.47 1.0 53.0 0.25 0.06 new +TCGA-MY-A5BF-01 TCGA-MY-A5BF-01A-11D-A26F-01 called 0.82 1.94 0.0 9.0 0.81 0.07 new +TCGA-MY-A913-01 TCGA-MY-A913-01A-11D-A37M-01 called 0.5 3.57 1.0 27.0 0.64 0.22 new +TCGA-PN-A8MA-01 TCGA-PN-A8MA-01A-11D-A36I-01 called 0.78 4.36 2.0 20.0 0.88 0.25 new +TCGA-Q1-A5R1-01 TCGA-Q1-A5R1-01A-11D-A28A-01 called 0.77 2.01 0.0 10.0 0.77 0.2 new +TCGA-Q1-A5R2-01 TCGA-Q1-A5R2-01A-11D-A28A-01 called 0.57 2.96 1.0 19.0 0.66 0.65 new +TCGA-Q1-A5R3-01 TCGA-Q1-A5R3-01A-11D-A28A-01 called 0.72 2.27 0.0 12.0 0.75 0.09 new +TCGA-Q1-A6DT-01 TCGA-Q1-A6DT-01A-11D-A32H-01 called 0.57 2.93 1.0 18.0 0.66 0.14 new +TCGA-Q1-A6DV-01 TCGA-Q1-A6DV-01A-11D-A32H-01 called 0.66 2.0 0.0 12.0 0.66 0.03 new +TCGA-Q1-A6DW-01 TCGA-Q1-A6DW-01A-11D-A32H-01 called 0.74 2.25 0.0 12.0 0.76 0.04 new +TCGA-Q1-A73O-01 TCGA-Q1-A73O-01A-11D-A32H-01 called 0.52 2.06 0.0 16.0 0.52 0.0 new +TCGA-Q1-A73P-01 TCGA-Q1-A73P-01A-11D-A32H-01 called 0.73 1.96 0.0 11.0 0.73 0.0 new +TCGA-Q1-A73Q-01 TCGA-Q1-A73Q-01A-21D-A32H-01 called 0.84 2.02 0.0 10.0 0.84 0.11 new +TCGA-Q1-A73R-01 TCGA-Q1-A73R-01A-11D-A33N-01 called 0.9 2.01 0.0 9.0 0.9 0.05 new +TCGA-Q1-A73S-01 TCGA-Q1-A73S-01A-11D-A33N-01 called 0.95 1.99 0.0 8.0 0.95 0.07 new +TCGA-R2-A69V-01 TCGA-R2-A69V-01A-11D-A32H-01 called 0.24 2.28 0.0 46.0 0.26 0.26 new +TCGA-RA-A741-01 TCGA-RA-A741-01A-11D-A33N-01 called 0.86 1.98 0.0 9.0 0.86 0.18 new +TCGA-UC-A7PD-01 TCGA-UC-A7PD-01A-11D-A350-01 called 0.66 2.05 0.0 13.0 0.66 0.31 new +TCGA-UC-A7PF-01 TCGA-UC-A7PF-01A-11D-A350-01 called 0.55 2.17 0.0 16.0 0.57 0.11 new +TCGA-UC-A7PG-01 TCGA-UC-A7PG-01A-11D-A42N-01 called 0.55 2.65 1.0 18.0 0.62 0.11 new +TCGA-UC-A7PG-06 TCGA-UC-A7PG-06A-11D-A42N-01 called 0.65 2.66 1.0 15.0 0.71 0.03 new +TCGA-UC-A7PI-01 TCGA-UC-A7PI-01A-11D-A42N-01 called 0.84 2.02 0.0 10.0 0.84 0.06 new +TCGA-VS-A8EB-01 TCGA-VS-A8EB-01A-11D-A36I-01 called 0.8 3.89 1.0 18.0 0.89 0.16 new +TCGA-VS-A8EC-01 TCGA-VS-A8EC-01A-11D-A36I-01 called 0.86 3.36 1.0 15.0 0.91 0.3 new +TCGA-VS-A8EG-01 TCGA-VS-A8EG-01A-11D-A36I-01 called 0.82 2.07 0.0 10.0 0.83 0.0 new +TCGA-VS-A8EH-01 TCGA-VS-A8EH-01A-11D-A36I-01 called 0.72 3.04 1.0 16.0 0.79 0.19 new +TCGA-VS-A8EI-01 TCGA-VS-A8EI-01A-11D-A37M-01 called 0.43 1.72 0.0 18.0 0.4 0.36 new +TCGA-VS-A8EJ-01 TCGA-VS-A8EJ-01A-11D-A37M-01 called 0.92 2.69 1.0 12.0 0.94 0.23 new +TCGA-VS-A8EL-01 TCGA-VS-A8EL-01A-11D-A37M-01 called 0.48 2.01 0.0 17.0 0.48 0.32 new +TCGA-VS-A8Q8-01 TCGA-VS-A8Q8-01A-11D-A37M-01 called 0.7 2.02 0.0 11.0 0.71 0.13 new +TCGA-VS-A8Q9-01 TCGA-VS-A8Q9-01A-12D-A37M-01 called 0.54 3.87 1.0 27.0 0.7 0.02 new +TCGA-VS-A8QA-01 TCGA-VS-A8QA-01A-11D-A37M-01 called 0.73 4.11 1.0 20.0 0.84 0.07 new +TCGA-VS-A8QC-01 TCGA-VS-A8QC-01A-11D-A37M-01 called 0.78 2.05 0.0 10.0 0.78 0.49 new +TCGA-VS-A8QF-01 TCGA-VS-A8QF-01A-21D-A37M-01 called 0.7 1.91 0.0 11.0 0.69 0.53 new +TCGA-VS-A8QH-01 TCGA-VS-A8QH-01A-11D-A37M-01 called 0.59 1.93 0.0 13.0 0.59 0.25 new +TCGA-VS-A8QM-01 TCGA-VS-A8QM-01A-11D-A37M-01 called 0.21 2.13 1.0 51.0 0.22 0.41 new +TCGA-VS-A94W-01 TCGA-VS-A94W-01A-12D-A37M-01 called 0.56 2.18 0.0 15.0 0.58 0.11 new +TCGA-VS-A94X-01 TCGA-VS-A94X-01A-11D-A386-01 called 0.63 2.45 1.0 15.0 0.67 0.13 new +TCGA-VS-A94Y-01 TCGA-VS-A94Y-01A-11D-A386-01 called 0.72 1.84 0.0 10.0 0.7 0.11 new +TCGA-VS-A94Z-01 TCGA-VS-A94Z-01A-11D-A386-01 called 0.46 1.9 0.0 17.0 0.45 0.26 new +TCGA-VS-A950-01 TCGA-VS-A950-01A-11D-A42N-01 called 0.46 3.95 2.0 32.0 0.63 0.17 new +TCGA-VS-A952-01 TCGA-VS-A952-01A-11D-A386-01 called 0.91 2.05 0.0 9.0 0.91 0.04 new +TCGA-VS-A953-01 TCGA-VS-A953-01A-11D-A386-01 called 0.88 4.5 2.0 20.0 0.94 0.27 new +TCGA-VS-A954-01 TCGA-VS-A954-01A-11D-A386-01 called 0.81 2.24 0.0 11.0 0.83 0.27 new +TCGA-VS-A957-01 TCGA-VS-A957-01A-11D-A42N-01 called 0.95 2.06 0.0 8.0 0.95 0.32 new +TCGA-VS-A958-01 TCGA-VS-A958-01A-11D-A42N-01 called 0.48 2.0 0.0 17.0 0.48 0.11 new +TCGA-VS-A959-01 TCGA-VS-A959-01A-11D-A42N-01 called 0.37 3.12 1.0 34.0 0.47 0.46 new +TCGA-VS-A9U5-01 TCGA-VS-A9U5-01A-11D-A42N-01 called 0.56 3.29 1.0 20.0 0.67 0.36 new +TCGA-VS-A9U6-01 TCGA-VS-A9U6-01A-11D-A42N-01 called 0.65 2.21 0.0 13.0 0.67 0.07 new +TCGA-VS-A9U7-01 TCGA-VS-A9U7-01A-11D-A42N-01 called 0.82 1.99 0.0 10.0 0.82 0.02 new +TCGA-VS-A9UA-01 TCGA-VS-A9UA-01A-11D-A42N-01 called 0.62 2.2 0.0 14.0 0.65 0.13 new +TCGA-VS-A9UB-01 TCGA-VS-A9UB-01A-22D-A42N-01 called 0.55 2.46 1.0 17.0 0.6 0.05 new +TCGA-VS-A9UC-01 TCGA-VS-A9UC-01A-11D-A42N-01 called 0.72 2.2 0.0 12.0 0.74 0.11 new +TCGA-VS-A9UD-01 TCGA-VS-A9UD-01A-11D-A42N-01 called 0.6 3.37 1.0 19.0 0.72 0.25 new +TCGA-VS-A9UH-01 TCGA-VS-A9UH-01A-11D-A42N-01 called 0.23 3.56 1.0 56.0 0.34 0.24 new +TCGA-VS-A9UI-01 TCGA-VS-A9UI-01A-11D-A42N-01 called 0.63 2.4 1.0 14.0 0.68 0.27 new +TCGA-VS-A9UJ-01 TCGA-VS-A9UJ-01A-11D-A42N-01 called 0.66 2.0 0.0 12.0 0.66 0.04 new +TCGA-VS-A9UL-01 TCGA-VS-A9UL-01A-11D-A42N-01 called 0.84 5.08 2.0 26.0 0.93 0.18 new +TCGA-VS-A9UM-01 TCGA-VS-A9UM-01A-11D-A42N-01 called 0.72 2.03 0.0 11.0 0.73 0.17 new +TCGA-VS-A9UO-01 TCGA-VS-A9UO-01A-11D-A42N-01 called 0.75 1.89 0.0 10.0 0.74 0.11 new +TCGA-VS-A9UP-01 TCGA-VS-A9UP-01A-11D-A42N-01 called 0.43 4.62 2.0 39.0 0.63 0.48 new +TCGA-VS-A9UQ-01 TCGA-VS-A9UQ-01A-21D-A42N-01 called 0.58 2.04 0.0 14.0 0.58 0.05 new +TCGA-VS-A9UR-01 TCGA-VS-A9UR-01A-11D-A42N-01 called 0.8 1.84 0.0 9.0 0.79 0.01 new +TCGA-VS-A9UT-01 TCGA-VS-A9UT-01A-11D-A42N-01 called 0.45 1.7 0.0 17.0 0.41 0.09 new +TCGA-VS-A9UU-01 TCGA-VS-A9UU-01A-11D-A42N-01 called 0.28 4.48 2.0 52.0 0.46 0.22 new +TCGA-VS-A9UV-01 TCGA-VS-A9UV-01A-11D-A42N-01 called 0.89 2.06 0.0 9.0 0.89 0.11 new +TCGA-VS-A9UY-01 TCGA-VS-A9UY-01A-11D-A42N-01 called 0.84 2.06 0.0 10.0 0.85 0.09 new +TCGA-VS-A9UZ-01 TCGA-VS-A9UZ-01A-11D-A42N-01 called 0.67 2.01 0.0 12.0 0.67 0.14 new +TCGA-VS-A9V0-01 TCGA-VS-A9V0-01A-11D-A42N-01 called 0.78 1.92 0.0 10.0 0.77 0.04 new +TCGA-VS-A9V1-01 TCGA-VS-A9V1-01A-11D-A42N-01 called 0.86 1.95 0.0 9.0 0.86 0.07 new +TCGA-VS-A9V2-01 TCGA-VS-A9V2-01A-11D-A42N-01 called 0.55 1.99 0.0 15.0 0.55 0.02 new +TCGA-VS-A9V3-01 TCGA-VS-A9V3-01A-11D-A42N-01 called 0.77 2.0 0.0 10.0 0.77 0.48 new +TCGA-VS-A9V4-01 TCGA-VS-A9V4-01A-12D-A42N-01 called 0.33 3.0 1.0 36.0 0.43 0.07 new +TCGA-VS-A9V5-01 TCGA-VS-A9V5-01A-11D-A42N-01 called 0.71 1.94 0.0 11.0 0.71 0.05 new +TCGA-VS-AA62-01 TCGA-VS-AA62-01A-11D-A42N-01 called 0.54 4.06 1.0 28.0 0.71 0.03 new +TCGA-WL-A834-01 TCGA-WL-A834-01A-11D-A350-01 called 0.77 2.28 0.0 12.0 0.8 0.09 new +TCGA-XS-A8TJ-01 TCGA-XS-A8TJ-01A-11D-A36I-01 called 0.27 4.15 2.0 51.0 0.44 0.16 new +TCGA-ZJ-A8QO-01 TCGA-ZJ-A8QO-01A-11D-A37M-01 called 0.61 2.1 0.0 14.0 0.62 0.06 new +TCGA-ZJ-A8QQ-01 TCGA-ZJ-A8QQ-01A-11D-A37M-01 called 0.71 1.92 0.0 11.0 0.7 0.01 new +TCGA-ZJ-A8QR-01 TCGA-ZJ-A8QR-01A-11D-A37M-01 called 0.63 3.81 1.0 21.0 0.77 0.06 new +TCGA-ZJ-AAX4-01 TCGA-ZJ-AAX4-01A-11D-A42N-01 called 0.69 3.6 1.0 19.0 0.8 0.33 new +TCGA-ZJ-AAX8-01 TCGA-ZJ-AAX8-01A-11D-A42N-01 called 0.36 2.08 0.0 28.0 0.37 0.03 new +TCGA-ZJ-AAXA-01 TCGA-ZJ-AAXA-01A-11D-A42N-01 called 0.88 2.45 1.0 11.0 0.9 0.12 new +TCGA-ZJ-AAXB-01 TCGA-ZJ-AAXB-01A-11D-A42N-01 called 0.77 2.9 1.0 14.0 0.83 0.14 new +TCGA-ZJ-AAXD-01 TCGA-ZJ-AAXD-01A-21D-A42N-01 called 0.57 3.49 1.0 21.0 0.7 0.15 new +TCGA-ZJ-AAXF-01 TCGA-ZJ-AAXF-01A-31D-A42N-01 called 0.23 3.28 1.0 54.0 0.33 0.15 new +TCGA-ZJ-AAXI-01 TCGA-ZJ-AAXI-01A-11D-A42N-01 called 0.86 2.14 0.0 10.0 0.87 0.16 new +TCGA-ZJ-AAXJ-01 TCGA-ZJ-AAXJ-01A-11D-A42N-01 called 0.72 1.98 0.0 11.0 0.72 0.06 new +TCGA-ZJ-AAXN-01 TCGA-ZJ-AAXN-01A-11D-A42N-01 called 0.79 2.04 0.0 10.0 0.79 0.3 new +TCGA-ZJ-AAXT-01 TCGA-ZJ-AAXT-01A-11D-A42N-01 called 0.6 1.93 0.0 13.0 0.6 0.06 new +TCGA-ZJ-AAXU-01 TCGA-ZJ-AAXU-01A-11D-A42N-01 called 0.54 2.11 0.0 16.0 0.56 0.07 new +TCGA-ZJ-AB0H-01 TCGA-ZJ-AB0H-01A-11D-A42N-01 called 0.36 3.78 2.0 38.0 0.52 0.26 new +TCGA-ZJ-AB0I-01 TCGA-ZJ-AB0I-01A-11D-A42N-01 called 0.9 2.14 0.0 9.0 0.91 0.03 new +TCGA-ZX-AA5X-01 TCGA-ZX-AA5X-01A-11D-A42N-01 called 0.37 2.05 0.0 27.0 0.37 0.05 new +TCGA-3X-AAV9-01 TCGA-3X-AAV9-01A-72D-A416-01 called 0.24 1.74 0.0 43.0 0.21 0.42 new +TCGA-3X-AAVA-01 TCGA-3X-AAVA-01A-11D-A416-01 called 0.79 1.89 0.0 10.0 0.78 0.08 new +TCGA-3X-AAVB-01 TCGA-3X-AAVB-01A-31D-A416-01 called 0.34 3.23 1.0 37.0 0.45 0.07 new +TCGA-3X-AAVC-01 TCGA-3X-AAVC-01A-21D-A416-01 called 0.6 3.16 1.0 19.0 0.7 0.12 new +TCGA-3X-AAVE-01 TCGA-3X-AAVE-01A-11D-A416-01 called 0.47 1.81 0.0 17.0 0.44 0.52 new +TCGA-4G-AAZO-01 TCGA-4G-AAZO-01A-12D-A416-01 called 0.79 3.58 1.0 17.0 0.87 0.01 new +TCGA-4G-AAZT-01 TCGA-4G-AAZT-01A-11D-A416-01 called 0.8 1.89 0.0 9.0 0.79 0.27 new +TCGA-W5-AA2G-01 TCGA-W5-AA2G-01A-11D-A416-01 called 0.5 1.93 0.0 16.0 0.49 0.21 new +TCGA-W5-AA2H-01 TCGA-W5-AA2H-01A-31D-A416-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-W5-AA2I-01 TCGA-W5-AA2I-01A-32D-A416-01 called 0.83 1.76 0.0 8.0 0.82 0.08 new +TCGA-W5-AA2O-01 TCGA-W5-AA2O-01A-11D-A416-01 called 0.76 1.79 0.0 10.0 0.74 0.04 new +TCGA-W5-AA2Q-01 TCGA-W5-AA2Q-01A-11D-A416-01 called 0.91 2.29 0.0 10.0 0.92 0.08 new +TCGA-W5-AA2R-01 TCGA-W5-AA2R-01A-11D-A416-01 called 0.58 1.87 0.0 14.0 0.56 0.08 new +TCGA-W5-AA2T-01 TCGA-W5-AA2T-01A-12D-A416-01 called 0.85 3.55 1.0 16.0 0.91 0.13 new +TCGA-W5-AA2U-01 TCGA-W5-AA2U-01A-11D-A416-01 called 0.78 1.85 0.0 10.0 0.77 0.02 new +TCGA-W5-AA2W-01 TCGA-W5-AA2W-01A-11D-A416-01 called 0.87 1.99 0.0 9.0 0.87 0.0 new +TCGA-W5-AA2X-01 TCGA-W5-AA2X-01A-11D-A416-01 called 0.65 3.23 1.0 18.0 0.75 0.19 new +TCGA-W5-AA2Z-01 TCGA-W5-AA2Z-01A-11D-A416-01 called 0.67 2.12 0.0 13.0 0.68 0.0 new +TCGA-W5-AA30-01 TCGA-W5-AA30-01A-31D-A416-01 called 0.52 1.82 0.0 15.0 0.5 0.22 new +TCGA-W5-AA31-01 TCGA-W5-AA31-01A-11D-A416-01 called 0.47 3.09 1.0 25.0 0.57 0.01 new +TCGA-W5-AA33-01 TCGA-W5-AA33-01A-11D-A416-01 called 0.39 1.89 0.0 21.0 0.38 0.02 new +TCGA-W5-AA34-01 TCGA-W5-AA34-01A-11D-A416-01 called 0.9 1.95 0.0 8.0 0.9 0.14 new +TCGA-W5-AA36-01 TCGA-W5-AA36-01A-11D-A416-01 called 0.86 1.86 0.0 9.0 0.85 0.0 new +TCGA-W5-AA38-01 TCGA-W5-AA38-01A-11D-A416-01 called 0.69 1.71 0.0 10.0 0.65 0.07 new +TCGA-W5-AA39-01 TCGA-W5-AA39-01A-11D-A416-01 called 0.87 2.18 0.0 10.0 0.88 0.01 new +TCGA-W6-AA0S-01 TCGA-W6-AA0S-01A-11D-A416-01 called 0.78 1.77 0.0 9.0 0.76 0.01 new +TCGA-WD-A7RX-01 TCGA-WD-A7RX-01A-12D-A416-01 called 0.51 1.75 0.0 15.0 0.48 0.06 new +TCGA-YR-A95A-01 TCGA-YR-A95A-01A-12D-A416-01 called 0.75 1.85 0.0 10.0 0.74 0.0 new +TCGA-ZD-A8I3-01 TCGA-ZD-A8I3-01A-11D-A416-01 called 0.74 1.82 0.0 10.0 0.72 0.23 new +TCGA-ZH-A8Y1-01 TCGA-ZH-A8Y1-01A-11D-A416-01 called 0.8 2.05 0.0 10.0 0.8 0.04 new +TCGA-ZH-A8Y2-01 TCGA-ZH-A8Y2-01A-11D-A416-01 called 0.77 3.35 1.0 16.0 0.85 0.11 new +TCGA-ZH-A8Y4-01 TCGA-ZH-A8Y4-01A-11D-A416-01 called 0.67 3.53 1.0 19.0 0.78 0.18 new +TCGA-ZH-A8Y5-01 TCGA-ZH-A8Y5-01A-11D-A416-01 called 0.89 2.25 0.0 10.0 0.9 0.09 new +TCGA-ZH-A8Y6-01 TCGA-ZH-A8Y6-01A-11D-A416-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-ZH-A8Y8-01 TCGA-ZH-A8Y8-01A-51D-A416-01 called 0.48 1.83 0.0 16.0 0.45 0.02 new +TCGA-ZU-A8S4-01 TCGA-ZU-A8S4-01A-11D-A416-01 called 0.28 1.85 0.0 37.0 0.26 0.05 new +TCGA-3L-AA1B-01 TCGA-3L-AA1B-01A-11D-A36W-01 called 0.39 3.49 1.0 34.0 0.53 0.2 new +TCGA-4N-A93T-01 TCGA-4N-A93T-01A-11D-A36W-01 called 0.85 1.84 0.0 9.0 0.84 0.1 new +TCGA-4T-AA8H-01 TCGA-4T-AA8H-01A-11D-A40O-01 called 0.72 3.49 1.0 18.0 0.82 0.05 new +TCGA-5M-AAT4-01 TCGA-5M-AAT4-01A-11D-A40O-01 called 0.68 3.04 1.0 16.0 0.77 0.53 new +TCGA-5M-AAT5-01 TCGA-5M-AAT5-01A-21D-A40O-01 called 0.83 1.8 0.0 9.0 0.82 0.2 new +TCGA-5M-AAT6-01 TCGA-5M-AAT6-01A-11D-A40O-01 called 0.25 2.13 0.0 43.0 0.26 0.01 new +TCGA-5M-AATA-01 TCGA-5M-AATA-01A-31D-A40O-01 called 0.43 3.94 1.0 34.0 0.6 0.19 new +TCGA-5M-AATE-01 TCGA-5M-AATE-01A-11D-A40O-01 called 0.65 4.48 2.0 27.0 0.81 0.58 new +TCGA-A6-2671-01 TCGA-A6-2671-01A-01D-1549-01 called 0.73 3.57 1.0 18.0 0.83 0.29 new +TCGA-A6-2674-01 TCGA-A6-2674-01A-02D-1549-01 called 0.25 3.14 1.0 49.0 0.35 0.25 new +TCGA-A6-2675-01 TCGA-A6-2675-01A-02D-1717-01 called 0.42 3.31 1.0 31.0 0.55 0.17 new +TCGA-A6-2677-01 TCGA-A6-2677-01A-01D-A274-01 called 0.88 2.02 0.0 9.0 0.88 0.23 new +TCGA-A6-2678-01 TCGA-A6-2678-01A-01D-1549-01 called 0.82 1.84 0.0 9.0 0.8 0.15 new +TCGA-A6-2681-01 TCGA-A6-2681-01A-01D-1549-01 called 0.72 1.96 0.0 11.0 0.71 0.52 new +TCGA-A6-2683-01 TCGA-A6-2683-01A-01D-1549-01 called 0.85 3.88 2.0 17.0 0.92 0.25 new +TCGA-A6-2684-01 TCGA-A6-2684-01A-01D-A274-01 called 0.63 1.86 0.0 12.0 0.61 0.01 new +TCGA-A6-2685-01 TCGA-A6-2685-01A-01D-1549-01 called 0.36 2.17 0.0 28.0 0.38 0.0 new +TCGA-A6-2686-01 TCGA-A6-2686-01A-01D-1549-01 called 0.56 3.32 1.0 20.0 0.68 0.15 new +TCGA-A6-3807-01 TCGA-A6-3807-01A-01D-1018-01 called 0.52 3.17 1.0 21.0 0.63 0.19 new +TCGA-A6-3809-01 TCGA-A6-3809-01A-01D-A274-01 called 0.62 2.05 0.0 13.0 0.62 0.0 new +TCGA-A6-3810-01 TCGA-A6-3810-01A-01D-A274-01 called 0.6 3.16 1.0 19.0 0.7 0.36 new +TCGA-A6-4105-01 TCGA-A6-4105-01A-02D-1770-01 called 0.55 2.86 1.0 19.0 0.64 0.37 new +TCGA-A6-4107-01 TCGA-A6-4107-01A-02D-1549-01 called 0.43 3.59 1.0 32.0 0.58 0.55 new +TCGA-A6-5656-01 TCGA-A6-5656-01A-21D-A274-01 called 0.8 2.14 0.0 11.0 0.81 0.09 new +TCGA-A6-5657-01 TCGA-A6-5657-01A-01D-1649-01 called 0.32 2.13 0.0 33.0 0.33 0.12 new +TCGA-A6-5659-01 TCGA-A6-5659-01A-01D-A274-01 called 0.85 1.96 0.0 9.0 0.85 0.61 new +TCGA-A6-5660-01 TCGA-A6-5660-01A-01D-1649-01 called 0.88 3.15 1.0 14.0 0.92 0.44 new +TCGA-A6-5661-01 TCGA-A6-5661-01A-01D-1649-01 called 0.66 2.02 0.0 12.0 0.67 0.04 new +TCGA-A6-5662-01 TCGA-A6-5662-01A-01D-1649-01 called 0.95 2.06 0.0 8.0 0.95 0.18 new +TCGA-A6-5664-01 TCGA-A6-5664-01A-21D-1834-01 called 0.41 2.03 0.0 20.0 0.41 0.0 new +TCGA-A6-5665-01 TCGA-A6-5665-01A-01D-1649-01 called 0.72 1.99 0.0 11.0 0.72 0.0 new +TCGA-A6-5666-01 TCGA-A6-5666-01A-01D-1649-01 called 0.85 4.18 1.0 19.0 0.92 0.17 new +TCGA-A6-5667-01 TCGA-A6-5667-01A-21D-1717-01 called 0.69 3.2 1.0 17.0 0.78 0.21 new +TCGA-A6-6137-01 TCGA-A6-6137-01A-11D-1770-01 called 0.46 2.14 0.0 19.0 0.48 0.1 new +TCGA-A6-6138-01 TCGA-A6-6138-01A-11D-1770-01 called 0.62 2.06 0.0 13.0 0.63 0.1 new +TCGA-A6-6141-01 TCGA-A6-6141-01A-11D-1770-01 called 0.48 2.0 0.0 17.0 0.48 0.0 new +TCGA-A6-6142-01 TCGA-A6-6142-01A-11D-1770-01 called 0.45 3.6 1.0 31.0 0.59 0.34 new +TCGA-A6-6648-01 TCGA-A6-6648-01A-11D-1770-01 called 0.46 3.18 1.0 27.0 0.58 0.2 new +TCGA-A6-6649-01 TCGA-A6-6649-01A-11D-1770-01 called 0.43 3.28 1.0 30.0 0.55 0.48 new +TCGA-A6-6650-01 TCGA-A6-6650-01A-11D-A274-01 called 0.78 3.39 1.0 16.0 0.86 0.24 new +TCGA-A6-6651-01 TCGA-A6-6651-01A-21D-1834-01 called 0.35 2.83 1.0 34.0 0.43 0.32 new +TCGA-A6-6652-01 TCGA-A6-6652-01A-11D-1770-01 called 0.84 2.34 0.0 11.0 0.86 0.0 new +TCGA-A6-6653-01 TCGA-A6-6653-01A-11D-1770-01 called 0.81 1.99 0.0 10.0 0.81 0.01 new +TCGA-A6-6654-01 TCGA-A6-6654-01A-21D-1834-01 called 0.32 2.7 1.0 36.0 0.39 0.18 new +TCGA-A6-6780-01 TCGA-A6-6780-01A-11D-A274-01 called 0.69 2.05 0.0 12.0 0.7 0.05 new +TCGA-A6-6781-01 TCGA-A6-6781-01A-22D-A274-01 called 0.5 2.0 0.0 16.0 0.5 0.02 new +TCGA-A6-6782-01 TCGA-A6-6782-01A-11D-1834-01 called 0.65 2.19 0.0 13.0 0.67 0.58 new +TCGA-A6-A565-01 TCGA-A6-A565-01A-31D-A28F-01 called 0.19 1.99 0.0 57.0 0.19 0.24 new +TCGA-A6-A566-01 TCGA-A6-A566-01A-11D-A28F-01 called 0.39 2.1 0.0 24.0 0.4 0.0 new +TCGA-A6-A567-01 TCGA-A6-A567-01A-31D-A28F-01 called 0.73 1.82 0.0 10.0 0.71 0.19 new +TCGA-A6-A56B-01 TCGA-A6-A56B-01A-31D-A28F-01 called 0.72 3.21 1.0 16.0 0.81 0.08 new +TCGA-AA-3489-01 TCGA-AA-3489-01A-21D-1834-01 called 0.31 2.1 0.0 34.0 0.32 0.24 new +TCGA-AA-3492-01 TCGA-AA-3492-01A-01D-1406-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-AA-3496-01 TCGA-AA-3496-01A-21D-1834-01 called 0.73 2.21 0.0 12.0 0.75 0.13 new +TCGA-AA-3502-01 TCGA-AA-3502-01A-01D-1406-01 called 0.81 2.13 0.0 10.0 0.82 0.0 new +TCGA-AA-3506-01 TCGA-AA-3506-01A-01D-1406-01 called 0.64 2.19 0.0 14.0 0.66 0.0 new +TCGA-AA-3510-01 TCGA-AA-3510-01A-01D-1406-01 called 0.58 2.0 0.0 14.0 0.58 0.0 new +TCGA-AA-3511-01 TCGA-AA-3511-01A-21D-1834-01 called 0.52 3.75 1.0 27.0 0.67 0.16 new +TCGA-AA-3514-01 TCGA-AA-3514-01A-02D-1549-01 called 0.79 2.07 0.0 10.0 0.79 0.02 new +TCGA-AA-3517-01 TCGA-AA-3517-01A-01D-1549-01 called 0.79 3.77 1.0 18.0 0.87 0.06 new +TCGA-AA-3519-01 TCGA-AA-3519-01A-02D-1549-01 called 0.67 3.77 1.0 20.0 0.79 0.17 new +TCGA-AA-3520-01 TCGA-AA-3520-01A-01D-1549-01 called 0.69 1.94 0.0 11.0 0.69 0.02 new +TCGA-AA-3521-01 TCGA-AA-3521-01A-01D-1549-01 called 0.7 3.63 1.0 19.0 0.81 0.03 new +TCGA-AA-3522-01 TCGA-AA-3522-01A-01D-1549-01 called 0.44 1.74 0.0 18.0 0.4 0.0 new +TCGA-AA-3524-01 TCGA-AA-3524-01A-02D-1549-01 called 0.8 2.14 0.0 11.0 0.81 0.01 new +TCGA-AA-3526-01 TCGA-AA-3526-01A-02D-1549-01 called 0.74 2.01 0.0 11.0 0.74 0.0 new +TCGA-AA-3527-01 TCGA-AA-3527-01A-01D-1549-01 called 0.77 2.07 0.0 11.0 0.77 0.02 new +TCGA-AA-3529-01 TCGA-AA-3529-01A-02D-1549-01 called 0.6 2.23 0.0 15.0 0.62 0.0 new +TCGA-AA-3530-01 TCGA-AA-3530-01A-01D-1549-01 called 0.79 1.93 0.0 10.0 0.79 0.06 new +TCGA-AA-3531-01 TCGA-AA-3531-01A-01D-1549-01 called 0.93 1.95 0.0 8.0 0.93 0.17 new +TCGA-AA-3532-01 TCGA-AA-3532-01A-01D-1549-01 called 0.38 3.5 1.0 35.0 0.52 0.16 new +TCGA-AA-3534-01 TCGA-AA-3534-01A-01D-1549-01 called 0.78 2.44 1.0 12.0 0.81 0.0 new +TCGA-AA-3538-01 TCGA-AA-3538-01A-01D-0819-01 called 0.72 2.09 0.0 11.0 0.73 0.38 new +TCGA-AA-3544-01 TCGA-AA-3544-01A-01D-0819-01 called 0.73 2.19 0.0 12.0 0.74 0.05 new +TCGA-AA-3548-01 TCGA-AA-3548-01A-01D-0819-01 called 0.62 3.81 1.0 21.0 0.75 0.19 new +TCGA-AA-3549-01 TCGA-AA-3549-01A-02D-0819-01 called 0.75 1.98 0.0 11.0 0.75 0.09 new +TCGA-AA-3558-01 TCGA-AA-3558-01A-01D-0819-01 called 0.9 2.16 0.0 9.0 0.9 0.1 new +TCGA-AA-3560-01 TCGA-AA-3560-01A-01D-0819-01 called 0.84 1.82 0.0 9.0 0.83 0.45 new +TCGA-AA-3561-01 TCGA-AA-3561-01A-01D-0819-01 called 0.82 4.19 1.0 19.0 0.91 0.1 new +TCGA-AA-3655-01 TCGA-AA-3655-01A-02D-1717-01 called 0.87 1.97 0.0 9.0 0.87 0.0 new +TCGA-AA-3660-01 TCGA-AA-3660-01A-01D-1717-01 called 0.76 2.33 0.0 12.0 0.79 0.19 new +TCGA-AA-3663-01 TCGA-AA-3663-01A-01D-1717-01 called 0.79 2.1 0.0 11.0 0.79 0.05 new +TCGA-AA-3664-01 TCGA-AA-3664-01A-01D-0903-01 called 0.87 2.18 0.0 10.0 0.88 0.04 new +TCGA-AA-3666-01 TCGA-AA-3666-01A-02D-0903-01 called 0.82 2.85 1.0 13.0 0.87 0.2 new +TCGA-AA-3667-01 TCGA-AA-3667-01A-01D-0903-01 called 0.84 2.23 0.0 10.0 0.86 0.09 new +TCGA-AA-3673-01 TCGA-AA-3673-01A-01D-0903-01 called 0.75 2.05 0.0 11.0 0.75 0.47 new +TCGA-AA-3675-01 TCGA-AA-3675-01A-02D-0903-01 called 0.77 2.09 0.0 11.0 0.78 0.0 new +TCGA-AA-3678-01 TCGA-AA-3678-01A-01D-0903-01 called 0.65 2.01 0.0 13.0 0.65 0.0 new +TCGA-AA-3679-01 TCGA-AA-3679-01A-02D-0903-01 called 0.78 2.49 0.0 12.0 0.82 0.02 new +TCGA-AA-3680-01 TCGA-AA-3680-01A-01D-0903-01 called 0.63 3.99 1.0 22.0 0.77 0.0 new +TCGA-AA-3681-01 TCGA-AA-3681-01A-01D-0903-01 called 0.57 2.3 0.0 16.0 0.61 0.12 new +TCGA-AA-3684-01 TCGA-AA-3684-01A-02D-0903-01 called 0.3 2.36 0.0 37.0 0.34 0.22 new +TCGA-AA-3685-01 TCGA-AA-3685-01A-02D-0903-01 called 0.6 2.71 1.0 17.0 0.67 0.16 new +TCGA-AA-3688-01 TCGA-AA-3688-01A-01D-0903-01 called 0.73 4.07 1.0 20.0 0.85 0.16 new +TCGA-AA-3692-01 TCGA-AA-3692-01A-01D-0903-01 called 0.82 1.96 0.0 9.0 0.82 0.23 new +TCGA-AA-3693-01 TCGA-AA-3693-01A-01D-0903-01 called 0.9 2.19 0.0 10.0 0.91 0.11 new +TCGA-AA-3695-01 TCGA-AA-3695-01A-01D-0903-01 called 0.75 2.89 1.0 14.0 0.82 0.03 new +TCGA-AA-3710-01 TCGA-AA-3710-01A-01D-1018-01 called 0.43 2.05 0.0 19.0 0.44 0.1 new +TCGA-AA-3712-01 TCGA-AA-3712-01A-21D-1717-01 called 0.65 3.15 1.0 17.0 0.74 0.09 new +TCGA-AA-3713-01 TCGA-AA-3713-01A-21D-1717-01 called 0.56 2.05 0.0 15.0 0.57 0.05 new +TCGA-AA-3715-01 TCGA-AA-3715-01A-01D-0903-01 called 0.48 2.17 0.0 18.0 0.5 0.24 new +TCGA-AA-3812-01 TCGA-AA-3812-01A-01D-0903-01 called 0.42 2.43 1.0 21.0 0.47 0.0 new +TCGA-AA-3814-01 TCGA-AA-3814-01A-01D-0903-01 called 0.6 2.59 0.0 16.0 0.66 0.03 new +TCGA-AA-3818-01 TCGA-AA-3818-01A-01D-0903-01 called 0.81 2.24 0.0 11.0 0.82 0.04 new +TCGA-AA-3819-01 TCGA-AA-3819-01A-01D-0903-01 called 0.73 1.96 0.0 11.0 0.73 0.01 new +TCGA-AA-3821-01 TCGA-AA-3821-01A-01D-1018-01 called 0.73 2.0 0.0 11.0 0.73 0.03 new +TCGA-AA-3831-01 TCGA-AA-3831-01A-01D-0903-01 called 0.61 2.0 0.0 13.0 0.61 0.01 new +TCGA-AA-3833-01 TCGA-AA-3833-01A-01D-0903-01 called 0.4 1.98 0.0 20.0 0.4 0.02 new +TCGA-AA-3837-01 TCGA-AA-3837-01A-01D-0903-01 called 0.53 2.68 1.0 18.0 0.6 0.01 new +TCGA-AA-3841-01 TCGA-AA-3841-01A-01D-0903-01 called 0.65 2.93 1.0 16.0 0.73 0.22 new +TCGA-AA-3842-01 TCGA-AA-3842-01A-01D-1018-01 called 0.74 2.93 1.0 15.0 0.8 0.31 new +TCGA-AA-3844-01 TCGA-AA-3844-01A-01D-1018-01 called 0.83 2.27 0.0 11.0 0.84 0.41 new +TCGA-AA-3845-01 TCGA-AA-3845-01A-01D-1018-01 called 0.59 2.09 0.0 14.0 0.6 0.05 new +TCGA-AA-3846-01 TCGA-AA-3846-01A-01D-1018-01 called 0.6 3.28 1.0 19.0 0.71 0.02 new +TCGA-AA-3848-01 TCGA-AA-3848-01A-01D-0903-01 called 0.86 1.91 0.0 9.0 0.85 0.21 new +TCGA-AA-3850-01 TCGA-AA-3850-01A-01D-1018-01 called 0.23 2.69 0.0 52.0 0.28 0.63 new +TCGA-AA-3851-01 TCGA-AA-3851-01A-01D-1018-01 called 0.59 3.23 1.0 19.0 0.7 0.15 new +TCGA-AA-3852-01 TCGA-AA-3852-01A-01D-0903-01 called 0.65 2.24 0.0 14.0 0.67 0.07 new +TCGA-AA-3854-01 TCGA-AA-3854-01A-01D-0903-01 called 0.88 2.09 0.0 9.0 0.88 0.1 new +TCGA-AA-3855-01 TCGA-AA-3855-01A-01D-1018-01 called 0.63 2.12 0.0 13.0 0.65 0.16 new +TCGA-AA-3856-01 TCGA-AA-3856-01A-01D-0903-01 called 0.55 3.31 1.0 21.0 0.67 0.11 new +TCGA-AA-3858-01 TCGA-AA-3858-01A-01D-0903-01 called 0.6 4.27 1.0 27.0 0.76 0.42 new +TCGA-AA-3864-01 TCGA-AA-3864-01A-01D-1018-01 called 0.75 2.0 0.0 11.0 0.75 0.13 new +TCGA-AA-3866-01 TCGA-AA-3866-01A-01D-1018-01 called 0.5 3.82 1.0 29.0 0.66 0.32 new +TCGA-AA-3867-01 TCGA-AA-3867-01A-01D-1018-01 called 0.59 3.6 1.0 21.0 0.72 0.43 new +TCGA-AA-3875-01 TCGA-AA-3875-01A-01D-0903-01 called 0.35 3.93 1.0 40.0 0.52 0.04 new +TCGA-AA-3877-01 TCGA-AA-3877-01A-01D-1018-01 called 0.55 2.06 0.0 15.0 0.56 0.0 new +TCGA-AA-3947-01 TCGA-AA-3947-01A-01D-1018-01 called 0.78 2.0 0.0 10.0 0.78 0.03 new +TCGA-AA-3949-01 TCGA-AA-3949-01A-01D-1018-01 called 0.29 4.07 1.0 48.0 0.46 0.06 new +TCGA-AA-3950-01 TCGA-AA-3950-01A-02D-1018-01 called 0.39 2.12 0.0 23.0 0.41 0.02 new +TCGA-AA-3952-01 TCGA-AA-3952-01A-01D-1018-01 called 0.74 1.84 0.0 10.0 0.72 0.08 new +TCGA-AA-3955-01 TCGA-AA-3955-01A-02D-1018-01 called 0.76 3.22 1.0 16.0 0.84 0.14 new +TCGA-AA-3956-01 TCGA-AA-3956-01A-02D-1018-01 called 0.35 4.26 1.0 42.0 0.54 0.2 new +TCGA-AA-3966-01 TCGA-AA-3966-01A-01D-1427-01 called 0.51 3.62 1.0 27.0 0.66 0.11 new +TCGA-AA-3968-01 TCGA-AA-3968-01A-01D-1018-01 called 0.71 2.86 1.0 15.0 0.78 0.13 new +TCGA-AA-3971-01 TCGA-AA-3971-01A-01D-1018-01 called 0.54 2.3 1.0 16.0 0.58 0.07 new +TCGA-AA-3973-01 TCGA-AA-3973-01A-01D-1018-01 called 0.92 2.04 0.0 9.0 0.92 0.03 new +TCGA-AA-3975-01 TCGA-AA-3975-01A-01D-1018-01 called 0.79 2.18 0.0 11.0 0.81 0.04 new +TCGA-AA-3976-01 TCGA-AA-3976-01A-01D-1018-01 called 0.68 3.27 1.0 17.0 0.78 0.37 new +TCGA-AA-3977-01 TCGA-AA-3977-01A-01D-1018-01 called 0.73 2.0 0.0 11.0 0.73 0.21 new +TCGA-AA-3979-01 TCGA-AA-3979-01A-01D-1018-01 called 0.92 1.99 0.0 8.0 0.92 0.03 new +TCGA-AA-3982-01 TCGA-AA-3982-01A-02D-1018-01 called 0.54 1.74 0.0 14.0 0.51 0.7 new +TCGA-AA-3984-01 TCGA-AA-3984-01A-02D-1018-01 called 0.62 2.16 0.0 14.0 0.64 0.04 new +TCGA-AA-3986-01 TCGA-AA-3986-01A-02D-1018-01 called 0.58 2.06 0.0 14.0 0.59 0.03 new +TCGA-AA-3989-01 TCGA-AA-3989-01A-01D-1019-01 called 0.55 3.7 1.0 25.0 0.69 0.08 new +TCGA-AA-3994-01 TCGA-AA-3994-01A-01D-1427-01 called 0.76 2.21 0.0 11.0 0.77 0.02 new +TCGA-AA-A004-01 TCGA-AA-A004-01A-01D-A008-01 called 0.55 2.16 0.0 15.0 0.57 0.17 new +TCGA-AA-A00N-01 TCGA-AA-A00N-01A-02D-A008-01 called 0.43 2.0 0.0 19.0 0.43 0.15 new +TCGA-AA-A00O-01 TCGA-AA-A00O-01A-02D-A008-01 called 0.61 1.96 0.0 13.0 0.61 0.17 new +TCGA-AA-A00Z-01 TCGA-AA-A00Z-01A-01D-A003-01 called 0.63 2.06 0.0 13.0 0.64 0.08 new +TCGA-AA-A010-01 TCGA-AA-A010-01A-01D-A008-01 called 0.77 2.01 0.0 10.0 0.77 0.0 new +TCGA-AA-A017-01 TCGA-AA-A017-01A-01D-A008-01 called 0.58 2.09 0.0 15.0 0.59 0.04 new +TCGA-AA-A01C-01 TCGA-AA-A01C-01A-01D-A008-01 called 0.6 3.01 1.0 18.0 0.69 0.33 new +TCGA-AA-A01D-01 TCGA-AA-A01D-01A-01D-A008-01 called 0.4 3.37 1.0 33.0 0.53 0.2 new +TCGA-AA-A01I-01 TCGA-AA-A01I-01A-02D-A008-01 called 0.72 2.25 0.0 12.0 0.74 0.13 new +TCGA-AA-A01K-01 TCGA-AA-A01K-01A-01D-A008-01 called 0.54 1.77 0.0 14.0 0.51 0.17 new +TCGA-AA-A01P-01 TCGA-AA-A01P-01A-21D-A080-01 called 0.38 1.98 0.0 22.0 0.38 0.09 new +TCGA-AA-A01R-01 TCGA-AA-A01R-01A-21D-A080-01 called 0.63 2.09 0.0 13.0 0.64 0.02 new +TCGA-AA-A01S-01 TCGA-AA-A01S-01A-21D-A080-01 called 0.9 2.1 0.0 9.0 0.9 0.03 new +TCGA-AA-A01T-01 TCGA-AA-A01T-01A-21D-A080-01 called 0.71 3.64 2.0 18.0 0.82 0.11 new +TCGA-AA-A01V-01 TCGA-AA-A01V-01A-23D-A080-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-AA-A01X-01 TCGA-AA-A01X-01A-21D-A080-01 called 0.62 2.93 1.0 17.0 0.71 0.09 new +TCGA-AA-A01Z-01 TCGA-AA-A01Z-01A-11D-A080-01 called 0.81 2.01 0.0 10.0 0.81 0.02 new +TCGA-AA-A022-01 TCGA-AA-A022-01A-21D-A080-01 called 0.71 2.16 0.0 12.0 0.73 0.07 new +TCGA-AA-A024-01 TCGA-AA-A024-01A-02D-A008-01 called 0.73 2.0 0.0 11.0 0.73 0.02 new +TCGA-AA-A029-01 TCGA-AA-A029-01A-01D-A008-01 called 0.88 2.27 0.0 10.0 0.89 0.18 new +TCGA-AA-A02E-01 TCGA-AA-A02E-01A-01D-A008-01 called 0.68 3.86 1.0 20.0 0.8 0.15 new +TCGA-AA-A02F-01 TCGA-AA-A02F-01A-01D-A008-01 called 0.94 1.83 0.0 8.0 0.93 0.0 new +TCGA-AA-A02H-01 TCGA-AA-A02H-01A-01D-A008-01 called 0.73 2.98 1.0 15.0 0.8 0.14 new +TCGA-AA-A02J-01 TCGA-AA-A02J-01A-01D-A008-01 called 0.76 2.16 0.0 11.0 0.78 0.02 new +TCGA-AA-A02O-01 TCGA-AA-A02O-01A-21D-A080-01 called 0.8 2.25 0.0 11.0 0.82 0.03 new +TCGA-AA-A02R-01 TCGA-AA-A02R-01A-01D-A008-01 called 0.66 2.05 0.0 12.0 0.67 0.08 new +TCGA-AA-A02W-01 TCGA-AA-A02W-01A-01D-A008-01 called 0.72 2.83 1.0 15.0 0.79 0.12 new +TCGA-AA-A02Y-01 TCGA-AA-A02Y-01A-43D-A080-01 called 0.75 2.2 0.0 12.0 0.77 0.0 new +TCGA-AA-A03F-01 TCGA-AA-A03F-01A-11D-A080-01 called 0.78 2.0 0.0 10.0 0.78 0.0 new +TCGA-AA-A03J-01 TCGA-AA-A03J-01A-21D-A080-01 called 0.45 3.1 1.0 27.0 0.56 0.05 new +TCGA-AD-5900-01 TCGA-AD-5900-01A-11D-1649-01 called 0.53 2.13 0.0 16.0 0.55 0.04 new +TCGA-AD-6548-01 TCGA-AD-6548-01A-11D-1834-01 called 0.53 2.08 0.0 16.0 0.54 0.16 new +TCGA-AD-6888-01 TCGA-AD-6888-01A-11D-1923-01 called 0.57 3.51 1.0 21.0 0.7 0.0 new +TCGA-AD-6889-01 TCGA-AD-6889-01A-11D-1923-01 called 0.88 2.0 0.0 9.0 0.88 0.0 new +TCGA-AD-6890-01 TCGA-AD-6890-01A-11D-1923-01 called 0.61 3.01 1.0 18.0 0.71 0.08 new +TCGA-AD-6895-01 TCGA-AD-6895-01A-11D-1923-01 called 0.56 2.0 0.0 15.0 0.56 0.01 new +TCGA-AD-6899-01 TCGA-AD-6899-01A-11D-1923-01 called 0.62 2.47 1.0 15.0 0.67 0.54 new +TCGA-AD-6901-01 TCGA-AD-6901-01A-11D-1923-01 called 0.57 2.72 1.0 17.0 0.64 0.14 new +TCGA-AD-6963-01 TCGA-AD-6963-01A-11D-1923-01 called 0.35 3.33 1.0 37.0 0.47 0.11 new +TCGA-AD-6964-01 TCGA-AD-6964-01A-11D-1923-01 called 0.5 1.99 0.0 16.0 0.5 0.0 new +TCGA-AD-6965-01 TCGA-AD-6965-01A-11D-1923-01 called 0.76 3.74 1.0 18.0 0.86 0.24 new +TCGA-AD-A5EJ-01 TCGA-AD-A5EJ-01A-11D-A28F-01 called 0.68 1.99 0.0 12.0 0.68 0.0 new +TCGA-AD-A5EK-01 TCGA-AD-A5EK-01A-11D-A28F-01 called 0.84 2.54 1.0 12.0 0.87 0.03 new +TCGA-AM-5820-01 TCGA-AM-5820-01A-01D-1649-01 called 0.77 1.93 0.0 10.0 0.76 0.2 new +TCGA-AM-5821-01 TCGA-AM-5821-01A-01D-1649-01 called 0.64 2.05 0.0 13.0 0.64 0.1 new +TCGA-AU-3779-01 TCGA-AU-3779-01A-01D-1717-01 called 0.62 2.62 1.0 16.0 0.68 0.2 new +TCGA-AU-6004-01 TCGA-AU-6004-01A-11D-1717-01 called 0.46 2.05 0.0 18.0 0.47 0.11 new +TCGA-AY-4070-01 TCGA-AY-4070-01A-01D-1427-01 called 0.31 4.39 2.0 48.0 0.49 0.43 new +TCGA-AY-4071-01 TCGA-AY-4071-01A-01D-1427-01 called 0.6 3.26 1.0 19.0 0.71 0.34 new +TCGA-AY-5543-01 TCGA-AY-5543-01A-01D-1649-01 called 0.7 1.98 0.0 11.0 0.7 0.04 new +TCGA-AY-6196-01 TCGA-AY-6196-01A-11D-1717-01 called 0.38 2.86 1.0 31.0 0.46 0.48 new +TCGA-AY-6197-01 TCGA-AY-6197-01A-11D-1717-01 called 0.8 2.08 0.0 10.0 0.81 0.0 new +TCGA-AY-6386-01 TCGA-AY-6386-01A-21D-1717-01 called 0.69 2.06 0.0 12.0 0.7 0.02 new +TCGA-AY-A54L-01 TCGA-AY-A54L-01A-11D-A28F-01 called 0.44 3.65 2.0 31.0 0.59 0.49 new +TCGA-AY-A69D-01 TCGA-AY-A69D-01A-11D-A36W-01 called 0.63 3.73 1.0 20.0 0.76 0.01 new +TCGA-AY-A71X-01 TCGA-AY-A71X-01A-12D-A36W-01 called 0.94 1.95 0.0 8.0 0.94 0.04 new +TCGA-AY-A8YK-01 TCGA-AY-A8YK-01A-11D-A40O-01 called 0.57 3.58 1.0 21.0 0.7 0.08 new +TCGA-AZ-4308-01 TCGA-AZ-4308-01A-01D-1406-01 called 0.69 2.05 0.0 12.0 0.69 0.01 new +TCGA-AZ-4315-01 TCGA-AZ-4315-01A-01D-1406-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-AZ-4323-01 TCGA-AZ-4323-01A-21D-1834-01 called 0.2 2.13 0.0 54.0 0.21 0.45 new +TCGA-AZ-4614-01 TCGA-AZ-4614-01A-01D-1406-01 called 0.86 1.96 0.0 9.0 0.85 0.22 new +TCGA-AZ-4615-01 TCGA-AZ-4615-01A-01D-1406-01 called 0.65 2.04 0.0 13.0 0.65 0.0 new +TCGA-AZ-4616-01 TCGA-AZ-4616-01A-21D-1834-01 called 0.51 2.89 1.0 20.0 0.6 0.41 new +TCGA-AZ-4681-01 TCGA-AZ-4681-01A-01D-1406-01 called 0.88 2.02 0.0 9.0 0.88 0.02 new +TCGA-AZ-4682-01 TCGA-AZ-4682-01B-01D-1406-01 called 0.78 2.27 0.0 11.0 0.81 0.09 new +TCGA-AZ-5403-01 TCGA-AZ-5403-01A-01D-1649-01 called 0.38 3.22 1.0 34.0 0.5 0.04 new +TCGA-AZ-5407-01 TCGA-AZ-5407-01A-01D-1717-01 called 0.73 2.15 0.0 12.0 0.74 0.15 new +TCGA-AZ-6598-01 TCGA-AZ-6598-01A-11D-1770-01 called 0.86 2.28 0.0 10.0 0.87 0.02 new +TCGA-AZ-6599-01 TCGA-AZ-6599-01A-11D-1770-01 called 0.85 1.99 0.0 9.0 0.85 0.06 new +TCGA-AZ-6600-01 TCGA-AZ-6600-01A-11D-1770-01 called 0.51 2.98 1.0 21.0 0.6 0.35 new +TCGA-AZ-6603-01 TCGA-AZ-6603-01A-11D-1834-01 called 0.63 3.78 1.0 21.0 0.76 0.31 new +TCGA-AZ-6605-01 TCGA-AZ-6605-01A-11D-1834-01 called 0.27 3.93 1.0 51.0 0.42 0.13 new +TCGA-AZ-6606-01 TCGA-AZ-6606-01A-11D-1834-01 called 0.8 2.32 0.0 11.0 0.83 0.1 new +TCGA-AZ-6607-01 TCGA-AZ-6607-01A-11D-1834-01 called 0.52 3.57 1.0 25.0 0.66 0.47 new +TCGA-CA-5254-01 TCGA-CA-5254-01A-21D-1834-01 called 0.72 3.12 1.0 16.0 0.8 0.07 new +TCGA-CA-5255-01 TCGA-CA-5255-01A-11D-1834-01 called 0.27 3.18 1.0 46.0 0.37 0.18 new +TCGA-CA-5256-01 TCGA-CA-5256-01A-01D-1406-01 called 0.66 3.73 1.0 20.0 0.78 0.16 new +TCGA-CA-5796-01 TCGA-CA-5796-01A-01D-1649-01 called 0.84 2.1 0.0 10.0 0.85 0.0 new +TCGA-CA-5797-01 TCGA-CA-5797-01A-01D-1649-01 called 0.64 2.89 1.0 16.0 0.72 0.16 new +TCGA-CA-6715-01 TCGA-CA-6715-01A-21D-1834-01 called 0.88 2.15 0.0 10.0 0.89 0.03 new +TCGA-CA-6716-01 TCGA-CA-6716-01A-11D-1834-01 called 0.73 3.74 1.0 18.0 0.84 0.07 new +TCGA-CA-6718-01 TCGA-CA-6718-01A-11D-1834-01 called 0.48 2.09 0.0 18.0 0.49 0.04 new +TCGA-CA-6719-01 TCGA-CA-6719-01A-11D-1834-01 called 0.57 3.26 1.0 20.0 0.69 0.29 new +TCGA-CK-4947-01 TCGA-CK-4947-01B-11D-1649-01 called 0.59 2.16 0.0 15.0 0.61 0.05 new +TCGA-CK-4948-01 TCGA-CK-4948-01B-11D-1649-01 called 0.51 3.45 1.0 25.0 0.64 0.38 new +TCGA-CK-4950-01 TCGA-CK-4950-01A-01D-1717-01 called 0.44 2.23 0.0 20.0 0.46 0.05 new +TCGA-CK-4951-01 TCGA-CK-4951-01A-01D-1406-01 called 0.6 2.0 0.0 13.0 0.6 0.03 new +TCGA-CK-4952-01 TCGA-CK-4952-01A-01D-1717-01 called 0.85 2.12 0.0 10.0 0.86 0.09 new +TCGA-CK-5912-01 TCGA-CK-5912-01A-11D-1649-01 called 0.81 3.78 1.0 18.0 0.89 0.2 new +TCGA-CK-5913-01 TCGA-CK-5913-01A-11D-1649-01 called 0.7 2.05 0.0 12.0 0.7 0.0 new +TCGA-CK-5914-01 TCGA-CK-5914-01A-11D-1649-01 called 0.77 3.47 1.0 17.0 0.85 0.03 new +TCGA-CK-5915-01 TCGA-CK-5915-01A-11D-1649-01 called 0.88 3.54 1.0 16.0 0.93 0.05 new +TCGA-CK-5916-01 TCGA-CK-5916-01A-11D-1649-01 called 0.58 2.0 0.0 14.0 0.58 0.0 new +TCGA-CK-6746-01 TCGA-CK-6746-01A-11D-1834-01 called 0.85 2.05 0.0 10.0 0.85 0.0 new +TCGA-CK-6747-01 TCGA-CK-6747-01A-11D-1834-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-CK-6748-01 TCGA-CK-6748-01A-11D-1834-01 called 0.72 2.91 1.0 15.0 0.79 0.1 new +TCGA-CK-6751-01 TCGA-CK-6751-01A-11D-1834-01 called 0.67 2.0 0.0 12.0 0.67 0.08 new +TCGA-CM-4743-01 TCGA-CM-4743-01A-01D-1717-01 called 0.42 2.0 0.0 20.0 0.42 0.05 new +TCGA-CM-4744-01 TCGA-CM-4744-01A-01D-1406-01 called 0.6 3.21 1.0 19.0 0.71 0.06 new +TCGA-CM-4746-01 TCGA-CM-4746-01A-01D-1406-01 called 0.81 2.13 0.0 10.0 0.82 0.01 new +TCGA-CM-4747-01 TCGA-CM-4747-01A-01D-1406-01 called 0.59 3.16 1.0 19.0 0.7 0.1 new +TCGA-CM-4748-01 TCGA-CM-4748-01A-01D-1406-01 called 0.63 1.99 0.0 13.0 0.63 0.0 new +TCGA-CM-4750-01 TCGA-CM-4750-01A-01D-1406-01 called 0.67 3.51 1.0 19.0 0.78 0.29 new +TCGA-CM-4751-01 TCGA-CM-4751-01A-02D-1834-01 called 0.5 2.04 0.0 17.0 0.5 0.15 new +TCGA-CM-4752-01 TCGA-CM-4752-01A-01D-1406-01 called 0.38 3.53 1.0 35.0 0.52 0.3 new +TCGA-CM-5341-01 TCGA-CM-5341-01A-01D-1406-01 called 0.51 3.75 1.0 28.0 0.66 0.31 new +TCGA-CM-5344-01 TCGA-CM-5344-01A-21D-1717-01 called 0.54 2.74 1.0 18.0 0.61 0.14 new +TCGA-CM-5348-01 TCGA-CM-5348-01A-21D-1717-01 called 0.57 2.5 1.0 16.0 0.62 0.15 new +TCGA-CM-5349-01 TCGA-CM-5349-01A-21D-1717-01 called 0.51 2.07 0.0 16.0 0.52 0.13 new +TCGA-CM-5860-01 TCGA-CM-5860-01A-01D-1649-01 called 0.56 3.61 2.0 22.0 0.7 0.05 new +TCGA-CM-5861-01 TCGA-CM-5861-01A-01D-1649-01 called 0.74 2.12 0.0 11.0 0.75 0.0 new +TCGA-CM-5862-01 TCGA-CM-5862-01A-01D-1649-01 called 0.86 2.76 1.0 12.0 0.9 0.18 new +TCGA-CM-5864-01 TCGA-CM-5864-01A-01D-1649-01 called 0.81 3.72 1.0 17.0 0.89 0.71 new +TCGA-CM-5868-01 TCGA-CM-5868-01A-01D-1649-01 called 0.69 1.85 0.0 11.0 0.67 0.58 new +TCGA-CM-6161-01 TCGA-CM-6161-01A-11D-1649-01 called 0.66 2.46 1.0 14.0 0.7 0.12 new +TCGA-CM-6162-01 TCGA-CM-6162-01A-11D-1649-01 called 0.49 2.0 0.0 17.0 0.49 0.05 new +TCGA-CM-6163-01 TCGA-CM-6163-01A-11D-1649-01 called 0.47 2.98 1.0 23.0 0.57 0.36 new +TCGA-CM-6164-01 TCGA-CM-6164-01A-11D-1649-01 called 0.43 3.51 1.0 31.0 0.57 0.2 new +TCGA-CM-6165-01 TCGA-CM-6165-01A-11D-1649-01 called 0.76 2.0 0.0 11.0 0.76 0.08 new +TCGA-CM-6166-01 TCGA-CM-6166-01A-11D-1649-01 called 0.73 2.27 0.0 12.0 0.76 0.04 new +TCGA-CM-6167-01 TCGA-CM-6167-01A-11D-1649-01 called 0.27 2.51 1.0 43.0 0.31 0.09 new +TCGA-CM-6168-01 TCGA-CM-6168-01A-11D-1649-01 called 0.35 2.17 0.0 30.0 0.37 0.01 new +TCGA-CM-6169-01 TCGA-CM-6169-01A-11D-1649-01 called 0.68 2.11 0.0 12.0 0.69 0.38 new +TCGA-CM-6170-01 TCGA-CM-6170-01A-11D-1649-01 called 0.78 1.87 0.0 10.0 0.76 0.35 new +TCGA-CM-6171-01 TCGA-CM-6171-01A-11D-1649-01 called 0.77 2.06 0.0 11.0 0.78 0.07 new +TCGA-CM-6172-01 TCGA-CM-6172-01A-11D-1649-01 called 0.74 1.94 0.0 11.0 0.74 0.16 new +TCGA-CM-6675-01 TCGA-CM-6675-01A-11D-1834-01 called 0.93 1.84 0.0 8.0 0.93 0.19 new +TCGA-CM-6676-01 TCGA-CM-6676-01A-11D-1834-01 called 0.55 3.18 1.0 20.0 0.66 0.61 new +TCGA-CM-6677-01 TCGA-CM-6677-01A-11D-1834-01 called 0.49 3.87 2.0 30.0 0.65 0.24 new +TCGA-CM-6678-01 TCGA-CM-6678-01A-11D-1834-01 called 0.66 2.36 0.0 14.0 0.7 0.24 new +TCGA-CM-6679-01 TCGA-CM-6679-01A-11D-1834-01 called 0.39 5.02 2.0 43.0 0.62 0.1 new +TCGA-CM-6680-01 TCGA-CM-6680-01A-11D-1834-01 called 0.75 1.96 0.0 10.0 0.75 0.24 new +TCGA-D5-5537-01 TCGA-D5-5537-01A-21D-1923-01 called 0.71 2.78 1.0 15.0 0.77 0.09 new +TCGA-D5-5538-01 TCGA-D5-5538-01A-01D-1649-01 called 0.69 1.98 0.0 12.0 0.68 0.06 new +TCGA-D5-5539-01 TCGA-D5-5539-01A-01D-1649-01 called 0.55 3.58 1.0 23.0 0.68 0.07 new +TCGA-D5-5540-01 TCGA-D5-5540-01A-01D-1649-01 called 0.89 1.9 0.0 8.0 0.89 0.06 new +TCGA-D5-5541-01 TCGA-D5-5541-01A-01D-1649-01 called 0.78 2.37 0.0 12.0 0.81 0.21 new +TCGA-D5-6529-01 TCGA-D5-6529-01A-11D-1770-01 called 0.39 2.72 1.0 29.0 0.46 0.04 new +TCGA-D5-6530-01 TCGA-D5-6530-01A-11D-1717-01 called 0.73 1.99 0.0 11.0 0.73 0.0 new +TCGA-D5-6531-01 TCGA-D5-6531-01A-11D-1717-01 called 0.62 5.06 2.0 32.0 0.81 0.21 new +TCGA-D5-6532-01 TCGA-D5-6532-01A-11D-1717-01 called 0.78 2.06 0.0 10.0 0.79 0.06 new +TCGA-D5-6533-01 TCGA-D5-6533-01A-11D-1717-01 called 0.69 3.5 1.0 18.0 0.79 0.42 new +TCGA-D5-6534-01 TCGA-D5-6534-01A-21D-1923-01 called 0.33 2.11 0.0 31.0 0.34 0.14 new +TCGA-D5-6535-01 TCGA-D5-6535-01A-11D-1717-01 called 0.61 3.06 1.0 18.0 0.71 0.21 new +TCGA-D5-6536-01 TCGA-D5-6536-01A-11D-1717-01 called 0.74 2.04 0.0 11.0 0.74 0.08 new +TCGA-D5-6537-01 TCGA-D5-6537-01A-11D-1717-01 called 0.8 2.38 0.0 12.0 0.83 0.03 new +TCGA-D5-6538-01 TCGA-D5-6538-01A-11D-1717-01 called 0.92 3.64 1.0 16.0 0.96 0.04 new +TCGA-D5-6539-01 TCGA-D5-6539-01A-11D-1717-01 called 0.23 3.57 1.0 57.0 0.34 0.24 new +TCGA-D5-6540-01 TCGA-D5-6540-01A-11D-1717-01 called 0.76 2.08 0.0 11.0 0.77 0.01 new +TCGA-D5-6541-01 TCGA-D5-6541-01A-11D-1717-01 called 0.58 2.0 0.0 14.0 0.58 0.12 new +TCGA-D5-6898-01 TCGA-D5-6898-01A-11D-1923-01 called 0.58 3.28 1.0 20.0 0.69 0.37 new +TCGA-D5-6920-01 TCGA-D5-6920-01A-11D-1923-01 called 0.41 2.02 0.0 20.0 0.41 0.06 new +TCGA-D5-6922-01 TCGA-D5-6922-01A-11D-1923-01 called 0.6 3.21 1.0 19.0 0.71 0.18 new +TCGA-D5-6923-01 TCGA-D5-6923-01A-11D-1923-01 called 0.64 2.18 0.0 13.0 0.66 0.25 new +TCGA-D5-6924-01 TCGA-D5-6924-01A-11D-1923-01 called 0.5 3.3 1.0 24.0 0.63 0.24 new +TCGA-D5-6926-01 TCGA-D5-6926-01A-11D-1923-01 called 0.5 3.93 1.0 30.0 0.66 0.13 new +TCGA-D5-6927-01 TCGA-D5-6927-01A-21D-1923-01 called 0.49 2.0 0.0 17.0 0.49 0.07 new +TCGA-D5-6928-01 TCGA-D5-6928-01A-11D-1923-01 called 0.31 2.17 0.0 34.0 0.33 0.0 new +TCGA-D5-6929-01 TCGA-D5-6929-01A-31D-1923-01 called 0.48 2.61 1.0 20.0 0.55 0.1 new +TCGA-D5-6930-01 TCGA-D5-6930-01A-11D-1923-01 called 0.44 2.0 0.0 19.0 0.44 0.0 new +TCGA-D5-6931-01 TCGA-D5-6931-01A-11D-1923-01 called 0.48 2.08 0.0 17.0 0.49 0.09 new +TCGA-D5-6932-01 TCGA-D5-6932-01A-11D-1923-01 called 0.62 3.62 1.0 20.0 0.75 0.23 new +TCGA-D5-7000-01 TCGA-D5-7000-01A-11D-1923-01 called 0.67 2.22 0.0 13.0 0.69 0.07 new +TCGA-DM-A0X9-01 TCGA-DM-A0X9-01A-11D-A151-01 called 0.77 2.25 0.0 11.0 0.79 0.01 new +TCGA-DM-A0XD-01 TCGA-DM-A0XD-01A-12D-A151-01 called 0.66 2.07 0.0 13.0 0.67 0.05 new +TCGA-DM-A0XF-01 TCGA-DM-A0XF-01A-11D-A151-01 called 0.59 2.02 0.0 14.0 0.59 0.14 new +TCGA-DM-A1D0-01 TCGA-DM-A1D0-01A-11D-A151-01 called 0.85 2.03 0.0 9.0 0.85 0.05 new +TCGA-DM-A1D4-01 TCGA-DM-A1D4-01A-21D-A151-01 called 0.81 2.03 0.0 10.0 0.81 0.0 new +TCGA-DM-A1D6-01 TCGA-DM-A1D6-01A-21D-A151-01 called 0.9 1.9 0.0 8.0 0.89 0.14 new +TCGA-DM-A1D7-01 TCGA-DM-A1D7-01A-11D-A151-01 called 0.72 2.05 0.0 11.0 0.73 0.3 new +TCGA-DM-A1D8-01 TCGA-DM-A1D8-01A-11D-A151-01 called 0.75 3.07 1.0 15.0 0.82 0.19 new +TCGA-DM-A1D9-01 TCGA-DM-A1D9-01A-11D-A151-01 called 0.81 1.77 0.0 9.0 0.79 0.06 new +TCGA-DM-A1DA-01 TCGA-DM-A1DA-01A-11D-A151-01 called 0.92 2.48 1.0 11.0 0.93 0.09 new +TCGA-DM-A1DB-01 TCGA-DM-A1DB-01A-11D-A151-01 called 0.83 1.99 0.0 10.0 0.83 0.0 new +TCGA-DM-A1HA-01 TCGA-DM-A1HA-01A-11D-A151-01 called 0.93 1.95 0.0 8.0 0.93 0.14 new +TCGA-DM-A1HB-01 TCGA-DM-A1HB-01A-21D-A182-01 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-DM-A280-01 TCGA-DM-A280-01A-12D-A16U-01 called 0.39 2.08 0.0 22.0 0.4 0.13 new +TCGA-DM-A282-01 TCGA-DM-A282-01A-12D-A16U-01 called 0.79 2.0 0.0 10.0 0.79 0.0 new +TCGA-DM-A285-01 TCGA-DM-A285-01A-11D-A16U-01 called 0.71 2.12 0.0 12.0 0.72 0.66 new +TCGA-DM-A288-01 TCGA-DM-A288-01A-11D-A16U-01 called 0.83 3.31 1.0 15.0 0.89 0.33 new +TCGA-DM-A28A-01 TCGA-DM-A28A-01A-21D-A16U-01 called 0.87 1.93 0.0 9.0 0.86 0.12 new +TCGA-DM-A28C-01 TCGA-DM-A28C-01A-11D-A16U-01 called 0.8 2.07 0.0 10.0 0.81 0.02 new +TCGA-DM-A28E-01 TCGA-DM-A28E-01A-11D-A16U-01 called 0.92 2.09 0.0 9.0 0.93 0.07 new +TCGA-DM-A28F-01 TCGA-DM-A28F-01A-11D-A16U-01 called 0.7 2.43 1.0 13.0 0.74 0.09 new +TCGA-DM-A28G-01 TCGA-DM-A28G-01A-11D-A16U-01 called 0.79 2.02 0.0 10.0 0.79 0.04 new +TCGA-DM-A28H-01 TCGA-DM-A28H-01A-11D-A16U-01 called 0.74 2.06 0.0 11.0 0.74 0.01 new +TCGA-DM-A28K-01 TCGA-DM-A28K-01A-21D-A16U-01 called 0.88 2.21 0.0 10.0 0.89 0.0 new +TCGA-DM-A28M-01 TCGA-DM-A28M-01A-12D-A16U-01 called 0.76 3.39 1.0 17.0 0.84 0.09 new +TCGA-F4-6459-01 TCGA-F4-6459-01A-11D-1770-01 called 0.63 2.45 1.0 15.0 0.68 0.24 new +TCGA-F4-6460-01 TCGA-F4-6460-01A-11D-1770-01 called 0.6 2.82 1.0 17.0 0.68 0.34 new +TCGA-F4-6461-01 TCGA-F4-6461-01A-11D-1770-01 called 0.59 1.94 0.0 14.0 0.58 0.07 new +TCGA-F4-6463-01 TCGA-F4-6463-01A-11D-1717-01 called 0.57 2.1 0.0 15.0 0.58 0.09 new +TCGA-F4-6569-01 TCGA-F4-6569-01A-11D-1770-01 called 0.4 2.16 0.0 21.0 0.42 0.07 new +TCGA-F4-6570-01 TCGA-F4-6570-01A-11D-1770-01 called 0.59 2.09 0.0 14.0 0.6 0.07 new +TCGA-F4-6704-01 TCGA-F4-6704-01A-11D-1834-01 called 0.5 3.63 1.0 27.0 0.65 0.59 new +TCGA-F4-6805-01 TCGA-F4-6805-01A-11D-1834-01 called 0.45 2.04 0.0 19.0 0.45 0.03 new +TCGA-F4-6806-01 TCGA-F4-6806-01A-11D-1834-01 called 0.71 2.02 0.0 11.0 0.72 0.19 new +TCGA-F4-6807-01 TCGA-F4-6807-01A-11D-1834-01 called 0.55 1.97 0.0 15.0 0.54 0.23 new +TCGA-F4-6808-01 TCGA-F4-6808-01A-11D-1834-01 called 0.56 3.79 1.0 25.0 0.71 0.18 new +TCGA-F4-6809-01 TCGA-F4-6809-01A-11D-1834-01 called 0.54 1.92 0.0 15.0 0.53 0.08 new +TCGA-F4-6854-01 TCGA-F4-6854-01A-11D-1923-01 called 0.66 2.02 0.0 12.0 0.67 0.08 new +TCGA-F4-6855-01 TCGA-F4-6855-01A-11D-1923-01 called 0.65 3.0 1.0 17.0 0.73 0.0 new +TCGA-F4-6856-01 TCGA-F4-6856-01A-11D-1923-01 called 0.6 1.98 0.0 13.0 0.6 0.0 new +TCGA-G4-6293-01 TCGA-G4-6293-01A-11D-1717-01 called 0.61 2.15 0.0 14.0 0.62 0.04 new +TCGA-G4-6294-01 TCGA-G4-6294-01A-11D-1770-01 called 0.81 2.23 0.0 11.0 0.83 0.02 new +TCGA-G4-6295-01 TCGA-G4-6295-01A-11D-1717-01 called 0.69 2.79 1.0 15.0 0.76 0.01 new +TCGA-G4-6297-01 TCGA-G4-6297-01A-11D-1717-01 called 0.48 2.91 1.0 21.0 0.57 0.64 new +TCGA-G4-6298-01 TCGA-G4-6298-01A-11D-1717-01 called 0.6 1.98 0.0 13.0 0.6 0.0 new +TCGA-G4-6299-01 TCGA-G4-6299-01A-11D-1770-01 called 0.54 2.64 1.0 18.0 0.61 0.16 new +TCGA-G4-6302-01 TCGA-G4-6302-01A-11D-1717-01 called 0.21 2.05 0.0 51.0 0.22 0.03 new +TCGA-G4-6303-01 TCGA-G4-6303-01A-11D-1770-01 called 0.68 3.33 1.0 18.0 0.78 0.26 new +TCGA-G4-6304-01 TCGA-G4-6304-01A-11D-1923-01 called 0.23 2.0 0.0 47.0 0.23 0.05 new +TCGA-G4-6306-01 TCGA-G4-6306-01A-11D-1770-01 called 0.74 2.33 0.0 12.0 0.77 0.03 new +TCGA-G4-6307-01 TCGA-G4-6307-01A-11D-1717-01 called 0.7 3.48 1.0 18.0 0.8 0.09 new +TCGA-G4-6309-01 TCGA-G4-6309-01A-21D-1834-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-G4-6311-01 TCGA-G4-6311-01A-11D-1717-01 called 0.41 2.55 1.0 26.0 0.47 0.04 new +TCGA-G4-6315-01 TCGA-G4-6315-01A-11D-1717-01 called 0.37 3.62 1.0 37.0 0.52 0.04 new +TCGA-G4-6317-01 TCGA-G4-6317-01A-11D-1717-01 called 0.76 3.86 1.0 19.0 0.86 0.11 new +TCGA-G4-6317-02 TCGA-G4-6317-02A-11D-2062-01 called 0.86 3.68 1.0 16.0 0.92 0.25 new +TCGA-G4-6320-01 TCGA-G4-6320-01A-11D-1717-01 called 0.44 2.29 0.0 20.0 0.48 0.25 new +TCGA-G4-6321-01 TCGA-G4-6321-01A-11D-1717-01 called 0.57 2.0 0.0 14.0 0.57 0.03 new +TCGA-G4-6322-01 TCGA-G4-6322-01A-11D-1717-01 called 0.88 1.9 0.0 9.0 0.87 0.03 new +TCGA-G4-6323-01 TCGA-G4-6323-01A-11D-1717-01 called 0.6 2.04 0.0 14.0 0.6 0.33 new +TCGA-G4-6586-01 TCGA-G4-6586-01A-11D-1770-01 called 0.66 2.03 0.0 12.0 0.67 0.02 new +TCGA-G4-6588-01 TCGA-G4-6588-01A-11D-1770-01 called 0.61 2.0 0.0 13.0 0.61 0.0 new +TCGA-G4-6626-01 TCGA-G4-6626-01A-11D-1770-01 called 0.6 3.41 1.0 20.0 0.72 0.29 new +TCGA-G4-6627-01 TCGA-G4-6627-01A-11D-1770-01 called 0.23 2.28 0.0 48.0 0.25 0.49 new +TCGA-G4-6628-01 TCGA-G4-6628-01A-11D-1834-01 called 0.51 2.08 0.0 17.0 0.52 0.01 new +TCGA-NH-A50T-01 TCGA-NH-A50T-01A-11D-A28F-01 called 0.75 4.15 2.0 20.0 0.86 0.43 new +TCGA-NH-A50U-01 TCGA-NH-A50U-01A-33D-A36W-01 called 0.83 2.77 1.0 13.0 0.87 0.22 new +TCGA-NH-A50V-01 TCGA-NH-A50V-01A-11D-A28F-01 called 0.62 1.92 0.0 13.0 0.61 0.09 new +TCGA-NH-A5IV-01 TCGA-NH-A5IV-01A-42D-A36W-01 called 0.79 2.0 0.0 10.0 0.79 0.0 new +TCGA-NH-A6GA-01 TCGA-NH-A6GA-01A-11D-A36W-01 called 0.8 1.88 0.0 9.0 0.79 0.04 new +TCGA-NH-A6GB-01 TCGA-NH-A6GB-01A-11D-A36W-01 called 0.69 2.21 0.0 12.0 0.71 0.14 new +TCGA-NH-A6GC-01 TCGA-NH-A6GC-01A-12D-A40O-01 called 0.78 3.41 1.0 16.0 0.86 0.13 new +TCGA-NH-A8F7-01 TCGA-NH-A8F7-01A-11D-A40O-01 called 0.87 3.2 1.0 14.0 0.91 0.19 new +TCGA-NH-A8F7-06 TCGA-NH-A8F7-06A-31D-A40O-01 called 0.89 3.42 1.0 15.0 0.93 0.25 new +TCGA-NH-A8F8-01 TCGA-NH-A8F8-01A-72D-A40O-01 called 0.7 1.89 0.0 11.0 0.69 0.09 new +TCGA-QG-A5YV-01 TCGA-QG-A5YV-01A-11D-A28F-01 called 0.59 3.81 1.0 23.0 0.73 0.15 new +TCGA-QG-A5YW-01 TCGA-QG-A5YW-01A-11D-A28F-01 called 0.61 3.3 1.0 19.0 0.72 0.12 new +TCGA-QG-A5YX-01 TCGA-QG-A5YX-01A-11D-A28F-01 called 0.87 2.16 0.0 10.0 0.88 0.05 new +TCGA-QG-A5Z1-01 TCGA-QG-A5Z1-01A-11D-A28F-01 called 0.8 2.07 0.0 10.0 0.8 0.14 new +TCGA-QG-A5Z2-01 TCGA-QG-A5Z2-01A-11D-A28F-01 called 0.5 2.0 0.0 16.0 0.5 0.03 new +TCGA-QL-A97D-01 TCGA-QL-A97D-01A-12D-A40O-01 called 0.59 3.48 1.0 20.0 0.72 0.23 new +TCGA-RU-A8FL-01 TCGA-RU-A8FL-01A-11D-A36W-01 called 0.72 3.54 1.0 18.0 0.82 0.16 new +TCGA-SS-A7HO-01 TCGA-SS-A7HO-01A-21D-A36W-01 called 0.81 3.66 1.0 17.0 0.89 0.16 new +TCGA-T9-A92H-01 TCGA-T9-A92H-01A-11D-A36W-01 called 0.68 3.67 1.0 19.0 0.79 0.02 new +TCGA-WS-AB45-01 TCGA-WS-AB45-01A-11D-A40O-01 called 0.24 2.2 0.0 45.0 0.26 0.01 new +TCGA-FA-8693-01 TCGA-FA-8693-01A-11D-2389-01 called 0.46 1.99 0.0 18.0 0.46 0.01 new +TCGA-FA-A4BB-01 TCGA-FA-A4BB-01A-11D-A31W-01 called 0.23 2.03 0.0 48.0 0.23 0.03 new +TCGA-FA-A4XK-01 TCGA-FA-A4XK-01A-11D-A31W-01 called 0.82 2.16 0.0 10.0 0.83 0.15 new +TCGA-FA-A6HN-01 TCGA-FA-A6HN-01A-11D-A31W-01 called 0.41 2.04 0.0 20.0 0.41 0.04 new +TCGA-FA-A6HO-01 TCGA-FA-A6HO-01A-11D-A31W-01 called 0.3 5.23 2.0 53.0 0.53 0.24 new +TCGA-FA-A7DS-01 TCGA-FA-A7DS-01A-11D-A381-01 called 0.75 2.05 0.0 11.0 0.75 0.05 new +TCGA-FA-A7Q1-01 TCGA-FA-A7Q1-01A-11D-A381-01 called 0.88 2.17 0.0 10.0 0.89 0.03 new +TCGA-FA-A82F-01 TCGA-FA-A82F-01A-11D-A381-01 called 0.43 4.52 2.0 38.0 0.63 0.19 new +TCGA-FA-A86F-01 TCGA-FA-A86F-01A-11D-A381-01 called 0.28 2.09 0.0 38.0 0.29 0.35 new +TCGA-FF-8041-01 TCGA-FF-8041-01A-11D-2209-01 called 0.58 3.42 1.0 20.0 0.7 0.07 new +TCGA-FF-8042-01 TCGA-FF-8042-01A-11D-2209-01 called 0.82 2.34 0.0 11.0 0.84 0.01 new +TCGA-FF-8043-01 TCGA-FF-8043-01A-11D-2209-01 called 0.89 1.97 0.0 9.0 0.89 0.01 new +TCGA-FF-8046-01 TCGA-FF-8046-01A-11D-2209-01 called 0.58 2.06 0.0 14.0 0.59 0.0 new +TCGA-FF-8047-01 TCGA-FF-8047-01A-11D-2209-01 called 0.93 1.94 0.0 8.0 0.93 0.0 new +TCGA-FF-8061-01 TCGA-FF-8061-01A-11D-2209-01 called 0.79 2.0 0.0 10.0 0.79 0.02 new +TCGA-FF-8062-01 TCGA-FF-8062-01A-11D-2209-01 called 0.43 2.0 0.0 19.0 0.43 0.06 new +TCGA-FF-A7CQ-01 TCGA-FF-A7CQ-01A-11D-A381-01 called 0.55 2.14 0.0 15.0 0.57 0.13 new +TCGA-FF-A7CR-01 TCGA-FF-A7CR-01A-11D-A381-01 called 0.48 2.03 0.0 17.0 0.49 0.15 new +TCGA-FF-A7CW-01 TCGA-FF-A7CW-01A-11D-A381-01 called 0.51 2.24 0.0 17.0 0.54 0.1 new +TCGA-FF-A7CX-01 TCGA-FF-A7CX-01A-12D-A381-01 called 0.92 1.96 0.0 8.0 0.91 0.05 new +TCGA-FM-8000-01 TCGA-FM-8000-01A-11D-2209-01 called 0.8 2.12 0.0 10.0 0.81 0.0 new +TCGA-G8-6325-01 TCGA-G8-6325-01A-11D-2209-01 called 0.3 1.94 0.0 34.0 0.29 0.07 new +TCGA-G8-6326-01 TCGA-G8-6326-01A-11D-2209-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-G8-6906-01 TCGA-G8-6906-01A-11D-2209-01 called 0.87 1.96 0.0 9.0 0.86 0.0 new +TCGA-G8-6907-01 TCGA-G8-6907-01A-11D-2209-01 called 0.94 1.98 0.0 8.0 0.94 0.0 new +TCGA-G8-6909-01 TCGA-G8-6909-01A-11D-2209-01 called 0.52 2.14 0.0 16.0 0.54 0.02 new +TCGA-G8-6914-01 TCGA-G8-6914-01A-11D-2209-01 called 0.55 2.17 0.0 16.0 0.57 0.0 new +TCGA-GR-7351-01 TCGA-GR-7351-01A-11D-2209-01 called 0.59 2.01 0.0 14.0 0.59 0.01 new +TCGA-GR-7353-01 TCGA-GR-7353-01A-11D-2209-01 called 0.68 2.05 0.0 12.0 0.68 0.0 new +TCGA-GR-A4D4-01 TCGA-GR-A4D4-01A-11D-A31W-01 called 0.59 1.97 0.0 14.0 0.59 0.0 new +TCGA-GR-A4D5-01 TCGA-GR-A4D5-01A-11D-A31W-01 called 0.15 2.1 0.0 72.0 0.16 0.04 new +TCGA-GR-A4D6-01 TCGA-GR-A4D6-01A-11D-A31W-01 called 0.49 2.09 0.0 17.0 0.5 0.03 new +TCGA-GR-A4D9-01 TCGA-GR-A4D9-01B-11D-A31W-01 called 0.67 2.06 0.0 12.0 0.67 0.04 new +TCGA-GS-A9TQ-01 TCGA-GS-A9TQ-01A-11D-A381-01 called 0.74 3.92 2.0 19.0 0.85 0.12 new +TCGA-GS-A9TT-01 TCGA-GS-A9TT-01A-11D-A381-01 called 0.91 2.07 0.0 9.0 0.92 0.09 new +TCGA-GS-A9TU-01 TCGA-GS-A9TU-01A-11D-A381-01 called 0.51 2.21 0.0 17.0 0.54 0.04 new +TCGA-GS-A9TV-01 TCGA-GS-A9TV-01A-11D-A381-01 called 0.67 2.0 0.0 12.0 0.67 0.08 new +TCGA-GS-A9TW-01 TCGA-GS-A9TW-01A-11D-A381-01 called 0.43 4.34 1.0 37.0 0.62 0.17 new +TCGA-GS-A9TX-01 TCGA-GS-A9TX-01A-11D-A381-01 called 0.31 2.31 0.0 35.0 0.34 0.29 new +TCGA-GS-A9TY-01 TCGA-GS-A9TY-01A-11D-A38W-01 called 0.8 3.2 1.0 15.0 0.86 0.17 new +TCGA-GS-A9TZ-01 TCGA-GS-A9TZ-01A-11D-A38W-01 called 0.39 4.32 2.0 39.0 0.58 0.1 new +TCGA-GS-A9U3-01 TCGA-GS-A9U3-01A-11D-A38W-01 called 0.4 2.27 0.0 24.0 0.43 0.08 new +TCGA-GS-A9U4-01 TCGA-GS-A9U4-01A-11D-A38W-01 called 0.19 2.19 0.0 60.0 0.2 0.03 new +TCGA-RQ-A68N-01 TCGA-RQ-A68N-01A-11D-A31W-01 called 0.47 3.92 2.0 32.0 0.63 0.07 new +TCGA-RQ-A6JB-01 TCGA-RQ-A6JB-01A-11D-A31W-01 called 0.72 1.98 0.0 11.0 0.72 0.0 new +TCGA-RQ-AAAT-01 TCGA-RQ-AAAT-01A-11D-A38W-01 called 0.7 3.74 1.0 19.0 0.81 0.11 new +TCGA-VB-A8QN-01 TCGA-VB-A8QN-01A-11D-A381-01 called 0.53 1.98 0.0 15.0 0.53 0.04 new +TCGA-2H-A9GF-01 TCGA-2H-A9GF-01A-11D-A37B-01 called 0.68 2.84 1.0 15.0 0.75 0.03 new +TCGA-2H-A9GI-01 TCGA-2H-A9GI-01A-11D-A37B-01 called 0.6 2.66 1.0 16.0 0.67 0.23 new +TCGA-2H-A9GJ-01 TCGA-2H-A9GJ-01A-11D-A37B-01 called 0.83 2.1 0.0 10.0 0.83 0.14 new +TCGA-2H-A9GK-01 TCGA-2H-A9GK-01A-11D-A37B-01 called 0.47 2.07 0.0 18.0 0.47 0.52 new +TCGA-2H-A9GL-01 TCGA-2H-A9GL-01A-12D-A37B-01 called 0.75 2.83 1.0 14.0 0.81 0.33 new +TCGA-2H-A9GN-01 TCGA-2H-A9GN-01A-11D-A37B-01 called 0.75 2.96 1.0 15.0 0.82 0.24 new +TCGA-2H-A9GO-01 TCGA-2H-A9GO-01A-11D-A37B-01 called 0.56 1.55 0.0 13.0 0.5 0.67 new +TCGA-2H-A9GQ-01 TCGA-2H-A9GQ-01A-11D-A37B-01 called 0.85 2.87 1.0 13.0 0.89 0.18 new +TCGA-2H-A9GR-01 TCGA-2H-A9GR-01A-12D-A37B-01 called 0.58 1.9 0.0 14.0 0.56 0.66 new +TCGA-IC-A6RE-01 TCGA-IC-A6RE-01A-11D-A33D-01 called 0.54 2.24 0.0 16.0 0.57 0.53 new +TCGA-IG-A3I8-01 TCGA-IG-A3I8-01A-11D-A246-01 called 0.62 3.83 1.0 21.0 0.76 0.14 new +TCGA-IG-A3Y9-01 TCGA-IG-A3Y9-01A-12D-A246-01 called 0.27 2.8 1.0 44.0 0.34 0.45 new +TCGA-IG-A3YA-01 TCGA-IG-A3YA-01A-11D-A246-01 called 0.23 3.12 1.0 53.0 0.32 0.1 new +TCGA-IG-A3YB-01 TCGA-IG-A3YB-01A-11D-A246-01 called 0.58 3.02 1.0 19.0 0.67 0.11 new +TCGA-IG-A3YC-01 TCGA-IG-A3YC-01A-11D-A246-01 called 0.25 3.01 1.0 48.0 0.34 0.31 new +TCGA-IG-A4P3-01 TCGA-IG-A4P3-01A-11D-A25X-01 called 0.48 2.08 0.0 18.0 0.49 0.32 new +TCGA-IG-A4QS-01 TCGA-IG-A4QS-01A-11D-A25X-01 called 0.61 5.62 2.0 36.0 0.81 0.08 new +TCGA-IG-A4QT-01 TCGA-IG-A4QT-01A-21D-A25X-01 called 0.33 2.0 0.0 30.0 0.33 0.0 new +TCGA-IG-A50L-01 TCGA-IG-A50L-01A-11D-A25X-01 called 0.57 1.68 0.0 13.0 0.52 0.48 new +TCGA-IG-A51D-01 TCGA-IG-A51D-01A-11D-A25X-01 called 0.38 3.31 2.0 34.0 0.51 0.08 new +TCGA-IG-A5B8-01 TCGA-IG-A5B8-01A-11D-A28A-01 called 0.36 3.88 1.0 39.0 0.53 0.08 new +TCGA-IG-A5S3-01 TCGA-IG-A5S3-01A-11D-A28A-01 called 0.55 5.07 2.0 35.0 0.76 0.29 new +TCGA-IG-A625-01 TCGA-IG-A625-01A-11D-A31T-01 called 0.74 2.2 0.0 12.0 0.75 0.02 new +TCGA-IG-A6QS-01 TCGA-IG-A6QS-01A-12D-A33D-01 called 0.73 1.96 0.0 11.0 0.72 0.04 new +TCGA-IG-A7DP-01 TCGA-IG-A7DP-01A-31D-A33D-01 called 0.23 2.0 0.0 47.0 0.23 0.0 new +TCGA-IG-A8O2-01 TCGA-IG-A8O2-01A-11D-A36I-01 called 0.64 3.17 1.0 18.0 0.73 0.1 new +TCGA-IG-A97I-01 TCGA-IG-A97I-01A-11D-A386-01 called 0.63 2.01 0.0 13.0 0.63 0.03 new +TCGA-JY-A6F8-01 TCGA-JY-A6F8-01A-11D-A33D-01 called 0.71 3.56 1.0 18.0 0.82 0.23 new +TCGA-JY-A6FA-01 TCGA-JY-A6FA-01A-11D-A33D-01 called 0.78 2.08 0.0 11.0 0.79 0.32 new +TCGA-JY-A6FB-01 TCGA-JY-A6FB-01A-11D-A33D-01 called 0.64 2.88 1.0 16.0 0.72 0.35 new +TCGA-JY-A6FD-01 TCGA-JY-A6FD-01A-11D-A33D-01 called 0.44 2.02 0.0 19.0 0.44 0.08 new +TCGA-JY-A6FE-01 TCGA-JY-A6FE-01A-11D-A33D-01 called 0.71 2.67 1.0 14.0 0.76 0.18 new +TCGA-JY-A6FG-01 TCGA-JY-A6FG-01A-11D-A33D-01 called 0.74 2.06 0.0 11.0 0.75 0.0 new +TCGA-JY-A6FH-01 TCGA-JY-A6FH-01A-11D-A33D-01 called 0.86 1.7 0.0 8.0 0.84 0.11 new +TCGA-JY-A938-01 TCGA-JY-A938-01A-11D-A37B-01 called 0.42 1.84 0.0 19.0 0.4 0.07 new +TCGA-JY-A939-01 TCGA-JY-A939-01A-12D-A37B-01 called 0.21 2.24 0.0 54.0 0.22 0.43 new +TCGA-JY-A93C-01 TCGA-JY-A93C-01A-11D-A386-01 called 0.66 3.14 1.0 17.0 0.75 0.48 new +TCGA-JY-A93D-01 TCGA-JY-A93D-01A-11D-A386-01 called 0.33 2.24 1.0 32.0 0.36 0.63 new +TCGA-JY-A93E-01 TCGA-JY-A93E-01A-11D-A37B-01 called 0.46 2.72 1.0 21.0 0.53 0.08 new +TCGA-JY-A93F-01 TCGA-JY-A93F-01A-21D-A37B-01 called 0.7 2.07 0.0 12.0 0.7 0.02 new +TCGA-KH-A6WC-01 TCGA-KH-A6WC-01A-11D-A33D-01 called 0.21 2.14 0.0 53.0 0.22 0.29 new +TCGA-L5-A43C-01 TCGA-L5-A43C-01A-11D-A246-01 called 0.22 3.03 1.0 55.0 0.3 0.16 new +TCGA-L5-A43E-01 TCGA-L5-A43E-01A-11D-A246-01 called 0.61 3.35 1.0 19.0 0.73 0.25 new +TCGA-L5-A43H-01 TCGA-L5-A43H-01A-11D-A246-01 called 0.56 1.69 0.0 13.0 0.51 0.49 new +TCGA-L5-A43I-01 TCGA-L5-A43I-01A-11D-A246-01 called 0.67 3.11 1.0 17.0 0.76 0.32 new +TCGA-L5-A43J-01 TCGA-L5-A43J-01A-12D-A246-01 called 0.64 3.53 1.0 19.0 0.76 0.18 new +TCGA-L5-A43M-01 TCGA-L5-A43M-01A-11D-A246-01 called 0.35 3.43 1.0 37.0 0.48 0.24 new +TCGA-L5-A4OE-01 TCGA-L5-A4OE-01A-11D-A25X-01 called 0.44 3.6 1.0 31.0 0.59 0.08 new +TCGA-L5-A4OF-01 TCGA-L5-A4OF-01A-11D-A25X-01 called 0.58 2.1 0.0 15.0 0.59 0.61 new +TCGA-L5-A4OG-01 TCGA-L5-A4OG-01A-11D-A25X-01 called 0.44 2.8 1.0 25.0 0.52 0.05 new +TCGA-L5-A4OH-01 TCGA-L5-A4OH-01A-11D-A25X-01 called 0.63 3.1 1.0 18.0 0.72 0.22 new +TCGA-L5-A4OI-01 TCGA-L5-A4OI-01A-11D-A25X-01 called 0.83 2.17 0.0 10.0 0.84 0.01 new +TCGA-L5-A4OJ-01 TCGA-L5-A4OJ-01A-11D-A25X-01 called 0.78 1.84 0.0 10.0 0.76 0.08 new +TCGA-L5-A4OM-01 TCGA-L5-A4OM-01A-11D-A25X-01 called 0.86 1.91 0.0 9.0 0.86 0.42 new +TCGA-L5-A4OO-01 TCGA-L5-A4OO-01A-11D-A25X-01 called 0.43 1.81 0.0 18.0 0.41 0.33 new +TCGA-L5-A4OP-01 TCGA-L5-A4OP-01A-11D-A25X-01 called 0.72 1.81 0.0 10.0 0.7 0.01 new +TCGA-L5-A4OR-01 TCGA-L5-A4OR-01A-11D-A25X-01 called 0.62 3.85 2.0 21.0 0.76 0.5 new +TCGA-L5-A4OS-01 TCGA-L5-A4OS-01A-11D-A28A-01 called 0.37 1.98 0.0 26.0 0.36 0.31 new +TCGA-L5-A4OT-01 TCGA-L5-A4OT-01A-11D-A28A-01 called 0.47 3.87 1.0 31.0 0.63 0.18 new +TCGA-L5-A4OU-01 TCGA-L5-A4OU-01A-11D-A28A-01 called 0.35 3.14 1.0 36.0 0.46 0.23 new +TCGA-L5-A4OW-01 TCGA-L5-A4OW-01A-11D-A28A-01 called 0.53 2.74 1.0 19.0 0.61 0.56 new +TCGA-L5-A4OX-01 TCGA-L5-A4OX-01A-21D-A28A-01 called 0.71 1.9 0.0 11.0 0.7 0.33 new +TCGA-L5-A88S-01 TCGA-L5-A88S-01A-11D-A36I-01 called 0.46 1.86 0.0 18.0 0.44 0.19 new +TCGA-L5-A88V-01 TCGA-L5-A88V-01A-11D-A350-01 called 0.77 3.3 1.0 16.0 0.85 0.23 new +TCGA-L5-A88W-01 TCGA-L5-A88W-01A-11D-A350-01 called 0.71 2.0 0.0 11.0 0.71 0.0 new +TCGA-L5-A88Z-01 TCGA-L5-A88Z-01A-11D-A36I-01 called 0.8 1.97 0.0 10.0 0.8 0.09 new +TCGA-L5-A891-01 TCGA-L5-A891-01A-11D-A36I-01 called 0.87 1.71 0.0 8.0 0.85 0.35 new +TCGA-L5-A893-01 TCGA-L5-A893-01A-11D-A36I-01 called 0.36 3.13 1.0 34.0 0.47 0.49 new +TCGA-L5-A8NE-01 TCGA-L5-A8NE-01A-11D-A37B-01 called 0.64 3.54 1.0 19.0 0.76 0.04 new +TCGA-L5-A8NF-01 TCGA-L5-A8NF-01A-11D-A37B-01 called 0.79 3.67 2.0 17.0 0.87 0.32 new +TCGA-L5-A8NG-01 TCGA-L5-A8NG-01A-11D-A37B-01 called 0.54 1.78 0.0 14.0 0.51 0.64 new +TCGA-L5-A8NH-01 TCGA-L5-A8NH-01A-11D-A37B-01 called 0.72 1.97 0.0 11.0 0.71 0.72 new +TCGA-L5-A8NI-01 TCGA-L5-A8NI-01A-11D-A37B-01 called 0.65 1.81 0.0 12.0 0.63 0.03 new +TCGA-L5-A8NJ-01 TCGA-L5-A8NJ-01A-11D-A36I-01 called 0.85 2.81 1.0 13.0 0.89 0.03 new +TCGA-L5-A8NK-01 TCGA-L5-A8NK-01A-21D-A37B-01 called 0.45 1.93 0.0 18.0 0.44 0.39 new +TCGA-L5-A8NL-01 TCGA-L5-A8NL-01A-12D-A37B-01 called 0.42 1.81 0.0 19.0 0.4 0.27 new +TCGA-L5-A8NM-01 TCGA-L5-A8NM-01A-11D-A37B-01 called 0.27 2.12 0.0 39.0 0.29 0.02 new +TCGA-L5-A8NN-01 TCGA-L5-A8NN-01A-11D-A37B-01 called 0.59 2.51 1.0 16.0 0.65 0.53 new +TCGA-L5-A8NQ-01 TCGA-L5-A8NQ-01A-11D-A36I-01 called 0.19 2.5 1.0 60.0 0.23 0.25 new +TCGA-L5-A8NR-01 TCGA-L5-A8NR-01A-11D-A37B-01 called 0.67 2.87 1.0 16.0 0.75 0.15 new +TCGA-L5-A8NS-01 TCGA-L5-A8NS-01A-12D-A37B-01 called 0.64 1.76 0.0 12.0 0.61 0.55 new +TCGA-L5-A8NT-01 TCGA-L5-A8NT-01A-11D-A37B-01 called 0.5 3.45 1.0 26.0 0.63 0.11 new +TCGA-L5-A8NU-01 TCGA-L5-A8NU-01A-11D-A36I-01 called 0.24 1.8 0.0 44.0 0.22 0.09 new +TCGA-L5-A8NV-01 TCGA-L5-A8NV-01A-11D-A37B-01 called 0.41 3.13 1.0 30.0 0.52 0.36 new +TCGA-L5-A8NW-01 TCGA-L5-A8NW-01A-11D-A37B-01 called 0.62 2.23 1.0 14.0 0.64 0.03 new +TCGA-L7-A56G-01 TCGA-L7-A56G-01A-21D-A25X-01 called 0.55 3.46 1.0 21.0 0.68 0.32 new +TCGA-LN-A49K-01 TCGA-LN-A49K-01A-11D-A246-01 called 0.66 1.64 0.0 11.0 0.62 0.37 new +TCGA-LN-A49L-01 TCGA-LN-A49L-01A-11D-A246-01 called 0.65 2.78 1.0 16.0 0.72 0.07 new +TCGA-LN-A49N-01 TCGA-LN-A49N-01A-11D-A246-01 called 0.5 1.89 0.0 16.0 0.49 0.05 new +TCGA-LN-A49O-01 TCGA-LN-A49O-01A-11D-A246-01 called 0.58 3.17 1.0 19.0 0.69 0.15 new +TCGA-LN-A49P-01 TCGA-LN-A49P-01A-11D-A246-01 called 0.41 2.34 1.0 22.0 0.45 0.1 new +TCGA-LN-A49R-01 TCGA-LN-A49R-01A-11D-A246-01 called 0.75 3.21 1.0 16.0 0.83 0.38 new +TCGA-LN-A49S-01 TCGA-LN-A49S-01A-11D-A246-01 called 0.37 2.67 1.0 31.0 0.44 0.33 new +TCGA-LN-A49U-01 TCGA-LN-A49U-01A-31D-A25X-01 called 0.76 2.11 0.0 11.0 0.77 0.05 new +TCGA-LN-A49V-01 TCGA-LN-A49V-01A-11D-A246-01 called 0.92 2.49 1.0 11.0 0.93 0.24 new +TCGA-LN-A49X-01 TCGA-LN-A49X-01A-31D-A25X-01 called 0.28 2.35 0.0 40.0 0.31 0.31 new +TCGA-LN-A49Y-01 TCGA-LN-A49Y-01A-11D-A25X-01 called 0.95 1.94 0.0 8.0 0.95 0.15 new +TCGA-LN-A4A2-01 TCGA-LN-A4A2-01A-31D-A25X-01 called 0.56 3.21 1.0 20.0 0.67 0.07 new +TCGA-LN-A4A3-01 TCGA-LN-A4A3-01A-11D-A25X-01 called 0.51 1.68 0.0 15.0 0.47 0.7 new +TCGA-LN-A4A4-01 TCGA-LN-A4A4-01A-11D-A25X-01 called 0.64 2.57 1.0 15.0 0.69 0.05 new +TCGA-LN-A4A5-01 TCGA-LN-A4A5-01A-21D-A25X-01 called 0.3 1.81 0.0 33.0 0.28 0.08 new +TCGA-LN-A4A8-01 TCGA-LN-A4A8-01A-32D-A25X-01 called 0.71 2.02 0.0 11.0 0.72 0.1 new +TCGA-LN-A4A9-01 TCGA-LN-A4A9-01A-11D-A28A-01 called 0.73 2.36 1.0 13.0 0.76 0.06 new +TCGA-LN-A4MQ-01 TCGA-LN-A4MQ-01A-11D-A28A-01 called 0.64 1.9 0.0 12.0 0.63 0.49 new +TCGA-LN-A4MR-01 TCGA-LN-A4MR-01A-11D-A28A-01 called 0.5 3.15 1.0 21.0 0.62 0.08 new +TCGA-LN-A5U6-01 TCGA-LN-A5U6-01A-11D-A28A-01 called 0.72 2.68 1.0 14.0 0.77 0.17 new +TCGA-LN-A5U7-01 TCGA-LN-A5U7-01A-11D-A31T-01 called 0.77 3.21 1.0 16.0 0.85 0.06 new +TCGA-LN-A7HV-01 TCGA-LN-A7HV-01A-21D-A350-01 called 0.64 1.78 0.0 12.0 0.61 0.07 new +TCGA-LN-A7HW-01 TCGA-LN-A7HW-01A-22D-A350-01 called 0.62 3.2 1.0 18.0 0.72 0.16 new +TCGA-LN-A7HX-01 TCGA-LN-A7HX-01A-11D-A33D-01 called 0.58 3.88 1.0 24.0 0.73 0.21 new +TCGA-LN-A7HY-01 TCGA-LN-A7HY-01A-12D-A350-01 called 0.53 3.29 1.0 21.0 0.65 0.39 new +TCGA-LN-A7HZ-01 TCGA-LN-A7HZ-01A-31D-A350-01 called 0.63 3.23 1.0 18.0 0.73 0.31 new +TCGA-LN-A8HZ-01 TCGA-LN-A8HZ-01A-11D-A36I-01 called 0.72 1.79 0.0 10.0 0.69 0.56 new +TCGA-LN-A8I1-01 TCGA-LN-A8I1-01A-11D-A36I-01 called 0.63 3.45 1.0 19.0 0.75 0.04 new +TCGA-LN-A9FO-01 TCGA-LN-A9FO-01A-11D-A386-01 called 0.6 3.36 1.0 19.0 0.72 0.2 new +TCGA-LN-A9FP-01 TCGA-LN-A9FP-01A-31D-A386-01 called 0.2 2.14 0.0 55.0 0.21 0.54 new +TCGA-LN-A9FQ-01 TCGA-LN-A9FQ-01A-31D-A386-01 called 0.78 1.73 0.0 9.0 0.75 0.4 new +TCGA-LN-A9FR-01 TCGA-LN-A9FR-01A-11D-A386-01 called 0.56 1.58 0.0 13.0 0.51 0.31 new +TCGA-M9-A5M8-01 TCGA-M9-A5M8-01A-11D-A28A-01 called 0.63 1.77 0.0 12.0 0.6 0.01 new +TCGA-Q9-A6FU-01 TCGA-Q9-A6FU-01A-11D-A31T-01 called 0.67 1.87 0.0 12.0 0.65 0.11 new +TCGA-Q9-A6FW-01 TCGA-Q9-A6FW-01A-31D-A31T-01 called 0.56 2.08 0.0 15.0 0.57 0.35 new +TCGA-R6-A6DN-01 TCGA-R6-A6DN-01B-11D-A31T-01 called 0.73 3.37 2.0 17.0 0.82 0.26 new +TCGA-R6-A6KZ-01 TCGA-R6-A6KZ-01A-11D-A31T-01 called 0.47 2.55 1.0 20.0 0.53 0.22 new +TCGA-R6-A6L4-01 TCGA-R6-A6L4-01A-11D-A31T-01 called 0.61 1.4 0.0 11.0 0.52 0.09 new +TCGA-R6-A6L6-01 TCGA-R6-A6L6-01B-11D-A33D-01 called 0.26 3.47 1.0 49.0 0.38 0.19 new +TCGA-R6-A6XG-01 TCGA-R6-A6XG-01B-11D-A33D-01 called 0.79 2.57 1.0 13.0 0.83 0.29 new +TCGA-R6-A6XQ-01 TCGA-R6-A6XQ-01B-11D-A33D-01 called 0.79 4.08 2.0 19.0 0.89 0.43 new +TCGA-R6-A6Y2-01 TCGA-R6-A6Y2-01B-11D-A33D-01 called 0.48 2.99 1.0 21.0 0.58 0.04 new +TCGA-R6-A8W5-01 TCGA-R6-A8W5-01B-11D-A37B-01 called 0.5 1.83 0.0 16.0 0.48 0.76 new +TCGA-R6-A8W8-01 TCGA-R6-A8W8-01B-11D-A37B-01 called 0.72 2.73 1.0 14.0 0.77 0.04 new +TCGA-R6-A8WC-01 TCGA-R6-A8WC-01A-11D-A37B-01 called 0.92 2.57 1.0 11.0 0.94 0.02 new +TCGA-R6-A8WG-01 TCGA-R6-A8WG-01A-11D-A37B-01 called 0.65 2.88 1.0 16.0 0.73 0.49 new +TCGA-RE-A7BO-01 TCGA-RE-A7BO-01A-11D-A33D-01 called 0.49 3.0 1.0 21.0 0.59 0.18 new +TCGA-S8-A6BV-01 TCGA-S8-A6BV-01A-21D-A31T-01 called 0.41 3.0 1.0 29.0 0.51 0.04 new +TCGA-S8-A6BW-01 TCGA-S8-A6BW-01A-11D-A31T-01 called 0.58 3.34 1.0 20.0 0.7 0.18 new +TCGA-V5-A7RB-01 TCGA-V5-A7RB-01A-11D-A350-01 called 0.61 2.1 0.0 14.0 0.63 0.05 new +TCGA-V5-A7RC-01 TCGA-V5-A7RC-01B-11D-A402-01 called 0.56 3.7 1.0 24.0 0.7 0.26 new +TCGA-V5-A7RC-06 TCGA-V5-A7RC-06A-11D-A402-01 called 0.49 3.63 1.0 28.0 0.63 0.04 new +TCGA-V5-A7RE-01 TCGA-V5-A7RE-01A-11D-A350-01 called 0.64 2.79 1.0 16.0 0.71 0.11 new +TCGA-V5-AASV-01 TCGA-V5-AASV-01A-11D-A386-01 called 0.74 2.27 0.0 12.0 0.76 0.01 new +TCGA-V5-AASW-01 TCGA-V5-AASW-01A-11D-A402-01 called 0.73 2.75 1.0 14.0 0.79 0.31 new +TCGA-V5-AASX-01 TCGA-V5-AASX-01A-11D-A386-01 called 0.66 1.87 0.0 12.0 0.65 0.71 new +TCGA-VR-A8EP-01 TCGA-VR-A8EP-01A-31D-A402-01 called 0.44 3.12 1.0 28.0 0.55 0.18 new +TCGA-VR-A8EQ-01 TCGA-VR-A8EQ-01A-11D-A36I-01 called 0.35 3.07 1.0 36.0 0.45 0.17 new +TCGA-VR-A8ER-01 TCGA-VR-A8ER-01A-11D-A36I-01 called 0.65 2.02 0.0 13.0 0.65 0.22 new +TCGA-VR-A8EU-01 TCGA-VR-A8EU-01A-11D-A36I-01 called 0.57 3.19 1.0 20.0 0.67 0.28 new +TCGA-VR-A8EW-01 TCGA-VR-A8EW-01A-11D-A36I-01 called 0.53 6.1 2.0 42.0 0.78 0.27 new +TCGA-VR-A8EX-01 TCGA-VR-A8EX-01A-11D-A36I-01 called 0.48 1.75 0.0 16.0 0.45 0.64 new +TCGA-VR-A8EY-01 TCGA-VR-A8EY-01A-11D-A36I-01 called 0.74 2.35 0.0 12.0 0.77 0.07 new +TCGA-VR-A8EZ-01 TCGA-VR-A8EZ-01A-11D-A36I-01 called 0.68 3.06 1.0 16.0 0.77 0.34 new +TCGA-VR-A8Q7-01 TCGA-VR-A8Q7-01A-11D-A37B-01 called 0.36 3.91 2.0 39.0 0.53 0.14 new +TCGA-VR-AA4D-01 TCGA-VR-AA4D-01A-11D-A37B-01 called 0.74 3.47 1.0 17.0 0.83 0.05 new +TCGA-VR-AA7B-01 TCGA-VR-AA7B-01A-31D-A402-01 called 0.59 3.37 1.0 20.0 0.71 0.1 new +TCGA-VR-AA7D-01 TCGA-VR-AA7D-01A-11D-A402-01 called 0.7 2.14 0.0 12.0 0.71 0.12 new +TCGA-X8-AAAR-01 TCGA-X8-AAAR-01A-11D-A402-01 called 0.76 1.73 0.0 9.0 0.73 0.4 new +TCGA-XP-A8T6-01 TCGA-XP-A8T6-01A-11D-A36I-01 called 0.47 2.77 1.0 21.0 0.55 0.28 new +TCGA-XP-A8T7-01 TCGA-XP-A8T7-01A-11D-A36I-01 called 0.72 1.96 0.0 11.0 0.72 0.04 new +TCGA-XP-A8T8-01 TCGA-XP-A8T8-01A-11D-A36I-01 called 0.64 2.89 1.0 17.0 0.72 0.18 new +TCGA-Z6-A8JD-01 TCGA-Z6-A8JD-01A-11D-A36I-01 called 0.23 3.11 1.0 54.0 0.31 0.28 new +TCGA-Z6-A8JE-01 TCGA-Z6-A8JE-01A-11D-A37B-01 called 0.66 2.45 1.0 14.0 0.7 0.49 new +TCGA-Z6-A9VB-01 TCGA-Z6-A9VB-01A-21D-A37B-01 called 0.72 2.06 0.0 11.0 0.72 0.51 new +TCGA-Z6-AAPN-01 TCGA-Z6-AAPN-01A-11D-A402-01 called 0.35 2.83 1.0 34.0 0.43 0.21 new +TCGA-ZR-A9CJ-01 TCGA-ZR-A9CJ-01B-11D-A386-01 called 0.33 3.48 1.0 40.0 0.46 0.29 new +TCGA-02-0003-01 TCGA-02-0003-01A-01D-0182-01 called 0.9 1.96 0.0 9.0 0.9 0.01 new +TCGA-02-0033-01 TCGA-02-0033-01A-01D-0182-01 called 0.45 1.94 0.0 18.0 0.44 0.13 new +TCGA-02-0047-01 TCGA-02-0047-01A-01D-0182-01 called 0.69 1.99 0.0 12.0 0.69 0.14 new +TCGA-02-0055-01 TCGA-02-0055-01A-01D-0182-01 called 0.55 3.13 1.0 20.0 0.65 0.69 new +TCGA-02-2466-01 TCGA-02-2466-01A-01D-0784-01 called 0.96 1.93 0.0 8.0 0.96 0.17 new +TCGA-02-2470-01 TCGA-02-2470-01A-01D-0784-01 called 0.53 2.0 0.0 15.0 0.53 0.0 new +TCGA-02-2483-01 TCGA-02-2483-01A-01D-0784-01 called 0.73 1.96 0.0 11.0 0.72 0.4 new +TCGA-02-2485-01 TCGA-02-2485-01A-01D-0784-01 called 0.87 3.96 1.0 18.0 0.93 0.03 new +TCGA-02-2486-01 TCGA-02-2486-01A-01D-0784-01 called 0.72 1.9 0.0 11.0 0.71 0.0 new +TCGA-06-0119-01 TCGA-06-0119-01A-08D-0214-01 called 0.13 2.06 0.0 84.0 0.14 0.07 new +TCGA-06-0122-01 TCGA-06-0122-01A-01D-0214-01 called 0.73 1.95 0.0 11.0 0.72 0.01 new +TCGA-06-0124-01 TCGA-06-0124-01A-01D-0214-01 called 0.61 1.96 0.0 13.0 0.6 0.0 new +TCGA-06-0125-01 TCGA-06-0125-01A-01D-0214-01 called 0.9 2.04 0.0 9.0 0.9 0.0 new +TCGA-06-0125-02 TCGA-06-0125-02A-11D-2002-01 called 0.59 2.02 0.0 14.0 0.59 0.0 new +TCGA-06-0126-01 TCGA-06-0126-01A-01D-0214-01 called 0.82 2.03 0.0 10.0 0.82 0.01 new +TCGA-06-0128-01 TCGA-06-0128-01A-01D-0214-01 called 0.85 1.98 0.0 9.0 0.85 0.51 new +TCGA-06-0129-01 TCGA-06-0129-01A-01D-0214-01 called 0.76 3.82 1.0 18.0 0.86 0.09 new +TCGA-06-0130-01 TCGA-06-0130-01A-01D-0214-01 called 0.27 3.46 1.0 47.0 0.4 0.3 new +TCGA-06-0132-01 TCGA-06-0132-01A-02D-0236-01 called 0.28 1.91 0.0 37.0 0.27 0.05 new +TCGA-06-0137-01 TCGA-06-0137-01A-02D-0214-01 called 0.92 2.02 0.0 9.0 0.92 0.0 new +TCGA-06-0140-01 TCGA-06-0140-01A-01D-0214-01 called 0.58 1.97 0.0 14.0 0.58 0.01 new +TCGA-06-0141-01 TCGA-06-0141-01A-01D-0214-01 called 0.2 2.09 0.0 54.0 0.21 0.31 new +TCGA-06-0145-01 TCGA-06-0145-01A-05D-0214-01 called 0.82 2.02 0.0 10.0 0.82 0.01 new +TCGA-06-0151-01 TCGA-06-0151-01A-01D-0236-01 called 0.62 2.46 0.0 15.0 0.66 0.1 new +TCGA-06-0152-01 TCGA-06-0152-01A-02D-0310-01 called 0.67 3.78 1.0 20.0 0.79 0.03 new +TCGA-06-0152-02 TCGA-06-0152-02A-01D-2002-01 called 0.75 2.06 0.0 11.0 0.76 0.0 new +TCGA-06-0154-01 TCGA-06-0154-01A-03D-0236-01 called 0.71 1.99 0.0 11.0 0.7 0.01 new +TCGA-06-0155-01 TCGA-06-0155-01B-01D-0517-01 called 0.79 2.02 0.0 10.0 0.79 0.0 new +TCGA-06-0157-01 TCGA-06-0157-01A-01D-0236-01 called 0.82 2.03 0.0 10.0 0.82 0.03 new +TCGA-06-0158-01 TCGA-06-0158-01A-01D-0236-01 called 0.79 1.96 0.0 10.0 0.79 0.07 new +TCGA-06-0166-01 TCGA-06-0166-01A-01D-0236-01 called 0.58 1.76 0.0 13.0 0.55 0.39 new +TCGA-06-0168-01 TCGA-06-0168-01A-02D-0236-01 called 0.67 2.02 0.0 12.0 0.68 0.01 new +TCGA-06-0169-01 TCGA-06-0169-01A-01D-0214-01 called 0.55 2.01 0.0 15.0 0.55 0.0 new +TCGA-06-0171-01 TCGA-06-0171-01A-02D-0236-01 called 0.67 1.88 0.0 12.0 0.65 0.09 new +TCGA-06-0171-02 TCGA-06-0171-02A-11D-2002-01 called 0.22 2.05 0.0 49.0 0.23 0.01 new +TCGA-06-0173-01 TCGA-06-0173-01A-01D-0236-01 called 0.86 2.05 0.0 9.0 0.87 0.17 new +TCGA-06-0174-01 TCGA-06-0174-01A-01D-0236-01 called 0.95 2.02 0.0 8.0 0.95 0.17 new +TCGA-06-0184-01 TCGA-06-0184-01A-01D-0236-01 called 0.62 1.74 0.0 12.0 0.58 0.9 new +TCGA-06-0185-01 TCGA-06-0185-01A-01D-0236-01 called 0.79 4.04 1.0 19.0 0.88 0.04 new +TCGA-06-0187-01 TCGA-06-0187-01A-01D-0236-01 called 0.84 1.98 0.0 9.0 0.84 0.08 new +TCGA-06-0188-01 TCGA-06-0188-01A-01D-0236-01 called 0.82 1.91 0.0 9.0 0.81 0.59 new +TCGA-06-0190-01 TCGA-06-0190-01A-01D-0236-01 called 0.57 1.94 0.0 14.0 0.57 0.1 new +TCGA-06-0190-02 TCGA-06-0190-02A-01D-2002-01 called 0.52 1.94 0.0 16.0 0.51 0.49 new +TCGA-06-0192-01 TCGA-06-0192-01B-01D-0333-01 called 0.57 2.05 0.0 14.0 0.58 0.4 new +TCGA-06-0195-01 TCGA-06-0195-01B-01D-0236-01 called 0.69 3.23 1.0 17.0 0.78 0.2 new +TCGA-06-0210-01 TCGA-06-0210-01B-01D-0236-01 called 0.45 1.96 0.0 18.0 0.45 0.0 new +TCGA-06-0210-02 TCGA-06-0210-02A-01D-2002-01 called 0.57 3.58 1.0 21.0 0.7 0.16 new +TCGA-06-0211-01 TCGA-06-0211-01B-01D-0236-01 called 0.86 2.04 0.0 9.0 0.87 0.13 new +TCGA-06-0211-02 TCGA-06-0211-02A-02D-2002-01 called 0.7 2.03 0.0 12.0 0.7 0.07 new +TCGA-06-0213-01 TCGA-06-0213-01A-01D-0236-01 called 0.63 2.05 0.0 13.0 0.64 0.07 new +TCGA-06-0214-01 TCGA-06-0214-01A-02D-0236-01 called 0.66 1.86 0.0 12.0 0.64 0.06 new +TCGA-06-0216-01 TCGA-06-0216-01B-01D-0333-01 called 0.91 1.89 0.0 8.0 0.91 0.36 new +TCGA-06-0219-01 TCGA-06-0219-01A-01D-0236-01 called 0.64 1.83 0.0 12.0 0.62 0.06 new +TCGA-06-0221-01 TCGA-06-0221-01A-01D-0236-01 called 0.83 2.02 0.0 10.0 0.83 0.27 new +TCGA-06-0221-02 TCGA-06-0221-02A-11D-2002-01 called 0.82 1.96 0.0 9.0 0.82 0.03 new +TCGA-06-0237-01 TCGA-06-0237-01A-02D-0236-01 called 0.86 1.93 0.0 9.0 0.85 0.31 new +TCGA-06-0238-01 TCGA-06-0238-01A-02D-0310-01 called 0.78 1.99 0.0 10.0 0.78 0.08 new +TCGA-06-0241-01 TCGA-06-0241-01A-02D-0236-01 called 0.9 1.95 0.0 8.0 0.9 0.07 new +TCGA-06-0644-01 TCGA-06-0644-01A-02D-0310-01 called 0.47 3.94 1.0 32.0 0.63 0.39 new +TCGA-06-0645-01 TCGA-06-0645-01A-01D-0310-01 called 0.65 2.14 0.0 13.0 0.67 0.3 new +TCGA-06-0646-01 TCGA-06-0646-01A-01D-0310-01 called 0.84 1.94 0.0 9.0 0.84 0.05 new +TCGA-06-0648-01 TCGA-06-0648-01A-01D-0310-01 called 0.91 2.0 0.0 9.0 0.91 0.03 new +TCGA-06-0649-01 TCGA-06-0649-01B-01D-0333-01 called 0.62 1.91 0.0 13.0 0.61 0.36 new +TCGA-06-0650-01 TCGA-06-0650-01A-02D-1694-01 called 0.23 2.03 0.0 46.0 0.24 0.0 new +TCGA-06-0686-01 TCGA-06-0686-01A-01D-0333-01 called 0.85 2.06 0.0 10.0 0.85 0.31 new +TCGA-06-0743-01 TCGA-06-0743-01A-01D-0333-01 called 0.85 2.06 0.0 10.0 0.85 0.31 new +TCGA-06-0744-01 TCGA-06-0744-01A-01D-0333-01 called 0.89 2.01 0.0 9.0 0.9 0.08 new +TCGA-06-0745-01 TCGA-06-0745-01A-01D-0333-01 called 0.81 1.94 0.0 10.0 0.81 0.03 new +TCGA-06-0747-01 TCGA-06-0747-01A-01D-0333-01 called 0.92 2.0 0.0 8.0 0.92 0.03 new +TCGA-06-0749-01 TCGA-06-0749-01A-01D-0333-01 called 0.56 1.95 0.0 14.0 0.55 0.0 new +TCGA-06-0750-01 TCGA-06-0750-01A-01D-0333-01 called 0.71 1.92 0.0 11.0 0.7 0.0 new +TCGA-06-0875-01 TCGA-06-0875-01A-01D-0384-01 called 0.74 3.91 1.0 19.0 0.85 0.06 new +TCGA-06-0876-01 TCGA-06-0876-01A-01D-0384-01 called 0.76 2.0 0.0 10.0 0.77 0.27 new +TCGA-06-0877-01 TCGA-06-0877-01A-01D-0384-01 called 0.77 2.18 0.0 11.0 0.78 0.0 new +TCGA-06-0878-01 TCGA-06-0878-01A-01D-0384-01 called 0.76 1.91 0.0 10.0 0.75 0.0 new +TCGA-06-0879-01 TCGA-06-0879-01A-01D-0384-01 called 0.77 2.09 0.0 11.0 0.77 0.05 new +TCGA-06-0882-01 TCGA-06-0882-01A-01D-0384-01 called 0.52 1.98 0.0 16.0 0.51 0.03 new +TCGA-06-0939-01 TCGA-06-0939-01A-01D-1224-01 called 0.63 1.97 0.0 13.0 0.62 0.0 new +TCGA-06-1084-01 TCGA-06-1084-01A-01D-0517-01 called 0.48 2.01 0.0 17.0 0.48 0.01 new +TCGA-06-1087-01 TCGA-06-1087-01A-02D-0517-01 called 0.74 3.41 1.0 17.0 0.83 0.24 new +TCGA-06-1800-01 TCGA-06-1800-01A-01D-0591-01 called 0.78 1.93 0.0 10.0 0.78 0.15 new +TCGA-06-1801-01 TCGA-06-1801-01A-02D-0591-01 called 0.75 1.96 0.0 11.0 0.74 0.01 new +TCGA-06-1802-01 TCGA-06-1802-01A-01D-0591-01 called 0.84 1.94 0.0 9.0 0.84 0.65 new +TCGA-06-1804-01 TCGA-06-1804-01A-01D-1694-01 called 0.81 1.95 0.0 10.0 0.81 0.31 new +TCGA-06-1805-01 TCGA-06-1805-01A-01D-0591-01 called 0.72 1.95 0.0 11.0 0.71 0.01 new +TCGA-06-1806-01 TCGA-06-1806-01A-02D-1842-01 called 0.56 2.22 0.0 16.0 0.59 0.51 new +TCGA-06-2557-01 TCGA-06-2557-01A-01D-0784-01 called 0.72 2.01 0.0 11.0 0.72 0.45 new +TCGA-06-2558-01 TCGA-06-2558-01A-01D-0784-01 called 0.82 1.92 0.0 9.0 0.81 0.05 new +TCGA-06-2559-01 TCGA-06-2559-01A-01D-0784-01 called 0.9 2.01 0.0 9.0 0.9 0.01 new +TCGA-06-2561-01 TCGA-06-2561-01A-02D-0784-01 called 0.46 3.83 1.0 31.0 0.62 0.05 new +TCGA-06-2562-01 TCGA-06-2562-01A-01D-0784-01 called 0.74 2.02 0.0 11.0 0.74 0.01 new +TCGA-06-2563-01 TCGA-06-2563-01A-01D-0784-01 called 0.85 2.05 0.0 9.0 0.86 0.01 new +TCGA-06-2564-01 TCGA-06-2564-01A-01D-0784-01 called 0.78 2.05 0.0 10.0 0.79 0.0 new +TCGA-06-2565-01 TCGA-06-2565-01A-01D-0784-01 called 0.91 1.97 0.0 8.0 0.91 0.0 new +TCGA-06-2566-01 TCGA-06-2566-01A-01D-0784-01 called 0.71 1.96 0.0 11.0 0.71 0.08 new +TCGA-06-2567-01 TCGA-06-2567-01A-01D-0784-01 called 0.8 1.96 0.0 10.0 0.79 0.05 new +TCGA-06-2569-01 TCGA-06-2569-01A-01D-0784-01 called 0.94 2.24 1.0 9.0 0.94 0.22 new +TCGA-06-2570-01 TCGA-06-2570-01A-01D-0784-01 called 0.9 1.97 0.0 9.0 0.9 0.0 new +TCGA-06-5408-01 TCGA-06-5408-01A-01D-1694-01 called 0.9 1.92 0.0 8.0 0.9 0.27 new +TCGA-06-5411-01 TCGA-06-5411-01A-01D-1694-01 called 0.64 1.97 0.0 13.0 0.63 0.11 new +TCGA-06-5412-01 TCGA-06-5412-01A-01D-1694-01 called 0.29 1.92 0.0 36.0 0.28 0.11 new +TCGA-06-5413-01 TCGA-06-5413-01A-01D-1694-01 called 0.74 1.92 0.0 11.0 0.73 0.05 new +TCGA-06-5414-01 TCGA-06-5414-01A-01D-1479-01 called 0.78 2.04 0.0 10.0 0.79 0.04 new +TCGA-06-5415-01 TCGA-06-5415-01A-01D-1479-01 called 0.83 2.02 0.0 10.0 0.83 0.04 new +TCGA-06-5418-01 TCGA-06-5418-01A-01D-1479-01 called 0.79 2.0 0.0 10.0 0.79 0.06 new +TCGA-06-5856-01 TCGA-06-5856-01A-01D-1694-01 called 0.9 1.71 0.0 7.0 0.89 0.48 new +TCGA-06-5858-01 TCGA-06-5858-01A-01D-1694-01 called 1.0 1.08 0.0 3.0 1.0 0.51 new +TCGA-06-5859-01 TCGA-06-5859-01A-01D-1694-01 called 0.79 1.81 0.0 9.0 0.77 0.08 new +TCGA-06-6388-01 TCGA-06-6388-01A-12D-1842-01 called 0.75 2.03 0.0 11.0 0.75 0.01 new +TCGA-06-6389-01 TCGA-06-6389-01A-11D-1694-01 called 0.41 1.69 0.0 19.0 0.37 0.48 new +TCGA-06-6390-01 TCGA-06-6390-01A-11D-1694-01 called 0.45 3.76 1.0 31.0 0.61 0.13 new +TCGA-06-6693-01 TCGA-06-6693-01A-11D-1842-01 called 0.88 1.84 0.0 8.0 0.87 0.03 new +TCGA-06-6694-01 TCGA-06-6694-01A-12D-1842-01 called 0.74 3.69 1.0 18.0 0.84 0.5 new +TCGA-06-6695-01 TCGA-06-6695-01A-11D-1842-01 called 0.85 2.04 0.0 9.0 0.86 0.0 new +TCGA-06-6697-01 TCGA-06-6697-01A-11D-1842-01 called 0.47 2.0 0.0 17.0 0.47 0.0 new +TCGA-06-6698-01 TCGA-06-6698-01A-11D-1842-01 called 0.87 1.12 0.0 5.0 0.79 0.21 new +TCGA-06-6699-01 TCGA-06-6699-01A-11D-1842-01 called 0.92 1.98 0.0 8.0 0.92 0.06 new +TCGA-06-6700-01 TCGA-06-6700-01A-12D-1842-01 called 0.52 2.02 0.0 16.0 0.52 0.03 new +TCGA-06-6701-01 TCGA-06-6701-01A-11D-1842-01 called 0.77 2.0 0.0 10.0 0.77 0.0 new +TCGA-06-A5U0-01 TCGA-06-A5U0-01A-11D-A33S-01 called 0.89 3.84 1.0 17.0 0.94 0.1 new +TCGA-06-A5U1-01 TCGA-06-A5U1-01A-11D-A33S-01 called 0.66 1.84 0.0 12.0 0.64 0.04 new +TCGA-06-A6S0-01 TCGA-06-A6S0-01A-11D-A33S-01 called 0.88 1.95 0.0 9.0 0.87 0.16 new +TCGA-06-A6S1-01 TCGA-06-A6S1-01A-11D-A33S-01 called 0.6 1.83 0.0 13.0 0.58 0.06 new +TCGA-06-A7TK-01 TCGA-06-A7TK-01A-21D-A390-01 called 0.69 1.96 0.0 12.0 0.69 0.06 new +TCGA-06-A7TL-01 TCGA-06-A7TL-01A-11D-A390-01 called 0.79 1.98 0.0 10.0 0.79 0.15 new +TCGA-08-0386-01 TCGA-08-0386-01A-01D-0310-01 called 0.9 1.96 0.0 9.0 0.89 0.36 new +TCGA-12-0615-01 TCGA-12-0615-01A-01D-0310-01 called 0.83 1.92 0.0 9.0 0.83 0.01 new +TCGA-12-0616-01 TCGA-12-0616-01A-01D-0310-01 called 0.86 1.93 0.0 9.0 0.86 0.97 new +TCGA-12-0618-01 TCGA-12-0618-01A-01D-0310-01 called 0.95 2.0 0.0 8.0 0.95 0.03 new +TCGA-12-0619-01 TCGA-12-0619-01A-01D-0310-01 called 0.79 1.9 0.0 10.0 0.78 0.56 new +TCGA-12-0656-01 TCGA-12-0656-01A-03D-0333-01 called 0.68 1.99 0.0 12.0 0.67 0.05 new +TCGA-12-0657-01 TCGA-12-0657-01A-01D-0333-01 called 0.85 2.03 0.0 9.0 0.85 0.03 new +TCGA-12-0662-01 TCGA-12-0662-01A-01D-0333-01 called 0.69 2.01 0.0 12.0 0.69 0.33 new +TCGA-12-0670-01 TCGA-12-0670-01B-01D-0384-01 called 0.89 2.0 0.0 9.0 0.89 0.02 new +TCGA-12-0688-01 TCGA-12-0688-01A-02D-0333-01 called 0.8 2.03 0.0 10.0 0.8 0.0 new +TCGA-12-0691-01 TCGA-12-0691-01A-01D-0333-01 called 0.82 2.01 0.0 10.0 0.82 0.04 new +TCGA-12-0692-01 TCGA-12-0692-01A-01D-0333-01 called 0.87 2.01 0.0 9.0 0.88 0.09 new +TCGA-12-0707-01 TCGA-12-0707-01A-01D-0333-01 called 0.8 1.98 0.0 10.0 0.8 0.04 new +TCGA-12-0772-01 TCGA-12-0772-01A-01D-0333-01 called 0.75 1.99 0.0 11.0 0.75 0.09 new +TCGA-12-0773-01 TCGA-12-0773-01A-01D-0333-01 called 0.84 2.16 0.0 10.0 0.85 0.01 new +TCGA-12-0775-01 TCGA-12-0775-01A-01D-0333-01 called 0.44 1.98 0.0 19.0 0.43 0.0 new +TCGA-12-0778-01 TCGA-12-0778-01A-01D-0333-01 called 0.63 2.21 0.0 14.0 0.65 0.05 new +TCGA-12-0818-01 TCGA-12-0818-01A-01D-0384-01 called 0.95 2.08 0.0 9.0 0.95 0.1 new +TCGA-12-0819-01 TCGA-12-0819-01A-01D-0384-01 called 0.73 2.03 0.0 11.0 0.74 0.1 new +TCGA-12-0820-01 TCGA-12-0820-01A-01D-0384-01 called 0.88 2.02 0.0 9.0 0.88 0.01 new +TCGA-12-0821-01 TCGA-12-0821-01A-01D-0384-01 called 0.9 1.89 0.0 8.0 0.89 0.1 new +TCGA-12-0822-01 TCGA-12-0822-01A-01D-0384-01 called 0.49 2.05 0.0 17.0 0.5 0.38 new +TCGA-12-0826-01 TCGA-12-0826-01A-01D-0384-01 called 0.49 4.71 2.0 35.0 0.69 0.33 new +TCGA-12-0827-01 TCGA-12-0827-01A-01D-0384-01 called 0.58 1.8 0.0 13.0 0.56 0.57 new +TCGA-12-0828-01 TCGA-12-0828-01A-01D-0384-01 called 0.73 2.01 0.0 11.0 0.73 0.05 new +TCGA-12-0829-01 TCGA-12-0829-01A-01D-0384-01 called 0.42 2.05 0.0 20.0 0.42 0.02 new +TCGA-12-1088-01 TCGA-12-1088-01A-01D-0517-01 called 0.67 2.01 0.0 12.0 0.67 0.15 new +TCGA-12-1089-01 TCGA-12-1089-01A-01D-0517-01 called 0.77 1.96 0.0 10.0 0.77 0.04 new +TCGA-12-1092-01 TCGA-12-1092-01B-01D-0517-01 called 0.66 2.06 0.0 13.0 0.66 0.25 new +TCGA-12-1093-01 TCGA-12-1093-01A-01D-0517-01 called 0.4 1.92 0.0 20.0 0.39 0.04 new +TCGA-12-1598-01 TCGA-12-1598-01A-01D-0591-01 called 0.91 1.96 0.0 8.0 0.91 0.4 new +TCGA-12-1599-01 TCGA-12-1599-01A-01D-0591-01 called 0.7 2.01 0.0 11.0 0.71 0.02 new +TCGA-12-1600-01 TCGA-12-1600-01A-01D-0591-01 called 0.9 2.01 0.0 9.0 0.9 0.12 new +TCGA-12-1602-01 TCGA-12-1602-01A-01D-0591-01 called 0.81 3.19 1.0 15.0 0.87 0.35 new +TCGA-12-3644-01 TCGA-12-3644-01A-01D-0911-01 called 0.83 1.98 0.0 9.0 0.83 0.08 new +TCGA-12-3646-01 TCGA-12-3646-01A-01D-0911-01 called 0.95 1.88 0.0 8.0 0.94 0.31 new +TCGA-12-3648-01 TCGA-12-3648-01A-01D-0911-01 called 0.93 2.04 0.0 9.0 0.93 0.02 new +TCGA-12-3649-01 TCGA-12-3649-01A-01D-0911-01 called 0.77 1.99 0.0 10.0 0.77 0.02 new +TCGA-12-3650-01 TCGA-12-3650-01A-01D-0911-01 called 0.87 2.03 0.0 9.0 0.88 0.0 new +TCGA-12-3651-01 TCGA-12-3651-01A-01D-0911-01 called 0.67 1.93 0.0 12.0 0.66 0.01 new +TCGA-12-3652-01 TCGA-12-3652-01A-01D-0911-01 called 0.92 1.93 0.0 8.0 0.92 0.02 new +TCGA-12-3653-01 TCGA-12-3653-01A-01D-0911-01 called 0.92 3.44 1.0 15.0 0.95 0.06 new +TCGA-12-5295-01 TCGA-12-5295-01A-01D-1479-01 called 0.73 1.91 0.0 11.0 0.72 0.01 new +TCGA-12-5299-01 TCGA-12-5299-01A-02D-1479-01 called 0.9 2.05 0.0 9.0 0.9 0.0 new +TCGA-12-5301-01 TCGA-12-5301-01A-01D-1479-01 called 0.87 1.96 0.0 9.0 0.87 0.01 new +TCGA-14-0736-01 TCGA-14-0736-01A-01D-0517-01 called 0.57 3.46 1.0 21.0 0.7 0.16 new +TCGA-14-0736-02 TCGA-14-0736-02A-01D-2002-01 called 0.46 1.79 0.0 17.0 0.43 0.08 new +TCGA-14-0740-01 TCGA-14-0740-01B-01D-1842-01 called 0.89 3.59 1.0 16.0 0.94 0.07 new +TCGA-14-0781-01 TCGA-14-0781-01B-01D-1694-01 called 0.22 2.06 0.0 49.0 0.22 0.24 new +TCGA-14-0786-01 TCGA-14-0786-01B-01D-0517-01 called 0.9 2.02 0.0 9.0 0.9 0.0 new +TCGA-14-0787-01 TCGA-14-0787-01A-01D-0384-01 called 0.84 1.95 0.0 9.0 0.83 0.0 new +TCGA-14-0789-01 TCGA-14-0789-01A-01D-0384-01 called 0.56 2.03 0.0 15.0 0.57 0.0 new +TCGA-14-0790-01 TCGA-14-0790-01B-01D-0784-01 called 0.93 2.03 0.0 9.0 0.93 0.2 new +TCGA-14-0812-01 TCGA-14-0812-01B-01D-0591-01 called 0.66 1.92 0.0 12.0 0.65 0.21 new +TCGA-14-0813-01 TCGA-14-0813-01A-01D-0384-01 called 0.77 2.0 0.0 10.0 0.77 0.34 new +TCGA-14-0817-01 TCGA-14-0817-01A-01D-0384-01 called 0.82 1.93 0.0 9.0 0.81 0.68 new +TCGA-14-0862-01 TCGA-14-0862-01B-01D-1842-01 called 0.68 1.72 0.0 11.0 0.64 0.01 new +TCGA-14-0865-01 TCGA-14-0865-01B-01D-0591-01 called 0.9 3.55 1.0 15.0 0.94 0.08 new +TCGA-14-0866-01 TCGA-14-0866-01B-01D-0591-01 called 0.76 2.04 0.0 11.0 0.76 0.0 new +TCGA-14-0867-01 TCGA-14-0867-01A-01D-0384-01 called 0.85 1.92 0.0 9.0 0.84 0.54 new +TCGA-14-0871-01 TCGA-14-0871-01A-01D-0384-01 called 0.93 5.4 2.0 27.0 0.97 0.35 new +TCGA-14-1034-01 TCGA-14-1034-01A-01D-0517-01 called 0.54 3.95 1.0 28.0 0.7 0.03 new +TCGA-14-1034-02 TCGA-14-1034-02B-01D-2002-01 called 0.97 1.78 0.0 7.0 0.97 0.24 new +TCGA-14-1037-01 TCGA-14-1037-01A-01D-0591-01 called 0.51 1.95 0.0 16.0 0.5 0.0 new +TCGA-14-1043-01 TCGA-14-1043-01B-11D-1842-01 called 0.54 2.05 0.0 15.0 0.55 0.0 new +TCGA-14-1395-01 TCGA-14-1395-01B-11D-1842-01 called 0.93 1.97 0.0 8.0 0.93 0.02 new +TCGA-14-1396-01 TCGA-14-1396-01A-01D-0517-01 called 0.76 2.14 0.0 11.0 0.77 0.02 new +TCGA-14-1450-01 TCGA-14-1450-01B-01D-1842-01 called 0.68 1.97 0.0 12.0 0.68 0.02 new +TCGA-14-1451-01 TCGA-14-1451-01A-01D-0517-01 called 0.78 1.95 0.0 10.0 0.78 0.04 new +TCGA-14-1453-01 TCGA-14-1453-01A-01D-0517-01 called 0.95 1.85 0.0 8.0 0.95 0.22 new +TCGA-14-1455-01 TCGA-14-1455-01A-01D-0591-01 called 0.89 1.97 0.0 9.0 0.89 0.0 new +TCGA-14-1456-01 TCGA-14-1456-01B-01D-0784-01 called 0.8 2.04 0.0 10.0 0.81 0.05 new +TCGA-14-1458-01 TCGA-14-1458-01A-01D-0591-01 called 0.77 2.04 0.0 10.0 0.78 0.2 new +TCGA-14-1794-01 TCGA-14-1794-01A-01D-0591-01 called 0.7 2.03 0.0 12.0 0.7 0.79 new +TCGA-14-1795-01 TCGA-14-1795-01A-01D-0591-01 called 0.68 2.01 0.0 12.0 0.68 0.0 new +TCGA-14-1821-01 TCGA-14-1821-01A-01D-0591-01 called 0.98 1.94 0.0 8.0 0.98 0.16 new +TCGA-14-1823-01 TCGA-14-1823-01A-01D-0591-01 called 0.64 2.55 1.0 15.0 0.69 0.23 new +TCGA-14-1825-01 TCGA-14-1825-01A-01D-0591-01 called 0.88 2.17 0.0 10.0 0.89 0.11 new +TCGA-14-1827-01 TCGA-14-1827-01A-01D-0591-01 called 0.78 2.04 0.0 10.0 0.79 0.05 new +TCGA-14-1829-01 TCGA-14-1829-01A-01D-0591-01 called 0.7 2.03 0.0 12.0 0.71 0.03 new +TCGA-14-2554-01 TCGA-14-2554-01A-01D-0784-01 called 0.81 2.08 0.0 10.0 0.81 0.01 new +TCGA-14-3477-01 TCGA-14-3477-01A-01D-0911-01 called 0.92 5.28 2.0 26.0 0.97 0.37 new +TCGA-14-4157-01 TCGA-14-4157-01A-01D-1224-01 called 0.98 1.96 0.0 8.0 0.98 0.03 new +TCGA-15-0742-01 TCGA-15-0742-01A-01D-0333-01 called 0.92 1.94 0.0 8.0 0.92 0.18 new +TCGA-15-1444-01 TCGA-15-1444-01A-02D-1694-01 called 0.6 1.92 0.0 13.0 0.59 0.15 new +TCGA-15-1446-01 TCGA-15-1446-01A-01D-0517-01 called 0.69 2.01 0.0 12.0 0.69 0.0 new +TCGA-16-0846-01 TCGA-16-0846-01A-01D-0384-01 called 0.64 3.72 1.0 20.0 0.76 0.55 new +TCGA-16-0848-01 TCGA-16-0848-01A-01D-0384-01 called 0.81 2.04 0.0 10.0 0.81 0.13 new +TCGA-16-0849-01 TCGA-16-0849-01A-01D-0384-01 called 0.86 2.0 0.0 9.0 0.86 0.08 new +TCGA-16-0850-01 TCGA-16-0850-01A-01D-0384-01 called 1.0 3.48 1.0 14.0 1.0 0.03 new +TCGA-16-0861-01 TCGA-16-0861-01A-01D-0384-01 called 0.88 1.91 0.0 9.0 0.87 0.04 new +TCGA-16-1045-01 TCGA-16-1045-01B-01D-0517-01 called 0.49 3.55 1.0 28.0 0.63 0.09 new +TCGA-16-1048-01 TCGA-16-1048-01B-01D-1224-01 called 0.67 2.02 0.0 12.0 0.67 0.01 new +TCGA-16-1460-01 TCGA-16-1460-01A-01D-0591-01 called 0.74 2.03 0.0 11.0 0.74 0.0 new +TCGA-19-0957-01 TCGA-19-0957-01C-01D-0591-01 called 0.74 2.08 0.0 11.0 0.75 0.07 new +TCGA-19-1385-01 TCGA-19-1385-01A-02D-0591-01 called 0.6 2.0 0.0 14.0 0.6 0.18 new +TCGA-19-1386-01 TCGA-19-1386-01A-01D-0591-01 called 0.9 2.03 0.0 9.0 0.9 0.01 new +TCGA-19-1387-01 TCGA-19-1387-01A-01D-0591-01 called 0.82 2.05 0.0 10.0 0.82 0.34 new +TCGA-19-1388-01 TCGA-19-1388-01A-01D-0591-01 called 0.65 3.49 1.0 19.0 0.76 0.27 new +TCGA-19-1389-01 TCGA-19-1389-01A-01D-0591-01 called 0.36 1.91 0.0 26.0 0.35 0.0 new +TCGA-19-1390-01 TCGA-19-1390-01A-01D-0911-01 called 0.8 3.72 1.0 17.0 0.88 0.19 new +TCGA-19-1786-01 TCGA-19-1786-01A-01D-0591-01 called 0.87 2.06 0.0 9.0 0.88 0.08 new +TCGA-19-1787-01 TCGA-19-1787-01B-01D-0911-01 called 0.86 1.21 0.0 6.0 0.78 0.12 new +TCGA-19-1789-01 TCGA-19-1789-01A-01D-0591-01 called 0.9 1.99 0.0 9.0 0.9 0.0 new +TCGA-19-1791-01 TCGA-19-1791-01A-01D-0591-01 called 0.95 2.03 0.0 8.0 0.95 0.0 new +TCGA-19-2619-01 TCGA-19-2619-01A-01D-0911-01 called 0.92 1.94 0.0 8.0 0.92 0.04 new +TCGA-19-2620-01 TCGA-19-2620-01A-01D-0911-01 called 0.66 1.96 0.0 12.0 0.66 0.08 new +TCGA-19-2621-01 TCGA-19-2621-01B-01D-0911-01 called 0.92 1.91 0.0 8.0 0.91 0.01 new +TCGA-19-2623-01 TCGA-19-2623-01A-01D-0911-01 called 0.73 1.86 0.0 10.0 0.72 0.03 new +TCGA-19-2624-01 TCGA-19-2624-01A-01D-0911-01 called 0.94 2.01 0.0 8.0 0.94 0.01 new +TCGA-19-2625-01 TCGA-19-2625-01A-01D-0911-01 called 0.65 1.93 0.0 12.0 0.64 0.1 new +TCGA-19-2629-01 TCGA-19-2629-01A-01D-0911-01 called 0.6 3.48 1.0 20.0 0.73 0.5 new +TCGA-19-2631-01 TCGA-19-2631-01A-01D-1224-01 called 0.86 2.0 0.0 9.0 0.86 0.0 new +TCGA-19-4065-01 TCGA-19-4065-01A-01D-2002-01 called 0.47 3.13 1.0 26.0 0.58 0.24 new +TCGA-19-4065-02 TCGA-19-4065-02A-11D-2002-01 called 0.49 2.43 1.0 19.0 0.53 0.14 new +TCGA-19-5947-01 TCGA-19-5947-01A-11D-1694-01 called 0.56 1.84 0.0 14.0 0.54 0.04 new +TCGA-19-5950-01 TCGA-19-5950-01A-11D-1694-01 called 0.84 2.04 0.0 10.0 0.84 0.02 new +TCGA-19-5951-01 TCGA-19-5951-01A-11D-1694-01 called 0.93 1.98 0.0 8.0 0.93 0.05 new +TCGA-19-5952-01 TCGA-19-5952-01A-11D-1694-01 called 0.69 1.95 0.0 11.0 0.68 0.0 new +TCGA-19-5953-01 TCGA-19-5953-01B-12D-1842-01 called 0.53 2.0 0.0 15.0 0.53 0.04 new +TCGA-19-5954-01 TCGA-19-5954-01A-11D-1694-01 called 0.8 2.01 0.0 10.0 0.8 0.03 new +TCGA-19-5955-01 TCGA-19-5955-01A-11D-1694-01 called 0.38 1.97 0.0 24.0 0.37 0.1 new +TCGA-19-5956-01 TCGA-19-5956-01A-11D-1694-01 called 0.89 3.8 1.0 17.0 0.94 0.1 new +TCGA-19-5958-01 TCGA-19-5958-01A-11D-1694-01 called 0.75 2.02 0.0 11.0 0.75 0.03 new +TCGA-19-5959-01 TCGA-19-5959-01A-11D-1694-01 called 0.92 2.01 0.0 9.0 0.92 0.07 new +TCGA-19-5960-01 TCGA-19-5960-01A-11D-1694-01 called 0.97 1.84 0.0 7.0 0.96 0.06 new +TCGA-19-A60I-01 TCGA-19-A60I-01A-12D-A33S-01 called 0.91 1.98 0.0 8.0 0.91 0.01 new +TCGA-19-A6J4-01 TCGA-19-A6J4-01A-11D-A33S-01 called 0.34 3.06 1.0 36.0 0.44 0.05 new +TCGA-19-A6J5-01 TCGA-19-A6J5-01A-21D-A33S-01 called 0.96 2.03 0.0 8.0 0.96 0.11 new +TCGA-26-1439-01 TCGA-26-1439-01A-01D-1224-01 called 0.66 3.46 1.0 19.0 0.77 0.28 new +TCGA-26-1442-01 TCGA-26-1442-01A-01D-1694-01 called 0.79 1.99 0.0 10.0 0.78 0.07 new +TCGA-26-1799-01 TCGA-26-1799-01A-02D-0591-01 called 0.84 2.03 0.0 10.0 0.84 0.0 new +TCGA-26-5132-01 TCGA-26-5132-01A-01D-1479-01 called 0.89 1.95 0.0 9.0 0.88 0.01 new +TCGA-26-5133-01 TCGA-26-5133-01A-01D-1479-01 called 0.89 1.77 0.0 8.0 0.88 0.1 new +TCGA-26-5134-01 TCGA-26-5134-01A-01D-1479-01 called 0.92 1.93 0.0 8.0 0.92 0.0 new +TCGA-26-5135-01 TCGA-26-5135-01A-01D-1479-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-26-5136-01 TCGA-26-5136-01B-01D-1479-01 called 0.83 1.99 0.0 9.0 0.83 0.1 new +TCGA-26-5139-01 TCGA-26-5139-01A-01D-1479-01 called 0.8 2.01 0.0 10.0 0.8 0.0 new +TCGA-26-6173-01 TCGA-26-6173-01A-11D-1842-01 called 0.57 2.04 0.0 15.0 0.57 0.01 new +TCGA-26-6174-01 TCGA-26-6174-01A-21D-1842-01 called 0.49 2.06 0.0 17.0 0.49 0.13 new +TCGA-26-A7UX-01 TCGA-26-A7UX-01B-11D-A390-01 called 0.97 1.97 0.0 8.0 0.97 0.13 new +TCGA-27-1830-01 TCGA-27-1830-01A-01D-0591-01 called 0.68 1.9 0.0 11.0 0.67 0.19 new +TCGA-27-1831-01 TCGA-27-1831-01A-01D-0784-01 called 0.7 2.07 0.0 12.0 0.7 0.04 new +TCGA-27-1832-01 TCGA-27-1832-01A-01D-0591-01 called 0.6 1.88 0.0 13.0 0.58 0.22 new +TCGA-27-1833-01 TCGA-27-1833-01A-01D-0591-01 called 0.93 2.0 0.0 8.0 0.93 0.0 new +TCGA-27-1834-01 TCGA-27-1834-01A-01D-0591-01 called 0.74 1.91 0.0 10.0 0.73 0.45 new +TCGA-27-1835-01 TCGA-27-1835-01A-01D-0784-01 called 0.87 2.0 0.0 9.0 0.87 0.01 new +TCGA-27-1836-01 TCGA-27-1836-01A-01D-0784-01 called 0.7 1.94 0.0 11.0 0.69 0.02 new +TCGA-27-1837-01 TCGA-27-1837-01A-01D-0784-01 called 0.82 1.96 0.0 10.0 0.81 0.0 new +TCGA-27-1838-01 TCGA-27-1838-01A-01D-0784-01 called 0.73 4.29 1.0 21.0 0.86 0.07 new +TCGA-27-2518-01 TCGA-27-2518-01A-01D-0784-01 called 0.66 2.03 0.0 12.0 0.66 0.0 new +TCGA-27-2519-01 TCGA-27-2519-01A-01D-0784-01 called 0.7 1.91 0.0 11.0 0.69 0.0 new +TCGA-27-2521-01 TCGA-27-2521-01A-01D-0784-01 called 0.91 1.93 0.0 8.0 0.91 0.34 new +TCGA-27-2523-01 TCGA-27-2523-01A-01D-0784-01 called 0.92 2.03 0.0 9.0 0.92 0.0 new +TCGA-27-2524-01 TCGA-27-2524-01A-01D-0784-01 called 0.8 1.86 0.0 9.0 0.79 0.04 new +TCGA-27-2526-01 TCGA-27-2526-01A-01D-0784-01 called 0.85 2.09 0.0 10.0 0.85 0.0 new +TCGA-27-2527-01 TCGA-27-2527-01A-01D-0784-01 called 0.36 1.94 0.0 27.0 0.35 0.07 new +TCGA-27-2528-01 TCGA-27-2528-01A-01D-0784-01 called 0.77 2.01 0.0 10.0 0.77 0.01 new +TCGA-28-1746-01 TCGA-28-1746-01A-01D-0591-01 called 0.88 2.08 0.0 9.0 0.89 0.1 new +TCGA-28-1747-01 TCGA-28-1747-01C-01D-0784-01 called 0.8 1.96 0.0 10.0 0.8 0.0 new +TCGA-28-1749-01 TCGA-28-1749-01A-01D-0591-01 called 0.9 2.04 0.0 9.0 0.9 0.0 new +TCGA-28-1750-01 TCGA-28-1750-01A-01D-0591-01 called 0.54 2.77 1.0 19.0 0.62 0.43 new +TCGA-28-1751-01 TCGA-28-1751-01A-02D-0591-01 called 0.38 2.06 0.0 25.0 0.39 0.0 new +TCGA-28-1752-01 TCGA-28-1752-01A-01D-0591-01 called 0.53 1.95 0.0 15.0 0.52 0.06 new +TCGA-28-1753-01 TCGA-28-1753-01A-01D-0784-01 called 0.61 2.0 0.0 13.0 0.61 0.0 new +TCGA-28-1755-01 TCGA-28-1755-01A-01D-0591-01 called 0.89 1.98 0.0 9.0 0.88 0.0 new +TCGA-28-1757-01 TCGA-28-1757-01A-02D-0591-01 called 0.75 2.02 0.0 11.0 0.75 0.02 new +TCGA-28-2501-01 TCGA-28-2501-01A-01D-1694-01 called 0.32 1.95 0.0 32.0 0.31 0.03 new +TCGA-28-2502-01 TCGA-28-2502-01B-01D-0784-01 called 0.52 1.96 0.0 16.0 0.51 0.11 new +TCGA-28-2506-01 TCGA-28-2506-01A-02D-0784-01 called 0.51 3.37 1.0 25.0 0.63 0.21 new +TCGA-28-2509-01 TCGA-28-2509-01A-01D-0784-01 called 0.74 4.34 2.0 21.0 0.86 0.58 new +TCGA-28-2510-01 TCGA-28-2510-01A-01D-1694-01 called 0.3 2.05 0.0 35.0 0.31 0.08 new +TCGA-28-2513-01 TCGA-28-2513-01A-01D-0784-01 called 0.32 2.02 0.0 32.0 0.32 0.06 new +TCGA-28-2514-01 TCGA-28-2514-01A-02D-0784-01 called 0.88 1.94 0.0 9.0 0.87 0.15 new +TCGA-28-5204-01 TCGA-28-5204-01A-01D-1479-01 called 0.88 1.93 0.0 9.0 0.88 0.06 new +TCGA-28-5207-01 TCGA-28-5207-01A-01D-1479-01 called 0.74 2.03 0.0 11.0 0.74 0.45 new +TCGA-28-5208-01 TCGA-28-5208-01A-01D-1479-01 called 0.87 2.0 0.0 9.0 0.87 0.02 new +TCGA-28-5209-01 TCGA-28-5209-01A-01D-1479-01 called 0.92 1.98 0.0 8.0 0.92 0.1 new +TCGA-28-5211-01 TCGA-28-5211-01C-11D-1842-01 called 0.46 1.99 0.0 18.0 0.46 0.03 new +TCGA-28-5213-01 TCGA-28-5213-01A-01D-1479-01 called 0.49 1.87 0.0 16.0 0.48 0.01 new +TCGA-28-5214-01 TCGA-28-5214-01A-01D-1479-01 called 0.76 2.04 0.0 11.0 0.76 0.02 new +TCGA-28-5215-01 TCGA-28-5215-01A-01D-1479-01 called 0.77 1.91 0.0 10.0 0.77 0.53 new +TCGA-28-5216-01 TCGA-28-5216-01A-01D-1479-01 called 0.88 1.96 0.0 9.0 0.88 0.61 new +TCGA-28-5218-01 TCGA-28-5218-01A-01D-1479-01 called 0.6 2.68 1.0 17.0 0.67 0.0 new +TCGA-28-5219-01 TCGA-28-5219-01A-01D-1479-01 called 0.74 2.09 0.0 11.0 0.75 0.08 new +TCGA-28-5220-01 TCGA-28-5220-01A-01D-1479-01 called 0.88 1.84 0.0 8.0 0.87 0.04 new +TCGA-28-6450-01 TCGA-28-6450-01A-11D-1694-01 called 0.76 2.05 0.0 11.0 0.76 0.04 new +TCGA-32-1970-01 TCGA-32-1970-01A-01D-0784-01 called 0.87 2.07 0.0 9.0 0.87 0.28 new +TCGA-32-1976-01 TCGA-32-1976-01A-01D-0784-01 called 0.85 2.1 0.0 10.0 0.85 0.25 new +TCGA-32-1977-01 TCGA-32-1977-01A-01D-1224-01 called 0.53 1.99 0.0 16.0 0.53 0.0 new +TCGA-32-1979-01 TCGA-32-1979-01A-01D-1694-01 called 0.54 4.15 1.0 29.0 0.71 0.08 new +TCGA-32-1980-01 TCGA-32-1980-01A-01D-1694-01 called 0.18 1.85 0.0 61.0 0.17 0.3 new +TCGA-32-1982-01 TCGA-32-1982-01A-01D-0784-01 called 0.58 2.02 0.0 14.0 0.58 0.0 new +TCGA-32-1986-01 TCGA-32-1986-01A-01D-0784-01 called 0.53 2.1 0.0 16.0 0.54 0.09 new +TCGA-32-1991-01 TCGA-32-1991-01A-01D-1224-01 called 0.81 1.97 0.0 10.0 0.81 0.16 new +TCGA-32-2491-01 TCGA-32-2491-01A-01D-1224-01 called 0.58 1.92 0.0 14.0 0.57 0.07 new +TCGA-32-2494-01 TCGA-32-2494-01A-01D-1224-01 called 0.58 1.94 0.0 14.0 0.57 0.0 new +TCGA-32-2495-01 TCGA-32-2495-01A-01D-1224-01 called 0.83 2.18 0.0 10.0 0.84 0.1 new +TCGA-32-2615-01 TCGA-32-2615-01A-01D-0911-01 called 0.84 1.87 0.0 9.0 0.83 0.41 new +TCGA-32-2616-01 TCGA-32-2616-01A-01D-0911-01 called 0.83 2.05 0.0 10.0 0.83 0.02 new +TCGA-32-2632-01 TCGA-32-2632-01A-01D-0911-01 called 0.59 3.5 1.0 20.0 0.72 0.55 new +TCGA-32-2634-01 TCGA-32-2634-01A-01D-0911-01 called 0.89 1.86 0.0 8.0 0.88 0.02 new +TCGA-32-2638-01 TCGA-32-2638-01A-01D-0911-01 called 0.83 1.99 0.0 10.0 0.82 0.03 new +TCGA-32-4208-01 TCGA-32-4208-01A-01D-1224-01 called 0.91 1.95 0.0 8.0 0.91 0.15 new +TCGA-32-4210-01 TCGA-32-4210-01A-01D-1224-01 called 0.75 5.99 2.0 34.0 0.9 0.22 new +TCGA-32-4211-01 TCGA-32-4211-01A-01D-1224-01 called 0.65 2.04 0.0 13.0 0.65 0.14 new +TCGA-32-4213-01 TCGA-32-4213-01A-01D-1224-01 called 0.69 1.88 0.0 11.0 0.68 0.02 new +TCGA-32-4719-01 TCGA-32-4719-01A-01D-1224-01 called 0.82 1.94 0.0 9.0 0.82 0.13 new +TCGA-32-5222-01 TCGA-32-5222-01A-01D-1479-01 called 0.59 4.46 1.0 29.0 0.76 0.08 new +TCGA-41-2571-01 TCGA-41-2571-01A-01D-0911-01 called 0.78 2.01 0.0 10.0 0.79 0.01 new +TCGA-41-2572-01 TCGA-41-2572-01A-01D-1224-01 called 0.84 1.96 0.0 9.0 0.84 0.04 new +TCGA-41-2573-01 TCGA-41-2573-01A-01D-0911-01 called 0.67 3.16 1.0 17.0 0.76 0.1 new +TCGA-41-2575-01 TCGA-41-2575-01A-01D-0911-01 called 0.92 1.95 0.0 8.0 0.92 0.08 new +TCGA-41-3392-01 TCGA-41-3392-01A-01D-0911-01 called 0.86 1.91 0.0 9.0 0.85 0.1 new +TCGA-41-3915-01 TCGA-41-3915-01A-01D-1224-01 called 0.77 1.83 0.0 10.0 0.76 0.38 new +TCGA-41-4097-01 TCGA-41-4097-01A-01D-1224-01 called 0.53 1.8 0.0 15.0 0.5 0.35 new +TCGA-41-5651-01 TCGA-41-5651-01A-01D-1694-01 called 0.94 2.04 0.0 8.0 0.94 0.17 new +TCGA-41-6646-01 TCGA-41-6646-01A-11D-1842-01 called 0.68 2.01 0.0 12.0 0.68 0.02 new +TCGA-4W-AA9R-01 TCGA-4W-AA9R-01A-11D-A390-01 called 0.73 3.58 1.0 18.0 0.83 0.16 new +TCGA-4W-AA9S-01 TCGA-4W-AA9S-01A-11D-A390-01 called 0.81 1.97 0.0 10.0 0.81 0.18 new +TCGA-4W-AA9T-01 TCGA-4W-AA9T-01A-11D-A390-01 called 0.55 1.98 0.0 15.0 0.55 0.0 new +TCGA-74-6573-01 TCGA-74-6573-01A-12D-1842-01 called 0.86 1.91 0.0 9.0 0.86 0.07 new +TCGA-74-6575-01 TCGA-74-6575-01A-11D-1842-01 called 0.63 1.96 0.0 13.0 0.63 0.08 new +TCGA-74-6578-01 TCGA-74-6578-01A-11D-1842-01 called 0.71 2.02 0.0 11.0 0.71 0.02 new +TCGA-74-6581-01 TCGA-74-6581-01A-11D-1842-01 called 0.89 1.99 0.0 9.0 0.89 0.0 new +TCGA-74-6584-01 TCGA-74-6584-01A-11D-1842-01 called 0.53 4.09 1.0 29.0 0.7 0.33 new +TCGA-76-4925-01 TCGA-76-4925-01A-01D-1479-01 called 0.94 1.92 0.0 8.0 0.94 0.1 new +TCGA-76-4926-01 TCGA-76-4926-01B-01D-1479-01 called 0.79 1.99 0.0 10.0 0.79 0.02 new +TCGA-76-4928-01 TCGA-76-4928-01B-01D-1479-01 called 0.41 3.9 1.0 35.0 0.57 0.11 new +TCGA-76-4929-01 TCGA-76-4929-01A-01D-1479-01 called 0.8 3.48 1.0 16.0 0.88 0.07 new +TCGA-76-4931-01 TCGA-76-4931-01A-01D-1479-01 called 0.93 1.95 0.0 8.0 0.93 0.12 new +TCGA-76-4934-01 TCGA-76-4934-01A-01D-1479-01 called 0.85 3.41 1.0 15.0 0.91 0.28 new +TCGA-76-4935-01 TCGA-76-4935-01A-01D-1479-01 called 0.92 1.96 0.0 8.0 0.92 0.04 new +TCGA-76-6191-01 TCGA-76-6191-01A-12D-1694-01 called 0.89 1.95 0.0 9.0 0.89 0.03 new +TCGA-76-6192-01 TCGA-76-6192-01A-11D-1694-01 called 0.52 2.0 0.0 16.0 0.52 0.0 new +TCGA-76-6193-01 TCGA-76-6193-01A-11D-1694-01 called 0.43 1.82 0.0 18.0 0.41 0.0 new +TCGA-76-6280-01 TCGA-76-6280-01A-21D-1842-01 called 0.79 2.02 0.0 10.0 0.79 0.12 new +TCGA-76-6282-01 TCGA-76-6282-01A-11D-1694-01 called 0.57 1.92 0.0 14.0 0.56 0.04 new +TCGA-76-6283-01 TCGA-76-6283-01A-11D-1842-01 called 0.91 2.07 0.0 9.0 0.91 0.26 new +TCGA-76-6285-01 TCGA-76-6285-01A-11D-1694-01 called 0.88 1.85 0.0 8.0 0.88 0.09 new +TCGA-76-6286-01 TCGA-76-6286-01A-11D-1842-01 called 0.94 1.89 0.0 8.0 0.94 0.05 new +TCGA-76-6656-01 TCGA-76-6656-01A-11D-1842-01 called 0.85 2.04 0.0 9.0 0.85 0.0 new +TCGA-76-6657-01 TCGA-76-6657-01A-11D-1842-01 called 0.81 2.01 0.0 10.0 0.81 0.0 new +TCGA-76-6660-01 TCGA-76-6660-01A-11D-1842-01 called 0.75 4.05 1.0 19.0 0.86 0.17 new +TCGA-76-6661-01 TCGA-76-6661-01B-11D-1842-01 called 0.8 2.03 0.0 10.0 0.8 0.02 new +TCGA-76-6662-01 TCGA-76-6662-01A-11D-1842-01 called 0.59 2.05 0.0 14.0 0.59 0.02 new +TCGA-76-6663-01 TCGA-76-6663-01A-11D-1842-01 called 0.58 2.04 0.0 14.0 0.58 0.06 new +TCGA-76-6664-01 TCGA-76-6664-01A-11D-1842-01 called 0.7 2.01 0.0 11.0 0.71 0.0 new +TCGA-81-5910-01 TCGA-81-5910-01A-11D-1694-01 called 0.9 1.98 0.0 9.0 0.9 0.0 new +TCGA-81-5911-01 TCGA-81-5911-01A-12D-1842-01 called 0.79 2.0 0.0 10.0 0.79 0.02 new +TCGA-87-5896-01 TCGA-87-5896-01A-01D-1694-01 called 0.86 2.01 0.0 9.0 0.86 0.01 new +TCGA-OX-A56R-01 TCGA-OX-A56R-01A-11D-A33S-01 called 0.93 1.85 0.0 8.0 0.93 0.01 new +TCGA-RR-A6KA-01 TCGA-RR-A6KA-01A-21D-A33S-01 called 0.57 2.06 0.0 15.0 0.57 0.02 new +TCGA-RR-A6KB-01 TCGA-RR-A6KB-01A-12D-A33S-01 called 0.42 1.94 0.0 19.0 0.41 0.0 new +TCGA-RR-A6KC-01 TCGA-RR-A6KC-01A-31D-A33S-01 called 0.77 2.03 0.0 10.0 0.78 0.0 new +TCGA-4P-AA8J-01 TCGA-4P-AA8J-01A-11D-A390-01 called 0.36 1.96 0.0 26.0 0.36 0.23 new +TCGA-BA-4074-01 TCGA-BA-4074-01A-01D-1432-01 called 0.61 1.79 0.0 12.0 0.58 0.06 new +TCGA-BA-4076-01 TCGA-BA-4076-01A-01D-1432-01 called 0.85 1.99 0.0 9.0 0.85 0.04 new +TCGA-BA-4078-01 TCGA-BA-4078-01A-01D-1432-01 called 0.86 1.76 0.0 8.0 0.85 0.02 new +TCGA-BA-5149-01 TCGA-BA-5149-01A-01D-1510-01 called 0.5 3.1 1.0 21.0 0.61 0.12 new +TCGA-BA-5151-01 TCGA-BA-5151-01A-01D-1432-01 called 0.62 4.11 2.0 25.0 0.77 0.41 new +TCGA-BA-5152-01 TCGA-BA-5152-01A-02D-1869-01 called 0.35 3.52 1.0 38.0 0.48 0.13 new +TCGA-BA-5153-01 TCGA-BA-5153-01A-01D-1432-01 called 0.79 2.0 0.0 10.0 0.79 0.0 new +TCGA-BA-5555-01 TCGA-BA-5555-01A-01D-1510-01 called 0.46 3.18 1.0 27.0 0.57 0.21 new +TCGA-BA-5556-01 TCGA-BA-5556-01A-01D-1510-01 called 0.3 2.15 0.0 35.0 0.32 0.25 new +TCGA-BA-5557-01 TCGA-BA-5557-01A-01D-1510-01 called 0.28 2.05 0.0 37.0 0.29 0.34 new +TCGA-BA-5558-01 TCGA-BA-5558-01A-01D-1510-01 called 0.45 2.02 0.0 18.0 0.45 0.06 new +TCGA-BA-5559-01 TCGA-BA-5559-01A-01D-1510-01 called 0.62 2.37 0.0 15.0 0.66 0.53 new +TCGA-BA-6868-01 TCGA-BA-6868-01B-12D-1910-01 called 0.66 3.82 1.0 20.0 0.79 0.14 new +TCGA-BA-6869-01 TCGA-BA-6869-01A-11D-1869-01 called 0.64 2.08 0.0 13.0 0.65 0.05 new +TCGA-BA-6870-01 TCGA-BA-6870-01A-11D-1869-01 called 0.32 3.64 1.0 41.0 0.47 0.15 new +TCGA-BA-6871-01 TCGA-BA-6871-01A-11D-1869-01 called 0.7 2.95 1.0 16.0 0.77 0.2 new +TCGA-BA-6872-01 TCGA-BA-6872-01A-11D-1869-01 called 0.58 3.18 1.0 19.0 0.69 0.25 new +TCGA-BA-6873-01 TCGA-BA-6873-01A-11D-1869-01 called 0.41 3.66 1.0 34.0 0.56 0.14 new +TCGA-BA-7269-01 TCGA-BA-7269-01A-11D-2010-01 called 0.55 3.09 1.0 20.0 0.65 0.25 new +TCGA-BA-A4IF-01 TCGA-BA-A4IF-01A-11D-A25X-01 called 0.33 3.41 1.0 39.0 0.46 0.16 new +TCGA-BA-A4IG-01 TCGA-BA-A4IG-01A-11D-A25X-01 called 0.56 1.86 0.0 14.0 0.54 0.16 new +TCGA-BA-A4IH-01 TCGA-BA-A4IH-01A-11D-A25X-01 called 0.88 1.87 0.0 8.0 0.87 0.18 new +TCGA-BA-A4II-01 TCGA-BA-A4II-01A-11D-A25X-01 called 0.31 1.87 0.0 32.0 0.3 0.15 new +TCGA-BA-A6D8-01 TCGA-BA-A6D8-01A-31D-A31K-01 called 0.49 3.51 1.0 27.0 0.63 0.09 new +TCGA-BA-A6DA-01 TCGA-BA-A6DA-01A-31D-A31K-01 called 0.48 2.14 0.0 18.0 0.5 0.19 new +TCGA-BA-A6DB-01 TCGA-BA-A6DB-01A-11D-A30D-01 called 0.21 3.78 1.0 61.0 0.34 0.27 new +TCGA-BA-A6DD-01 TCGA-BA-A6DD-01A-12D-A31K-01 called 0.21 1.98 0.0 52.0 0.2 0.29 new +TCGA-BA-A6DE-01 TCGA-BA-A6DE-01A-22D-A31K-01 called 0.67 1.8 0.0 11.0 0.65 0.09 new +TCGA-BA-A6DF-01 TCGA-BA-A6DF-01A-11D-A30D-01 called 0.35 2.03 0.0 29.0 0.35 0.03 new +TCGA-BA-A6DG-01 TCGA-BA-A6DG-01A-21D-A30D-01 called 0.17 2.18 0.0 66.0 0.18 0.28 new +TCGA-BA-A6DI-01 TCGA-BA-A6DI-01A-11D-A30D-01 called 0.33 1.8 0.0 30.0 0.3 0.13 new +TCGA-BA-A6DJ-01 TCGA-BA-A6DJ-01A-11D-A30D-01 called 0.56 2.05 0.0 15.0 0.57 0.02 new +TCGA-BA-A6DL-01 TCGA-BA-A6DL-01A-21D-A30D-01 called 0.33 3.52 1.0 40.0 0.47 0.05 new +TCGA-BA-A8YP-01 TCGA-BA-A8YP-01A-11D-A390-01 called 0.61 3.19 1.0 18.0 0.72 0.16 new +TCGA-BB-4217-01 TCGA-BB-4217-01A-11D-2077-01 called 0.14 2.16 0.0 78.0 0.15 0.27 new +TCGA-BB-4223-01 TCGA-BB-4223-01A-01D-1432-01 called 0.74 2.23 0.0 12.0 0.76 0.17 new +TCGA-BB-4224-01 TCGA-BB-4224-01A-01D-1432-01 called 0.74 3.25 1.0 16.0 0.82 0.19 new +TCGA-BB-4225-01 TCGA-BB-4225-01A-01D-1432-01 called 0.65 3.49 1.0 19.0 0.76 0.25 new +TCGA-BB-4227-01 TCGA-BB-4227-01A-01D-1869-01 called 0.79 1.94 0.0 10.0 0.79 0.01 new +TCGA-BB-4228-01 TCGA-BB-4228-01A-01D-1432-01 called 0.9 2.08 0.0 9.0 0.9 0.03 new +TCGA-BB-7870-01 TCGA-BB-7870-01A-11D-2228-01 called 0.71 3.69 1.0 19.0 0.82 0.25 new +TCGA-BB-8596-01 TCGA-BB-8596-01A-11D-2390-01 called 0.25 2.58 0.0 46.0 0.3 0.51 new +TCGA-BB-8601-01 TCGA-BB-8601-01A-11D-2390-01 called 0.9 1.63 0.0 7.0 0.88 0.35 new +TCGA-BB-A5HU-01 TCGA-BB-A5HU-01A-11D-A28Q-01 called 0.36 3.33 1.0 36.0 0.48 0.2 new +TCGA-BB-A5HY-01 TCGA-BB-A5HY-01A-11D-A28Q-01 called 0.6 2.69 1.0 16.0 0.67 0.28 new +TCGA-BB-A5HZ-01 TCGA-BB-A5HZ-01A-21D-A28Q-01 called 0.36 3.85 1.0 39.0 0.52 0.24 new +TCGA-BB-A6UM-01 TCGA-BB-A6UM-01A-12D-A34I-01 called 0.82 2.01 0.0 10.0 0.82 0.0 new +TCGA-BB-A6UO-01 TCGA-BB-A6UO-01A-12D-A34I-01 called 0.61 1.99 0.0 13.0 0.61 0.04 new +TCGA-C9-A47Z-01 TCGA-C9-A47Z-01A-11D-A24C-01 called 0.66 3.57 1.0 19.0 0.78 0.1 new +TCGA-C9-A480-01 TCGA-C9-A480-01A-12D-A24C-01 called 0.37 1.99 0.0 26.0 0.37 0.08 new +TCGA-CN-4723-01 TCGA-CN-4723-01A-01D-1432-01 called 0.52 2.02 0.0 16.0 0.52 0.31 new +TCGA-CN-4725-01 TCGA-CN-4725-01A-01D-1432-01 called 0.59 3.39 1.0 20.0 0.71 0.18 new +TCGA-CN-4726-01 TCGA-CN-4726-01A-01D-1432-01 called 0.48 1.98 0.0 17.0 0.48 0.03 new +TCGA-CN-4727-01 TCGA-CN-4727-01A-01D-1432-01 called 0.47 3.26 1.0 26.0 0.59 0.06 new +TCGA-CN-4728-01 TCGA-CN-4728-01A-01D-1432-01 called 0.24 2.27 0.0 45.0 0.27 0.48 new +TCGA-CN-4729-01 TCGA-CN-4729-01A-01D-1432-01 called 0.29 3.78 1.0 47.0 0.43 0.25 new +TCGA-CN-4730-01 TCGA-CN-4730-01A-01D-1432-01 called 0.48 2.92 1.0 21.0 0.57 0.16 new +TCGA-CN-4731-01 TCGA-CN-4731-01A-01D-1432-01 called 0.63 2.04 0.0 13.0 0.64 0.08 new +TCGA-CN-4733-01 TCGA-CN-4733-01A-02D-1869-01 called 0.14 2.02 0.0 77.0 0.14 0.22 new +TCGA-CN-4735-01 TCGA-CN-4735-01A-01D-1432-01 called 0.72 1.86 0.0 10.0 0.71 0.01 new +TCGA-CN-4736-01 TCGA-CN-4736-01A-01D-1432-01 called 0.34 2.02 0.0 29.0 0.34 0.26 new +TCGA-CN-4737-01 TCGA-CN-4737-01A-01D-1432-01 called 0.51 3.26 1.0 22.0 0.63 0.42 new +TCGA-CN-4738-01 TCGA-CN-4738-01A-02D-1510-01 called 0.23 2.12 0.0 47.0 0.24 0.44 new +TCGA-CN-4739-01 TCGA-CN-4739-01A-02D-1510-01 called 0.49 1.81 0.0 16.0 0.46 0.49 new +TCGA-CN-4740-01 TCGA-CN-4740-01A-01D-1432-01 called 0.24 3.11 1.0 51.0 0.33 0.14 new +TCGA-CN-4741-01 TCGA-CN-4741-01A-01D-1432-01 called 0.64 4.29 1.0 26.0 0.79 0.08 new +TCGA-CN-4742-01 TCGA-CN-4742-01A-02D-1510-01 called 0.3 3.29 1.0 43.0 0.41 0.09 new +TCGA-CN-5355-01 TCGA-CN-5355-01A-01D-1432-01 called 0.46 1.95 0.0 18.0 0.46 0.23 new +TCGA-CN-5356-01 TCGA-CN-5356-01A-01D-1432-01 called 0.37 3.55 1.0 36.0 0.51 0.23 new +TCGA-CN-5358-01 TCGA-CN-5358-01A-01D-1510-01 called 0.98 2.0 0.0 8.0 0.98 0.08 new +TCGA-CN-5359-01 TCGA-CN-5359-01A-01D-1432-01 called 0.19 3.23 1.0 64.0 0.27 0.13 new +TCGA-CN-5360-01 TCGA-CN-5360-01A-01D-1432-01 called 0.53 1.72 0.0 14.0 0.49 0.08 new +TCGA-CN-5363-01 TCGA-CN-5363-01A-01D-1432-01 called 0.51 1.85 0.0 16.0 0.49 0.44 new +TCGA-CN-5364-01 TCGA-CN-5364-01A-01D-1432-01 called 0.43 2.03 0.0 19.0 0.43 0.02 new +TCGA-CN-5365-01 TCGA-CN-5365-01A-01D-1432-01 called 1.0 3.94 1.0 16.0 1.0 0.38 new +TCGA-CN-5366-01 TCGA-CN-5366-01A-01D-1432-01 called 0.25 3.5 1.0 51.0 0.37 0.28 new +TCGA-CN-5367-01 TCGA-CN-5367-01A-01D-1432-01 called 0.55 2.1 0.0 15.0 0.56 0.28 new +TCGA-CN-5369-01 TCGA-CN-5369-01A-01D-1432-01 called 0.18 2.0 0.0 61.0 0.18 0.04 new +TCGA-CN-5370-01 TCGA-CN-5370-01A-01D-2010-01 called 0.44 1.97 0.0 19.0 0.43 0.26 new +TCGA-CN-5373-01 TCGA-CN-5373-01A-01D-1432-01 called 0.47 2.02 0.0 18.0 0.47 0.07 new +TCGA-CN-5374-01 TCGA-CN-5374-01A-01D-1432-01 called 0.4 3.66 1.0 34.0 0.55 0.07 new +TCGA-CN-6010-01 TCGA-CN-6010-01A-11D-1682-01 called 0.41 3.02 1.0 30.0 0.51 0.31 new +TCGA-CN-6011-01 TCGA-CN-6011-01A-11D-1682-01 called 0.68 2.77 1.0 15.0 0.75 0.08 new +TCGA-CN-6012-01 TCGA-CN-6012-01A-11D-1682-01 called 0.62 1.6 0.0 11.0 0.56 0.43 new +TCGA-CN-6013-01 TCGA-CN-6013-01A-11D-1682-01 called 0.51 2.34 0.0 18.0 0.55 0.13 new +TCGA-CN-6016-01 TCGA-CN-6016-01A-11D-1682-01 called 0.32 2.04 0.0 32.0 0.32 0.01 new +TCGA-CN-6017-01 TCGA-CN-6017-01A-11D-1682-01 called 0.47 2.0 0.0 17.0 0.47 0.0 new +TCGA-CN-6018-01 TCGA-CN-6018-01A-11D-1682-01 called 0.31 2.67 1.0 37.0 0.38 0.06 new +TCGA-CN-6019-01 TCGA-CN-6019-01A-11D-1682-01 called 0.36 1.74 0.0 24.0 0.33 0.2 new +TCGA-CN-6020-01 TCGA-CN-6020-01A-11D-1682-01 called 0.34 2.56 1.0 33.0 0.4 0.68 new +TCGA-CN-6021-01 TCGA-CN-6021-01A-11D-1682-01 called 0.43 3.61 1.0 32.0 0.57 0.08 new +TCGA-CN-6022-01 TCGA-CN-6022-01A-21D-1682-01 called 0.37 3.13 1.0 34.0 0.48 0.03 new +TCGA-CN-6023-01 TCGA-CN-6023-01A-11D-1682-01 called 0.36 2.74 1.0 32.0 0.44 0.28 new +TCGA-CN-6024-01 TCGA-CN-6024-01A-11D-1682-01 called 0.61 2.99 1.0 18.0 0.7 0.23 new +TCGA-CN-6988-01 TCGA-CN-6988-01A-11D-1910-01 called 0.77 3.11 1.0 15.0 0.84 0.07 new +TCGA-CN-6989-01 TCGA-CN-6989-01A-11D-1910-01 called 0.31 3.45 1.0 42.0 0.43 0.29 new +TCGA-CN-6992-01 TCGA-CN-6992-01A-11D-1910-01 called 0.57 3.74 1.0 23.0 0.71 0.13 new +TCGA-CN-6994-01 TCGA-CN-6994-01A-11D-1910-01 called 0.58 3.69 1.0 21.0 0.71 0.09 new +TCGA-CN-6995-01 TCGA-CN-6995-01A-31D-2010-01 called 0.37 3.7 2.0 38.0 0.52 0.25 new +TCGA-CN-6996-01 TCGA-CN-6996-01A-11D-1910-01 called 0.46 2.01 0.0 18.0 0.46 0.51 new +TCGA-CN-6997-01 TCGA-CN-6997-01A-11D-2010-01 called 0.81 1.76 0.0 9.0 0.79 0.15 new +TCGA-CN-6998-01 TCGA-CN-6998-01A-23D-2010-01 called 0.46 4.85 2.0 38.0 0.67 0.08 new +TCGA-CN-A497-01 TCGA-CN-A497-01A-11D-A24C-01 called 0.67 1.89 0.0 12.0 0.66 0.09 new +TCGA-CN-A498-01 TCGA-CN-A498-01A-11D-A24C-01 called 0.54 2.0 0.0 15.0 0.54 0.03 new +TCGA-CN-A499-01 TCGA-CN-A499-01A-11D-A24C-01 called 0.42 3.75 1.0 34.0 0.57 0.32 new +TCGA-CN-A49A-01 TCGA-CN-A49A-01A-11D-A24C-01 called 0.55 3.35 1.0 21.0 0.67 0.19 new +TCGA-CN-A49B-01 TCGA-CN-A49B-01A-31D-A24C-01 called 0.66 2.09 0.0 13.0 0.67 0.32 new +TCGA-CN-A49C-01 TCGA-CN-A49C-01A-11D-A24C-01 called 0.82 2.02 0.0 10.0 0.82 0.1 new +TCGA-CN-A63T-01 TCGA-CN-A63T-01A-11D-A28Q-01 called 0.36 3.65 1.0 38.0 0.5 0.29 new +TCGA-CN-A63U-01 TCGA-CN-A63U-01A-11D-A30D-01 called 0.72 1.78 0.0 10.0 0.69 0.27 new +TCGA-CN-A63V-01 TCGA-CN-A63V-01A-11D-A28Q-01 called 0.32 2.17 0.0 33.0 0.34 0.0 new +TCGA-CN-A63W-01 TCGA-CN-A63W-01A-11D-A30D-01 called 0.8 1.85 0.0 9.0 0.78 0.38 new +TCGA-CN-A63Y-01 TCGA-CN-A63Y-01A-11D-A30D-01 called 0.42 1.96 0.0 19.0 0.42 0.0 new +TCGA-CN-A640-01 TCGA-CN-A640-01A-21D-A30D-01 called 0.31 2.07 0.0 34.0 0.32 0.17 new +TCGA-CN-A641-01 TCGA-CN-A641-01A-11D-A30D-01 called 0.67 1.98 0.0 12.0 0.67 0.16 new +TCGA-CN-A642-01 TCGA-CN-A642-01A-12D-A30D-01 called 0.71 2.12 0.0 12.0 0.72 0.0 new +TCGA-CN-A6UY-01 TCGA-CN-A6UY-01A-12D-A34I-01 called 0.85 2.02 0.0 9.0 0.85 0.05 new +TCGA-CN-A6V1-01 TCGA-CN-A6V1-01A-12D-A34I-01 called 0.27 2.02 0.0 39.0 0.27 0.08 new +TCGA-CN-A6V3-01 TCGA-CN-A6V3-01A-12D-A34I-01 called 0.54 2.09 0.0 16.0 0.55 0.09 new +TCGA-CN-A6V6-01 TCGA-CN-A6V6-01A-12D-A34I-01 called 0.57 2.26 0.0 16.0 0.6 0.06 new +TCGA-CN-A6V7-01 TCGA-CN-A6V7-01A-12D-A34I-01 called 0.89 1.91 0.0 8.0 0.89 0.06 new +TCGA-CQ-5323-01 TCGA-CQ-5323-01A-01D-1682-01 called 0.62 3.99 1.0 23.0 0.76 0.17 new +TCGA-CQ-5324-01 TCGA-CQ-5324-01A-01D-1682-01 called 0.68 2.02 0.0 12.0 0.69 0.03 new +TCGA-CQ-5325-01 TCGA-CQ-5325-01A-01D-1682-01 called 0.22 2.06 0.0 50.0 0.22 0.16 new +TCGA-CQ-5326-01 TCGA-CQ-5326-01A-01D-1869-01 called 0.45 1.93 0.0 18.0 0.45 0.31 new +TCGA-CQ-5327-01 TCGA-CQ-5327-01A-01D-1682-01 called 0.45 1.99 0.0 18.0 0.45 0.08 new +TCGA-CQ-5329-01 TCGA-CQ-5329-01A-01D-1682-01 called 0.58 2.45 1.0 16.0 0.63 0.02 new +TCGA-CQ-5330-01 TCGA-CQ-5330-01A-01D-1682-01 called 0.53 2.15 0.0 16.0 0.55 0.3 new +TCGA-CQ-5331-01 TCGA-CQ-5331-01A-02D-1869-01 called 0.27 2.06 0.0 39.0 0.28 0.0 new +TCGA-CQ-5332-01 TCGA-CQ-5332-01A-01D-1682-01 called 0.64 3.61 1.0 20.0 0.76 0.22 new +TCGA-CQ-5333-01 TCGA-CQ-5333-01A-01D-2390-01 called 0.29 2.06 0.0 36.0 0.3 0.06 new +TCGA-CQ-5334-01 TCGA-CQ-5334-01A-01D-1682-01 called 0.41 2.15 0.0 21.0 0.43 0.14 new +TCGA-CQ-6218-01 TCGA-CQ-6218-01A-11D-1910-01 called 0.49 1.95 0.0 17.0 0.48 0.03 new +TCGA-CQ-6220-01 TCGA-CQ-6220-01A-11D-1910-01 called 0.39 3.01 1.0 31.0 0.49 0.22 new +TCGA-CQ-6223-01 TCGA-CQ-6223-01A-11D-1910-01 called 0.68 1.98 0.0 12.0 0.68 0.22 new +TCGA-CQ-6224-01 TCGA-CQ-6224-01A-11D-1910-01 called 0.27 3.36 1.0 48.0 0.38 0.24 new +TCGA-CQ-6225-01 TCGA-CQ-6225-01A-11D-1910-01 called 0.81 3.25 1.0 15.0 0.88 0.27 new +TCGA-CQ-6227-01 TCGA-CQ-6227-01A-11D-1910-01 called 0.33 1.88 0.0 30.0 0.31 0.19 new +TCGA-CQ-6228-01 TCGA-CQ-6228-01A-11D-1910-01 called 0.85 1.96 0.0 9.0 0.85 0.16 new +TCGA-CQ-6229-01 TCGA-CQ-6229-01A-11D-1910-01 called 0.23 3.06 1.0 53.0 0.31 0.33 new +TCGA-CQ-7063-01 TCGA-CQ-7063-01A-11D-2390-01 called 0.44 2.1 0.0 19.0 0.45 0.04 new +TCGA-CQ-7064-01 TCGA-CQ-7064-01A-11D-2390-01 called 0.4 1.87 0.0 20.0 0.38 0.35 new +TCGA-CQ-7065-01 TCGA-CQ-7065-01A-11D-2077-01 called 0.75 1.97 0.0 11.0 0.75 0.03 new +TCGA-CQ-7068-01 TCGA-CQ-7068-01A-11D-2077-01 called 0.63 2.16 0.0 13.0 0.65 0.0 new +TCGA-CQ-7069-01 TCGA-CQ-7069-01A-11D-2390-01 called 0.51 1.64 0.0 15.0 0.46 0.27 new +TCGA-CQ-7071-01 TCGA-CQ-7071-01A-12D-A30D-01 called 0.54 2.0 0.0 15.0 0.54 0.03 new +TCGA-CQ-7072-01 TCGA-CQ-7072-01A-21D-A30D-01 called 0.36 3.28 1.0 36.0 0.48 0.08 new +TCGA-CQ-A4C6-01 TCGA-CQ-A4C6-01A-11D-A253-01 called 0.36 2.23 0.0 28.0 0.39 0.13 new +TCGA-CQ-A4C9-01 TCGA-CQ-A4C9-01A-11D-A253-01 called 0.41 4.28 2.0 37.0 0.6 0.4 new +TCGA-CQ-A4CA-01 TCGA-CQ-A4CA-01A-11D-A253-01 called 0.29 1.8 0.0 35.0 0.27 0.56 new +TCGA-CQ-A4CB-01 TCGA-CQ-A4CB-01A-11D-A253-01 called 0.37 1.93 0.0 25.0 0.36 0.02 new +TCGA-CQ-A4CD-01 TCGA-CQ-A4CD-01A-21D-A253-01 called 0.52 2.06 0.0 16.0 0.52 0.01 new +TCGA-CQ-A4CE-01 TCGA-CQ-A4CE-01A-11D-A25X-01 called 0.27 3.55 1.0 49.0 0.39 0.36 new +TCGA-CQ-A4CG-01 TCGA-CQ-A4CG-01A-11D-A25X-01 called 0.75 2.27 0.0 12.0 0.77 0.03 new +TCGA-CQ-A4CI-01 TCGA-CQ-A4CI-01A-11D-A25X-01 called 0.8 1.81 0.0 9.0 0.78 0.07 new +TCGA-CR-5243-01 TCGA-CR-5243-01A-01D-1510-01 called 0.81 2.03 0.0 10.0 0.81 0.05 new +TCGA-CR-5247-01 TCGA-CR-5247-01A-01D-2010-01 called 0.64 3.3 1.0 18.0 0.74 0.42 new +TCGA-CR-5248-01 TCGA-CR-5248-01A-01D-2010-01 called 0.47 1.84 0.0 17.0 0.45 0.01 new +TCGA-CR-5249-01 TCGA-CR-5249-01A-01D-1510-01 called 0.54 2.05 0.0 15.0 0.54 0.05 new +TCGA-CR-5250-01 TCGA-CR-5250-01A-01D-1510-01 called 0.7 1.93 0.0 11.0 0.69 0.0 new +TCGA-CR-6467-01 TCGA-CR-6467-01A-11D-1869-01 called 0.66 2.35 0.0 14.0 0.69 0.01 new +TCGA-CR-6470-01 TCGA-CR-6470-01A-11D-1869-01 called 0.49 2.04 0.0 17.0 0.49 0.02 new +TCGA-CR-6471-01 TCGA-CR-6471-01A-11D-1869-01 called 0.53 2.09 0.0 16.0 0.55 0.0 new +TCGA-CR-6472-01 TCGA-CR-6472-01A-11D-1869-01 called 0.75 1.78 0.0 10.0 0.73 0.01 new +TCGA-CR-6473-01 TCGA-CR-6473-01A-11D-1869-01 called 0.86 2.05 0.0 9.0 0.86 0.0 new +TCGA-CR-6474-01 TCGA-CR-6474-01A-11D-1869-01 called 0.2 4.01 2.0 66.0 0.33 0.26 new +TCGA-CR-6477-01 TCGA-CR-6477-01A-11D-1869-01 called 0.29 3.45 1.0 44.0 0.42 0.23 new +TCGA-CR-6478-01 TCGA-CR-6478-01A-11D-1869-01 called 0.28 3.26 1.0 45.0 0.39 0.16 new +TCGA-CR-6480-01 TCGA-CR-6480-01A-11D-1869-01 called 0.78 2.02 0.0 10.0 0.78 0.03 new +TCGA-CR-6481-01 TCGA-CR-6481-01A-11D-1869-01 called 0.31 1.89 0.0 33.0 0.3 0.02 new +TCGA-CR-6484-01 TCGA-CR-6484-01A-11D-1869-01 called 0.3 2.7 1.0 39.0 0.36 0.28 new +TCGA-CR-6487-01 TCGA-CR-6487-01A-11D-1869-01 called 0.39 2.06 0.0 21.0 0.4 0.08 new +TCGA-CR-6488-01 TCGA-CR-6488-01A-12D-2077-01 called 0.29 3.28 1.0 44.0 0.4 0.3 new +TCGA-CR-6491-01 TCGA-CR-6491-01A-11D-1869-01 called 0.75 1.96 0.0 10.0 0.75 0.25 new +TCGA-CR-6493-01 TCGA-CR-6493-01A-11D-1869-01 called 0.67 3.81 1.0 20.0 0.79 0.03 new +TCGA-CR-7364-01 TCGA-CR-7364-01A-11D-2010-01 called 0.54 1.87 0.0 15.0 0.53 0.06 new +TCGA-CR-7365-01 TCGA-CR-7365-01A-11D-2010-01 called 0.51 3.53 1.0 26.0 0.64 0.11 new +TCGA-CR-7367-01 TCGA-CR-7367-01A-11D-2010-01 called 0.34 3.38 1.0 39.0 0.46 0.23 new +TCGA-CR-7368-01 TCGA-CR-7368-01A-11D-2128-01 called 0.71 2.08 0.0 12.0 0.71 0.15 new +TCGA-CR-7369-01 TCGA-CR-7369-01A-11D-2128-01 called 0.53 1.89 0.0 15.0 0.52 0.03 new +TCGA-CR-7370-01 TCGA-CR-7370-01A-11D-2128-01 called 0.62 3.43 1.0 19.0 0.74 0.23 new +TCGA-CR-7371-01 TCGA-CR-7371-01A-11D-2010-01 called 0.39 1.78 0.0 20.0 0.37 0.18 new +TCGA-CR-7372-01 TCGA-CR-7372-01A-11D-2010-01 called 0.41 2.83 1.0 28.0 0.5 0.53 new +TCGA-CR-7373-01 TCGA-CR-7373-01A-11D-2010-01 called 0.45 3.62 1.0 31.0 0.6 0.17 new +TCGA-CR-7374-01 TCGA-CR-7374-01A-11D-2010-01 called 0.65 1.69 0.0 11.0 0.61 0.17 new +TCGA-CR-7376-01 TCGA-CR-7376-01A-11D-2128-01 called 0.16 2.03 0.0 70.0 0.16 0.03 new +TCGA-CR-7377-01 TCGA-CR-7377-01A-11D-2010-01 called 0.24 2.04 0.0 45.0 0.24 0.25 new +TCGA-CR-7379-01 TCGA-CR-7379-01A-11D-2010-01 called 0.37 3.34 1.0 36.0 0.49 0.38 new +TCGA-CR-7380-01 TCGA-CR-7380-01A-11D-2010-01 called 0.66 1.82 0.0 11.0 0.64 0.43 new +TCGA-CR-7382-01 TCGA-CR-7382-01A-11D-2128-01 called 0.21 2.14 0.0 52.0 0.22 0.05 new +TCGA-CR-7383-01 TCGA-CR-7383-01A-11D-2128-01 called 0.33 3.21 1.0 38.0 0.44 0.13 new +TCGA-CR-7385-01 TCGA-CR-7385-01A-11D-2010-01 called 0.51 1.94 0.0 16.0 0.51 0.11 new +TCGA-CR-7386-01 TCGA-CR-7386-01A-11D-2010-01 called 0.31 1.96 0.0 33.0 0.3 0.29 new +TCGA-CR-7388-01 TCGA-CR-7388-01A-11D-2010-01 called 0.4 1.96 0.0 21.0 0.4 0.23 new +TCGA-CR-7389-01 TCGA-CR-7389-01A-11D-2010-01 called 0.41 2.58 1.0 26.0 0.48 0.35 new +TCGA-CR-7390-01 TCGA-CR-7390-01A-11D-2010-01 called 0.47 3.49 1.0 28.0 0.61 0.11 new +TCGA-CR-7392-01 TCGA-CR-7392-01A-11D-2010-01 called 0.23 2.01 0.0 47.0 0.23 0.35 new +TCGA-CR-7393-01 TCGA-CR-7393-01A-11D-2010-01 called 0.26 2.0 0.0 41.0 0.26 0.0 new +TCGA-CR-7394-01 TCGA-CR-7394-01A-11D-2010-01 called 0.2 2.0 0.0 54.0 0.2 0.12 new +TCGA-CR-7395-01 TCGA-CR-7395-01A-11D-2010-01 called 0.24 2.03 0.0 44.0 0.25 0.09 new +TCGA-CR-7397-01 TCGA-CR-7397-01A-11D-2010-01 called 0.18 2.51 1.0 63.0 0.22 0.28 new +TCGA-CR-7398-01 TCGA-CR-7398-01A-11D-2010-01 called 0.79 1.94 0.0 10.0 0.79 0.12 new +TCGA-CR-7399-01 TCGA-CR-7399-01A-11D-2010-01 called 0.51 2.94 1.0 20.0 0.61 0.12 new +TCGA-CR-7401-01 TCGA-CR-7401-01A-11D-2010-01 called 0.33 2.03 0.0 31.0 0.34 0.1 new +TCGA-CR-7402-01 TCGA-CR-7402-01A-11D-2010-01 called 0.61 2.04 0.0 14.0 0.61 0.16 new +TCGA-CR-7404-01 TCGA-CR-7404-01A-11D-2128-01 called 0.4 1.98 0.0 21.0 0.4 0.44 new +TCGA-CV-5430-01 TCGA-CV-5430-01A-02D-1682-01 called 0.57 3.55 1.0 21.0 0.7 0.2 new +TCGA-CV-5432-01 TCGA-CV-5432-01A-02D-1682-01 called 0.47 5.35 2.0 40.0 0.7 0.12 new +TCGA-CV-5434-01 TCGA-CV-5434-01A-01D-1682-01 called 0.58 3.07 1.0 19.0 0.68 0.09 new +TCGA-CV-5435-01 TCGA-CV-5435-01A-01D-1682-01 called 0.66 3.71 2.0 20.0 0.78 0.15 new +TCGA-CV-5436-01 TCGA-CV-5436-01A-01D-1510-01 called 0.68 2.15 0.0 13.0 0.69 0.02 new +TCGA-CV-5439-01 TCGA-CV-5439-01A-01D-1682-01 called 0.47 4.03 1.0 32.0 0.64 0.24 new +TCGA-CV-5440-01 TCGA-CV-5440-01A-01D-1510-01 called 0.69 3.47 1.0 18.0 0.79 0.09 new +TCGA-CV-5441-01 TCGA-CV-5441-01A-01D-1510-01 called 0.63 1.96 0.0 13.0 0.62 0.25 new +TCGA-CV-5442-01 TCGA-CV-5442-01A-01D-1510-01 called 0.85 2.48 1.0 11.0 0.87 0.01 new +TCGA-CV-5443-01 TCGA-CV-5443-01A-01D-1510-01 called 0.58 1.93 0.0 14.0 0.57 0.0 new +TCGA-CV-5444-01 TCGA-CV-5444-01A-02D-1510-01 called 0.27 3.39 1.0 47.0 0.39 0.23 new +TCGA-CV-5966-01 TCGA-CV-5966-01A-11D-1682-01 called 0.26 3.97 1.0 52.0 0.42 0.12 new +TCGA-CV-5970-01 TCGA-CV-5970-01A-11D-1682-01 called 0.4 3.29 1.0 32.0 0.52 0.12 new +TCGA-CV-5971-01 TCGA-CV-5971-01A-11D-1682-01 called 1.0 2.0 0.0 8.0 1.0 0.13 new +TCGA-CV-5973-01 TCGA-CV-5973-01A-11D-1682-01 called 0.7 2.98 1.0 16.0 0.77 0.03 new +TCGA-CV-5976-01 TCGA-CV-5976-01A-11D-1682-01 called 0.55 1.97 0.0 15.0 0.55 0.12 new +TCGA-CV-5977-01 TCGA-CV-5977-01A-11D-1682-01 called 0.66 3.79 1.0 20.0 0.79 0.12 new +TCGA-CV-5978-01 TCGA-CV-5978-01A-11D-1682-01 called 0.38 3.08 1.0 33.0 0.48 0.24 new +TCGA-CV-5979-01 TCGA-CV-5979-01A-11D-1682-01 called 0.86 1.99 0.0 9.0 0.85 0.15 new +TCGA-CV-6003-01 TCGA-CV-6003-01A-11D-1682-01 called 0.56 3.5 1.0 21.0 0.69 0.08 new +TCGA-CV-6433-01 TCGA-CV-6433-01A-11D-1682-01 called 0.73 2.17 0.0 12.0 0.74 0.02 new +TCGA-CV-6436-01 TCGA-CV-6436-01A-11D-1682-01 called 0.37 2.09 0.0 27.0 0.38 0.11 new +TCGA-CV-6441-01 TCGA-CV-6441-01A-11D-1682-01 called 0.7 3.61 1.0 18.0 0.81 0.07 new +TCGA-CV-6933-01 TCGA-CV-6933-01A-11D-1910-01 called 0.48 3.49 1.0 28.0 0.62 0.22 new +TCGA-CV-6934-01 TCGA-CV-6934-01A-11D-1910-01 called 0.44 2.06 0.0 19.0 0.44 0.16 new +TCGA-CV-6935-01 TCGA-CV-6935-01A-11D-1910-01 called 0.8 1.85 0.0 9.0 0.79 0.12 new +TCGA-CV-6936-01 TCGA-CV-6936-01A-11D-1910-01 called 0.62 2.24 0.0 14.0 0.64 0.06 new +TCGA-CV-6937-01 TCGA-CV-6937-01A-11D-2010-01 called 0.28 3.58 1.0 47.0 0.41 0.12 new +TCGA-CV-6938-01 TCGA-CV-6938-01A-11D-1910-01 called 0.23 2.11 0.0 47.0 0.24 0.29 new +TCGA-CV-6939-01 TCGA-CV-6939-01A-11D-1910-01 called 0.46 2.08 0.0 18.0 0.47 0.16 new +TCGA-CV-6940-01 TCGA-CV-6940-01A-11D-1910-01 called 0.6 3.65 1.0 21.0 0.74 0.27 new +TCGA-CV-6941-01 TCGA-CV-6941-01A-11D-1910-01 called 0.56 3.12 1.0 20.0 0.66 0.16 new +TCGA-CV-6942-01 TCGA-CV-6942-01A-21D-2010-01 called 0.44 1.93 0.0 18.0 0.43 0.12 new +TCGA-CV-6943-01 TCGA-CV-6943-01A-11D-1910-01 called 0.21 2.02 0.0 51.0 0.21 0.13 new +TCGA-CV-6945-01 TCGA-CV-6945-01A-11D-1910-01 called 0.4 3.43 1.0 33.0 0.54 0.09 new +TCGA-CV-6948-01 TCGA-CV-6948-01A-11D-1910-01 called 0.84 1.84 0.0 9.0 0.83 0.09 new +TCGA-CV-6950-01 TCGA-CV-6950-01A-11D-1910-01 called 0.44 4.25 2.0 35.0 0.62 0.08 new +TCGA-CV-6951-01 TCGA-CV-6951-01A-11D-1910-01 called 0.63 3.27 1.0 18.0 0.74 0.02 new +TCGA-CV-6952-01 TCGA-CV-6952-01A-11D-1910-01 called 0.51 2.05 0.0 16.0 0.52 0.09 new +TCGA-CV-6953-01 TCGA-CV-6953-01A-11D-1910-01 called 0.45 1.96 0.0 18.0 0.45 0.13 new +TCGA-CV-6954-01 TCGA-CV-6954-01A-11D-1910-01 called 0.49 3.06 1.0 21.0 0.6 0.11 new +TCGA-CV-6955-01 TCGA-CV-6955-01A-11D-2062-01 called 0.5 1.99 0.0 17.0 0.5 0.12 new +TCGA-CV-6956-01 TCGA-CV-6956-01A-21D-2062-01 called 0.58 3.8 1.0 24.0 0.72 0.07 new +TCGA-CV-6959-01 TCGA-CV-6959-01A-11D-1910-01 called 0.4 3.21 1.0 32.0 0.51 0.04 new +TCGA-CV-6960-01 TCGA-CV-6960-01A-41D-2010-01 called 0.67 1.87 0.0 11.0 0.65 0.0 new +TCGA-CV-6961-01 TCGA-CV-6961-01A-21D-1910-01 called 0.57 1.92 0.0 14.0 0.56 0.07 new +TCGA-CV-6962-01 TCGA-CV-6962-01A-11D-1910-01 called 0.72 3.04 1.0 16.0 0.8 0.21 new +TCGA-CV-7089-01 TCGA-CV-7089-01A-11D-2010-01 called 0.26 2.05 0.0 41.0 0.26 0.13 new +TCGA-CV-7090-01 TCGA-CV-7090-01A-11D-2010-01 called 0.38 3.27 1.0 34.0 0.5 0.1 new +TCGA-CV-7091-01 TCGA-CV-7091-01A-11D-2010-01 called 0.45 2.82 1.0 23.0 0.54 0.12 new +TCGA-CV-7095-01 TCGA-CV-7095-01A-21D-2010-01 called 0.56 2.04 0.0 15.0 0.56 0.36 new +TCGA-CV-7097-01 TCGA-CV-7097-01A-11D-2010-01 called 0.54 2.0 0.0 15.0 0.54 0.34 new +TCGA-CV-7099-01 TCGA-CV-7099-01A-41D-2010-01 called 0.57 2.02 0.0 14.0 0.57 0.09 new +TCGA-CV-7100-01 TCGA-CV-7100-01A-11D-2010-01 called 0.59 1.98 0.0 14.0 0.59 0.01 new +TCGA-CV-7101-01 TCGA-CV-7101-01A-11D-2010-01 called 0.4 3.07 1.0 31.0 0.5 0.48 new +TCGA-CV-7102-01 TCGA-CV-7102-01A-11D-2010-01 called 0.47 3.2 1.0 26.0 0.58 0.04 new +TCGA-CV-7103-01 TCGA-CV-7103-01A-21D-2010-01 called 0.67 1.88 0.0 12.0 0.65 0.1 new +TCGA-CV-7104-01 TCGA-CV-7104-01A-11D-2010-01 called 0.53 1.89 0.0 15.0 0.52 0.17 new +TCGA-CV-7177-01 TCGA-CV-7177-01A-11D-2010-01 called 0.63 2.1 0.0 13.0 0.65 0.12 new +TCGA-CV-7178-01 TCGA-CV-7178-01A-21D-2010-01 called 0.45 2.68 1.0 21.0 0.53 0.07 new +TCGA-CV-7180-01 TCGA-CV-7180-01A-11D-2010-01 called 0.42 1.77 0.0 19.0 0.39 0.34 new +TCGA-CV-7183-01 TCGA-CV-7183-01A-11D-2010-01 called 0.51 2.0 0.0 16.0 0.51 0.05 new +TCGA-CV-7235-01 TCGA-CV-7235-01A-11D-2010-01 called 0.54 2.89 1.0 19.0 0.63 0.3 new +TCGA-CV-7236-01 TCGA-CV-7236-01A-11D-2010-01 called 0.26 2.07 0.0 40.0 0.27 0.11 new +TCGA-CV-7238-01 TCGA-CV-7238-01A-11D-2010-01 called 0.25 2.11 0.0 44.0 0.26 0.4 new +TCGA-CV-7242-01 TCGA-CV-7242-01A-11D-2010-01 called 0.5 1.78 0.0 15.0 0.47 0.29 new +TCGA-CV-7243-01 TCGA-CV-7243-01A-11D-2010-01 called 0.45 3.4 1.0 29.0 0.58 0.07 new +TCGA-CV-7245-01 TCGA-CV-7245-01A-11D-2010-01 called 0.63 3.22 1.0 18.0 0.73 0.21 new +TCGA-CV-7247-01 TCGA-CV-7247-01A-11D-2010-01 called 0.46 4.96 2.0 39.0 0.68 0.39 new +TCGA-CV-7248-01 TCGA-CV-7248-01A-11D-2010-01 called 0.39 1.71 0.0 20.0 0.36 0.33 new +TCGA-CV-7250-01 TCGA-CV-7250-01A-11D-2010-01 called 0.65 2.25 0.0 14.0 0.68 0.11 new +TCGA-CV-7252-01 TCGA-CV-7252-01A-11D-2010-01 called 0.47 1.91 0.0 17.0 0.46 0.1 new +TCGA-CV-7253-01 TCGA-CV-7253-01A-11D-2010-01 called 0.83 2.02 0.0 10.0 0.83 0.11 new +TCGA-CV-7254-01 TCGA-CV-7254-01A-11D-2010-01 called 0.37 2.9 1.0 32.0 0.46 0.43 new +TCGA-CV-7255-01 TCGA-CV-7255-01A-11D-2010-01 called 0.65 3.52 1.0 19.0 0.77 0.11 new +TCGA-CV-7261-01 TCGA-CV-7261-01A-11D-2010-01 called 0.52 3.35 1.0 22.0 0.65 0.45 new +TCGA-CV-7263-01 TCGA-CV-7263-01A-11D-2010-01 called 0.41 3.7 1.0 34.0 0.56 0.15 new +TCGA-CV-7406-01 TCGA-CV-7406-01A-11D-2077-01 called 0.6 2.01 0.0 14.0 0.6 0.02 new +TCGA-CV-7407-01 TCGA-CV-7407-01A-11D-2077-01 called 0.39 3.64 1.0 35.0 0.54 0.4 new +TCGA-CV-7410-01 TCGA-CV-7410-01A-21D-2077-01 called 0.24 2.07 0.0 46.0 0.24 0.18 new +TCGA-CV-7411-01 TCGA-CV-7411-01A-11D-2077-01 called 0.24 4.0 1.0 57.0 0.38 0.0 new +TCGA-CV-7413-01 TCGA-CV-7413-01A-11D-2077-01 called 0.44 1.86 0.0 18.0 0.42 0.07 new +TCGA-CV-7414-01 TCGA-CV-7414-01A-11D-2077-01 called 0.82 1.97 0.0 9.0 0.82 0.08 new +TCGA-CV-7415-01 TCGA-CV-7415-01A-11D-2077-01 called 0.45 3.6 1.0 31.0 0.59 0.23 new +TCGA-CV-7416-01 TCGA-CV-7416-01A-11D-2077-01 called 0.62 2.65 1.0 16.0 0.68 0.28 new +TCGA-CV-7418-01 TCGA-CV-7418-01A-11D-2077-01 called 0.74 1.82 0.0 10.0 0.72 0.18 new +TCGA-CV-7421-01 TCGA-CV-7421-01A-11D-2077-01 called 0.42 3.37 1.0 31.0 0.55 0.25 new +TCGA-CV-7422-01 TCGA-CV-7422-01A-21D-2077-01 called 0.27 3.14 1.0 47.0 0.36 0.17 new +TCGA-CV-7423-01 TCGA-CV-7423-01A-11D-2077-01 called 0.47 4.27 2.0 33.0 0.66 0.35 new +TCGA-CV-7424-01 TCGA-CV-7424-01A-11D-2077-01 called 0.48 3.23 1.0 25.0 0.6 0.36 new +TCGA-CV-7425-01 TCGA-CV-7425-01A-11D-2077-01 called 0.49 2.06 0.0 17.0 0.49 0.21 new +TCGA-CV-7427-01 TCGA-CV-7427-01A-11D-2077-01 called 0.5 2.09 0.0 17.0 0.51 0.11 new +TCGA-CV-7429-01 TCGA-CV-7429-01A-11D-2128-01 called 0.52 2.1 0.0 16.0 0.53 0.45 new +TCGA-CV-7430-01 TCGA-CV-7430-01A-11D-2128-01 called 0.76 1.98 0.0 10.0 0.76 0.03 new +TCGA-CV-7432-01 TCGA-CV-7432-01A-11D-2128-01 called 0.49 3.69 1.0 29.0 0.64 0.19 new +TCGA-CV-7433-01 TCGA-CV-7433-01A-11D-2128-01 called 0.3 1.65 0.0 32.0 0.26 0.43 new +TCGA-CV-7434-01 TCGA-CV-7434-01A-11D-2128-01 called 0.71 2.25 0.0 12.0 0.73 0.02 new +TCGA-CV-7435-01 TCGA-CV-7435-01A-11D-2128-01 called 0.39 3.4 1.0 34.0 0.52 0.04 new +TCGA-CV-7437-01 TCGA-CV-7437-01A-21D-2128-01 called 0.65 2.65 1.0 15.0 0.71 0.11 new +TCGA-CV-7438-01 TCGA-CV-7438-01A-21D-2128-01 called 0.5 2.02 0.0 16.0 0.5 0.39 new +TCGA-CV-7440-01 TCGA-CV-7440-01A-11D-2128-01 called 0.45 3.38 1.0 29.0 0.58 0.24 new +TCGA-CV-A45O-01 TCGA-CV-A45O-01A-21D-A24C-01 called 0.29 2.0 0.0 36.0 0.29 0.0 new +TCGA-CV-A45P-01 TCGA-CV-A45P-01A-11D-A24C-01 called 0.38 2.04 0.0 25.0 0.38 0.07 new +TCGA-CV-A45Q-01 TCGA-CV-A45Q-01A-11D-A24C-01 called 0.54 2.11 0.0 16.0 0.56 0.01 new +TCGA-CV-A45R-01 TCGA-CV-A45R-01A-11D-A24C-01 called 0.43 3.2 1.0 29.0 0.55 0.04 new +TCGA-CV-A45T-01 TCGA-CV-A45T-01A-11D-A24C-01 called 0.21 2.21 0.0 54.0 0.22 0.38 new +TCGA-CV-A45U-01 TCGA-CV-A45U-01A-12D-A24C-01 called 0.34 5.27 2.0 49.0 0.58 0.43 new +TCGA-CV-A45V-01 TCGA-CV-A45V-01A-21D-A253-01 called 0.46 2.06 0.0 18.0 0.47 0.04 new +TCGA-CV-A45W-01 TCGA-CV-A45W-01A-11D-A253-01 called 0.42 2.58 1.0 25.0 0.48 0.66 new +TCGA-CV-A45X-01 TCGA-CV-A45X-01A-21D-A253-01 called 0.34 3.45 1.0 39.0 0.47 0.05 new +TCGA-CV-A45Y-01 TCGA-CV-A45Y-01A-11D-A253-01 called 0.5 2.05 0.0 17.0 0.51 0.33 new +TCGA-CV-A45Z-01 TCGA-CV-A45Z-01A-21D-A253-01 called 0.31 3.44 1.0 42.0 0.44 0.43 new +TCGA-CV-A460-01 TCGA-CV-A460-01A-21D-A253-01 called 0.48 1.76 0.0 16.0 0.44 0.05 new +TCGA-CV-A461-01 TCGA-CV-A461-01A-41D-A25X-01 called 0.46 2.04 0.0 18.0 0.46 0.18 new +TCGA-CV-A463-01 TCGA-CV-A463-01A-11D-A25X-01 called 0.57 2.2 0.0 15.0 0.6 0.03 new +TCGA-CV-A464-01 TCGA-CV-A464-01A-11D-A25X-01 called 0.28 2.03 0.0 38.0 0.28 0.17 new +TCGA-CV-A465-01 TCGA-CV-A465-01A-11D-A25X-01 called 0.33 3.73 1.0 41.0 0.48 0.28 new +TCGA-CV-A6JD-01 TCGA-CV-A6JD-01A-11D-A31K-01 called 0.6 2.06 0.0 14.0 0.6 0.02 new +TCGA-CV-A6JE-01 TCGA-CV-A6JE-01A-11D-A31K-01 called 0.47 3.3 1.0 27.0 0.59 0.16 new +TCGA-CV-A6JM-01 TCGA-CV-A6JM-01A-11D-A31K-01 called 0.58 2.65 1.0 17.0 0.64 0.13 new +TCGA-CV-A6JN-01 TCGA-CV-A6JN-01A-11D-A31K-01 called 0.56 1.99 0.0 15.0 0.56 0.08 new +TCGA-CV-A6JO-01 TCGA-CV-A6JO-01B-11D-A34I-01 called 0.26 2.17 0.0 43.0 0.27 0.0 new +TCGA-CV-A6JT-01 TCGA-CV-A6JT-01A-11D-A31K-01 called 0.5 2.03 0.0 17.0 0.5 0.02 new +TCGA-CV-A6JU-01 TCGA-CV-A6JU-01A-11D-A31K-01 called 0.4 1.91 0.0 20.0 0.39 0.01 new +TCGA-CV-A6JY-01 TCGA-CV-A6JY-01A-11D-A31K-01 called 0.48 1.89 0.0 17.0 0.47 0.59 new +TCGA-CV-A6JZ-01 TCGA-CV-A6JZ-01A-11D-A31K-01 called 0.35 2.26 0.0 30.0 0.37 0.04 new +TCGA-CV-A6K0-01 TCGA-CV-A6K0-01B-21D-A31K-01 called 0.18 4.1 1.0 74.0 0.3 0.42 new +TCGA-CV-A6K1-01 TCGA-CV-A6K1-01A-11D-A31K-01 called 0.64 1.86 0.0 12.0 0.62 0.0 new +TCGA-CV-A6K2-01 TCGA-CV-A6K2-01A-11D-A31K-01 called 0.39 2.03 0.0 21.0 0.4 0.07 new +TCGA-CX-7085-01 TCGA-CX-7085-01A-21D-2010-01 called 0.19 2.0 0.0 57.0 0.19 0.0 new +TCGA-CX-7086-01 TCGA-CX-7086-01A-11D-2077-01 called 0.7 3.29 1.0 17.0 0.8 0.25 new +TCGA-CX-7219-01 TCGA-CX-7219-01A-11D-2010-01 called 0.55 1.71 0.0 14.0 0.51 0.22 new +TCGA-CX-A4AQ-01 TCGA-CX-A4AQ-01A-11D-A253-01 called 0.47 4.0 1.0 32.0 0.64 0.05 new +TCGA-D6-6515-01 TCGA-D6-6515-01A-21D-1869-01 called 0.17 2.13 0.0 66.0 0.18 0.09 new +TCGA-D6-6516-01 TCGA-D6-6516-01A-11D-1869-01 called 0.52 3.3 1.0 21.0 0.64 0.1 new +TCGA-D6-6517-01 TCGA-D6-6517-01A-11D-1869-01 called 0.44 2.08 0.0 19.0 0.45 0.01 new +TCGA-D6-6823-01 TCGA-D6-6823-01A-11D-1910-01 called 0.45 3.55 1.0 30.0 0.59 0.11 new +TCGA-D6-6824-01 TCGA-D6-6824-01A-11D-1910-01 called 0.68 2.0 0.0 12.0 0.68 0.05 new +TCGA-D6-6825-01 TCGA-D6-6825-01A-21D-1910-01 called 0.42 1.93 0.0 20.0 0.41 0.02 new +TCGA-D6-6826-01 TCGA-D6-6826-01A-11D-1910-01 called 0.34 2.75 1.0 34.0 0.42 0.11 new +TCGA-D6-6827-01 TCGA-D6-6827-01A-11D-1910-01 called 0.75 2.14 0.0 11.0 0.77 0.03 new +TCGA-D6-8568-01 TCGA-D6-8568-01A-11D-2390-01 called 0.38 2.08 0.0 24.0 0.39 0.06 new +TCGA-D6-8569-01 TCGA-D6-8569-01A-11D-2390-01 called 0.43 3.41 1.0 30.0 0.57 0.05 new +TCGA-D6-A4Z9-01 TCGA-D6-A4Z9-01A-11D-A253-01 called 0.5 1.9 0.0 16.0 0.48 0.09 new +TCGA-D6-A4ZB-01 TCGA-D6-A4ZB-01A-11D-A253-01 called 0.44 1.98 0.0 19.0 0.44 0.59 new +TCGA-D6-A6EK-01 TCGA-D6-A6EK-01A-11D-A31K-01 called 0.43 2.1 0.0 20.0 0.44 0.01 new +TCGA-D6-A6EM-01 TCGA-D6-A6EM-01A-21D-A31K-01 called 0.32 2.75 1.0 37.0 0.39 0.05 new +TCGA-D6-A6EN-01 TCGA-D6-A6EN-01A-11D-A31K-01 called 0.51 2.12 0.0 17.0 0.52 0.06 new +TCGA-D6-A6EO-01 TCGA-D6-A6EO-01A-11D-A31K-01 called 0.71 1.98 0.0 11.0 0.71 0.02 new +TCGA-D6-A6EP-01 TCGA-D6-A6EP-01A-11D-A31K-01 called 0.83 3.72 2.0 17.0 0.9 0.19 new +TCGA-D6-A6EQ-01 TCGA-D6-A6EQ-01A-11D-A31K-01 called 0.39 3.85 1.0 36.0 0.56 0.12 new +TCGA-D6-A6ES-01 TCGA-D6-A6ES-01A-12D-A31K-01 called 0.72 1.96 0.0 11.0 0.72 0.01 new +TCGA-D6-A74Q-01 TCGA-D6-A74Q-01A-11D-A34I-01 called 0.65 1.92 0.0 12.0 0.64 0.38 new +TCGA-DQ-5624-01 TCGA-DQ-5624-01A-01D-1869-01 called 0.27 3.82 2.0 50.0 0.41 0.32 new +TCGA-DQ-5625-01 TCGA-DQ-5625-01A-01D-1869-01 called 0.46 2.47 0.0 20.0 0.51 0.05 new +TCGA-DQ-5629-01 TCGA-DQ-5629-01A-01D-1869-01 called 0.59 3.41 1.0 20.0 0.71 0.35 new +TCGA-DQ-5630-01 TCGA-DQ-5630-01A-01D-1869-01 called 0.27 2.02 0.0 39.0 0.27 0.23 new +TCGA-DQ-5631-01 TCGA-DQ-5631-01A-01D-1869-01 called 0.58 3.06 1.0 19.0 0.68 0.16 new +TCGA-DQ-7588-01 TCGA-DQ-7588-01A-11D-2077-01 called 0.6 3.42 1.0 20.0 0.72 0.11 new +TCGA-DQ-7591-01 TCGA-DQ-7591-01A-11D-2077-01 called 0.73 1.95 0.0 11.0 0.72 0.01 new +TCGA-DQ-7592-01 TCGA-DQ-7592-01A-11D-2077-01 called 0.46 3.23 1.0 27.0 0.58 0.03 new +TCGA-DQ-7593-01 TCGA-DQ-7593-01A-11D-2228-01 called 0.38 1.91 0.0 23.0 0.37 0.09 new +TCGA-DQ-7596-01 TCGA-DQ-7596-01A-11D-2228-01 called 0.45 2.1 0.0 19.0 0.47 0.15 new +TCGA-F7-7848-01 TCGA-F7-7848-01A-11D-2128-01 called 0.57 1.77 0.0 13.0 0.54 0.12 new +TCGA-F7-8298-01 TCGA-F7-8298-01A-11D-2390-01 called 0.53 2.11 0.0 16.0 0.55 0.08 new +TCGA-F7-8489-01 TCGA-F7-8489-01A-31D-2390-01 called 0.27 1.96 0.0 39.0 0.26 0.29 new +TCGA-F7-A50G-01 TCGA-F7-A50G-01A-11D-A25X-01 called 0.37 2.72 1.0 31.0 0.45 0.01 new +TCGA-F7-A50I-01 TCGA-F7-A50I-01A-11D-A28Q-01 called 0.26 3.9 1.0 52.0 0.4 0.14 new +TCGA-F7-A50J-01 TCGA-F7-A50J-01A-21D-A28Q-01 called 0.31 3.71 2.0 43.0 0.46 0.17 new +TCGA-F7-A61S-01 TCGA-F7-A61S-01A-11D-A28Q-01 called 0.51 2.16 0.0 17.0 0.53 0.32 new +TCGA-F7-A61V-01 TCGA-F7-A61V-01A-11D-A28Q-01 called 0.58 2.01 0.0 14.0 0.58 0.0 new +TCGA-F7-A61W-01 TCGA-F7-A61W-01A-11D-A28Q-01 called 0.82 1.85 0.0 9.0 0.81 0.05 new +TCGA-F7-A620-01 TCGA-F7-A620-01A-11D-A28Q-01 called 0.37 1.9 0.0 25.0 0.36 0.43 new +TCGA-F7-A622-01 TCGA-F7-A622-01A-11D-A28Q-01 called 0.7 2.1 0.0 12.0 0.71 0.11 new +TCGA-F7-A623-01 TCGA-F7-A623-01A-11D-A28Q-01 called 0.41 4.02 2.0 36.0 0.58 0.17 new +TCGA-F7-A624-01 TCGA-F7-A624-01A-22D-A30D-01 called 0.5 2.1 0.0 17.0 0.52 0.1 new +TCGA-H7-7774-01 TCGA-H7-7774-01A-21D-2077-01 called 0.57 2.09 0.0 15.0 0.58 0.2 new +TCGA-H7-8501-01 TCGA-H7-8501-01A-11D-2390-01 called 0.43 2.03 0.0 20.0 0.43 0.13 new +TCGA-H7-8502-01 TCGA-H7-8502-01A-11D-2390-01 called 0.79 2.04 0.0 10.0 0.8 0.06 new +TCGA-H7-A6C4-01 TCGA-H7-A6C4-01A-11D-A30D-01 called 0.35 1.92 0.0 28.0 0.34 0.2 new +TCGA-H7-A6C5-01 TCGA-H7-A6C5-01A-11D-A30D-01 called 0.58 1.83 0.0 13.0 0.56 0.11 new +TCGA-H7-A76A-01 TCGA-H7-A76A-01A-51D-A34I-01 called 0.29 2.14 0.0 37.0 0.3 0.03 new +TCGA-HD-7229-01 TCGA-HD-7229-01A-11D-2010-01 called 0.57 2.17 0.0 15.0 0.59 0.02 new +TCGA-HD-7753-01 TCGA-HD-7753-01A-11D-2077-01 called 0.63 1.66 0.0 11.0 0.59 0.2 new +TCGA-HD-7754-01 TCGA-HD-7754-01A-11D-2077-01 called 0.75 2.12 0.0 11.0 0.76 0.01 new +TCGA-HD-7831-01 TCGA-HD-7831-01A-11D-2128-01 called 0.36 1.78 0.0 24.0 0.34 0.25 new +TCGA-HD-7832-01 TCGA-HD-7832-01A-11D-2128-01 called 0.73 2.27 0.0 12.0 0.75 0.06 new +TCGA-HD-8224-01 TCGA-HD-8224-01A-11D-2390-01 called 0.64 2.1 0.0 13.0 0.65 0.11 new +TCGA-HD-8314-01 TCGA-HD-8314-01A-11D-2390-01 called 0.62 2.21 0.0 14.0 0.64 0.01 new +TCGA-HD-8634-01 TCGA-HD-8634-01A-11D-2390-01 called 0.32 1.9 0.0 31.0 0.31 0.38 new +TCGA-HD-8635-01 TCGA-HD-8635-01A-11D-2390-01 called 0.5 1.98 0.0 16.0 0.5 0.06 new +TCGA-HD-A4C1-01 TCGA-HD-A4C1-01A-11D-A24C-01 called 0.6 2.01 0.0 14.0 0.6 0.0 new +TCGA-HD-A633-01 TCGA-HD-A633-01A-11D-A28Q-01 called 0.64 1.95 0.0 13.0 0.63 0.0 new +TCGA-HD-A634-01 TCGA-HD-A634-01A-11D-A28Q-01 called 0.82 2.16 0.0 10.0 0.83 0.17 new +TCGA-HD-A6HZ-01 TCGA-HD-A6HZ-01A-12D-A31K-01 called 0.34 2.96 1.0 35.0 0.43 0.17 new +TCGA-HD-A6I0-01 TCGA-HD-A6I0-01A-11D-A31K-01 called 0.57 2.27 0.0 16.0 0.6 0.0 new +TCGA-IQ-7630-01 TCGA-IQ-7630-01A-11D-2077-01 called 0.58 2.14 0.0 15.0 0.59 0.12 new +TCGA-IQ-7631-01 TCGA-IQ-7631-01A-11D-2077-01 called 0.8 2.13 0.0 10.0 0.81 0.0 new +TCGA-IQ-7632-01 TCGA-IQ-7632-01A-11D-2077-01 called 0.24 1.74 0.0 44.0 0.21 0.57 new +TCGA-IQ-A61E-01 TCGA-IQ-A61E-01A-22D-A30D-01 called 0.32 3.97 1.0 44.0 0.48 0.32 new +TCGA-IQ-A61G-01 TCGA-IQ-A61G-01A-11D-A30D-01 called 0.75 2.72 1.0 14.0 0.81 0.09 new +TCGA-IQ-A61H-01 TCGA-IQ-A61H-01A-11D-A30D-01 called 0.42 1.82 0.0 19.0 0.39 0.28 new +TCGA-IQ-A61I-01 TCGA-IQ-A61I-01A-11D-A30D-01 called 0.73 1.92 0.0 11.0 0.72 0.12 new +TCGA-IQ-A61J-01 TCGA-IQ-A61J-01A-11D-A30D-01 called 0.41 1.94 0.0 20.0 0.4 0.11 new +TCGA-IQ-A61K-01 TCGA-IQ-A61K-01A-11D-A30D-01 called 0.61 3.41 1.0 19.0 0.72 0.04 new +TCGA-IQ-A61L-01 TCGA-IQ-A61L-01A-11D-A30D-01 called 0.45 3.61 1.0 31.0 0.59 0.13 new +TCGA-IQ-A61O-01 TCGA-IQ-A61O-01A-11D-A30D-01 called 0.38 3.12 1.0 33.0 0.49 0.43 new +TCGA-IQ-A6SG-01 TCGA-IQ-A6SG-01A-12D-A34I-01 called 0.48 3.75 2.0 30.0 0.63 0.13 new +TCGA-IQ-A6SH-01 TCGA-IQ-A6SH-01A-12D-A34I-01 called 0.53 2.63 1.0 18.0 0.6 0.29 new +TCGA-KU-A66S-01 TCGA-KU-A66S-01A-21D-A30D-01 called 0.78 2.07 0.0 11.0 0.78 0.01 new +TCGA-KU-A66T-01 TCGA-KU-A66T-01A-11D-A30D-01 called 0.86 3.01 1.0 14.0 0.9 0.24 new +TCGA-KU-A6H7-01 TCGA-KU-A6H7-01A-11D-A31K-01 called 0.54 1.87 0.0 15.0 0.52 0.2 new +TCGA-KU-A6H7-06 TCGA-KU-A6H7-06A-21D-A31K-01 called 0.82 1.85 0.0 9.0 0.81 0.01 new +TCGA-KU-A6H8-01 TCGA-KU-A6H8-01A-21D-A34I-01 called 0.28 1.98 0.0 38.0 0.28 0.03 new +TCGA-MT-A51W-01 TCGA-MT-A51W-01A-21D-A25X-01 called 0.22 3.59 1.0 57.0 0.34 0.04 new +TCGA-MT-A51X-01 TCGA-MT-A51X-01A-11D-A25X-01 called 0.45 3.31 1.0 28.0 0.58 0.18 new +TCGA-MT-A67A-01 TCGA-MT-A67A-01A-11D-A30D-01 called 0.5 2.2 0.0 17.0 0.52 0.02 new +TCGA-MT-A67D-01 TCGA-MT-A67D-01A-31D-A30D-01 called 0.34 1.87 0.0 29.0 0.32 0.32 new +TCGA-MT-A67F-01 TCGA-MT-A67F-01A-11D-A30D-01 called 0.24 2.04 0.0 44.0 0.24 0.01 new +TCGA-MT-A67G-01 TCGA-MT-A67G-01A-11D-A30D-01 called 0.52 1.83 0.0 15.0 0.5 0.38 new +TCGA-MT-A7BN-01 TCGA-MT-A7BN-01A-12D-A34I-01 called 0.51 3.13 1.0 21.0 0.62 0.05 new +TCGA-MZ-A5BI-01 TCGA-MZ-A5BI-01A-31D-A34I-01 called 0.5 2.03 0.0 17.0 0.5 0.35 new +TCGA-MZ-A6I9-01 TCGA-MZ-A6I9-01A-11D-A31K-01 called 0.37 2.05 0.0 26.0 0.37 0.38 new +TCGA-MZ-A7D7-01 TCGA-MZ-A7D7-01A-21D-A34I-01 called 0.66 1.86 0.0 12.0 0.64 0.65 new +TCGA-P3-A5Q5-01 TCGA-P3-A5Q5-01A-11D-A28Q-01 called 0.48 2.14 0.0 18.0 0.49 0.06 new +TCGA-P3-A5Q6-01 TCGA-P3-A5Q6-01A-11D-A28Q-01 called 0.46 2.74 1.0 21.0 0.54 0.11 new +TCGA-P3-A5QA-01 TCGA-P3-A5QA-01A-11D-A28Q-01 called 0.43 2.91 1.0 27.0 0.52 0.35 new +TCGA-P3-A5QE-01 TCGA-P3-A5QE-01A-11D-A28Q-01 called 0.71 1.99 0.0 11.0 0.7 0.0 new +TCGA-P3-A5QF-01 TCGA-P3-A5QF-01A-11D-A28Q-01 called 0.81 1.97 0.0 10.0 0.81 0.05 new +TCGA-P3-A6SW-01 TCGA-P3-A6SW-01A-11D-A34I-01 called 0.32 2.18 0.0 33.0 0.34 0.27 new +TCGA-P3-A6SX-01 TCGA-P3-A6SX-01A-11D-A34I-01 called 0.64 2.09 0.0 13.0 0.65 0.2 new +TCGA-P3-A6T0-01 TCGA-P3-A6T0-01A-12D-A34I-01 called 0.7 1.98 0.0 11.0 0.7 0.11 new +TCGA-P3-A6T2-01 TCGA-P3-A6T2-01A-11D-A34I-01 called 0.78 2.16 0.0 11.0 0.79 0.0 new +TCGA-P3-A6T3-01 TCGA-P3-A6T3-01A-11D-A34I-01 called 0.55 3.34 1.0 21.0 0.67 0.15 new +TCGA-P3-A6T4-01 TCGA-P3-A6T4-01A-11D-A34I-01 called 0.45 3.26 1.0 28.0 0.57 0.19 new +TCGA-P3-A6T5-01 TCGA-P3-A6T5-01A-11D-A34I-01 called 0.42 4.31 2.0 37.0 0.61 0.3 new +TCGA-P3-A6T6-01 TCGA-P3-A6T6-01A-11D-A34I-01 called 0.72 1.99 0.0 11.0 0.72 0.05 new +TCGA-P3-A6T7-01 TCGA-P3-A6T7-01A-11D-A34I-01 called 0.51 2.02 0.0 16.0 0.51 0.01 new +TCGA-P3-A6T8-01 TCGA-P3-A6T8-01A-11D-A34I-01 called 0.47 1.85 0.0 17.0 0.45 0.16 new +TCGA-QK-A64Z-01 TCGA-QK-A64Z-01A-11D-A30D-01 called 0.44 2.07 0.0 19.0 0.45 0.11 new +TCGA-QK-A652-01 TCGA-QK-A652-01A-11D-A30D-01 called 0.33 2.0 0.0 31.0 0.33 0.06 new +TCGA-QK-A6IF-01 TCGA-QK-A6IF-01A-11D-A31K-01 called 0.6 1.97 0.0 13.0 0.6 0.03 new +TCGA-QK-A6IG-01 TCGA-QK-A6IG-01A-11D-A31K-01 called 0.47 3.32 1.0 27.0 0.6 0.37 new +TCGA-QK-A6IH-01 TCGA-QK-A6IH-01A-11D-A31K-01 called 0.76 1.82 0.0 10.0 0.74 0.16 new +TCGA-QK-A6II-01 TCGA-QK-A6II-01A-11D-A31K-01 called 0.58 2.14 0.0 15.0 0.59 0.01 new +TCGA-QK-A6IJ-01 TCGA-QK-A6IJ-01A-11D-A31K-01 called 0.32 3.29 1.0 40.0 0.44 0.62 new +TCGA-QK-A6V9-01 TCGA-QK-A6V9-01A-11D-A34I-01 called 0.61 2.03 0.0 13.0 0.62 0.02 new +TCGA-QK-A6VB-01 TCGA-QK-A6VB-01A-12D-A34I-01 called 0.78 3.33 1.0 16.0 0.85 0.1 new +TCGA-QK-A6VC-01 TCGA-QK-A6VC-01A-23D-A34I-01 called 0.21 3.22 1.0 59.0 0.3 0.17 new +TCGA-QK-A8Z7-01 TCGA-QK-A8Z7-01A-11D-A390-01 called 0.7 3.73 1.0 19.0 0.81 0.44 new +TCGA-QK-A8Z8-01 TCGA-QK-A8Z8-01A-11D-A390-01 called 0.7 1.89 0.0 11.0 0.69 0.23 new +TCGA-QK-A8Z9-01 TCGA-QK-A8Z9-01B-11D-A390-01 called 0.41 2.98 1.0 30.0 0.5 0.17 new +TCGA-QK-A8ZA-01 TCGA-QK-A8ZA-01A-11D-A390-01 called 0.69 3.92 1.0 20.0 0.81 0.34 new +TCGA-QK-A8ZB-01 TCGA-QK-A8ZB-01A-11D-A390-01 called 0.46 1.79 0.0 17.0 0.43 0.17 new +TCGA-QK-AA3J-01 TCGA-QK-AA3J-01A-11D-A390-01 called 0.75 1.95 0.0 10.0 0.74 0.13 new +TCGA-QK-AA3K-01 TCGA-QK-AA3K-01A-11D-A390-01 called 0.46 2.09 0.0 18.0 0.47 0.36 new +TCGA-RS-A6TO-01 TCGA-RS-A6TO-01A-32D-A34I-01 called 0.42 3.57 1.0 32.0 0.57 0.12 new +TCGA-RS-A6TP-01 TCGA-RS-A6TP-01A-12D-A34I-01 called 0.88 2.0 0.0 9.0 0.88 0.0 new +TCGA-T2-A6WX-01 TCGA-T2-A6WX-01A-12D-A34I-01 called 0.5 2.12 0.0 17.0 0.51 0.06 new +TCGA-T2-A6WZ-01 TCGA-T2-A6WZ-01A-21D-A34I-01 called 0.49 2.61 1.0 19.0 0.56 0.44 new +TCGA-T2-A6X0-01 TCGA-T2-A6X0-01A-11D-A34I-01 called 0.7 2.02 0.0 12.0 0.7 0.12 new +TCGA-T2-A6X2-01 TCGA-T2-A6X2-01A-12D-A34I-01 called 0.62 2.14 0.0 14.0 0.63 0.03 new +TCGA-T3-A92M-01 TCGA-T3-A92M-01A-31D-A390-01 called 0.4 2.91 1.0 30.0 0.49 0.21 new +TCGA-T3-A92N-01 TCGA-T3-A92N-01A-11D-A390-01 called 0.67 2.97 1.0 16.0 0.75 0.2 new +TCGA-TN-A7HI-01 TCGA-TN-A7HI-01A-11D-A34I-01 called 0.73 2.72 1.0 14.0 0.79 0.13 new +TCGA-TN-A7HJ-01 TCGA-TN-A7HJ-01A-12D-A34I-01 called 0.28 3.23 1.0 45.0 0.38 0.05 new +TCGA-TN-A7HL-01 TCGA-TN-A7HL-01A-11D-A34I-01 called 0.47 2.0 0.0 18.0 0.47 0.01 new +TCGA-UF-A718-01 TCGA-UF-A718-01A-22D-A34I-01 called 0.49 1.94 0.0 17.0 0.48 0.05 new +TCGA-UF-A71A-01 TCGA-UF-A71A-01A-22D-A34I-01 called 0.68 3.31 1.0 18.0 0.78 0.22 new +TCGA-UF-A71A-06 TCGA-UF-A71A-06A-11D-A390-01 called 0.8 3.19 1.0 15.0 0.86 0.23 new +TCGA-UF-A71B-01 TCGA-UF-A71B-01A-12D-A34I-01 called 0.55 1.92 0.0 15.0 0.54 0.12 new +TCGA-UF-A71D-01 TCGA-UF-A71D-01A-12D-A34I-01 called 0.63 1.9 0.0 12.0 0.62 0.17 new +TCGA-UF-A71E-01 TCGA-UF-A71E-01A-31D-A34I-01 called 0.67 2.9 1.0 16.0 0.74 0.22 new +TCGA-UF-A7J9-01 TCGA-UF-A7J9-01A-12D-A34I-01 called 0.51 1.7 0.0 15.0 0.47 0.28 new +TCGA-UF-A7JA-01 TCGA-UF-A7JA-01A-12D-A34I-01 called 0.25 3.4 1.0 50.0 0.36 0.31 new +TCGA-UF-A7JC-01 TCGA-UF-A7JC-01A-21D-A34I-01 called 0.81 1.95 0.0 10.0 0.81 0.26 new +TCGA-UF-A7JD-01 TCGA-UF-A7JD-01A-11D-A34I-01 called 0.4 3.01 1.0 30.0 0.5 0.42 new +TCGA-UF-A7JF-01 TCGA-UF-A7JF-01A-11D-A34I-01 called 0.6 2.04 0.0 14.0 0.6 0.3 new +TCGA-UF-A7JH-01 TCGA-UF-A7JH-01A-21D-A34I-01 called 0.55 3.25 1.0 20.0 0.67 0.09 new +TCGA-UF-A7JJ-01 TCGA-UF-A7JJ-01A-11D-A34I-01 called 0.24 1.79 0.0 44.0 0.22 0.63 new +TCGA-UF-A7JK-01 TCGA-UF-A7JK-01A-11D-A34I-01 called 0.61 3.07 1.0 18.0 0.7 0.19 new +TCGA-UF-A7JO-01 TCGA-UF-A7JO-01A-11D-A34I-01 called 0.43 1.89 0.0 19.0 0.41 0.32 new +TCGA-UF-A7JS-01 TCGA-UF-A7JS-01A-11D-A34I-01 called 0.61 2.04 0.0 14.0 0.61 0.02 new +TCGA-UF-A7JT-01 TCGA-UF-A7JT-01A-11D-A34I-01 called 0.46 2.07 0.0 18.0 0.47 0.05 new +TCGA-UF-A7JV-01 TCGA-UF-A7JV-01A-11D-A34I-01 called 0.45 2.11 0.0 19.0 0.47 0.03 new +TCGA-UP-A6WW-01 TCGA-UP-A6WW-01A-12D-A34I-01 called 0.84 1.79 0.0 8.0 0.83 0.02 new +TCGA-WA-A7GZ-01 TCGA-WA-A7GZ-01A-11D-A34I-01 called 0.43 3.53 1.0 31.0 0.57 0.1 new +TCGA-WA-A7H4-01 TCGA-WA-A7H4-01A-21D-A34I-01 called 0.18 2.12 0.0 62.0 0.19 0.4 new +TCGA-KL-8323-01 TCGA-KL-8323-01A-21D-2308-01 called 0.92 1.69 0.0 7.0 0.91 0.01 new +TCGA-KL-8324-01 TCGA-KL-8324-01A-11D-2308-01 called 0.92 1.5 0.0 6.0 0.9 0.01 new +TCGA-KL-8325-01 TCGA-KL-8325-01A-11D-2308-01 called 0.96 1.62 0.0 6.0 0.95 0.0 new +TCGA-KL-8326-01 TCGA-KL-8326-01A-11D-2308-01 called 0.82 1.95 0.0 9.0 0.82 0.01 new +TCGA-KL-8328-01 TCGA-KL-8328-01A-11D-2308-01 called 0.94 1.55 0.0 6.0 0.93 0.01 new +TCGA-KL-8329-01 TCGA-KL-8329-01A-11D-2308-01 called 0.82 1.62 0.0 8.0 0.79 0.0 new +TCGA-KL-8330-01 TCGA-KL-8330-01A-11D-2308-01 called 0.97 1.56 0.0 6.0 0.96 0.79 new +TCGA-KL-8331-01 TCGA-KL-8331-01A-11D-2308-01 called 0.94 1.55 0.0 6.0 0.92 0.05 new +TCGA-KL-8332-01 TCGA-KL-8332-01A-11D-2308-01 called 0.76 1.53 0.0 8.0 0.71 0.0 new +TCGA-KL-8334-01 TCGA-KL-8334-01A-11D-2308-01 called 0.8 1.64 0.0 8.0 0.77 0.0 new +TCGA-KL-8335-01 TCGA-KL-8335-01A-11D-2308-01 called 0.89 1.61 0.0 7.0 0.86 0.02 new +TCGA-KL-8336-01 TCGA-KL-8336-01A-11D-2308-01 called 0.85 1.54 0.0 7.0 0.81 0.0 new +TCGA-KL-8337-01 TCGA-KL-8337-01A-11D-2308-01 called 0.94 1.63 0.0 7.0 0.92 0.82 new +TCGA-KL-8338-01 TCGA-KL-8338-01A-11D-2308-01 called 0.82 1.65 0.0 8.0 0.79 0.03 new +TCGA-KL-8339-01 TCGA-KL-8339-01A-11D-2308-01 called 0.91 3.25 1.0 14.0 0.94 0.17 new +TCGA-KL-8340-01 TCGA-KL-8340-01A-11D-2308-01 called 0.81 1.64 0.0 8.0 0.78 0.0 new +TCGA-KL-8341-01 TCGA-KL-8341-01A-11D-2308-01 called 0.96 1.61 0.0 6.0 0.95 0.15 new +TCGA-KL-8343-01 TCGA-KL-8343-01A-11D-2308-01 called 0.75 1.88 0.0 10.0 0.74 0.06 new +TCGA-KL-8344-01 TCGA-KL-8344-01A-11D-2308-01 called 0.74 1.87 0.0 10.0 0.72 0.0 new +TCGA-KL-8345-01 TCGA-KL-8345-01A-11D-2308-01 called 0.89 1.63 0.0 7.0 0.86 0.0 new +TCGA-KL-8346-01 TCGA-KL-8346-01A-11D-2308-01 called 0.99 1.49 0.0 6.0 0.98 0.03 new +TCGA-KM-8438-01 TCGA-KM-8438-01A-11D-2308-01 called 0.72 3.12 1.0 16.0 0.8 0.0 new +TCGA-KM-8439-01 TCGA-KM-8439-01A-11D-2308-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-KM-8440-01 TCGA-KM-8440-01A-11D-2308-01 called 0.91 1.65 0.0 7.0 0.89 0.0 new +TCGA-KM-8441-01 TCGA-KM-8441-01A-11D-2308-01 called 0.59 2.0 0.0 14.0 0.59 0.0 new +TCGA-KM-8442-01 TCGA-KM-8442-01A-11D-2308-01 called 0.94 1.58 0.0 7.0 0.92 0.0 new +TCGA-KM-8443-01 TCGA-KM-8443-01A-11D-2308-01 called 0.88 3.09 1.0 14.0 0.92 0.0 new +TCGA-KM-8476-01 TCGA-KM-8476-01A-11D-2308-01 called 0.88 1.58 0.0 7.0 0.86 0.0 new +TCGA-KM-8477-01 TCGA-KM-8477-01A-11D-2308-01 called 0.65 2.0 0.0 12.0 0.65 0.0 new +TCGA-KM-8639-01 TCGA-KM-8639-01A-11D-2389-01 called 0.62 2.1 0.0 14.0 0.63 0.01 new +TCGA-KN-8418-01 TCGA-KN-8418-01A-11D-2308-01 called 0.93 1.65 0.0 7.0 0.91 0.0 new +TCGA-KN-8421-01 TCGA-KN-8421-01A-11D-2308-01 called 0.96 1.67 0.0 7.0 0.95 0.83 new +TCGA-KN-8422-01 TCGA-KN-8422-01A-11D-2308-01 called 0.7 3.82 1.0 19.0 0.82 0.0 new +TCGA-KN-8423-01 TCGA-KN-8423-01A-11D-2308-01 called 0.86 1.42 0.0 7.0 0.82 0.0 new +TCGA-KN-8424-01 TCGA-KN-8424-01A-11D-2308-01 called 0.85 1.64 0.0 8.0 0.82 0.03 new +TCGA-KN-8425-01 TCGA-KN-8425-01A-11D-2308-01 called 0.66 2.87 1.0 16.0 0.74 0.12 new +TCGA-KN-8426-01 TCGA-KN-8426-01A-11D-2308-01 called 0.87 1.53 0.0 7.0 0.84 0.06 new +TCGA-KN-8427-01 TCGA-KN-8427-01A-11D-2308-01 called 0.56 2.71 1.0 18.0 0.63 0.02 new +TCGA-KN-8428-01 TCGA-KN-8428-01A-11D-2308-01 called 0.78 2.85 1.0 14.0 0.84 0.44 new +TCGA-KN-8429-01 TCGA-KN-8429-01A-11D-2308-01 called 0.87 1.61 0.0 7.0 0.84 0.03 new +TCGA-KN-8431-01 TCGA-KN-8431-01A-11D-2308-01 called 0.85 1.63 0.0 8.0 0.82 0.0 new +TCGA-KN-8432-01 TCGA-KN-8432-01A-11D-2308-01 called 0.89 1.55 0.0 7.0 0.86 0.0 new +TCGA-KN-8433-01 TCGA-KN-8433-01A-11D-2308-01 called 0.71 1.33 0.0 8.0 0.62 0.06 new +TCGA-KN-8434-01 TCGA-KN-8434-01A-11D-2308-01 called 0.81 1.64 0.0 8.0 0.78 0.03 new +TCGA-KN-8435-01 TCGA-KN-8435-01A-11D-2308-01 called 0.95 1.63 0.0 7.0 0.94 0.0 new +TCGA-KN-8436-01 TCGA-KN-8436-01A-11D-2308-01 called 0.97 1.51 0.0 6.0 0.96 0.04 new +TCGA-KN-8437-01 TCGA-KN-8437-01A-11D-2308-01 called 0.72 2.0 0.0 11.0 0.72 0.0 new +TCGA-KO-8403-01 TCGA-KO-8403-01A-11D-2308-01 called 0.76 1.64 0.0 9.0 0.72 0.0 new +TCGA-KO-8404-01 TCGA-KO-8404-01A-11D-2308-01 called 0.71 1.93 1.0 11.0 0.7 0.35 new +TCGA-KO-8405-01 TCGA-KO-8405-01A-11D-2308-01 called 0.42 2.98 1.0 28.0 0.52 0.0 new +TCGA-KO-8406-01 TCGA-KO-8406-01A-11D-2308-01 called 0.92 1.64 0.0 7.0 0.91 0.0 new +TCGA-KO-8407-01 TCGA-KO-8407-01A-11D-2308-01 called 0.85 1.65 0.0 8.0 0.82 0.0 new +TCGA-KO-8408-01 TCGA-KO-8408-01A-11D-2308-01 called 0.86 1.58 0.0 7.0 0.82 0.02 new +TCGA-KO-8409-01 TCGA-KO-8409-01A-11D-2308-01 called 0.9 1.5 0.0 6.0 0.88 0.01 new +TCGA-KO-8410-01 TCGA-KO-8410-01A-11D-2308-01 called 0.77 1.45 0.0 8.0 0.71 0.0 new +TCGA-KO-8411-01 TCGA-KO-8411-01A-11D-2308-01 called 0.91 1.62 0.0 7.0 0.89 0.0 new +TCGA-KO-8413-01 TCGA-KO-8413-01A-11D-2308-01 called 0.81 1.4 0.0 7.0 0.75 0.06 new +TCGA-KO-8414-01 TCGA-KO-8414-01A-11D-2308-01 called 0.91 1.49 0.0 6.0 0.89 0.02 new +TCGA-KO-8415-01 TCGA-KO-8415-01A-11D-2308-01 called 0.88 1.55 0.0 7.0 0.85 0.04 new +TCGA-KO-8416-01 TCGA-KO-8416-01A-11D-2308-01 called 0.91 1.58 0.0 7.0 0.89 0.0 new +TCGA-KO-8417-01 TCGA-KO-8417-01A-11D-2308-01 called 0.93 1.6 0.0 7.0 0.92 0.0 new +TCGA-3Z-A93Z-01 TCGA-3Z-A93Z-01A-11D-A36W-01 called 0.42 2.11 0.0 20.0 0.44 0.05 new +TCGA-6D-AA2E-01 TCGA-6D-AA2E-01A-11D-A36W-01 called 0.4 2.0 0.0 20.0 0.4 0.0 new +TCGA-A3-3308-01 TCGA-A3-3308-01A-02D-1322-01 called 0.38 2.05 0.0 25.0 0.39 0.04 new +TCGA-A3-3311-01 TCGA-A3-3311-01A-02D-1322-01 called 0.49 1.92 0.0 16.0 0.48 0.1 new +TCGA-A3-3313-01 TCGA-A3-3313-01A-02D-1322-01 called 0.74 1.98 0.0 11.0 0.73 0.34 new +TCGA-A3-3316-01 TCGA-A3-3316-01A-01D-0858-01 called 0.29 4.02 1.0 48.0 0.45 0.2 new +TCGA-A3-3317-01 TCGA-A3-3317-01A-02D-1322-01 called 0.41 1.88 0.0 19.0 0.4 0.01 new +TCGA-A3-3319-01 TCGA-A3-3319-01A-02D-1322-01 called 0.55 1.91 0.0 15.0 0.54 0.19 new +TCGA-A3-3320-01 TCGA-A3-3320-01A-02D-1322-01 called 0.71 1.94 0.0 11.0 0.7 0.03 new +TCGA-A3-3322-01 TCGA-A3-3322-01A-02D-1322-01 called 0.73 2.06 0.0 11.0 0.73 0.07 new +TCGA-A3-3323-01 TCGA-A3-3323-01A-01D-0858-01 called 0.56 1.95 0.0 14.0 0.55 0.09 new +TCGA-A3-3326-01 TCGA-A3-3326-01A-01D-0858-01 called 0.55 2.0 0.0 15.0 0.55 0.0 new +TCGA-A3-3331-01 TCGA-A3-3331-01A-02D-1322-01 called 0.56 1.98 0.0 15.0 0.56 0.03 new +TCGA-A3-3346-01 TCGA-A3-3346-01A-01D-0858-01 called 0.53 1.59 0.0 14.0 0.47 0.07 new +TCGA-A3-3347-01 TCGA-A3-3347-01A-02D-1322-01 called 0.26 1.98 0.0 41.0 0.26 0.53 new +TCGA-A3-3351-01 TCGA-A3-3351-01A-02D-1322-01 called 0.57 1.98 0.0 14.0 0.56 0.0 new +TCGA-A3-3357-01 TCGA-A3-3357-01A-02D-1417-01 called 0.6 1.98 0.0 13.0 0.6 0.0 new +TCGA-A3-3358-01 TCGA-A3-3358-01A-01D-1530-01 called 0.5 2.16 0.0 17.0 0.52 0.06 new +TCGA-A3-3363-01 TCGA-A3-3363-01A-01D-0858-01 called 0.79 2.07 0.0 10.0 0.79 0.0 new +TCGA-A3-3367-01 TCGA-A3-3367-01A-02D-1417-01 called 0.72 1.93 0.0 11.0 0.72 0.02 new +TCGA-A3-3370-01 TCGA-A3-3370-01A-02D-1417-01 called 0.43 1.95 0.0 19.0 0.42 0.01 new +TCGA-A3-3372-01 TCGA-A3-3372-01A-02D-1322-01 called 0.5 3.35 1.0 25.0 0.63 0.0 new +TCGA-A3-3373-01 TCGA-A3-3373-01A-02D-1417-01 called 0.57 1.86 0.0 14.0 0.55 0.0 new +TCGA-A3-3376-01 TCGA-A3-3376-01A-02D-1417-01 called 0.32 2.0 0.0 32.0 0.32 0.0 new +TCGA-A3-3378-01 TCGA-A3-3378-01A-02D-1322-01 called 0.39 1.93 0.0 21.0 0.38 0.0 new +TCGA-A3-3380-01 TCGA-A3-3380-01A-01D-0858-01 called 0.45 3.68 1.0 31.0 0.6 0.04 new +TCGA-A3-3382-01 TCGA-A3-3382-01A-01D-0858-01 called 0.63 3.25 1.0 18.0 0.74 0.01 new +TCGA-A3-3383-01 TCGA-A3-3383-01A-02D-1322-01 called 0.64 1.97 0.0 13.0 0.63 0.0 new +TCGA-A3-3385-01 TCGA-A3-3385-01A-02D-1417-01 called 0.86 2.13 0.0 10.0 0.87 0.0 new +TCGA-A3-3387-01 TCGA-A3-3387-01A-01D-1530-01 called 0.53 2.01 0.0 16.0 0.53 0.29 new +TCGA-A3-A6NI-01 TCGA-A3-A6NI-01A-11D-A33B-01 called 0.66 2.13 0.0 13.0 0.68 0.43 new +TCGA-A3-A6NJ-01 TCGA-A3-A6NJ-01A-12D-A33B-01 called 0.39 2.0 0.0 21.0 0.39 0.0 new +TCGA-A3-A6NL-01 TCGA-A3-A6NL-01A-11D-A33B-01 called 0.53 2.03 0.0 15.0 0.54 0.03 new +TCGA-A3-A6NN-01 TCGA-A3-A6NN-01A-12D-A33B-01 called 0.6 1.92 0.0 13.0 0.6 0.04 new +TCGA-A3-A8CQ-01 TCGA-A3-A8CQ-01A-11D-A36W-01 called 0.62 2.07 0.0 13.0 0.63 0.0 new +TCGA-A3-A8OU-01 TCGA-A3-A8OU-01A-11D-A36W-01 called 0.58 1.97 0.0 14.0 0.57 0.1 new +TCGA-A3-A8OV-01 TCGA-A3-A8OV-01A-11D-A36W-01 called 0.76 1.99 0.0 10.0 0.76 0.0 new +TCGA-A3-A8OW-01 TCGA-A3-A8OW-01A-11D-A36W-01 called 0.56 2.0 0.0 15.0 0.56 0.0 new +TCGA-A3-A8OX-01 TCGA-A3-A8OX-01A-11D-A36W-01 called 0.94 2.0 0.0 8.0 0.94 0.0 new +TCGA-AK-3426-01 TCGA-AK-3426-01A-02D-1322-01 called 0.3 1.75 0.0 32.0 0.28 0.06 new +TCGA-AK-3430-01 TCGA-AK-3430-01A-01D-1185-01 called 0.67 3.17 1.0 17.0 0.76 0.21 new +TCGA-AK-3436-01 TCGA-AK-3436-01A-02D-1322-01 called 0.63 3.0 1.0 17.0 0.72 0.37 new +TCGA-AK-3440-01 TCGA-AK-3440-01A-02D-1274-01 called 0.91 1.56 0.0 7.0 0.88 0.03 new +TCGA-AK-3443-01 TCGA-AK-3443-01A-02D-1322-01 called 0.94 1.95 0.0 8.0 0.94 0.01 new +TCGA-AK-3444-01 TCGA-AK-3444-01A-02D-1322-01 called 0.66 2.17 0.0 13.0 0.67 0.0 new +TCGA-AK-3447-01 TCGA-AK-3447-01A-01D-0858-01 called 0.87 1.78 0.0 8.0 0.85 0.02 new +TCGA-AK-3451-01 TCGA-AK-3451-01A-02D-1185-01 called 0.55 1.97 0.0 15.0 0.54 0.0 new +TCGA-AK-3455-01 TCGA-AK-3455-01A-01D-0858-01 called 0.56 1.99 0.0 14.0 0.56 0.0 new +TCGA-AK-3456-01 TCGA-AK-3456-01A-02D-1322-01 called 0.72 1.99 0.0 11.0 0.72 0.07 new +TCGA-AK-3458-01 TCGA-AK-3458-01A-01D-1499-01 called 0.44 3.73 1.0 32.0 0.6 0.0 new +TCGA-AK-3465-01 TCGA-AK-3465-01A-02D-1322-01 called 0.64 1.62 0.0 11.0 0.59 0.06 new +TCGA-AS-3777-01 TCGA-AS-3777-01A-01D-0858-01 called 0.77 1.58 0.0 8.0 0.73 0.0 new +TCGA-AS-3778-01 TCGA-AS-3778-01A-01D-0858-01 called 0.7 1.97 0.0 11.0 0.7 0.0 new +TCGA-B0-4698-01 TCGA-B0-4698-01A-01D-1499-01 called 0.34 2.89 1.0 35.0 0.43 0.16 new +TCGA-B0-4700-01 TCGA-B0-4700-01A-02D-1530-01 called 0.66 2.0 0.0 12.0 0.66 0.31 new +TCGA-B0-4706-01 TCGA-B0-4706-01A-01D-1499-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-B0-4710-01 TCGA-B0-4710-01A-01D-1499-01 called 0.53 3.18 1.0 21.0 0.64 0.0 new +TCGA-B0-4712-01 TCGA-B0-4712-01A-01D-1499-01 called 0.41 2.8 1.0 28.0 0.5 0.06 new +TCGA-B0-4810-01 TCGA-B0-4810-01A-01D-1499-01 called 0.48 1.95 0.0 17.0 0.48 0.05 new +TCGA-B0-4811-01 TCGA-B0-4811-01A-01D-1499-01 called 0.35 4.42 2.0 43.0 0.55 0.04 new +TCGA-B0-4815-01 TCGA-B0-4815-01A-01D-1499-01 called 0.33 1.95 0.0 30.0 0.33 0.16 new +TCGA-B0-4816-01 TCGA-B0-4816-01A-01D-1499-01 called 0.43 1.96 0.0 19.0 0.43 0.0 new +TCGA-B0-4818-01 TCGA-B0-4818-01A-01D-1499-01 called 0.49 1.99 0.0 17.0 0.49 0.0 new +TCGA-B0-4821-01 TCGA-B0-4821-01A-01D-1499-01 called 0.61 2.12 0.0 14.0 0.62 0.38 new +TCGA-B0-4827-01 TCGA-B0-4827-01A-02D-1417-01 called 0.39 1.94 0.0 21.0 0.38 0.0 new +TCGA-B0-4842-01 TCGA-B0-4842-01A-02D-1417-01 called 0.36 1.92 0.0 27.0 0.35 0.01 new +TCGA-B0-4852-01 TCGA-B0-4852-01A-01D-1499-01 called 0.67 2.03 0.0 12.0 0.67 0.11 new +TCGA-B0-4945-01 TCGA-B0-4945-01A-01D-1417-01 called 0.43 1.89 0.0 19.0 0.42 0.07 new +TCGA-B0-5077-01 TCGA-B0-5077-01A-01D-1331-01 called 0.54 2.16 0.0 16.0 0.56 0.0 new +TCGA-B0-5080-01 TCGA-B0-5080-01A-01D-1499-01 called 0.3 1.93 0.0 34.0 0.29 0.2 new +TCGA-B0-5081-01 TCGA-B0-5081-01A-01D-1331-01 called 0.17 2.09 0.0 66.0 0.17 0.26 new +TCGA-B0-5084-01 TCGA-B0-5084-01A-01D-1331-01 called 0.85 1.75 0.0 8.0 0.83 0.05 new +TCGA-B0-5088-01 TCGA-B0-5088-01A-01D-1331-01 called 0.54 1.99 0.0 15.0 0.54 0.01 new +TCGA-B0-5092-01 TCGA-B0-5092-01A-01D-1417-01 called 0.35 2.0 0.0 28.0 0.35 0.15 new +TCGA-B0-5094-01 TCGA-B0-5094-01A-01D-1417-01 called 0.69 2.04 0.0 12.0 0.69 0.05 new +TCGA-B0-5095-01 TCGA-B0-5095-01A-01D-1417-01 called 0.37 1.93 0.0 25.0 0.36 0.12 new +TCGA-B0-5096-01 TCGA-B0-5096-01A-01D-1417-01 called 0.43 2.04 0.0 19.0 0.44 0.0 new +TCGA-B0-5097-01 TCGA-B0-5097-01A-01D-1417-01 called 0.38 1.91 0.0 21.0 0.37 0.19 new +TCGA-B0-5098-01 TCGA-B0-5098-01A-01D-1417-01 called 0.71 1.79 0.0 10.0 0.69 0.01 new +TCGA-B0-5099-01 TCGA-B0-5099-01A-01D-1417-01 called 0.75 1.99 0.0 11.0 0.75 0.06 new +TCGA-B0-5100-01 TCGA-B0-5100-01A-01D-1417-01 called 0.63 1.95 0.0 13.0 0.63 0.0 new +TCGA-B0-5102-01 TCGA-B0-5102-01A-01D-1417-01 called 0.63 3.11 1.0 18.0 0.73 0.0 new +TCGA-B0-5104-01 TCGA-B0-5104-01A-01D-1417-01 called 0.56 2.0 0.0 15.0 0.56 0.0 new +TCGA-B0-5106-01 TCGA-B0-5106-01A-01D-1417-01 called 0.57 2.1 0.0 15.0 0.58 0.0 new +TCGA-B0-5107-01 TCGA-B0-5107-01A-01D-1417-01 called 0.62 1.9 0.0 13.0 0.61 0.0 new +TCGA-B0-5108-01 TCGA-B0-5108-01A-01D-1417-01 called 0.41 1.97 0.0 20.0 0.41 0.0 new +TCGA-B0-5109-01 TCGA-B0-5109-01A-02D-1417-01 called 0.26 2.9 1.0 46.0 0.34 0.08 new +TCGA-B0-5110-01 TCGA-B0-5110-01A-01D-1417-01 called 0.53 2.0 0.0 15.0 0.53 0.0 new +TCGA-B0-5113-01 TCGA-B0-5113-01A-01D-1417-01 called 0.47 3.3 1.0 27.0 0.59 0.09 new +TCGA-B0-5115-01 TCGA-B0-5115-01A-01D-1417-01 called 0.64 2.08 0.0 13.0 0.65 0.11 new +TCGA-B0-5116-01 TCGA-B0-5116-01A-02D-1417-01 called 0.5 2.91 1.0 20.0 0.59 0.07 new +TCGA-B0-5117-01 TCGA-B0-5117-01A-01D-1417-01 called 0.8 1.68 0.0 9.0 0.77 0.04 new +TCGA-B0-5119-01 TCGA-B0-5119-01A-02D-1417-01 called 0.67 1.93 0.0 12.0 0.66 0.0 new +TCGA-B0-5120-01 TCGA-B0-5120-01A-01D-1417-01 called 0.5 1.94 0.0 16.0 0.49 0.0 new +TCGA-B0-5121-01 TCGA-B0-5121-01A-02D-1417-01 called 0.63 1.97 0.0 13.0 0.63 0.02 new +TCGA-B0-5400-01 TCGA-B0-5400-01A-01D-1499-01 called 0.29 2.04 0.0 37.0 0.29 0.09 new +TCGA-B0-5402-01 TCGA-B0-5402-01A-01D-1499-01 called 0.44 3.67 1.0 31.0 0.59 0.01 new +TCGA-B0-5690-01 TCGA-B0-5690-01A-11D-1530-01 called 0.52 2.04 0.0 16.0 0.52 0.04 new +TCGA-B0-5691-01 TCGA-B0-5691-01A-11D-1530-01 called 0.45 2.01 0.0 18.0 0.45 0.0 new +TCGA-B0-5692-01 TCGA-B0-5692-01A-11D-1530-01 called 0.6 1.98 0.0 13.0 0.6 0.0 new +TCGA-B0-5693-01 TCGA-B0-5693-01A-11D-1530-01 called 0.73 2.03 0.0 11.0 0.74 0.02 new +TCGA-B0-5694-01 TCGA-B0-5694-01A-11D-1530-01 called 0.65 2.01 0.0 13.0 0.65 0.03 new +TCGA-B0-5695-01 TCGA-B0-5695-01A-11D-1530-01 called 0.78 1.93 0.0 10.0 0.78 0.03 new +TCGA-B0-5696-01 TCGA-B0-5696-01A-11D-1530-01 called 0.56 2.07 0.0 15.0 0.57 0.24 new +TCGA-B0-5697-01 TCGA-B0-5697-01A-11D-1530-01 called 0.41 2.03 0.0 21.0 0.41 0.03 new +TCGA-B0-5698-01 TCGA-B0-5698-01A-11D-1668-01 called 0.71 2.05 0.0 12.0 0.72 0.03 new +TCGA-B0-5699-01 TCGA-B0-5699-01A-11D-1530-01 called 0.74 1.95 0.0 11.0 0.74 0.0 new +TCGA-B0-5701-01 TCGA-B0-5701-01A-11D-1530-01 called 0.57 1.99 0.0 14.0 0.57 0.01 new +TCGA-B0-5703-01 TCGA-B0-5703-01A-11D-1530-01 called 0.63 1.94 0.0 13.0 0.62 0.0 new +TCGA-B0-5705-01 TCGA-B0-5705-01A-11D-1530-01 called 0.67 2.04 0.0 12.0 0.68 0.0 new +TCGA-B0-5709-01 TCGA-B0-5709-01A-11D-1530-01 called 0.33 1.92 0.0 31.0 0.32 0.03 new +TCGA-B0-5710-01 TCGA-B0-5710-01A-11D-1668-01 called 0.57 2.01 0.0 14.0 0.57 0.03 new +TCGA-B0-5711-01 TCGA-B0-5711-01A-11D-1668-01 called 0.59 1.97 0.0 14.0 0.59 0.02 new +TCGA-B0-5712-01 TCGA-B0-5712-01A-11D-1668-01 called 0.72 2.01 0.0 11.0 0.72 0.03 new +TCGA-B0-5713-01 TCGA-B0-5713-01A-11D-1668-01 called 0.58 2.06 0.0 14.0 0.59 0.09 new +TCGA-B0-5812-01 TCGA-B0-5812-01A-11D-1668-01 called 0.48 2.01 0.0 17.0 0.49 0.01 new +TCGA-B2-3923-01 TCGA-B2-3923-01A-02D-1322-01 called 0.87 1.68 0.0 8.0 0.84 0.0 new +TCGA-B2-3924-01 TCGA-B2-3924-01A-02D-A274-01 called 0.49 2.09 0.0 17.0 0.51 0.19 new +TCGA-B2-4098-01 TCGA-B2-4098-01A-01D-1185-01 called 0.6 1.93 0.0 13.0 0.59 0.01 new +TCGA-B2-4099-01 TCGA-B2-4099-01A-02D-1185-01 called 0.64 2.01 0.0 13.0 0.64 0.18 new +TCGA-B2-4102-01 TCGA-B2-4102-01A-02D-1322-01 called 0.49 1.98 0.0 17.0 0.49 0.03 new +TCGA-B2-5633-01 TCGA-B2-5633-01A-01D-A274-01 called 0.55 1.96 0.0 15.0 0.55 0.02 new +TCGA-B2-5635-01 TCGA-B2-5635-01A-01D-A274-01 called 0.53 2.04 0.0 16.0 0.53 0.0 new +TCGA-B2-5639-01 TCGA-B2-5639-01A-01D-1530-01 called 0.6 2.04 0.0 14.0 0.6 0.0 new +TCGA-B2-5641-01 TCGA-B2-5641-01A-01D-1530-01 called 0.45 1.85 0.0 18.0 0.43 0.19 new +TCGA-B2-A4SR-01 TCGA-B2-A4SR-01A-11D-A25U-01 called 0.59 1.94 0.0 14.0 0.58 0.0 new +TCGA-B4-5377-01 TCGA-B4-5377-01A-01D-1499-01 called 0.7 1.89 0.0 11.0 0.68 0.0 new +TCGA-B4-5378-01 TCGA-B4-5378-01A-01D-1499-01 called 0.62 2.0 0.0 13.0 0.62 0.0 new +TCGA-B4-5832-01 TCGA-B4-5832-01A-11D-1668-01 called 0.18 6.2 2.0 85.0 0.4 0.19 new +TCGA-B4-5834-01 TCGA-B4-5834-01A-11D-1668-01 called 0.56 2.02 0.0 15.0 0.56 0.0 new +TCGA-B4-5835-01 TCGA-B4-5835-01A-11D-1668-01 called 0.55 1.92 0.0 15.0 0.54 0.18 new +TCGA-B4-5836-01 TCGA-B4-5836-01A-11D-1668-01 called 0.47 1.94 0.0 17.0 0.47 0.02 new +TCGA-B4-5838-01 TCGA-B4-5838-01A-11D-1668-01 called 0.43 3.48 1.0 31.0 0.56 0.04 new +TCGA-B4-5843-01 TCGA-B4-5843-01A-11D-1668-01 called 0.74 2.13 0.0 11.0 0.75 0.0 new +TCGA-B4-5844-01 TCGA-B4-5844-01A-11D-1668-01 called 0.56 1.98 0.0 15.0 0.56 0.0 new +TCGA-B8-4143-01 TCGA-B8-4143-01A-01D-1185-01 called 0.44 3.83 1.0 33.0 0.6 0.35 new +TCGA-B8-4146-01 TCGA-B8-4146-01B-11D-1668-01 called 0.72 2.02 0.0 11.0 0.72 0.04 new +TCGA-B8-4148-01 TCGA-B8-4148-01A-02D-1322-01 called 0.55 1.91 0.0 14.0 0.54 0.01 new +TCGA-B8-4151-01 TCGA-B8-4151-01A-01D-1185-01 called 0.86 1.97 0.0 9.0 0.86 0.0 new +TCGA-B8-4153-01 TCGA-B8-4153-01B-11D-1668-01 called 0.73 1.98 0.0 11.0 0.73 0.0 new +TCGA-B8-4154-01 TCGA-B8-4154-01A-01D-1185-01 called 0.65 1.97 0.0 12.0 0.64 0.0 new +TCGA-B8-4619-01 TCGA-B8-4619-01A-02D-1549-01 called 0.69 1.93 0.0 11.0 0.68 0.0 new +TCGA-B8-4620-01 TCGA-B8-4620-01A-01D-1549-01 called 0.7 3.09 1.0 16.0 0.78 0.0 new +TCGA-B8-4621-01 TCGA-B8-4621-01A-01D-1499-01 called 0.58 2.19 0.0 15.0 0.6 0.01 new +TCGA-B8-5158-01 TCGA-B8-5158-01A-01D-1417-01 called 0.26 3.69 1.0 50.0 0.4 0.07 new +TCGA-B8-5162-01 TCGA-B8-5162-01A-01D-1417-01 called 0.35 1.83 0.0 27.0 0.33 0.0 new +TCGA-B8-5163-01 TCGA-B8-5163-01A-01D-1417-01 called 0.34 2.12 0.0 30.0 0.35 0.03 new +TCGA-B8-5164-01 TCGA-B8-5164-01A-01D-1417-01 called 0.41 1.86 0.0 19.0 0.4 0.0 new +TCGA-B8-5165-01 TCGA-B8-5165-01A-01D-1417-01 called 0.37 1.98 0.0 26.0 0.37 0.03 new +TCGA-B8-5546-01 TCGA-B8-5546-01A-01D-1530-01 called 0.86 2.0 0.0 9.0 0.86 0.0 new +TCGA-B8-5549-01 TCGA-B8-5549-01A-01D-1530-01 called 0.56 3.4 1.0 21.0 0.68 0.02 new +TCGA-B8-5550-01 TCGA-B8-5550-01A-01D-1530-01 called 0.4 2.17 0.0 22.0 0.42 0.0 new +TCGA-B8-5551-01 TCGA-B8-5551-01A-01D-1530-01 called 0.16 2.97 1.0 72.0 0.23 0.44 new +TCGA-B8-5552-01 TCGA-B8-5552-01B-11D-1668-01 called 0.39 1.99 0.0 21.0 0.39 0.0 new +TCGA-B8-5553-01 TCGA-B8-5553-01A-01D-1530-01 called 0.45 1.96 0.0 18.0 0.44 0.0 new +TCGA-B8-A54D-01 TCGA-B8-A54D-01A-21D-A25U-01 called 0.59 1.93 0.0 14.0 0.58 0.0 new +TCGA-B8-A54E-01 TCGA-B8-A54E-01A-11D-A25U-01 called 0.35 2.08 0.0 29.0 0.35 0.0 new +TCGA-B8-A54F-01 TCGA-B8-A54F-01A-11D-A25U-01 called 0.65 2.0 0.0 12.0 0.65 0.0 new +TCGA-B8-A54G-01 TCGA-B8-A54G-01A-11D-A25U-01 called 0.5 1.95 0.0 16.0 0.49 0.0 new +TCGA-B8-A54H-01 TCGA-B8-A54H-01A-11D-A33B-01 called 0.52 1.98 0.0 16.0 0.51 0.09 new +TCGA-B8-A54I-01 TCGA-B8-A54I-01A-21D-A33B-01 called 0.34 2.48 0.0 32.0 0.4 0.0 new +TCGA-B8-A54J-01 TCGA-B8-A54J-01A-11D-A33B-01 called 0.48 2.0 0.0 17.0 0.48 0.05 new +TCGA-B8-A7U6-01 TCGA-B8-A7U6-01A-12D-A36W-01 called 0.5 1.98 0.0 16.0 0.5 0.03 new +TCGA-B8-A8YJ-01 TCGA-B8-A8YJ-01A-13D-A38W-01 called 0.44 2.0 0.0 19.0 0.44 0.07 new +TCGA-BP-4161-01 TCGA-BP-4161-01A-02D-1322-01 called 0.58 2.05 0.0 14.0 0.58 0.39 new +TCGA-BP-4162-01 TCGA-BP-4162-01A-02D-1322-01 called 0.53 2.3 0.0 17.0 0.56 0.0 new +TCGA-BP-4163-01 TCGA-BP-4163-01A-02D-1322-01 called 0.51 2.07 0.0 16.0 0.52 0.0 new +TCGA-BP-4164-01 TCGA-BP-4164-01A-02D-1322-01 called 0.73 3.53 1.0 18.0 0.83 0.0 new +TCGA-BP-4167-01 TCGA-BP-4167-01A-02D-1322-01 called 0.28 2.01 0.0 37.0 0.28 0.6 new +TCGA-BP-4760-01 TCGA-BP-4760-01A-02D-1417-01 called 0.55 2.0 0.0 15.0 0.55 0.0 new +TCGA-BP-4770-01 TCGA-BP-4770-01A-01D-1499-01 called 0.71 1.66 1.0 10.0 0.67 0.22 new +TCGA-BP-4782-01 TCGA-BP-4782-01A-02D-1417-01 called 0.46 2.05 0.0 18.0 0.46 0.05 new +TCGA-BP-4795-01 TCGA-BP-4795-01A-02D-1417-01 called 0.42 1.98 0.0 20.0 0.42 0.0 new +TCGA-BP-4960-01 TCGA-BP-4960-01A-01D-1331-01 called 0.28 4.0 1.0 49.0 0.44 0.31 new +TCGA-BP-4961-01 TCGA-BP-4961-01A-01D-1331-01 called 0.43 1.95 0.0 19.0 0.42 0.12 new +TCGA-BP-4962-01 TCGA-BP-4962-01A-01D-1331-01 called 0.47 1.88 0.0 17.0 0.45 0.24 new +TCGA-BP-4964-01 TCGA-BP-4964-01A-01D-1331-01 called 0.73 1.99 0.0 11.0 0.73 0.18 new +TCGA-BP-4965-01 TCGA-BP-4965-01A-01D-1331-01 called 0.55 1.94 0.0 15.0 0.54 0.02 new +TCGA-BP-4967-01 TCGA-BP-4967-01A-01D-1331-01 called 0.74 2.2 1.0 12.0 0.76 0.28 new +TCGA-BP-4968-01 TCGA-BP-4968-01A-01D-1331-01 called 0.64 2.0 0.0 13.0 0.64 0.23 new +TCGA-BP-4970-01 TCGA-BP-4970-01A-01D-1331-01 called 0.33 1.93 0.0 31.0 0.32 0.03 new +TCGA-BP-4971-01 TCGA-BP-4971-01A-01D-1331-01 called 0.37 2.04 0.0 26.0 0.38 0.09 new +TCGA-BP-4972-01 TCGA-BP-4972-01A-01D-1331-01 called 0.68 2.04 0.0 12.0 0.68 0.0 new +TCGA-BP-4973-01 TCGA-BP-4973-01A-01D-1331-01 called 0.64 2.06 0.0 13.0 0.65 0.23 new +TCGA-BP-4974-01 TCGA-BP-4974-01A-01D-1331-01 called 0.36 1.94 0.0 26.0 0.36 0.2 new +TCGA-BP-4975-01 TCGA-BP-4975-01A-01D-1331-01 called 0.73 1.96 0.0 11.0 0.73 0.0 new +TCGA-BP-4977-01 TCGA-BP-4977-01A-01D-1331-01 called 0.63 3.17 1.0 18.0 0.73 0.05 new +TCGA-BP-4981-01 TCGA-BP-4981-01A-01D-1331-01 called 0.79 2.0 0.0 10.0 0.79 0.03 new +TCGA-BP-4983-01 TCGA-BP-4983-01A-01D-1331-01 called 0.39 1.94 0.0 21.0 0.38 0.69 new +TCGA-BP-4985-01 TCGA-BP-4985-01A-01D-1331-01 called 0.44 3.46 1.0 30.0 0.58 0.1 new +TCGA-BP-4987-01 TCGA-BP-4987-01A-01D-1331-01 called 0.69 1.99 0.0 12.0 0.69 0.0 new +TCGA-BP-4989-01 TCGA-BP-4989-01A-01D-1331-01 called 0.46 2.35 0.0 19.0 0.5 0.04 new +TCGA-BP-4991-01 TCGA-BP-4991-01A-01D-1331-01 called 0.64 1.97 0.0 13.0 0.64 0.1 new +TCGA-BP-4992-01 TCGA-BP-4992-01A-01D-1331-01 called 0.38 3.05 1.0 33.0 0.48 0.01 new +TCGA-BP-4994-01 TCGA-BP-4994-01A-01D-1331-01 called 0.72 1.51 0.0 9.0 0.65 0.25 new +TCGA-BP-4998-01 TCGA-BP-4998-01A-01D-1331-01 called 0.32 2.03 0.0 32.0 0.32 0.12 new +TCGA-BP-4999-01 TCGA-BP-4999-01A-01D-1331-01 called 0.47 1.99 0.0 18.0 0.47 0.0 new +TCGA-BP-5000-01 TCGA-BP-5000-01A-01D-1331-01 called 0.38 1.85 0.0 21.0 0.37 0.17 new +TCGA-BP-5004-01 TCGA-BP-5004-01A-01D-1331-01 called 0.54 1.86 0.0 14.0 0.53 0.0 new +TCGA-BP-5007-01 TCGA-BP-5007-01A-01D-1331-01 called 0.76 2.01 0.0 11.0 0.76 0.0 new +TCGA-BP-5008-01 TCGA-BP-5008-01A-01D-1331-01 called 0.32 1.93 0.0 32.0 0.31 0.06 new +TCGA-BP-5010-01 TCGA-BP-5010-01A-02D-1417-01 called 0.42 1.9 0.0 20.0 0.4 0.01 new +TCGA-BP-5169-01 TCGA-BP-5169-01A-01D-1423-01 called 0.45 1.9 0.0 18.0 0.43 0.91 new +TCGA-BP-5170-01 TCGA-BP-5170-01A-01D-1423-01 called 0.49 2.03 0.0 17.0 0.49 0.0 new +TCGA-BP-5173-01 TCGA-BP-5173-01A-01D-1423-01 called 0.5 3.21 1.0 23.0 0.62 0.1 new +TCGA-BP-5174-01 TCGA-BP-5174-01A-01D-1423-01 called 0.58 1.98 0.0 14.0 0.57 0.0 new +TCGA-BP-5175-01 TCGA-BP-5175-01A-01D-1423-01 called 0.37 5.12 2.0 46.0 0.6 0.49 new +TCGA-BP-5176-01 TCGA-BP-5176-01A-01D-1423-01 called 0.59 1.98 0.0 14.0 0.59 0.01 new +TCGA-BP-5177-01 TCGA-BP-5177-01A-01D-1423-01 called 0.53 2.18 0.0 16.0 0.55 0.08 new +TCGA-BP-5178-01 TCGA-BP-5178-01A-01D-1423-01 called 0.44 3.14 1.0 28.0 0.55 0.11 new +TCGA-BP-5180-01 TCGA-BP-5180-01A-01D-1423-01 called 0.76 1.76 0.0 9.0 0.74 0.0 new +TCGA-BP-5183-01 TCGA-BP-5183-01A-01D-1423-01 called 0.67 1.85 0.0 11.0 0.66 0.0 new +TCGA-BP-5184-01 TCGA-BP-5184-01A-01D-1423-01 called 0.56 1.96 0.0 15.0 0.55 0.0 new +TCGA-BP-5185-01 TCGA-BP-5185-01A-01D-1423-01 called 0.73 3.3 1.0 17.0 0.82 0.04 new +TCGA-BP-5186-01 TCGA-BP-5186-01A-01D-1423-01 called 0.57 1.98 0.0 14.0 0.57 0.0 new +TCGA-BP-5187-01 TCGA-BP-5187-01A-01D-1423-01 called 0.42 1.99 0.0 19.0 0.42 0.03 new +TCGA-BP-5189-01 TCGA-BP-5189-01A-02D-1423-01 called 0.52 1.92 0.0 16.0 0.51 0.0 new +TCGA-BP-5190-01 TCGA-BP-5190-01A-01D-1423-01 called 0.61 1.96 0.0 13.0 0.61 0.0 new +TCGA-BP-5191-01 TCGA-BP-5191-01A-01D-1423-01 called 0.35 3.03 1.0 35.0 0.44 0.0 new +TCGA-BP-5192-01 TCGA-BP-5192-01A-01D-1423-01 called 0.73 2.01 0.0 11.0 0.73 0.0 new +TCGA-BP-5194-01 TCGA-BP-5194-01A-02D-1423-01 called 0.62 1.99 0.0 13.0 0.62 0.0 new +TCGA-BP-5195-01 TCGA-BP-5195-01A-02D-1423-01 called 0.47 1.94 0.0 17.0 0.46 0.13 new +TCGA-BP-5196-01 TCGA-BP-5196-01A-01D-1423-01 called 0.41 3.64 1.0 34.0 0.56 0.0 new +TCGA-BP-5198-01 TCGA-BP-5198-01A-01D-1423-01 called 0.43 2.96 1.0 28.0 0.52 0.04 new +TCGA-BP-5200-01 TCGA-BP-5200-01A-01D-1423-01 called 0.43 3.34 1.0 31.0 0.55 0.04 new +TCGA-BP-5201-01 TCGA-BP-5201-01A-01D-1423-01 called 0.68 1.81 0.0 11.0 0.66 0.2 new +TCGA-BP-5202-01 TCGA-BP-5202-01A-02D-1423-01 called 0.68 2.02 0.0 12.0 0.68 0.01 new +TCGA-CJ-4634-01 TCGA-CJ-4634-01A-02D-1322-01 called 0.78 1.93 0.0 10.0 0.78 0.05 new +TCGA-CJ-4636-01 TCGA-CJ-4636-01A-02D-1322-01 called 0.58 2.14 0.0 15.0 0.6 0.07 new +TCGA-CJ-4637-01 TCGA-CJ-4637-01A-02D-1322-01 called 0.31 1.96 0.0 33.0 0.3 0.19 new +TCGA-CJ-4638-01 TCGA-CJ-4638-01A-02D-1322-01 called 0.68 1.94 0.0 12.0 0.67 0.23 new +TCGA-CJ-4639-01 TCGA-CJ-4639-01A-02D-1322-01 called 0.59 2.03 0.0 14.0 0.59 0.0 new +TCGA-CJ-4640-01 TCGA-CJ-4640-01A-02D-1322-01 called 0.44 1.87 0.0 18.0 0.42 0.04 new +TCGA-CJ-4643-01 TCGA-CJ-4643-01A-02D-1322-01 called 0.53 1.96 0.0 15.0 0.52 0.13 new +TCGA-CJ-4644-01 TCGA-CJ-4644-01A-02D-1322-01 called 0.58 2.07 0.0 14.0 0.59 0.42 new +TCGA-CJ-4869-01 TCGA-CJ-4869-01A-02D-1423-01 called 0.39 1.91 0.0 21.0 0.37 0.15 new +TCGA-CJ-4882-01 TCGA-CJ-4882-01A-02D-1423-01 called 0.3 1.92 0.0 34.0 0.29 0.43 new +TCGA-CJ-4899-01 TCGA-CJ-4899-01A-01D-1331-01 called 0.4 2.03 0.0 21.0 0.4 0.0 new +TCGA-CJ-4900-01 TCGA-CJ-4900-01A-01D-1331-01 called 0.47 1.94 0.0 17.0 0.46 0.1 new +TCGA-CJ-4901-01 TCGA-CJ-4901-01A-01D-1423-01 called 0.32 2.72 1.0 37.0 0.39 0.55 new +TCGA-CJ-4902-01 TCGA-CJ-4902-01A-01D-1423-01 called 0.4 1.97 0.0 20.0 0.4 0.03 new +TCGA-CJ-4903-01 TCGA-CJ-4903-01A-01D-1423-01 called 0.68 1.93 0.0 12.0 0.67 0.39 new +TCGA-CJ-4904-01 TCGA-CJ-4904-01A-02D-1423-01 called 0.5 1.99 0.0 17.0 0.49 0.17 new +TCGA-CJ-4905-01 TCGA-CJ-4905-01A-02D-1423-01 called 0.58 2.05 0.0 14.0 0.59 0.0 new +TCGA-CJ-4907-01 TCGA-CJ-4907-01A-01D-1423-01 called 0.57 1.98 0.0 14.0 0.57 0.47 new +TCGA-CJ-4908-01 TCGA-CJ-4908-01A-01D-1423-01 called 0.46 2.0 0.0 18.0 0.46 0.09 new +TCGA-CJ-4912-01 TCGA-CJ-4912-01A-01D-1423-01 called 0.63 2.18 0.0 14.0 0.65 0.02 new +TCGA-CJ-4913-01 TCGA-CJ-4913-01A-01D-1423-01 called 0.61 1.95 0.0 13.0 0.61 0.16 new +TCGA-CJ-4916-01 TCGA-CJ-4916-01A-01D-1423-01 called 0.39 1.99 0.0 21.0 0.39 0.0 new +TCGA-CJ-4918-01 TCGA-CJ-4918-01A-01D-1423-01 called 0.36 2.01 0.0 27.0 0.36 0.0 new +TCGA-CJ-4920-01 TCGA-CJ-4920-01A-01D-1423-01 called 0.6 1.98 0.0 14.0 0.59 0.21 new +TCGA-CJ-4923-01 TCGA-CJ-4923-01A-01D-1423-01 called 0.33 2.04 0.0 31.0 0.34 0.17 new +TCGA-CJ-5671-01 TCGA-CJ-5671-01A-11D-1530-01 called 0.27 3.47 1.0 48.0 0.39 0.28 new +TCGA-CJ-5672-01 TCGA-CJ-5672-01A-11D-1530-01 called 0.57 2.07 0.0 15.0 0.58 0.02 new +TCGA-CJ-5675-01 TCGA-CJ-5675-01A-11D-1530-01 called 0.53 2.02 0.0 15.0 0.54 0.0 new +TCGA-CJ-5676-01 TCGA-CJ-5676-01A-11D-1530-01 called 0.51 2.15 0.0 17.0 0.53 0.61 new +TCGA-CJ-5677-01 TCGA-CJ-5677-01A-11D-1530-01 called 0.57 1.87 0.0 14.0 0.55 0.08 new +TCGA-CJ-5678-01 TCGA-CJ-5678-01A-11D-1530-01 called 0.58 1.98 0.0 14.0 0.58 0.0 new +TCGA-CJ-5679-01 TCGA-CJ-5679-01A-11D-1530-01 called 0.74 3.07 1.0 15.0 0.81 0.13 new +TCGA-CJ-5680-01 TCGA-CJ-5680-01A-11D-1530-01 called 0.68 1.87 0.0 11.0 0.67 0.0 new +TCGA-CJ-5681-01 TCGA-CJ-5681-01A-11D-1530-01 called 0.84 1.97 0.0 9.0 0.83 0.0 new +TCGA-CJ-5683-01 TCGA-CJ-5683-01A-11D-1530-01 called 0.67 2.1 0.0 12.0 0.68 0.02 new +TCGA-CJ-5684-01 TCGA-CJ-5684-01A-11D-1530-01 called 0.61 2.04 0.0 14.0 0.61 0.12 new +TCGA-CJ-5686-01 TCGA-CJ-5686-01A-11D-1668-01 called 0.4 2.0 0.0 21.0 0.4 0.0 new +TCGA-CJ-5689-01 TCGA-CJ-5689-01A-11D-1530-01 called 0.46 1.89 0.0 18.0 0.44 0.23 new +TCGA-CJ-6027-01 TCGA-CJ-6027-01A-11D-1668-01 called 0.56 1.74 0.0 13.0 0.52 0.16 new +TCGA-CJ-6028-01 TCGA-CJ-6028-01A-11D-1668-01 called 0.29 2.84 0.0 41.0 0.37 0.57 new +TCGA-CJ-6030-01 TCGA-CJ-6030-01A-11D-1668-01 called 0.49 1.81 0.0 16.0 0.46 0.05 new +TCGA-CJ-6031-01 TCGA-CJ-6031-01A-11D-1668-01 called 0.39 1.96 0.0 21.0 0.39 0.07 new +TCGA-CJ-6032-01 TCGA-CJ-6032-01A-11D-1668-01 called 0.58 1.98 0.0 14.0 0.58 0.09 new +TCGA-CJ-6033-01 TCGA-CJ-6033-01A-11D-1668-01 called 0.59 1.9 0.0 13.0 0.58 0.22 new +TCGA-CW-5580-01 TCGA-CW-5580-01A-01D-1668-01 called 0.63 1.9 0.0 12.0 0.62 0.12 new +TCGA-CW-5581-01 TCGA-CW-5581-01A-02D-1530-01 called 0.52 2.04 0.0 16.0 0.53 0.0 new +TCGA-CW-5583-01 TCGA-CW-5583-01A-02D-1530-01 called 0.63 2.03 0.0 13.0 0.63 0.0 new +TCGA-CW-5584-01 TCGA-CW-5584-01A-01D-1530-01 called 0.55 1.92 0.0 15.0 0.54 0.03 new +TCGA-CW-5585-01 TCGA-CW-5585-01A-01D-1530-01 called 0.8 2.01 0.0 10.0 0.8 0.0 new +TCGA-CW-5591-01 TCGA-CW-5591-01A-01D-1530-01 called 0.58 2.65 0.0 17.0 0.65 0.22 new +TCGA-CW-6090-01 TCGA-CW-6090-01A-11D-1668-01 called 0.58 3.57 1.0 21.0 0.71 0.0 new +TCGA-CW-6093-01 TCGA-CW-6093-01A-11D-1668-01 called 0.56 2.04 0.0 15.0 0.56 0.02 new +TCGA-CW-6097-01 TCGA-CW-6097-01A-11D-1668-01 called 0.5 2.04 0.0 17.0 0.51 0.35 new +TCGA-CZ-4853-01 TCGA-CZ-4853-01A-01D-1423-01 called 0.78 1.94 0.0 10.0 0.78 0.0 new +TCGA-CZ-4856-01 TCGA-CZ-4856-01A-02D-1423-01 called 0.41 2.06 0.0 20.0 0.42 0.0 new +TCGA-CZ-4859-01 TCGA-CZ-4859-01A-02D-1423-01 called 0.93 2.08 0.0 9.0 0.93 0.11 new +TCGA-CZ-4863-01 TCGA-CZ-4863-01A-01D-1499-01 called 0.36 1.96 0.0 26.0 0.36 0.2 new +TCGA-CZ-4864-01 TCGA-CZ-4864-01A-01D-1499-01 called 0.61 1.94 0.0 13.0 0.61 0.01 new +TCGA-CZ-4866-01 TCGA-CZ-4866-01A-01D-1499-01 called 0.55 3.39 1.0 21.0 0.68 0.09 new +TCGA-CZ-5451-01 TCGA-CZ-5451-01A-01D-1499-01 called 0.63 1.99 0.0 13.0 0.63 0.0 new +TCGA-CZ-5452-01 TCGA-CZ-5452-01A-01D-1499-01 called 0.33 1.8 0.0 30.0 0.3 0.12 new +TCGA-CZ-5453-01 TCGA-CZ-5453-01A-01D-1499-01 called 0.78 1.93 0.0 10.0 0.78 0.01 new +TCGA-CZ-5454-01 TCGA-CZ-5454-01A-01D-1499-01 called 0.75 2.1 0.0 11.0 0.76 0.0 new +TCGA-CZ-5455-01 TCGA-CZ-5455-01A-01D-1499-01 called 0.51 1.94 0.0 16.0 0.5 0.0 new +TCGA-CZ-5456-01 TCGA-CZ-5456-01A-01D-1499-01 called 0.43 3.54 1.0 32.0 0.57 0.1 new +TCGA-CZ-5457-01 TCGA-CZ-5457-01A-01D-1499-01 called 0.46 2.81 1.0 22.0 0.54 0.01 new +TCGA-CZ-5458-01 TCGA-CZ-5458-01A-01D-1499-01 called 0.5 1.97 0.0 16.0 0.49 0.0 new +TCGA-CZ-5459-01 TCGA-CZ-5459-01A-01D-1499-01 called 0.61 1.93 0.0 13.0 0.6 0.0 new +TCGA-CZ-5460-01 TCGA-CZ-5460-01A-01D-1499-01 called 0.66 1.96 0.0 12.0 0.66 0.27 new +TCGA-CZ-5461-01 TCGA-CZ-5461-01A-01D-1499-01 called 0.4 5.04 2.0 43.0 0.62 0.08 new +TCGA-CZ-5462-01 TCGA-CZ-5462-01A-01D-1499-01 called 0.44 1.87 0.0 18.0 0.43 0.0 new +TCGA-CZ-5463-01 TCGA-CZ-5463-01A-01D-1499-01 called 0.73 1.91 0.0 11.0 0.72 0.0 new +TCGA-CZ-5464-01 TCGA-CZ-5464-01A-01D-1499-01 called 0.48 2.37 0.0 19.0 0.53 0.0 new +TCGA-CZ-5465-01 TCGA-CZ-5465-01A-01D-1499-01 called 0.63 5.37 2.0 34.0 0.82 0.12 new +TCGA-CZ-5466-01 TCGA-CZ-5466-01A-01D-1499-01 called 0.38 2.16 0.0 26.0 0.4 0.0 new +TCGA-CZ-5467-01 TCGA-CZ-5467-01A-01D-1499-01 called 0.68 2.05 0.0 12.0 0.69 0.0 new +TCGA-CZ-5468-01 TCGA-CZ-5468-01A-01D-1499-01 called 0.41 3.34 1.0 32.0 0.54 0.13 new +TCGA-CZ-5469-01 TCGA-CZ-5469-01A-01D-1499-01 called 0.68 4.99 2.0 30.0 0.84 0.04 new +TCGA-CZ-5470-01 TCGA-CZ-5470-01A-01D-1499-01 called 0.53 1.96 0.0 15.0 0.53 0.07 new +TCGA-CZ-5982-01 TCGA-CZ-5982-01A-11D-1668-01 called 0.62 1.93 0.0 13.0 0.61 0.09 new +TCGA-CZ-5984-01 TCGA-CZ-5984-01A-11D-1668-01 called 0.52 3.17 1.0 21.0 0.63 0.19 new +TCGA-CZ-5985-01 TCGA-CZ-5985-01A-11D-1668-01 called 0.62 1.82 0.0 12.0 0.6 0.02 new +TCGA-CZ-5986-01 TCGA-CZ-5986-01A-11D-1668-01 called 0.67 1.94 0.0 12.0 0.66 0.04 new +TCGA-CZ-5988-01 TCGA-CZ-5988-01A-11D-1668-01 called 0.57 1.93 0.0 14.0 0.56 0.0 new +TCGA-DV-5565-01 TCGA-DV-5565-01A-01D-1530-01 called 0.7 1.92 0.0 11.0 0.69 0.0 new +TCGA-DV-5566-01 TCGA-DV-5566-01A-01D-1530-01 called 0.6 1.92 0.0 13.0 0.59 0.06 new +TCGA-DV-5567-01 TCGA-DV-5567-01A-01D-1530-01 called 0.6 2.0 0.0 14.0 0.6 0.0 new +TCGA-DV-A4VX-01 TCGA-DV-A4VX-01A-11D-A25U-01 called 0.72 2.3 0.0 12.0 0.75 0.0 new +TCGA-DV-A4VZ-01 TCGA-DV-A4VZ-01A-11D-A25U-01 called 0.85 2.0 0.0 9.0 0.85 0.0 new +TCGA-DV-A4W0-01 TCGA-DV-A4W0-01A-11D-A25U-01 called 0.57 2.03 0.0 14.0 0.58 0.02 new +TCGA-EU-5904-01 TCGA-EU-5904-01A-11D-1668-01 called 0.59 2.01 0.0 14.0 0.59 0.0 new +TCGA-EU-5905-01 TCGA-EU-5905-01A-11D-1668-01 called 0.59 2.75 1.0 17.0 0.66 0.3 new +TCGA-EU-5906-01 TCGA-EU-5906-01A-11D-1668-01 called 0.56 1.99 0.0 14.0 0.56 0.0 new +TCGA-G6-A5PC-01 TCGA-G6-A5PC-01A-11D-A33B-01 called 0.52 1.99 0.0 16.0 0.52 0.4 new +TCGA-G6-A8L6-01 TCGA-G6-A8L6-01A-11D-A36W-01 called 0.62 1.97 0.0 13.0 0.62 0.09 new +TCGA-G6-A8L7-01 TCGA-G6-A8L7-01A-11D-A36W-01 called 0.49 1.89 0.0 16.0 0.48 0.07 new +TCGA-G6-A8L8-01 TCGA-G6-A8L8-01A-21D-A36W-01 called 0.8 1.81 0.0 9.0 0.78 0.02 new +TCGA-GK-A6C7-01 TCGA-GK-A6C7-01A-11D-A33B-01 called 0.55 1.99 0.0 15.0 0.55 0.0 new +TCGA-MM-A563-01 TCGA-MM-A563-01A-11D-A25U-01 called 0.64 1.77 0.0 12.0 0.62 0.0 new +TCGA-MM-A564-01 TCGA-MM-A564-01A-11D-A25U-01 called 0.6 2.11 0.0 14.0 0.61 0.0 new +TCGA-MM-A84U-01 TCGA-MM-A84U-01A-11D-A36W-01 called 0.54 1.86 0.0 14.0 0.53 0.05 new +TCGA-MW-A4EC-01 TCGA-MW-A4EC-01A-11D-A25U-01 called 0.62 1.98 0.0 13.0 0.61 0.0 new +TCGA-T7-A92I-01 TCGA-T7-A92I-01A-11D-A36W-01 called 0.67 1.95 0.0 12.0 0.66 0.01 new +TCGA-2K-A9WE-01 TCGA-2K-A9WE-01A-11D-A381-01 called 0.22 2.38 0.0 52.0 0.25 0.11 new +TCGA-2Z-A9J1-01 TCGA-2Z-A9J1-01A-11D-A381-01 called 0.73 2.25 0.0 12.0 0.75 0.05 new +TCGA-2Z-A9J2-01 TCGA-2Z-A9J2-01A-11D-A381-01 called 0.59 2.2 0.0 15.0 0.62 0.13 new +TCGA-2Z-A9J3-01 TCGA-2Z-A9J3-01A-12D-A381-01 called 0.9 2.36 0.0 10.0 0.92 0.03 new +TCGA-2Z-A9J5-01 TCGA-2Z-A9J5-01A-21D-A381-01 called 0.59 2.32 0.0 15.0 0.62 0.11 new +TCGA-2Z-A9J6-01 TCGA-2Z-A9J6-01A-11D-A381-01 called 0.76 2.22 0.0 12.0 0.77 0.04 new +TCGA-2Z-A9J7-01 TCGA-2Z-A9J7-01A-11D-A381-01 called 0.94 2.19 0.0 9.0 0.94 0.03 new +TCGA-2Z-A9J8-01 TCGA-2Z-A9J8-01A-11D-A42I-01 called 0.86 1.88 0.0 9.0 0.85 0.0 new +TCGA-2Z-A9J9-01 TCGA-2Z-A9J9-01A-11D-A42I-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-2Z-A9JD-01 TCGA-2Z-A9JD-01A-11D-A42I-01 called 0.78 2.09 0.0 11.0 0.79 0.0 new +TCGA-2Z-A9JE-01 TCGA-2Z-A9JE-01A-11D-A42I-01 called 0.94 2.14 0.0 9.0 0.94 0.04 new +TCGA-2Z-A9JG-01 TCGA-2Z-A9JG-01A-11D-A42I-01 called 0.85 2.71 1.0 12.0 0.89 0.09 new +TCGA-2Z-A9JI-01 TCGA-2Z-A9JI-01A-11D-A42I-01 called 0.43 1.63 0.0 18.0 0.38 0.07 new +TCGA-2Z-A9JJ-01 TCGA-2Z-A9JJ-01A-11D-A42I-01 called 0.8 1.95 0.0 10.0 0.8 0.04 new +TCGA-2Z-A9JK-01 TCGA-2Z-A9JK-01A-11D-A42I-01 called 0.48 1.97 0.0 17.0 0.48 0.0 new +TCGA-2Z-A9JL-01 TCGA-2Z-A9JL-01A-11D-A42I-01 called 0.78 2.09 0.0 11.0 0.79 0.0 new +TCGA-2Z-A9JM-01 TCGA-2Z-A9JM-01A-12D-A42I-01 called 0.65 2.2 0.0 13.0 0.67 0.01 new +TCGA-2Z-A9JN-01 TCGA-2Z-A9JN-01A-21D-A42I-01 called 0.67 2.0 0.0 12.0 0.67 0.01 new +TCGA-2Z-A9JO-01 TCGA-2Z-A9JO-01A-11D-A42I-01 called 0.63 2.0 0.0 13.0 0.63 0.02 new +TCGA-2Z-A9JP-01 TCGA-2Z-A9JP-01A-11D-A42I-01 called 0.78 2.14 0.0 11.0 0.79 0.02 new +TCGA-2Z-A9JQ-01 TCGA-2Z-A9JQ-01A-11D-A42I-01 called 0.82 2.18 0.0 10.0 0.83 0.01 new +TCGA-2Z-A9JR-01 TCGA-2Z-A9JR-01A-12D-A42I-01 called 0.68 2.21 0.0 13.0 0.7 0.07 new +TCGA-2Z-A9JS-01 TCGA-2Z-A9JS-01A-21D-A42I-01 called 0.85 2.15 0.0 10.0 0.86 0.0 new +TCGA-2Z-A9JT-01 TCGA-2Z-A9JT-01A-11D-A42I-01 called 0.58 2.18 0.0 15.0 0.6 0.02 new +TCGA-4A-A93W-01 TCGA-4A-A93W-01A-11D-A36W-01 called 0.86 2.11 0.0 10.0 0.86 0.01 new +TCGA-4A-A93X-01 TCGA-4A-A93X-01A-11D-A36W-01 called 0.87 2.81 1.0 13.0 0.91 0.12 new +TCGA-5P-A9JU-01 TCGA-5P-A9JU-01A-11D-A42I-01 called 0.82 1.94 0.0 9.0 0.82 0.01 new +TCGA-5P-A9JV-01 TCGA-5P-A9JV-01A-12D-A42I-01 called 0.48 1.95 0.0 17.0 0.47 0.03 new +TCGA-5P-A9JW-01 TCGA-5P-A9JW-01A-11D-A42I-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-5P-A9JY-01 TCGA-5P-A9JY-01A-11D-A42I-01 called 0.85 2.19 0.0 10.0 0.86 0.1 new +TCGA-5P-A9JZ-01 TCGA-5P-A9JZ-01A-11D-A42I-01 called 0.76 2.09 0.0 11.0 0.76 0.0 new +TCGA-5P-A9K0-01 TCGA-5P-A9K0-01A-11D-A42I-01 called 0.79 2.19 0.0 11.0 0.81 0.0 new +TCGA-5P-A9K2-01 TCGA-5P-A9K2-01A-11D-A42I-01 called 0.83 2.21 0.0 10.0 0.84 0.0 new +TCGA-5P-A9K3-01 TCGA-5P-A9K3-01A-11D-A42I-01 called 0.76 1.84 0.0 10.0 0.74 0.09 new +TCGA-5P-A9K4-01 TCGA-5P-A9K4-01A-11D-A42I-01 called 0.82 2.22 0.0 11.0 0.83 0.01 new +TCGA-5P-A9K6-01 TCGA-5P-A9K6-01A-11D-A42I-01 called 0.64 2.2 0.0 13.0 0.66 0.0 new +TCGA-5P-A9K8-01 TCGA-5P-A9K8-01A-11D-A42I-01 called 0.8 1.82 0.0 9.0 0.78 0.0 new +TCGA-5P-A9K9-01 TCGA-5P-A9K9-01A-11D-A42I-01 called 0.78 1.6 0.0 8.0 0.74 0.31 new +TCGA-5P-A9KA-01 TCGA-5P-A9KA-01A-11D-A42I-01 called 0.62 2.05 0.0 13.0 0.63 0.02 new +TCGA-5P-A9KC-01 TCGA-5P-A9KC-01A-11D-A42I-01 called 0.56 2.1 0.0 15.0 0.57 0.0 new +TCGA-5P-A9KE-01 TCGA-5P-A9KE-01A-11D-A42I-01 called 0.6 2.12 0.0 14.0 0.61 0.0 new +TCGA-5P-A9KH-01 TCGA-5P-A9KH-01A-11D-A42I-01 called 0.85 1.69 0.0 8.0 0.82 0.0 new +TCGA-A4-7286-01 TCGA-A4-7286-01A-11D-2135-01 called 0.61 2.74 1.0 17.0 0.68 0.0 new +TCGA-A4-7287-01 TCGA-A4-7287-01A-11D-2135-01 called 0.59 1.78 0.0 13.0 0.56 0.12 new +TCGA-A4-7288-01 TCGA-A4-7288-01A-11D-2135-01 called 0.91 2.1 0.0 9.0 0.92 0.01 new +TCGA-A4-7583-01 TCGA-A4-7583-01A-11D-2135-01 called 0.76 1.88 0.0 10.0 0.75 0.0 new +TCGA-A4-7584-01 TCGA-A4-7584-01A-11D-2135-01 called 0.81 2.13 0.0 10.0 0.82 0.05 new +TCGA-A4-7585-01 TCGA-A4-7585-01A-11D-2135-01 called 0.39 2.05 0.0 21.0 0.4 0.02 new +TCGA-A4-7732-01 TCGA-A4-7732-01A-11D-2135-01 called 0.89 2.21 0.0 10.0 0.9 0.0 new +TCGA-A4-7734-01 TCGA-A4-7734-01A-11D-2135-01 called 0.84 2.11 0.0 10.0 0.84 0.0 new +TCGA-A4-7828-01 TCGA-A4-7828-01A-11D-2135-01 called 0.52 2.0 0.0 16.0 0.52 0.0 new +TCGA-A4-7915-01 TCGA-A4-7915-01A-11D-2200-01 called 0.68 1.98 0.0 12.0 0.68 0.07 new +TCGA-A4-7996-01 TCGA-A4-7996-01A-11D-2200-01 called 0.67 2.14 0.0 13.0 0.68 0.0 new +TCGA-A4-7997-01 TCGA-A4-7997-01A-11D-2200-01 called 0.71 2.17 0.0 12.0 0.72 0.05 new +TCGA-A4-8098-01 TCGA-A4-8098-01A-11D-2392-01 called 0.85 2.05 0.0 10.0 0.85 0.0 new +TCGA-A4-8310-01 TCGA-A4-8310-01A-11D-2392-01 called 0.82 2.18 0.0 10.0 0.83 0.0 new +TCGA-A4-8311-01 TCGA-A4-8311-01A-11D-2392-01 called 0.88 2.26 0.0 10.0 0.9 0.0 new +TCGA-A4-8312-01 TCGA-A4-8312-01A-11D-2392-01 called 0.91 2.0 0.0 9.0 0.91 0.0 new +TCGA-A4-8515-01 TCGA-A4-8515-01A-11D-2392-01 called 0.92 2.17 0.0 9.0 0.92 0.0 new +TCGA-A4-8517-01 TCGA-A4-8517-01A-11D-2392-01 called 0.8 2.19 0.0 11.0 0.81 0.05 new +TCGA-A4-8518-01 TCGA-A4-8518-01A-11D-2392-01 called 0.88 2.23 0.0 10.0 0.89 0.12 new +TCGA-A4-8630-01 TCGA-A4-8630-01A-11D-2392-01 called 0.87 2.28 0.0 10.0 0.88 0.0 new +TCGA-A4-A48D-01 TCGA-A4-A48D-01A-11D-A253-01 called 0.93 2.2 0.0 9.0 0.93 0.1 new +TCGA-A4-A4ZT-01 TCGA-A4-A4ZT-01A-11D-A26O-01 called 0.82 2.37 0.0 11.0 0.85 0.06 new +TCGA-A4-A57E-01 TCGA-A4-A57E-01A-11D-A26O-01 called 0.83 2.04 0.0 10.0 0.83 0.07 new +TCGA-A4-A5DU-01 TCGA-A4-A5DU-01A-11D-A28F-01 called 0.9 2.39 0.0 10.0 0.91 0.09 new +TCGA-A4-A5XZ-01 TCGA-A4-A5XZ-01A-11D-A31W-01 called 0.71 2.36 0.0 13.0 0.74 0.01 new +TCGA-A4-A5Y0-01 TCGA-A4-A5Y0-01A-11D-A31W-01 called 0.95 2.04 0.0 8.0 0.95 0.02 new +TCGA-A4-A5Y1-01 TCGA-A4-A5Y1-01A-11D-A28F-01 called 0.77 2.61 1.0 13.0 0.82 0.07 new +TCGA-A4-A6HP-01 TCGA-A4-A6HP-01A-11D-A31W-01 called 0.69 2.19 0.0 13.0 0.71 0.03 new +TCGA-A4-A772-01 TCGA-A4-A772-01A-11D-A33P-01 called 0.73 2.25 0.0 12.0 0.75 0.0 new +TCGA-A4-A7UZ-01 TCGA-A4-A7UZ-01A-12D-A34Y-01 called 0.51 2.26 0.0 17.0 0.54 0.09 new +TCGA-AL-3466-01 TCGA-AL-3466-01A-01D-1190-01 called 0.64 3.66 1.0 20.0 0.77 0.09 new +TCGA-AL-3467-01 TCGA-AL-3467-01A-02D-1348-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-AL-3472-01 TCGA-AL-3472-01A-01D-1190-01 called 0.89 2.09 0.0 9.0 0.9 0.0 new +TCGA-AL-3473-01 TCGA-AL-3473-01A-01D-1190-01 called 0.32 1.96 0.0 32.0 0.32 0.0 new +TCGA-AL-7173-01 TCGA-AL-7173-01A-11D-2135-01 called 0.56 2.13 0.0 15.0 0.57 0.0 new +TCGA-AT-A5NU-01 TCGA-AT-A5NU-01A-11D-A28F-01 called 0.82 2.41 0.0 11.0 0.85 0.09 new +TCGA-B1-5398-01 TCGA-B1-5398-01A-02D-1588-01 called 0.36 2.1 0.0 28.0 0.37 0.0 new +TCGA-B1-7332-01 TCGA-B1-7332-01A-11D-2135-01 called 0.74 2.87 1.0 15.0 0.8 0.01 new +TCGA-B1-A47M-01 TCGA-B1-A47M-01A-11D-A253-01 called 0.96 4.28 1.0 18.0 0.98 0.13 new +TCGA-B1-A47N-01 TCGA-B1-A47N-01A-11D-A253-01 called 0.83 2.16 0.0 10.0 0.84 0.1 new +TCGA-B1-A654-01 TCGA-B1-A654-01A-11D-A31W-01 called 0.89 2.11 0.0 9.0 0.9 0.04 new +TCGA-B1-A655-01 TCGA-B1-A655-01A-11D-A31W-01 called 0.67 1.95 0.0 12.0 0.66 0.0 new +TCGA-B1-A656-01 TCGA-B1-A656-01A-11D-A31W-01 called 0.59 2.14 0.0 14.0 0.6 0.0 new +TCGA-B1-A657-01 TCGA-B1-A657-01A-11D-A31W-01 called 0.62 2.25 0.0 14.0 0.65 0.0 new +TCGA-B3-3925-01 TCGA-B3-3925-01A-02D-1348-01 called 0.72 2.15 0.0 12.0 0.74 0.01 new +TCGA-B3-3926-01 TCGA-B3-3926-01A-02D-1348-01 called 0.94 1.53 0.0 6.0 0.92 0.77 new +TCGA-B3-4104-01 TCGA-B3-4104-01A-02D-1348-01 called 0.94 2.0 0.0 8.0 0.94 0.06 new +TCGA-B3-8121-01 TCGA-B3-8121-01A-21D-2392-01 called 0.41 2.18 0.0 21.0 0.43 0.0 new +TCGA-B3-A6W5-01 TCGA-B3-A6W5-01A-12D-A33P-01 called 0.79 2.43 0.0 12.0 0.82 0.02 new +TCGA-B9-4113-01 TCGA-B9-4113-01A-01D-1190-01 called 0.7 2.19 0.0 12.0 0.72 0.0 new +TCGA-B9-4114-01 TCGA-B9-4114-01A-01D-1190-01 called 0.65 2.28 0.0 14.0 0.68 0.08 new +TCGA-B9-4115-01 TCGA-B9-4115-01A-01D-1549-01 called 0.74 2.14 0.0 11.0 0.75 0.0 new +TCGA-B9-4116-01 TCGA-B9-4116-01A-02D-1348-01 called 0.82 1.95 0.0 9.0 0.82 0.03 new +TCGA-B9-4117-01 TCGA-B9-4117-01A-02D-1348-01 called 0.48 5.07 2.0 38.0 0.7 0.11 new +TCGA-B9-4617-01 TCGA-B9-4617-01A-01D-1190-01 called 0.83 2.4 0.0 11.0 0.86 0.01 new +TCGA-B9-5155-01 TCGA-B9-5155-01A-01D-1588-01 called 0.92 2.22 0.0 9.0 0.93 0.0 new +TCGA-B9-5156-01 TCGA-B9-5156-01A-01D-1588-01 called 0.65 2.24 0.0 13.0 0.68 0.0 new +TCGA-B9-7268-01 TCGA-B9-7268-01A-11D-2135-01 called 0.93 2.31 0.0 10.0 0.94 0.0 new +TCGA-B9-A44B-01 TCGA-B9-A44B-01A-11D-A253-01 called 0.8 3.84 1.0 18.0 0.89 0.2 new +TCGA-B9-A5W7-01 TCGA-B9-A5W7-01A-11D-A31W-01 called 0.8 2.15 0.0 11.0 0.81 0.0 new +TCGA-B9-A5W8-01 TCGA-B9-A5W8-01A-11D-A28F-01 called 0.55 1.85 0.0 14.0 0.53 0.03 new +TCGA-B9-A5W9-01 TCGA-B9-A5W9-01A-11D-A28F-01 called 0.88 2.42 0.0 11.0 0.9 0.0 new +TCGA-B9-A69E-01 TCGA-B9-A69E-01A-11D-A31W-01 called 0.58 1.89 0.0 14.0 0.57 0.0 new +TCGA-B9-A8YH-01 TCGA-B9-A8YH-01A-11D-A36W-01 called 0.78 2.28 0.0 11.0 0.8 0.03 new +TCGA-B9-A8YI-01 TCGA-B9-A8YI-01A-21D-A36W-01 called 0.76 2.01 0.0 11.0 0.76 0.0 new +TCGA-BQ-5875-01 TCGA-BQ-5875-01A-11D-1588-01 called 0.66 3.91 1.0 21.0 0.79 0.0 new +TCGA-BQ-5876-01 TCGA-BQ-5876-01A-11D-1588-01 called 0.82 1.82 0.0 9.0 0.81 0.02 new +TCGA-BQ-5877-01 TCGA-BQ-5877-01A-11D-1588-01 called 0.72 1.89 0.0 11.0 0.7 0.01 new +TCGA-BQ-5878-01 TCGA-BQ-5878-01A-11D-1588-01 called 0.94 1.99 0.0 8.0 0.94 0.01 new +TCGA-BQ-5879-01 TCGA-BQ-5879-01A-11D-1588-01 called 0.75 1.77 0.0 10.0 0.73 0.13 new +TCGA-BQ-5880-01 TCGA-BQ-5880-01A-11D-1588-01 called 0.34 2.21 0.0 31.0 0.36 0.04 new +TCGA-BQ-5881-01 TCGA-BQ-5881-01A-11D-1588-01 called 0.66 2.19 0.0 13.0 0.68 0.0 new +TCGA-BQ-5882-01 TCGA-BQ-5882-01A-11D-1588-01 called 0.66 1.61 0.0 10.0 0.61 0.04 new +TCGA-BQ-5883-01 TCGA-BQ-5883-01A-11D-1588-01 called 0.6 2.0 0.0 14.0 0.6 0.0 new +TCGA-BQ-5885-01 TCGA-BQ-5885-01A-11D-1588-01 called 0.74 1.96 0.0 11.0 0.74 0.09 new +TCGA-BQ-5886-01 TCGA-BQ-5886-01A-11D-1588-01 called 0.65 2.12 0.0 13.0 0.67 0.0 new +TCGA-BQ-5887-01 TCGA-BQ-5887-01A-11D-1959-01 called 0.45 2.38 1.0 20.0 0.49 0.27 new +TCGA-BQ-5888-01 TCGA-BQ-5888-01A-11D-1588-01 called 0.42 1.9 0.0 19.0 0.41 0.0 new +TCGA-BQ-5889-01 TCGA-BQ-5889-01A-11D-1588-01 called 0.57 2.0 0.0 14.0 0.57 0.4 new +TCGA-BQ-5890-01 TCGA-BQ-5890-01A-11D-1588-01 called 0.75 2.06 0.0 11.0 0.76 0.07 new +TCGA-BQ-5891-01 TCGA-BQ-5891-01A-11D-1588-01 called 0.94 1.32 0.0 5.0 0.92 0.0 new +TCGA-BQ-5892-01 TCGA-BQ-5892-01A-11D-1588-01 called 0.61 2.04 0.0 14.0 0.61 0.29 new +TCGA-BQ-5893-01 TCGA-BQ-5893-01A-11D-1588-01 called 0.8 2.24 0.0 11.0 0.82 0.05 new +TCGA-BQ-5894-01 TCGA-BQ-5894-01A-11D-1588-01 called 0.36 2.8 1.0 32.0 0.44 0.09 new +TCGA-BQ-7044-01 TCGA-BQ-7044-01A-11D-1959-01 called 0.89 1.98 0.0 9.0 0.89 0.0 new +TCGA-BQ-7046-01 TCGA-BQ-7046-01A-11D-1959-01 called 0.66 2.36 0.0 14.0 0.7 0.0 new +TCGA-BQ-7048-01 TCGA-BQ-7048-01A-11D-1959-01 called 0.8 2.0 0.0 10.0 0.8 0.08 new +TCGA-BQ-7050-01 TCGA-BQ-7050-01A-11D-1959-01 called 0.32 1.99 0.0 32.0 0.32 0.0 new +TCGA-BQ-7051-01 TCGA-BQ-7051-01A-12D-1959-01 called 0.99 2.0 0.0 8.0 0.99 0.93 new +TCGA-BQ-7053-01 TCGA-BQ-7053-01A-11D-1959-01 called 0.56 2.02 0.0 15.0 0.56 0.01 new +TCGA-BQ-7055-01 TCGA-BQ-7055-01A-11D-1959-01 called 0.82 1.93 0.0 9.0 0.82 0.01 new +TCGA-BQ-7058-01 TCGA-BQ-7058-01A-11D-1959-01 called 0.83 2.02 0.0 10.0 0.83 0.03 new +TCGA-BQ-7061-01 TCGA-BQ-7061-01A-11D-1959-01 called 0.79 2.08 0.0 10.0 0.8 0.01 new +TCGA-BQ-7062-01 TCGA-BQ-7062-01A-11D-1959-01 called 0.47 2.24 0.0 18.0 0.5 0.13 new +TCGA-DW-5560-01 TCGA-DW-5560-01A-01D-1588-01 called 1.0 2.18 0.0 9.0 1.0 0.08 new +TCGA-DW-7836-01 TCGA-DW-7836-01A-11D-2135-01 called 0.92 2.21 0.0 9.0 0.92 0.0 new +TCGA-DW-7837-01 TCGA-DW-7837-01A-11D-2135-01 called 0.7 2.13 0.0 12.0 0.72 0.03 new +TCGA-DW-7838-01 TCGA-DW-7838-01A-11D-2135-01 called 0.39 2.25 0.0 26.0 0.42 0.0 new +TCGA-DW-7839-01 TCGA-DW-7839-01A-11D-2135-01 called 0.95 2.03 0.0 8.0 0.95 0.0 new +TCGA-DW-7840-01 TCGA-DW-7840-01A-11D-2135-01 called 0.85 2.16 0.0 10.0 0.86 0.0 new +TCGA-DW-7841-01 TCGA-DW-7841-01A-11D-2135-01 called 0.61 2.19 0.0 14.0 0.63 0.02 new +TCGA-DW-7842-01 TCGA-DW-7842-01A-11D-2135-01 called 1.0 2.09 0.0 8.0 1.0 0.01 new +TCGA-DW-7963-01 TCGA-DW-7963-01B-11D-A28F-01 called 0.61 2.24 0.0 14.0 0.64 0.0 new +TCGA-DZ-6131-01 TCGA-DZ-6131-01A-11D-1959-01 called 0.76 1.95 0.0 10.0 0.75 0.14 new +TCGA-DZ-6132-01 TCGA-DZ-6132-01A-11D-1959-01 called 0.41 2.1 0.0 21.0 0.42 0.06 new +TCGA-DZ-6133-01 TCGA-DZ-6133-01A-11D-1959-01 called 0.94 2.44 0.0 10.0 0.95 0.0 new +TCGA-DZ-6134-01 TCGA-DZ-6134-01A-11D-1959-01 called 0.45 2.15 0.0 19.0 0.47 0.0 new +TCGA-DZ-6135-01 TCGA-DZ-6135-01A-11D-1959-01 called 0.85 2.03 0.0 9.0 0.85 0.0 new +TCGA-EV-5901-01 TCGA-EV-5901-01A-11D-1588-01 called 0.78 2.12 0.0 11.0 0.79 0.02 new +TCGA-EV-5902-01 TCGA-EV-5902-01A-11D-1588-01 called 1.0 2.07 0.0 8.0 1.0 0.15 new +TCGA-EV-5903-01 TCGA-EV-5903-01A-11D-1588-01 called 0.62 2.18 0.0 14.0 0.64 0.0 new +TCGA-F9-A4JJ-01 TCGA-F9-A4JJ-01A-11D-A253-01 called 0.74 1.66 0.0 9.0 0.7 0.07 new +TCGA-F9-A7Q0-01 TCGA-F9-A7Q0-01A-11D-A35Y-01 called 0.87 1.53 0.0 7.0 0.83 0.22 new +TCGA-F9-A7VF-01 TCGA-F9-A7VF-01A-11D-A33P-01 called 0.85 2.21 0.0 10.0 0.86 0.06 new +TCGA-F9-A8NY-01 TCGA-F9-A8NY-01A-11D-A40C-01 called 0.74 2.32 0.0 12.0 0.77 0.02 new +TCGA-F9-A97G-01 TCGA-F9-A97G-01A-11D-A381-01 called 0.47 2.03 0.0 17.0 0.48 0.02 new +TCGA-G7-6789-01 TCGA-G7-6789-01A-11D-1959-01 called 0.79 1.52 0.0 8.0 0.74 0.13 new +TCGA-G7-6790-01 TCGA-G7-6790-01A-11D-1959-01 called 0.7 2.37 0.0 13.0 0.74 0.0 new +TCGA-G7-6792-01 TCGA-G7-6792-01A-21D-1959-01 called 0.79 1.98 0.0 10.0 0.79 0.0 new +TCGA-G7-6793-01 TCGA-G7-6793-01A-11D-1959-01 called 0.62 1.88 0.0 13.0 0.6 0.01 new +TCGA-G7-6796-01 TCGA-G7-6796-01A-11D-1959-01 called 0.43 1.94 0.0 19.0 0.42 0.0 new +TCGA-G7-6797-01 TCGA-G7-6797-01A-11D-1959-01 called 0.95 1.94 0.0 8.0 0.95 0.0 new +TCGA-G7-7501-01 TCGA-G7-7501-01A-11D-2200-01 called 0.88 1.79 0.0 8.0 0.87 0.03 new +TCGA-G7-7502-01 TCGA-G7-7502-01A-11D-2200-01 called 0.56 2.83 1.0 18.0 0.64 0.01 new +TCGA-G7-A4TM-01 TCGA-G7-A4TM-01A-11D-A31W-01 called 0.83 2.19 0.0 10.0 0.85 0.0 new +TCGA-G7-A8LB-01 TCGA-G7-A8LB-01A-11D-A40C-01 called 0.92 2.3 0.0 10.0 0.93 0.06 new +TCGA-G7-A8LC-01 TCGA-G7-A8LC-01A-11D-A35Y-01 called 0.83 1.52 0.0 7.0 0.79 0.18 new +TCGA-G7-A8LD-01 TCGA-G7-A8LD-01A-11D-A35Y-01 called 0.9 1.93 0.0 8.0 0.89 0.1 new +TCGA-G7-A8LE-01 TCGA-G7-A8LE-01A-11D-A40C-01 called 0.82 2.09 0.0 10.0 0.82 0.04 new +TCGA-GL-6846-01 TCGA-GL-6846-01A-11D-1959-01 called 0.89 2.22 0.0 10.0 0.9 0.0 new +TCGA-GL-7773-01 TCGA-GL-7773-01A-11D-2135-01 called 0.79 1.94 0.0 10.0 0.78 0.0 new +TCGA-GL-7966-01 TCGA-GL-7966-01A-11D-2200-01 called 0.78 1.54 0.0 8.0 0.74 0.26 new +TCGA-GL-8500-01 TCGA-GL-8500-01A-11D-2392-01 called 0.9 1.97 0.0 9.0 0.89 0.0 new +TCGA-GL-A4EM-01 TCGA-GL-A4EM-01A-11D-A253-01 called 0.36 2.23 0.0 29.0 0.38 0.0 new +TCGA-GL-A59R-01 TCGA-GL-A59R-01A-11D-A26O-01 called 1.0 2.13 0.0 8.0 1.0 0.07 new +TCGA-GL-A59T-01 TCGA-GL-A59T-01A-21D-A28F-01 called 0.71 2.35 0.0 13.0 0.74 0.0 new +TCGA-GL-A9DC-01 TCGA-GL-A9DC-01A-11D-A36W-01 called 0.84 2.1 0.0 10.0 0.85 0.01 new +TCGA-GL-A9DD-01 TCGA-GL-A9DD-01A-11D-A36W-01 called 0.37 2.24 0.0 28.0 0.4 0.1 new +TCGA-GL-A9DE-01 TCGA-GL-A9DE-01A-11D-A36W-01 called 0.88 2.0 0.0 9.0 0.88 0.01 new +TCGA-HE-7128-01 TCGA-HE-7128-01A-11D-1959-01 called 0.41 2.37 0.0 24.0 0.45 0.03 new +TCGA-HE-7129-01 TCGA-HE-7129-01A-11D-1959-01 called 0.98 2.04 0.0 8.0 0.98 0.96 new +TCGA-HE-7130-01 TCGA-HE-7130-01A-11D-1959-01 called 0.77 3.67 1.0 18.0 0.86 0.16 new +TCGA-HE-A5NF-01 TCGA-HE-A5NF-01A-11D-A26O-01 called 0.38 2.34 0.0 27.0 0.42 0.02 new +TCGA-HE-A5NH-01 TCGA-HE-A5NH-01A-11D-A26O-01 called 0.84 2.09 0.0 10.0 0.84 0.0 new +TCGA-HE-A5NI-01 TCGA-HE-A5NI-01A-11D-A26O-01 called 1.0 2.4 0.0 10.0 1.0 0.2 new +TCGA-HE-A5NJ-01 TCGA-HE-A5NJ-01A-11D-A26O-01 called 0.9 2.18 0.0 10.0 0.9 0.02 new +TCGA-HE-A5NK-01 TCGA-HE-A5NK-01A-11D-A26O-01 called 0.71 3.87 1.0 19.0 0.82 0.07 new +TCGA-HE-A5NL-01 TCGA-HE-A5NL-01A-11D-A26O-01 called 0.66 2.24 0.0 13.0 0.68 0.0 new +TCGA-IA-A40U-01 TCGA-IA-A40U-01A-11D-A253-01 called 0.78 2.2 0.0 11.0 0.79 0.01 new +TCGA-IA-A40X-01 TCGA-IA-A40X-01A-11D-A253-01 called 0.83 2.04 0.0 10.0 0.83 0.02 new +TCGA-IA-A40Y-01 TCGA-IA-A40Y-01A-11D-A253-01 called 0.78 3.15 1.0 15.0 0.85 0.25 new +TCGA-IA-A83S-01 TCGA-IA-A83S-01A-11D-A34Y-01 called 0.5 2.15 0.0 17.0 0.52 0.02 new +TCGA-IA-A83T-01 TCGA-IA-A83T-01A-11D-A34Y-01 called 0.48 2.13 0.0 18.0 0.5 0.0 new +TCGA-IA-A83V-01 TCGA-IA-A83V-01A-11D-A34Y-01 called 0.49 2.12 0.0 17.0 0.5 0.0 new +TCGA-IA-A83W-01 TCGA-IA-A83W-01A-11D-A34Y-01 called 0.71 2.11 0.0 12.0 0.72 0.01 new +TCGA-IZ-8195-01 TCGA-IZ-8195-01A-31D-2392-01 called 0.88 2.14 0.0 10.0 0.89 0.0 new +TCGA-IZ-8196-01 TCGA-IZ-8196-01A-11D-2392-01 called 0.89 2.14 0.0 9.0 0.89 0.0 new +TCGA-IZ-A6M8-01 TCGA-IZ-A6M8-01A-11D-A31W-01 called 0.64 2.12 0.0 13.0 0.66 0.0 new +TCGA-IZ-A6M9-01 TCGA-IZ-A6M9-01A-11D-A31W-01 called 0.81 2.12 0.0 10.0 0.82 0.03 new +TCGA-J7-8537-01 TCGA-J7-8537-01A-11D-2392-01 called 0.4 1.67 0.0 20.0 0.35 0.1 new +TCGA-J7-A8I2-01 TCGA-J7-A8I2-01A-12D-A35Y-01 called 0.99 2.01 0.0 8.0 0.99 0.01 new +TCGA-KV-A6GD-01 TCGA-KV-A6GD-01A-11D-A31W-01 called 0.28 2.44 0.0 41.0 0.32 0.0 new +TCGA-KV-A6GE-01 TCGA-KV-A6GE-01A-11D-A31W-01 called 0.73 2.39 0.0 13.0 0.77 0.0 new +TCGA-KV-A74V-01 TCGA-KV-A74V-01A-11D-A33P-01 called 0.83 2.34 0.0 11.0 0.85 0.0 new +TCGA-MH-A55W-01 TCGA-MH-A55W-01A-11D-A26O-01 called 0.77 2.34 0.0 12.0 0.8 0.04 new +TCGA-MH-A55Z-01 TCGA-MH-A55Z-01A-11D-A26O-01 called 0.88 2.19 0.0 10.0 0.89 0.0 new +TCGA-MH-A560-01 TCGA-MH-A560-01A-11D-A26O-01 called 0.75 2.11 0.0 11.0 0.76 0.0 new +TCGA-MH-A561-01 TCGA-MH-A561-01A-11D-A26O-01 called 0.68 2.03 0.0 12.0 0.68 0.19 new +TCGA-MH-A562-01 TCGA-MH-A562-01A-11D-A26O-01 called 0.74 2.21 0.0 12.0 0.76 0.0 new +TCGA-MH-A854-01 TCGA-MH-A854-01A-11D-A34Y-01 called 0.85 2.07 0.0 10.0 0.85 0.0 new +TCGA-MH-A855-01 TCGA-MH-A855-01A-11D-A34Y-01 called 0.64 1.99 0.0 13.0 0.64 0.0 new +TCGA-MH-A856-01 TCGA-MH-A856-01A-11D-A34Y-01 called 0.79 2.02 0.0 10.0 0.79 0.0 new +TCGA-MH-A857-01 TCGA-MH-A857-01A-11D-A34Y-01 called 0.6 2.0 0.0 14.0 0.6 0.0 new +TCGA-O9-A75Z-01 TCGA-O9-A75Z-01A-11D-A33P-01 called 0.78 2.14 0.0 11.0 0.8 0.01 new +TCGA-P4-A5E6-01 TCGA-P4-A5E6-01A-11D-A28F-01 called 0.81 2.07 0.0 10.0 0.82 0.06 new +TCGA-P4-A5E7-01 TCGA-P4-A5E7-01A-31D-A28F-01 called 0.71 2.25 0.0 12.0 0.73 0.0 new +TCGA-P4-A5E8-01 TCGA-P4-A5E8-01A-11D-A28F-01 called 0.78 1.91 0.0 10.0 0.78 0.1 new +TCGA-P4-A5EA-01 TCGA-P4-A5EA-01A-11D-A28F-01 called 0.47 1.66 0.0 16.0 0.42 0.39 new +TCGA-P4-A5EB-01 TCGA-P4-A5EB-01A-11D-A28F-01 called 0.8 3.36 1.0 16.0 0.87 0.11 new +TCGA-P4-A5ED-01 TCGA-P4-A5ED-01A-11D-A28F-01 called 0.63 1.99 0.0 13.0 0.62 0.08 new +TCGA-P4-AAVK-01 TCGA-P4-AAVK-01A-11D-A42I-01 called 0.75 2.16 0.0 11.0 0.76 0.0 new +TCGA-P4-AAVL-01 TCGA-P4-AAVL-01A-11D-A42I-01 called 0.9 2.22 0.0 10.0 0.9 0.05 new +TCGA-P4-AAVM-01 TCGA-P4-AAVM-01A-11D-A42I-01 called 0.84 2.1 0.0 10.0 0.85 0.0 new +TCGA-P4-AAVO-01 TCGA-P4-AAVO-01A-11D-A42I-01 called 0.92 2.02 0.0 9.0 0.92 0.03 new +TCGA-PJ-A5Z8-01 TCGA-PJ-A5Z8-01A-11D-A28F-01 called 0.45 1.89 0.0 18.0 0.44 0.0 new +TCGA-PJ-A5Z9-01 TCGA-PJ-A5Z9-01A-11D-A28F-01 called 0.88 2.33 0.0 10.0 0.9 0.0 new +TCGA-Q2-A5QZ-01 TCGA-Q2-A5QZ-01A-11D-A28F-01 called 0.7 1.78 0.0 11.0 0.67 0.23 new +TCGA-SX-A71R-01 TCGA-SX-A71R-01A-12D-A33P-01 called 0.88 2.18 0.0 10.0 0.89 0.0 new +TCGA-SX-A71S-01 TCGA-SX-A71S-01A-11D-A33P-01 called 0.87 2.09 0.0 9.0 0.87 0.0 new +TCGA-SX-A71U-01 TCGA-SX-A71U-01A-12D-A33P-01 called 0.65 2.22 0.0 13.0 0.67 0.08 new +TCGA-SX-A71V-01 TCGA-SX-A71V-01A-11D-A33P-01 called 0.72 2.33 0.0 13.0 0.75 0.01 new +TCGA-SX-A7SL-01 TCGA-SX-A7SL-01A-11D-A34Y-01 called 0.92 2.01 0.0 9.0 0.92 0.0 new +TCGA-SX-A7SM-01 TCGA-SX-A7SM-01A-11D-A34Y-01 called 0.78 2.01 0.0 10.0 0.78 0.05 new +TCGA-SX-A7SN-01 TCGA-SX-A7SN-01A-11D-A34Y-01 called 0.75 2.21 0.0 12.0 0.77 0.1 new +TCGA-SX-A7SO-01 TCGA-SX-A7SO-01A-11D-A34Y-01 called 0.89 1.96 0.0 9.0 0.89 0.0 new +TCGA-SX-A7SP-01 TCGA-SX-A7SP-01A-11D-A34Y-01 called 0.62 2.21 0.0 14.0 0.64 0.05 new +TCGA-SX-A7SQ-01 TCGA-SX-A7SQ-01A-12D-A35Y-01 called 0.86 2.36 0.0 11.0 0.88 0.13 new +TCGA-SX-A7SR-01 TCGA-SX-A7SR-01A-12D-A35Y-01 called 0.71 2.28 0.0 13.0 0.73 0.0 new +TCGA-SX-A7SS-01 TCGA-SX-A7SS-01A-11D-A35Y-01 called 0.84 2.39 0.0 11.0 0.86 0.02 new +TCGA-SX-A7SU-01 TCGA-SX-A7SU-01A-11D-A35Y-01 called 0.95 2.14 0.0 9.0 0.95 0.09 new +TCGA-UN-AAZ9-01 TCGA-UN-AAZ9-01A-11D-A381-01 called 0.91 1.57 0.0 7.0 0.89 0.03 new +TCGA-UZ-A9PJ-01 TCGA-UZ-A9PJ-01A-11D-A381-01 called 0.94 2.08 0.0 9.0 0.94 0.01 new +TCGA-UZ-A9PK-01 TCGA-UZ-A9PK-01A-11D-A381-01 called 0.74 2.2 0.0 12.0 0.76 0.05 new +TCGA-UZ-A9PL-01 TCGA-UZ-A9PL-01A-11D-A381-01 called 0.86 2.13 0.0 10.0 0.87 0.02 new +TCGA-UZ-A9PM-01 TCGA-UZ-A9PM-01A-21D-A381-01 called 0.53 2.21 0.0 16.0 0.55 0.02 new +TCGA-UZ-A9PN-01 TCGA-UZ-A9PN-01A-11D-A381-01 called 0.52 2.01 0.0 16.0 0.53 0.0 new +TCGA-UZ-A9PO-01 TCGA-UZ-A9PO-01A-11D-A381-01 called 0.6 2.23 0.0 15.0 0.63 0.04 new +TCGA-UZ-A9PP-01 TCGA-UZ-A9PP-01A-11D-A42I-01 called 0.84 2.13 0.0 10.0 0.85 0.02 new +TCGA-UZ-A9PR-01 TCGA-UZ-A9PR-01A-11D-A42I-01 called 0.89 2.14 0.0 9.0 0.9 0.01 new +TCGA-UZ-A9PS-01 TCGA-UZ-A9PS-01A-11D-A42I-01 called 0.83 2.14 0.0 10.0 0.84 0.0 new +TCGA-UZ-A9PU-01 TCGA-UZ-A9PU-01A-11D-A42I-01 called 0.84 2.21 0.0 10.0 0.85 0.03 new +TCGA-UZ-A9PV-01 TCGA-UZ-A9PV-01A-11D-A42I-01 called 0.91 2.24 0.0 10.0 0.92 0.01 new +TCGA-UZ-A9PX-01 TCGA-UZ-A9PX-01A-11D-A42I-01 called 0.77 2.26 0.0 12.0 0.79 0.04 new +TCGA-UZ-A9PZ-01 TCGA-UZ-A9PZ-01A-11D-A42I-01 called 0.75 2.28 0.0 12.0 0.77 0.09 new +TCGA-UZ-A9Q0-01 TCGA-UZ-A9Q0-01A-12D-A42I-01 called 0.86 2.19 0.0 10.0 0.87 0.0 new +TCGA-UZ-A9Q1-01 TCGA-UZ-A9Q1-01A-11D-A42I-01 called 0.84 2.21 0.0 10.0 0.85 0.0 new +TCGA-V9-A7HT-01 TCGA-V9-A7HT-01A-11D-A33P-01 called 0.43 2.57 1.0 23.0 0.49 0.05 new +TCGA-WN-A9G9-01 TCGA-WN-A9G9-01A-12D-A36W-01 called 0.23 1.98 0.0 47.0 0.23 0.01 new +TCGA-WN-AB4C-01 TCGA-WN-AB4C-01A-11D-A42I-01 called 0.57 2.11 0.0 15.0 0.58 0.03 new +TCGA-Y8-A894-01 TCGA-Y8-A894-01A-11D-A35Y-01 called 0.99 2.0 0.0 8.0 0.99 0.0 new +TCGA-Y8-A895-01 TCGA-Y8-A895-01A-11D-A35Y-01 called 0.81 2.21 0.0 11.0 0.83 0.01 new +TCGA-Y8-A896-01 TCGA-Y8-A896-01A-11D-A35Y-01 called 0.58 1.9 0.0 14.0 0.57 0.03 new +TCGA-Y8-A897-01 TCGA-Y8-A897-01A-11D-A35Y-01 called 0.7 2.07 0.0 12.0 0.7 0.0 new +TCGA-Y8-A898-01 TCGA-Y8-A898-01A-11D-A34Y-01 called 0.58 2.12 0.0 15.0 0.59 0.0 new +TCGA-Y8-A8RY-01 TCGA-Y8-A8RY-01A-11D-A36W-01 called 0.74 2.19 0.0 12.0 0.76 0.01 new +TCGA-Y8-A8RZ-01 TCGA-Y8-A8RZ-01A-11D-A36W-01 called 0.8 1.94 0.0 10.0 0.8 0.01 new +TCGA-Y8-A8S0-01 TCGA-Y8-A8S0-01A-11D-A36W-01 called 0.95 2.14 0.0 9.0 0.95 0.05 new +TCGA-Y8-A8S1-01 TCGA-Y8-A8S1-01A-11D-A36W-01 called 0.28 1.92 0.0 37.0 0.27 0.0 new +TCGA-AB-2803-03 TCGA-AB-2803-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.16 new +TCGA-AB-2805-03 TCGA-AB-2805-03A-01D-0756-21 called 0.36 2.01 0.0 27.0 0.36 0.25 new +TCGA-AB-2806-03 TCGA-AB-2806-03A-01D-0756-21 called 0.89 2.02 0.0 9.0 0.89 0.03 new +TCGA-AB-2807-03 TCGA-AB-2807-03A-01D-0756-21 called 1.0 2.01 0.0 8.0 1.0 0.06 new +TCGA-AB-2808-03 TCGA-AB-2808-03A-01D-0756-21 called 0.63 2.0 0.0 13.0 0.63 0.01 new +TCGA-AB-2809-03 TCGA-AB-2809-03A-01D-0756-21 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-AB-2810-03 TCGA-AB-2810-03A-01D-0756-21 called 0.8 2.01 0.0 10.0 0.8 0.17 new +TCGA-AB-2812-03 TCGA-AB-2812-03A-01D-0756-21 called 0.96 2.0 0.0 8.0 0.96 0.04 new +TCGA-AB-2813-03 TCGA-AB-2813-03A-01D-0756-21 called 0.88 1.92 0.0 9.0 0.87 0.09 new +TCGA-AB-2814-03 TCGA-AB-2814-03A-01D-0756-21 called 0.82 2.0 0.0 10.0 0.82 0.04 new +TCGA-AB-2816-03 TCGA-AB-2816-03A-01D-0756-21 called 0.5 1.99 0.0 16.0 0.5 0.0 new +TCGA-AB-2817-03 TCGA-AB-2817-03A-01D-0756-21 called 0.95 1.94 0.0 8.0 0.95 0.0 new +TCGA-AB-2818-03 TCGA-AB-2818-03A-01D-0756-21 called 0.8 2.0 0.0 10.0 0.8 0.15 new +TCGA-AB-2819-03 TCGA-AB-2819-03A-01D-0756-21 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-AB-2820-03 TCGA-AB-2820-03A-01D-0756-21 called 0.84 2.4 0.0 11.0 0.86 0.06 new +TCGA-AB-2821-03 TCGA-AB-2821-03A-01D-0756-21 called 0.5 2.05 0.0 17.0 0.51 0.03 new +TCGA-AB-2822-03 TCGA-AB-2822-03A-01D-0756-21 called 0.95 2.05 0.0 8.0 0.95 0.0 new +TCGA-AB-2823-03 TCGA-AB-2823-03A-01D-0756-21 called 0.87 2.04 0.0 9.0 0.87 0.02 new +TCGA-AB-2824-03 TCGA-AB-2824-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.03 new +TCGA-AB-2825-03 TCGA-AB-2825-03A-01D-0756-21 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-AB-2826-03 TCGA-AB-2826-03A-01D-0756-21 called 0.2 2.08 0.0 55.0 0.2 0.37 new +TCGA-AB-2827-03 TCGA-AB-2827-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-AB-2828-03 TCGA-AB-2828-03A-01D-0756-21 called 0.84 2.0 0.0 9.0 0.84 0.0 new +TCGA-AB-2829-03 TCGA-AB-2829-03A-01D-0756-21 called 0.73 1.92 0.0 11.0 0.73 0.03 new +TCGA-AB-2830-03 TCGA-AB-2830-03A-01D-0756-21 called 0.89 2.03 0.0 9.0 0.9 0.0 new +TCGA-AB-2832-03 TCGA-AB-2832-03A-01D-0756-21 called 0.9 2.0 0.0 9.0 0.9 0.0 new +TCGA-AB-2834-03 TCGA-AB-2834-03A-01D-0756-21 called 0.92 2.0 0.0 8.0 0.92 0.01 new +TCGA-AB-2835-03 TCGA-AB-2835-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-AB-2838-03 TCGA-AB-2838-03A-01D-0756-21 called 0.81 1.99 0.0 10.0 0.81 0.09 new +TCGA-AB-2840-03 TCGA-AB-2840-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.03 new +TCGA-AB-2841-03 TCGA-AB-2841-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-AB-2842-03 TCGA-AB-2842-03A-01D-0756-21 called 0.38 1.99 0.0 24.0 0.38 0.0 new +TCGA-AB-2844-03 TCGA-AB-2844-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-AB-2845-03 TCGA-AB-2845-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.11 new +TCGA-AB-2846-03 TCGA-AB-2846-03A-01D-0756-21 called 0.95 2.0 0.0 8.0 0.95 0.0 new +TCGA-AB-2849-03 TCGA-AB-2849-03A-01D-0756-21 called 0.78 2.08 0.0 11.0 0.79 0.01 new +TCGA-AB-2850-03 TCGA-AB-2850-03A-01D-0756-21 called 0.26 2.0 0.0 40.0 0.26 0.0 new +TCGA-AB-2851-03 TCGA-AB-2851-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-AB-2853-03 TCGA-AB-2853-03A-01D-0756-21 called 0.82 2.0 0.0 10.0 0.82 0.01 new +TCGA-AB-2854-03 TCGA-AB-2854-03A-01D-0756-21 called 0.5 2.0 0.0 16.0 0.5 0.2 new +TCGA-AB-2855-03 TCGA-AB-2855-03A-01D-0756-21 called 0.98 2.09 0.0 8.0 0.98 0.01 new +TCGA-AB-2856-03 TCGA-AB-2856-03A-01D-0756-21 called 0.45 2.0 0.0 19.0 0.45 0.07 new +TCGA-AB-2857-03 TCGA-AB-2857-03A-01D-0756-21 called 0.67 1.88 0.0 12.0 0.65 0.13 new +TCGA-AB-2858-03 TCGA-AB-2858-03A-01D-0756-21 called 0.5 2.0 0.0 16.0 0.5 0.06 new +TCGA-AB-2859-03 TCGA-AB-2859-03A-01D-0756-21 called 0.5 2.0 0.0 16.0 0.5 0.16 new +TCGA-AB-2860-03 TCGA-AB-2860-03A-01D-0756-21 called 0.61 1.9 0.0 13.0 0.6 0.27 new +TCGA-AB-2861-03 TCGA-AB-2861-03A-01D-0756-21 called 0.88 2.05 0.0 9.0 0.88 0.04 new +TCGA-AB-2862-03 TCGA-AB-2862-03A-01D-0756-21 called 0.9 2.0 0.0 9.0 0.9 0.0 new +TCGA-AB-2863-03 TCGA-AB-2863-03A-01D-0756-21 called 0.67 2.16 0.0 13.0 0.68 0.03 new +TCGA-AB-2864-03 TCGA-AB-2864-03A-01D-0756-21 called 0.86 2.07 0.0 10.0 0.86 0.05 new +TCGA-AB-2865-03 TCGA-AB-2865-03A-01D-0756-21 called 0.35 2.1 0.0 29.0 0.36 0.01 new +TCGA-AB-2867-03 TCGA-AB-2867-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.13 new +TCGA-AB-2868-03 TCGA-AB-2868-03A-01D-0756-21 called 0.59 2.06 0.0 14.0 0.59 0.13 new +TCGA-AB-2869-03 TCGA-AB-2869-03A-01D-0756-21 called 0.91 2.0 0.0 9.0 0.91 0.03 new +TCGA-AB-2870-03 TCGA-AB-2870-03A-01D-0756-21 called 0.9 2.0 0.0 9.0 0.9 0.0 new +TCGA-AB-2872-03 TCGA-AB-2872-03A-01D-0756-21 called 0.85 1.98 0.0 9.0 0.85 0.0 new +TCGA-AB-2873-03 TCGA-AB-2873-03A-01D-0756-21 called 0.96 2.0 0.0 8.0 0.96 0.0 new +TCGA-AB-2874-03 TCGA-AB-2874-03A-01D-0756-21 called 0.48 3.83 1.0 30.0 0.64 0.02 new +TCGA-AB-2875-03 TCGA-AB-2875-03A-01D-0756-21 called 0.79 2.0 0.0 10.0 0.79 0.0 new +TCGA-AB-2878-03 TCGA-AB-2878-03A-01D-0756-21 called 0.92 2.03 0.0 9.0 0.92 0.02 new +TCGA-AB-2879-03 TCGA-AB-2879-03A-01D-0756-21 called 0.25 2.0 0.0 43.0 0.25 0.0 new +TCGA-AB-2880-03 TCGA-AB-2880-03A-01D-0756-21 called 0.26 2.0 0.0 40.0 0.26 0.02 new +TCGA-AB-2882-03 TCGA-AB-2882-03A-01D-0756-21 called 0.65 1.94 0.0 12.0 0.65 0.02 new +TCGA-AB-2883-03 TCGA-AB-2883-03A-01D-0756-21 called 0.46 2.66 0.0 21.0 0.53 0.04 new +TCGA-AB-2885-03 TCGA-AB-2885-03A-01D-0756-21 called 0.86 1.83 0.0 8.0 0.84 0.0 new +TCGA-AB-2886-03 TCGA-AB-2886-03A-01D-0756-21 called 0.93 1.99 0.0 8.0 0.93 0.01 new +TCGA-AB-2887-03 TCGA-AB-2887-03A-01D-0756-21 called 0.95 1.97 0.0 8.0 0.95 0.0 new +TCGA-AB-2888-03 TCGA-AB-2888-03A-01D-0756-21 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-AB-2889-03 TCGA-AB-2889-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-AB-2890-03 TCGA-AB-2890-03A-01D-0756-21 called 0.67 2.05 0.0 12.0 0.67 0.02 new +TCGA-AB-2892-03 TCGA-AB-2892-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-AB-2893-03 TCGA-AB-2893-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-AB-2894-03 TCGA-AB-2894-03A-01D-0756-21 called 0.69 1.94 0.0 11.0 0.68 0.0 new +TCGA-AB-2895-03 TCGA-AB-2895-03A-01D-0756-21 called 0.92 2.0 0.0 9.0 0.92 0.01 new +TCGA-AB-2896-03 TCGA-AB-2896-03A-01D-0756-21 called 0.16 2.0 0.0 70.0 0.16 0.02 new +TCGA-AB-2897-03 TCGA-AB-2897-03A-01D-0756-21 called 0.67 2.0 0.0 12.0 0.67 0.03 new +TCGA-AB-2898-03 TCGA-AB-2898-03A-01D-0756-21 called 0.86 2.06 0.0 9.0 0.86 0.05 new +TCGA-AB-2899-03 TCGA-AB-2899-03A-01D-0756-21 called 0.83 2.02 0.0 10.0 0.83 0.06 new +TCGA-AB-2900-03 TCGA-AB-2900-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.01 new +TCGA-AB-2901-03 TCGA-AB-2901-03A-01D-0756-21 called 0.87 2.12 0.0 10.0 0.88 0.03 new +TCGA-AB-2903-03 TCGA-AB-2903-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-AB-2904-03 TCGA-AB-2904-03A-01D-0756-21 called 0.78 2.13 0.0 11.0 0.79 0.04 new +TCGA-AB-2908-03 TCGA-AB-2908-03A-01D-0756-21 called 0.87 1.99 0.0 9.0 0.87 0.03 new +TCGA-AB-2909-03 TCGA-AB-2909-03A-01D-0756-21 called 1.0 1.99 0.0 8.0 1.0 0.0 new +TCGA-AB-2910-03 TCGA-AB-2910-03A-01D-0756-21 called 0.66 2.05 0.0 12.0 0.67 0.0 new +TCGA-AB-2911-03 TCGA-AB-2911-03A-01D-0756-21 called 0.95 2.0 0.0 8.0 0.95 0.0 new +TCGA-AB-2912-03 TCGA-AB-2912-03A-01D-0756-21 called 0.78 2.05 0.0 10.0 0.78 0.02 new +TCGA-AB-2913-03 TCGA-AB-2913-03A-01D-0756-21 called 0.91 2.05 0.0 9.0 0.91 0.0 new +TCGA-AB-2915-03 TCGA-AB-2915-03A-01D-0756-21 called 0.77 3.99 1.0 19.0 0.87 0.0 new +TCGA-AB-2916-03 TCGA-AB-2916-03A-01D-0756-21 called 0.76 2.05 0.0 11.0 0.77 0.0 new +TCGA-AB-2917-03 TCGA-AB-2917-03A-01D-0756-21 called 0.44 4.03 1.0 34.0 0.61 0.08 new +TCGA-AB-2919-03 TCGA-AB-2919-03A-01D-0756-21 called 0.9 2.0 0.0 9.0 0.9 0.0 new +TCGA-AB-2920-03 TCGA-AB-2920-03A-01D-0756-21 called 0.94 1.94 0.0 8.0 0.93 0.01 new +TCGA-AB-2921-03 TCGA-AB-2921-03A-01D-0756-21 called 0.82 2.0 0.0 10.0 0.82 0.0 new +TCGA-AB-2922-03 TCGA-AB-2922-03A-01D-0756-21 called 0.95 2.0 0.0 8.0 0.95 0.0 new +TCGA-AB-2923-03 TCGA-AB-2923-03A-01D-0756-21 called 0.88 1.99 0.0 9.0 0.88 0.0 new +TCGA-AB-2924-03 TCGA-AB-2924-03A-01D-0756-21 called 0.95 2.0 0.0 8.0 0.95 0.0 new +TCGA-AB-2925-03 TCGA-AB-2925-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.04 new +TCGA-AB-2926-03 TCGA-AB-2926-03A-01D-0756-21 called 0.85 2.05 0.0 10.0 0.85 0.0 new +TCGA-AB-2927-03 TCGA-AB-2927-03A-01D-0756-21 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-AB-2928-03 TCGA-AB-2928-03A-01D-0756-21 called 0.98 1.94 0.0 8.0 0.98 0.03 new +TCGA-AB-2929-03 TCGA-AB-2929-03A-01D-0756-21 called 0.87 1.92 0.0 9.0 0.87 0.09 new +TCGA-AB-2930-03 TCGA-AB-2930-03A-01D-0756-21 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-AB-2931-03 TCGA-AB-2931-03A-01D-0756-21 called 0.92 2.0 0.0 9.0 0.92 0.0 new +TCGA-AB-2932-03 TCGA-AB-2932-03A-01D-0756-21 called 0.5 2.0 0.0 17.0 0.5 0.05 new +TCGA-AB-2933-03 TCGA-AB-2933-03A-01D-0756-21 called 0.68 2.01 0.0 12.0 0.68 0.05 new +TCGA-AB-2934-03 TCGA-AB-2934-03A-01D-0756-21 called 0.5 2.0 0.0 16.0 0.5 0.09 new +TCGA-AB-2935-03 TCGA-AB-2935-03A-01D-0756-21 called 0.5 1.96 0.0 16.0 0.5 0.31 new +TCGA-AB-2937-03 TCGA-AB-2937-03A-01D-0756-21 called 0.85 2.0 0.0 9.0 0.85 0.0 new +TCGA-AB-2938-03 TCGA-AB-2938-03A-01D-0756-21 called 0.59 2.03 0.0 14.0 0.59 0.08 new +TCGA-AB-2939-03 TCGA-AB-2939-03A-01D-0756-21 called 0.96 3.84 1.0 16.0 0.98 0.01 new +TCGA-AB-2940-03 TCGA-AB-2940-03A-01D-0756-21 called 0.28 2.02 0.0 38.0 0.28 0.03 new +TCGA-AB-2943-03 TCGA-AB-2943-03A-01D-0756-21 called 0.62 2.16 0.0 14.0 0.64 0.06 new +TCGA-AB-2944-03 TCGA-AB-2944-03A-01D-0756-21 called 0.98 1.94 0.0 8.0 0.98 0.0 new +TCGA-AB-2945-03 TCGA-AB-2945-03A-01D-0756-21 called 0.79 2.05 0.0 10.0 0.79 0.16 new +TCGA-AB-2946-03 TCGA-AB-2946-03A-01D-0756-21 called 0.44 1.99 0.0 19.0 0.44 0.0 new +TCGA-AB-2947-03 TCGA-AB-2947-03A-01D-0756-21 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-AB-2948-03 TCGA-AB-2948-03A-01D-0756-21 called 0.5 2.0 0.0 16.0 0.5 0.06 new +TCGA-AB-2949-03 TCGA-AB-2949-03A-01D-0756-21 called 0.87 2.01 0.0 9.0 0.87 0.08 new +TCGA-AB-2950-03 TCGA-AB-2950-03A-01D-0756-21 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-AB-2952-03 TCGA-AB-2952-03A-01D-0756-21 called 0.9 1.95 0.0 8.0 0.9 0.05 new +TCGA-AB-2954-03 TCGA-AB-2954-03A-01D-0756-21 called 1.0 2.0 0.0 8.0 1.0 0.12 new +TCGA-AB-2956-03 TCGA-AB-2956-03A-01D-0756-21 called 0.36 2.02 0.0 27.0 0.37 0.04 new +TCGA-AB-2959-03 TCGA-AB-2959-03A-01D-0756-21 called 0.87 2.0 0.0 9.0 0.87 0.02 new +TCGA-CS-4938-01 TCGA-CS-4938-01B-11D-1892-01 called 0.79 2.0 0.0 10.0 0.79 0.03 new +TCGA-CS-4941-01 TCGA-CS-4941-01A-01D-1466-01 called 0.62 2.05 0.0 13.0 0.62 0.05 new +TCGA-CS-4942-01 TCGA-CS-4942-01A-01D-1466-01 called 0.77 2.05 0.0 11.0 0.77 0.0 new +TCGA-CS-4943-01 TCGA-CS-4943-01A-01D-1466-01 called 0.83 3.9 1.0 18.0 0.9 0.12 new +TCGA-CS-4944-01 TCGA-CS-4944-01A-01D-1466-01 called 0.74 1.94 0.0 11.0 0.74 0.0 new +TCGA-CS-5390-01 TCGA-CS-5390-01A-02D-1466-01 called 0.86 1.95 0.0 9.0 0.86 0.04 new +TCGA-CS-5393-01 TCGA-CS-5393-01A-01D-1466-01 called 0.55 4.13 1.0 29.0 0.71 0.03 new +TCGA-CS-5394-01 TCGA-CS-5394-01A-01D-1466-01 called 0.91 1.95 0.0 8.0 0.9 0.0 new +TCGA-CS-5395-01 TCGA-CS-5395-01A-01D-1466-01 called 0.81 2.05 0.0 10.0 0.81 0.0 new +TCGA-CS-5396-01 TCGA-CS-5396-01A-02D-1466-01 called 0.89 1.97 0.0 9.0 0.89 0.09 new +TCGA-CS-5397-01 TCGA-CS-5397-01A-01D-1892-01 called 0.65 1.95 0.0 12.0 0.64 0.04 new +TCGA-CS-6186-01 TCGA-CS-6186-01A-12D-2023-01 called 0.89 2.03 0.0 9.0 0.89 0.01 new +TCGA-CS-6188-01 TCGA-CS-6188-01A-11D-1892-01 called 0.68 2.02 0.0 12.0 0.68 0.03 new +TCGA-CS-6290-01 TCGA-CS-6290-01A-11D-1704-01 called 0.53 4.02 1.0 29.0 0.69 0.08 new +TCGA-CS-6665-01 TCGA-CS-6665-01A-11D-1892-01 called 0.61 3.39 1.0 19.0 0.73 0.07 new +TCGA-CS-6666-01 TCGA-CS-6666-01A-11D-1892-01 called 0.25 4.29 1.0 55.0 0.42 0.57 new +TCGA-CS-6667-01 TCGA-CS-6667-01A-12D-2023-01 called 0.73 2.01 0.0 11.0 0.73 0.03 new +TCGA-CS-6668-01 TCGA-CS-6668-01A-11D-1892-01 called 0.98 1.95 0.0 8.0 0.98 0.0 new +TCGA-CS-6669-01 TCGA-CS-6669-01A-11D-1892-01 called 0.28 2.0 0.0 37.0 0.28 0.0 new +TCGA-CS-6670-01 TCGA-CS-6670-01A-11D-1892-01 called 0.82 1.95 0.0 9.0 0.82 0.04 new +TCGA-DB-5270-01 TCGA-DB-5270-01A-02D-1466-01 called 0.58 2.05 0.0 14.0 0.58 0.01 new +TCGA-DB-5273-01 TCGA-DB-5273-01A-01D-1466-01 called 0.73 2.01 0.0 11.0 0.73 0.01 new +TCGA-DB-5274-01 TCGA-DB-5274-01A-01D-1466-01 called 0.83 1.95 0.0 9.0 0.83 0.13 new +TCGA-DB-5275-01 TCGA-DB-5275-01A-01D-1466-01 called 0.91 1.87 0.0 8.0 0.9 0.08 new +TCGA-DB-5276-01 TCGA-DB-5276-01A-01D-1466-01 called 0.36 2.0 0.0 27.0 0.36 0.09 new +TCGA-DB-5277-01 TCGA-DB-5277-01A-01D-1466-01 called 0.9 1.8 0.0 8.0 0.88 0.19 new +TCGA-DB-5278-01 TCGA-DB-5278-01A-01D-1466-01 called 0.78 1.95 0.0 10.0 0.78 0.0 new +TCGA-DB-5280-01 TCGA-DB-5280-01A-01D-1466-01 called 0.87 1.97 0.0 9.0 0.86 0.0 new +TCGA-DB-5281-01 TCGA-DB-5281-01A-01D-1466-01 called 0.28 3.63 1.0 47.0 0.42 0.05 new +TCGA-DB-A4X9-01 TCGA-DB-A4X9-01A-11D-A26L-01 called 0.84 2.1 0.0 10.0 0.85 0.0 new +TCGA-DB-A4XA-01 TCGA-DB-A4XA-01A-11D-A26L-01 called 0.77 1.94 0.0 10.0 0.76 0.16 new +TCGA-DB-A4XB-01 TCGA-DB-A4XB-01A-11D-A26L-01 called 0.91 2.01 0.0 9.0 0.91 0.05 new +TCGA-DB-A4XC-01 TCGA-DB-A4XC-01A-11D-A26L-01 called 0.67 2.0 0.0 12.0 0.67 0.01 new +TCGA-DB-A4XD-01 TCGA-DB-A4XD-01A-11D-A27J-01 called 0.83 2.02 0.0 10.0 0.83 0.09 new +TCGA-DB-A4XE-01 TCGA-DB-A4XE-01A-11D-A27J-01 called 0.93 2.16 0.0 9.0 0.93 0.08 new +TCGA-DB-A4XF-01 TCGA-DB-A4XF-01A-11D-A27J-01 called 0.84 1.97 0.0 9.0 0.84 0.05 new +TCGA-DB-A4XG-01 TCGA-DB-A4XG-01A-11D-A27J-01 called 0.93 1.91 0.0 8.0 0.93 0.04 new +TCGA-DB-A4XH-01 TCGA-DB-A4XH-01A-11D-A27J-01 called 0.85 1.95 0.0 9.0 0.85 0.23 new +TCGA-DB-A64L-01 TCGA-DB-A64L-01A-11D-A323-01 called 0.61 3.81 1.0 21.0 0.75 0.07 new +TCGA-DB-A64O-01 TCGA-DB-A64O-01A-11D-A323-01 called 0.53 1.9 0.0 15.0 0.52 0.0 new +TCGA-DB-A64P-01 TCGA-DB-A64P-01A-11D-A323-01 called 0.87 1.95 0.0 9.0 0.86 0.0 new +TCGA-DB-A64Q-01 TCGA-DB-A64Q-01A-11D-A323-01 called 0.82 3.95 1.0 18.0 0.9 0.02 new +TCGA-DB-A64R-01 TCGA-DB-A64R-01A-11D-A323-01 called 0.96 1.94 0.0 8.0 0.96 0.0 new +TCGA-DB-A64S-01 TCGA-DB-A64S-01A-11D-A323-01 called 0.75 2.0 0.0 11.0 0.75 0.02 new +TCGA-DB-A64U-01 TCGA-DB-A64U-01A-11D-A323-01 called 0.78 1.95 0.0 10.0 0.78 0.03 new +TCGA-DB-A64V-01 TCGA-DB-A64V-01A-11D-A323-01 called 0.54 1.94 0.0 15.0 0.53 0.01 new +TCGA-DB-A64W-01 TCGA-DB-A64W-01A-11D-A323-01 called 0.8 3.79 1.0 18.0 0.88 0.04 new +TCGA-DB-A64X-01 TCGA-DB-A64X-01A-11D-A323-01 called 0.94 2.0 0.0 8.0 0.94 0.08 new +TCGA-DB-A75K-01 TCGA-DB-A75K-01A-11D-A32A-01 called 0.84 1.94 0.0 9.0 0.83 0.0 new +TCGA-DB-A75L-01 TCGA-DB-A75L-01A-11D-A32A-01 called 0.71 3.99 1.0 20.0 0.83 0.04 new +TCGA-DB-A75M-01 TCGA-DB-A75M-01A-11D-A32A-01 called 0.87 2.02 0.0 9.0 0.87 0.01 new +TCGA-DB-A75O-01 TCGA-DB-A75O-01A-11D-A32A-01 called 0.59 3.91 1.0 24.0 0.74 0.04 new +TCGA-DB-A75P-01 TCGA-DB-A75P-01A-11D-A32A-01 called 0.7 3.95 1.0 20.0 0.82 0.01 new +TCGA-DH-5140-01 TCGA-DH-5140-01A-01D-1466-01 called 0.8 3.64 1.0 17.0 0.88 0.16 new +TCGA-DH-5142-01 TCGA-DH-5142-01A-01D-1466-01 called 0.77 3.85 1.0 18.0 0.86 0.21 new +TCGA-DH-5143-01 TCGA-DH-5143-01A-01D-1466-01 called 0.29 3.97 1.0 48.0 0.44 0.09 new +TCGA-DH-5144-01 TCGA-DH-5144-01A-01D-1466-01 called 0.93 1.95 0.0 8.0 0.93 0.03 new +TCGA-DH-A669-01 TCGA-DH-A669-01A-12D-A31K-01 called 0.8 5.76 2.0 32.0 0.92 0.31 new +TCGA-DH-A669-02 TCGA-DH-A669-02A-11D-A31K-01 called 0.79 3.24 1.0 15.0 0.86 0.11 new +TCGA-DH-A66B-01 TCGA-DH-A66B-01A-11D-A323-01 called 0.44 1.77 0.0 18.0 0.41 0.09 new +TCGA-DH-A66D-01 TCGA-DH-A66D-01A-11D-A31K-01 called 0.68 3.83 1.0 20.0 0.81 0.12 new +TCGA-DH-A66F-01 TCGA-DH-A66F-01A-11D-A323-01 called 0.93 1.94 0.0 8.0 0.93 0.0 new +TCGA-DH-A66G-01 TCGA-DH-A66G-01A-21D-A31K-01 called 0.23 3.68 1.0 57.0 0.35 0.25 new +TCGA-DH-A7UR-01 TCGA-DH-A7UR-01A-11D-A33S-01 called 0.6 3.86 1.0 23.0 0.74 0.06 new +TCGA-DH-A7US-01 TCGA-DH-A7US-01A-11D-A33S-01 called 0.74 1.94 0.0 11.0 0.74 0.0 new +TCGA-DH-A7UT-01 TCGA-DH-A7UT-01A-12D-A349-01 called 0.69 2.09 0.0 12.0 0.7 0.21 new +TCGA-DH-A7UU-01 TCGA-DH-A7UU-01A-12D-A349-01 called 0.77 3.89 1.0 19.0 0.87 0.05 new +TCGA-DH-A7UV-01 TCGA-DH-A7UV-01A-12D-A349-01 called 0.55 4.06 1.0 28.0 0.71 0.1 new +TCGA-DU-5847-01 TCGA-DU-5847-01A-11D-1704-01 called 0.76 1.79 0.0 10.0 0.74 0.0 new +TCGA-DU-5849-01 TCGA-DU-5849-01A-11D-1704-01 called 0.69 1.97 0.0 11.0 0.69 0.03 new +TCGA-DU-5851-01 TCGA-DU-5851-01A-13D-1892-01 called 0.44 1.93 0.0 18.0 0.44 0.05 new +TCGA-DU-5852-01 TCGA-DU-5852-01A-11D-1704-01 called 0.81 1.9 0.0 9.0 0.8 0.03 new +TCGA-DU-5853-01 TCGA-DU-5853-01A-11D-1892-01 called 0.83 2.0 0.0 10.0 0.83 0.06 new +TCGA-DU-5854-01 TCGA-DU-5854-01A-11D-1704-01 called 0.52 2.02 0.0 16.0 0.53 0.0 new +TCGA-DU-5855-01 TCGA-DU-5855-01A-11D-1704-01 called 0.56 1.97 0.0 15.0 0.55 0.07 new +TCGA-DU-5870-02 TCGA-DU-5870-02A-12D-A36N-01 called 0.93 1.93 0.0 8.0 0.93 0.08 new +TCGA-DU-5871-01 TCGA-DU-5871-01A-12D-1704-01 called 0.9 2.04 0.0 9.0 0.9 0.16 new +TCGA-DU-5872-01 TCGA-DU-5872-01A-11D-1704-01 called 0.87 1.95 0.0 9.0 0.86 0.02 new +TCGA-DU-5872-02 TCGA-DU-5872-02A-21D-A36N-01 called 1.0 2.0 0.0 8.0 1.0 0.03 new +TCGA-DU-6392-01 TCGA-DU-6392-01A-11D-1704-01 called 0.83 2.07 0.0 10.0 0.83 0.1 new +TCGA-DU-6393-01 TCGA-DU-6393-01A-11D-1704-01 called 0.96 1.95 0.0 8.0 0.95 0.07 new +TCGA-DU-6394-01 TCGA-DU-6394-01A-11D-1704-01 called 0.98 1.95 0.0 8.0 0.98 0.01 new +TCGA-DU-6395-01 TCGA-DU-6395-01A-12D-1704-01 called 0.88 2.06 0.0 9.0 0.88 0.02 new +TCGA-DU-6396-01 TCGA-DU-6396-01A-11D-1704-01 called 0.63 3.85 1.0 21.0 0.76 0.04 new +TCGA-DU-6397-01 TCGA-DU-6397-01A-11D-1704-01 called 0.79 1.94 0.0 10.0 0.79 0.05 new +TCGA-DU-6397-02 TCGA-DU-6397-02A-12D-A36N-01 called 0.93 1.88 0.0 8.0 0.93 0.04 new +TCGA-DU-6399-01 TCGA-DU-6399-01A-12D-1704-01 called 0.69 4.0 1.0 20.0 0.81 0.29 new +TCGA-DU-6400-01 TCGA-DU-6400-01A-12D-1704-01 called 0.92 1.91 0.0 8.0 0.91 0.19 new +TCGA-DU-6401-01 TCGA-DU-6401-01A-11D-1704-01 called 0.38 1.87 0.0 21.0 0.36 0.07 new +TCGA-DU-6402-01 TCGA-DU-6402-01A-11D-1704-01 called 0.64 1.97 0.0 13.0 0.63 0.01 new +TCGA-DU-6403-01 TCGA-DU-6403-01A-11D-1704-01 called 0.71 2.0 0.0 11.0 0.71 0.0 new +TCGA-DU-6404-01 TCGA-DU-6404-01A-11D-1704-01 called 0.29 2.13 0.0 36.0 0.31 0.01 new +TCGA-DU-6405-01 TCGA-DU-6405-01A-11D-1704-01 called 0.87 1.93 0.0 9.0 0.87 0.0 new +TCGA-DU-6406-01 TCGA-DU-6406-01A-11D-1704-01 called 0.98 2.05 0.0 8.0 0.98 0.03 new +TCGA-DU-6407-01 TCGA-DU-6407-01A-13D-1704-01 called 0.8 2.08 0.0 10.0 0.81 0.1 new +TCGA-DU-6408-01 TCGA-DU-6408-01A-11D-1704-01 called 0.89 1.99 0.0 9.0 0.89 0.17 new +TCGA-DU-6410-01 TCGA-DU-6410-01A-11D-1892-01 called 0.96 1.94 0.0 8.0 0.96 0.0 new +TCGA-DU-6542-01 TCGA-DU-6542-01A-11D-1892-01 called 0.82 1.94 0.0 9.0 0.81 0.15 new +TCGA-DU-7006-01 TCGA-DU-7006-01A-11D-2023-01 called 0.73 1.9 0.0 11.0 0.72 0.16 new +TCGA-DU-7007-01 TCGA-DU-7007-01A-11D-2023-01 called 0.84 1.97 0.0 9.0 0.84 0.17 new +TCGA-DU-7008-01 TCGA-DU-7008-01A-11D-2023-01 called 0.83 2.05 0.0 10.0 0.83 0.12 new +TCGA-DU-7009-01 TCGA-DU-7009-01A-11D-2023-01 called 0.84 1.93 0.0 9.0 0.84 0.01 new +TCGA-DU-7010-01 TCGA-DU-7010-01A-11D-2023-01 called 0.75 3.87 1.0 19.0 0.86 0.18 new +TCGA-DU-7011-01 TCGA-DU-7011-01A-11D-2023-01 called 0.24 2.06 0.0 45.0 0.24 0.02 new +TCGA-DU-7012-01 TCGA-DU-7012-01A-11D-2023-01 called 0.53 1.92 0.0 15.0 0.52 0.0 new +TCGA-DU-7013-01 TCGA-DU-7013-01A-11D-2023-01 called 0.97 2.18 0.0 9.0 0.97 0.08 new +TCGA-DU-7014-01 TCGA-DU-7014-01A-11D-2023-01 called 0.77 2.05 0.0 11.0 0.78 0.39 new +TCGA-DU-7015-01 TCGA-DU-7015-01A-11D-2023-01 called 0.32 4.22 1.0 45.0 0.5 0.17 new +TCGA-DU-7018-01 TCGA-DU-7018-01A-11D-2023-01 called 0.87 3.85 1.0 17.0 0.93 0.09 new +TCGA-DU-7019-01 TCGA-DU-7019-01A-11D-2023-01 called 0.73 2.0 0.0 11.0 0.73 0.03 new +TCGA-DU-7292-01 TCGA-DU-7292-01A-11D-2023-01 called 0.99 1.95 0.0 8.0 0.99 0.06 new +TCGA-DU-7294-01 TCGA-DU-7294-01A-11D-2023-01 called 0.93 1.88 0.0 8.0 0.93 0.05 new +TCGA-DU-7298-01 TCGA-DU-7298-01A-11D-2023-01 called 0.76 1.91 0.0 10.0 0.75 0.09 new +TCGA-DU-7299-01 TCGA-DU-7299-01A-21D-2023-01 called 0.67 3.95 1.0 21.0 0.8 0.08 new +TCGA-DU-7300-01 TCGA-DU-7300-01A-21D-2085-01 called 0.66 1.92 0.0 12.0 0.65 0.02 new +TCGA-DU-7301-01 TCGA-DU-7301-01A-11D-2085-01 called 0.89 1.98 0.0 9.0 0.89 0.02 new +TCGA-DU-7302-01 TCGA-DU-7302-01A-11D-2085-01 called 0.88 1.88 0.0 8.0 0.87 0.04 new +TCGA-DU-7304-01 TCGA-DU-7304-01A-12D-2085-01 called 0.8 2.1 0.0 10.0 0.81 0.1 new +TCGA-DU-7304-02 TCGA-DU-7304-02A-12D-A36N-01 called 0.98 2.07 0.0 8.0 0.98 0.14 new +TCGA-DU-7306-01 TCGA-DU-7306-01A-11D-2085-01 called 0.85 2.09 0.0 10.0 0.85 0.04 new +TCGA-DU-7309-01 TCGA-DU-7309-01A-11D-2085-01 called 0.73 1.98 0.0 11.0 0.73 0.17 new +TCGA-DU-8158-01 TCGA-DU-8158-01A-11D-2252-01 called 0.7 1.69 0.0 10.0 0.66 0.35 new +TCGA-DU-8161-01 TCGA-DU-8161-01A-11D-2252-01 called 0.54 1.89 0.0 15.0 0.53 0.02 new +TCGA-DU-8162-01 TCGA-DU-8162-01A-21D-2252-01 called 0.21 2.13 0.0 52.0 0.22 0.13 new +TCGA-DU-8163-01 TCGA-DU-8163-01A-11D-2252-01 called 0.46 4.11 1.0 33.0 0.64 0.09 new +TCGA-DU-8164-01 TCGA-DU-8164-01A-11D-2252-01 called 0.91 1.95 0.0 8.0 0.9 0.01 new +TCGA-DU-8165-01 TCGA-DU-8165-01A-11D-2252-01 called 0.57 5.76 2.0 38.0 0.79 0.21 new +TCGA-DU-8166-01 TCGA-DU-8166-01A-11D-2252-01 called 0.84 2.04 0.0 10.0 0.84 0.02 new +TCGA-DU-8167-01 TCGA-DU-8167-01A-11D-2252-01 called 0.49 3.87 1.0 30.0 0.65 0.23 new +TCGA-DU-8168-01 TCGA-DU-8168-01A-11D-2252-01 called 0.97 1.91 0.0 8.0 0.97 0.09 new +TCGA-DU-A5TP-01 TCGA-DU-A5TP-01A-11D-A288-01 called 0.68 3.95 1.0 20.0 0.81 0.04 new +TCGA-DU-A5TR-01 TCGA-DU-A5TR-01A-11D-A288-01 called 0.73 2.04 0.0 11.0 0.74 0.11 new +TCGA-DU-A5TS-01 TCGA-DU-A5TS-01A-11D-A288-01 called 0.78 1.97 0.0 10.0 0.77 0.11 new +TCGA-DU-A5TT-01 TCGA-DU-A5TT-01A-11D-A288-01 called 0.48 4.73 2.0 36.0 0.69 0.05 new +TCGA-DU-A5TU-01 TCGA-DU-A5TU-01A-11D-A288-01 called 0.81 2.04 0.0 10.0 0.82 0.22 new +TCGA-DU-A5TW-01 TCGA-DU-A5TW-01A-11D-A288-01 called 0.58 4.38 1.0 29.0 0.76 0.09 new +TCGA-DU-A5TY-01 TCGA-DU-A5TY-01A-11D-A288-01 called 0.57 4.1 1.0 28.0 0.73 0.04 new +TCGA-DU-A6S2-01 TCGA-DU-A6S2-01A-21D-A32A-01 called 0.54 3.89 1.0 27.0 0.7 0.0 new +TCGA-DU-A6S3-01 TCGA-DU-A6S3-01A-12D-A32A-01 called 0.79 1.95 0.0 10.0 0.79 0.07 new +TCGA-DU-A6S6-01 TCGA-DU-A6S6-01A-21D-A32A-01 called 0.86 1.97 0.0 9.0 0.86 0.04 new +TCGA-DU-A6S7-01 TCGA-DU-A6S7-01A-21D-A32A-01 called 0.76 4.06 1.0 19.0 0.87 0.49 new +TCGA-DU-A6S8-01 TCGA-DU-A6S8-01A-12D-A32A-01 called 0.76 3.53 1.0 17.0 0.84 0.91 new +TCGA-DU-A76K-01 TCGA-DU-A76K-01A-11D-A33S-01 called 0.61 2.0 0.0 13.0 0.61 0.01 new +TCGA-DU-A76L-01 TCGA-DU-A76L-01A-11D-A32A-01 called 0.65 1.99 0.0 12.0 0.64 0.0 new +TCGA-DU-A76O-01 TCGA-DU-A76O-01A-11D-A32A-01 called 0.72 4.09 1.0 20.0 0.84 0.02 new +TCGA-DU-A76R-01 TCGA-DU-A76R-01A-11D-A32A-01 called 0.82 1.91 0.0 9.0 0.81 0.2 new +TCGA-DU-A7T6-01 TCGA-DU-A7T6-01A-11D-A33S-01 called 0.81 5.51 2.0 30.0 0.92 0.11 new +TCGA-DU-A7T8-01 TCGA-DU-A7T8-01A-21D-A34I-01 called 0.79 4.08 1.0 19.0 0.89 0.11 new +TCGA-DU-A7TA-01 TCGA-DU-A7TA-01A-11D-A33S-01 called 0.75 3.94 1.0 19.0 0.86 0.05 new +TCGA-DU-A7TB-01 TCGA-DU-A7TB-01A-11D-A33S-01 called 0.68 2.03 0.0 12.0 0.69 0.0 new +TCGA-DU-A7TC-01 TCGA-DU-A7TC-01A-21D-A34I-01 called 0.64 3.88 1.0 21.0 0.78 0.15 new +TCGA-DU-A7TD-01 TCGA-DU-A7TD-01A-12D-A349-01 called 0.81 2.02 0.0 10.0 0.81 0.0 new +TCGA-DU-A7TG-01 TCGA-DU-A7TG-01A-21D-A34I-01 called 0.5 3.94 1.0 30.0 0.66 0.0 new +TCGA-DU-A7TI-01 TCGA-DU-A7TI-01A-11D-A33S-01 called 0.74 4.07 1.0 20.0 0.85 0.12 new +TCGA-DU-A7TJ-01 TCGA-DU-A7TJ-01A-11D-A34I-01 called 0.87 1.97 0.0 9.0 0.87 0.01 new +TCGA-E1-5302-01 TCGA-E1-5302-01A-01D-1466-01 called 0.85 2.01 0.0 9.0 0.85 0.25 new +TCGA-E1-5303-01 TCGA-E1-5303-01A-01D-1466-01 called 0.46 4.08 1.0 33.0 0.64 0.1 new +TCGA-E1-5304-01 TCGA-E1-5304-01A-01D-1466-01 called 0.93 3.46 1.0 15.0 0.96 0.16 new +TCGA-E1-5305-01 TCGA-E1-5305-01A-01D-1892-01 called 0.77 1.95 0.0 10.0 0.77 0.03 new +TCGA-E1-5307-01 TCGA-E1-5307-01A-01D-1892-01 called 0.19 3.75 1.0 69.0 0.3 0.28 new +TCGA-E1-5311-01 TCGA-E1-5311-01A-01D-1466-01 called 0.84 1.92 0.0 9.0 0.83 0.07 new +TCGA-E1-5318-01 TCGA-E1-5318-01A-01D-1466-01 called 0.78 3.92 1.0 18.0 0.88 0.0 new +TCGA-E1-5319-01 TCGA-E1-5319-01A-01D-1892-01 called 0.7 1.94 0.0 11.0 0.7 0.0 new +TCGA-E1-5322-01 TCGA-E1-5322-01A-01D-1466-01 called 0.74 3.87 1.0 19.0 0.85 0.22 new +TCGA-E1-A7YD-01 TCGA-E1-A7YD-01A-11D-A349-01 called 0.79 3.3 1.0 16.0 0.86 0.21 new +TCGA-E1-A7YE-01 TCGA-E1-A7YE-01A-11D-A349-01 called 0.8 1.84 0.0 9.0 0.79 0.08 new +TCGA-E1-A7YH-01 TCGA-E1-A7YH-01A-11D-A349-01 called 0.54 3.94 1.0 27.0 0.7 0.29 new +TCGA-E1-A7YI-01 TCGA-E1-A7YI-01A-11D-A349-01 called 0.92 1.98 0.0 8.0 0.91 0.04 new +TCGA-E1-A7YJ-01 TCGA-E1-A7YJ-01A-11D-A349-01 called 0.78 1.96 0.0 10.0 0.78 0.0 new +TCGA-E1-A7YK-01 TCGA-E1-A7YK-01A-11D-A349-01 called 0.45 5.73 2.0 43.0 0.7 0.06 new +TCGA-E1-A7YL-01 TCGA-E1-A7YL-01A-11D-A349-01 called 0.53 3.9 1.0 28.0 0.68 0.13 new +TCGA-E1-A7YM-01 TCGA-E1-A7YM-01A-11D-A349-01 called 0.5 1.95 0.0 16.0 0.49 0.02 new +TCGA-E1-A7YN-01 TCGA-E1-A7YN-01A-11D-A349-01 called 0.36 2.01 0.0 27.0 0.36 0.04 new +TCGA-E1-A7YO-01 TCGA-E1-A7YO-01A-11D-A349-01 called 0.77 3.89 1.0 18.0 0.87 0.0 new +TCGA-E1-A7YQ-01 TCGA-E1-A7YQ-01A-11D-A34I-01 called 0.59 2.89 1.0 18.0 0.67 0.3 new +TCGA-E1-A7YS-01 TCGA-E1-A7YS-01A-11D-A349-01 called 0.92 3.49 1.0 15.0 0.95 0.04 new +TCGA-E1-A7YU-01 TCGA-E1-A7YU-01A-11D-A34I-01 called 0.58 4.01 1.0 26.0 0.73 0.01 new +TCGA-E1-A7YV-01 TCGA-E1-A7YV-01A-11D-A34I-01 called 0.71 3.78 1.0 19.0 0.83 0.06 new +TCGA-E1-A7YW-01 TCGA-E1-A7YW-01A-11D-A34I-01 called 0.57 4.04 1.0 27.0 0.73 0.12 new +TCGA-E1-A7YY-01 TCGA-E1-A7YY-01A-11D-A34I-01 called 0.18 1.94 0.0 62.0 0.17 0.07 new +TCGA-E1-A7Z2-01 TCGA-E1-A7Z2-01A-21D-A34I-01 called 0.74 1.92 0.0 11.0 0.73 0.0 new +TCGA-E1-A7Z3-01 TCGA-E1-A7Z3-01A-11D-A34I-01 called 0.5 4.08 1.0 31.0 0.67 0.12 new +TCGA-E1-A7Z4-01 TCGA-E1-A7Z4-01A-11D-A34I-01 called 0.72 3.91 1.0 19.0 0.83 0.19 new +TCGA-E1-A7Z6-01 TCGA-E1-A7Z6-01A-11D-A34I-01 called 0.63 4.02 1.0 23.0 0.77 0.01 new +TCGA-EZ-7264-01 TCGA-EZ-7264-01A-11D-2023-01 called 0.97 1.82 0.0 7.0 0.97 0.06 new +TCGA-F6-A8O3-01 TCGA-F6-A8O3-01A-11D-A36N-01 called 0.92 1.88 0.0 8.0 0.91 0.0 new +TCGA-F6-A8O4-01 TCGA-F6-A8O4-01A-11D-A36N-01 called 0.81 2.03 0.0 10.0 0.82 0.05 new +TCGA-FG-5962-01 TCGA-FG-5962-01B-11D-1892-01 called 0.83 1.91 0.0 9.0 0.82 0.31 new +TCGA-FG-5963-01 TCGA-FG-5963-01A-11D-1704-01 called 0.42 1.76 0.0 19.0 0.39 0.01 new +TCGA-FG-5963-02 TCGA-FG-5963-02A-12D-A29P-01 called 0.74 3.42 1.0 17.0 0.83 0.06 new +TCGA-FG-5964-01 TCGA-FG-5964-01A-11D-1704-01 called 0.64 1.85 0.0 12.0 0.62 0.0 new +TCGA-FG-5965-01 TCGA-FG-5965-01B-11D-1892-01 called 0.58 3.95 1.0 25.0 0.74 0.0 new +TCGA-FG-6688-01 TCGA-FG-6688-01A-11D-1892-01 called 0.38 1.99 0.0 22.0 0.38 0.0 new +TCGA-FG-6689-01 TCGA-FG-6689-01A-11D-1892-01 called 0.59 1.93 0.0 14.0 0.58 0.05 new +TCGA-FG-6690-01 TCGA-FG-6690-01A-11D-1892-01 called 0.52 2.02 0.0 16.0 0.53 0.07 new +TCGA-FG-6691-01 TCGA-FG-6691-01A-11D-1892-01 called 0.83 2.1 0.0 10.0 0.84 0.03 new +TCGA-FG-6692-01 TCGA-FG-6692-01A-11D-1892-01 called 0.84 2.0 0.0 9.0 0.84 0.02 new +TCGA-FG-7634-01 TCGA-FG-7634-01A-11D-2085-01 called 0.84 1.94 0.0 9.0 0.84 0.36 new +TCGA-FG-7636-01 TCGA-FG-7636-01A-11D-2085-01 called 0.81 3.94 1.0 18.0 0.89 0.25 new +TCGA-FG-7638-01 TCGA-FG-7638-01B-11D-2085-01 called 0.88 1.95 0.0 9.0 0.88 0.03 new +TCGA-FG-7641-01 TCGA-FG-7641-01B-11D-2252-01 called 0.79 1.91 0.0 10.0 0.79 0.09 new +TCGA-FG-7643-01 TCGA-FG-7643-01A-11D-2085-01 called 0.28 1.99 0.0 37.0 0.28 0.01 new +TCGA-FG-8181-01 TCGA-FG-8181-01A-11D-2252-01 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-FG-8182-01 TCGA-FG-8182-01A-11D-2252-01 called 0.19 2.11 0.0 57.0 0.2 0.06 new +TCGA-FG-8185-01 TCGA-FG-8185-01A-11D-2252-01 called 0.76 4.0 1.0 19.0 0.86 0.08 new +TCGA-FG-8186-01 TCGA-FG-8186-01A-11D-2252-01 called 0.82 1.99 0.0 10.0 0.82 0.01 new +TCGA-FG-8187-01 TCGA-FG-8187-01A-11D-2252-01 called 0.73 1.95 0.0 11.0 0.72 0.0 new +TCGA-FG-8188-01 TCGA-FG-8188-01A-11D-2252-01 called 0.27 3.96 1.0 51.0 0.42 0.11 new +TCGA-FG-8191-01 TCGA-FG-8191-01A-11D-2252-01 called 0.42 3.96 1.0 35.0 0.59 0.12 new +TCGA-FG-A4MT-01 TCGA-FG-A4MT-01A-11D-A26L-01 called 0.88 3.9 1.0 17.0 0.93 0.11 new +TCGA-FG-A4MT-02 TCGA-FG-A4MT-02A-11D-A29P-01 called 0.69 1.93 0.0 11.0 0.68 0.03 new +TCGA-FG-A4MW-01 TCGA-FG-A4MW-01A-11D-A26L-01 called 0.72 1.98 0.0 11.0 0.71 0.08 new +TCGA-FG-A4MX-01 TCGA-FG-A4MX-01A-11D-A26L-01 called 0.9 1.97 0.0 9.0 0.9 0.14 new +TCGA-FG-A4MY-01 TCGA-FG-A4MY-01A-11D-A26L-01 called 0.94 3.99 1.0 17.0 0.97 0.15 new +TCGA-FG-A60J-01 TCGA-FG-A60J-01A-11D-A288-01 called 0.75 3.92 1.0 19.0 0.85 0.1 new +TCGA-FG-A60K-01 TCGA-FG-A60K-01A-11D-A323-01 called 0.83 3.89 1.0 18.0 0.91 0.0 new +TCGA-FG-A60L-01 TCGA-FG-A60L-01A-12D-A31K-01 called 0.5 2.02 0.0 17.0 0.5 0.08 new +TCGA-FG-A6IZ-01 TCGA-FG-A6IZ-01A-11D-A31K-01 called 0.96 1.9 0.0 8.0 0.95 0.09 new +TCGA-FG-A6J1-01 TCGA-FG-A6J1-01A-11D-A31K-01 called 0.79 3.82 1.0 18.0 0.88 0.0 new +TCGA-FG-A6J3-01 TCGA-FG-A6J3-01A-11D-A31K-01 called 0.68 3.71 1.0 19.0 0.8 0.08 new +TCGA-FG-A70Y-01 TCGA-FG-A70Y-01A-12D-A34I-01 called 0.65 2.04 0.0 13.0 0.65 0.02 new +TCGA-FG-A70Z-01 TCGA-FG-A70Z-01A-12D-A33S-01 called 0.7 1.97 0.0 11.0 0.7 0.0 new +TCGA-FG-A710-01 TCGA-FG-A710-01A-12D-A33S-01 called 0.83 1.95 0.0 9.0 0.82 0.0 new +TCGA-FG-A711-01 TCGA-FG-A711-01A-21D-A33S-01 called 0.74 2.0 0.0 11.0 0.74 0.02 new +TCGA-FG-A713-01 TCGA-FG-A713-01A-11D-A32A-01 called 0.34 3.88 1.0 42.0 0.49 0.09 new +TCGA-FG-A87N-01 TCGA-FG-A87N-01A-11D-A36N-01 called 0.9 2.03 0.0 9.0 0.9 0.01 new +TCGA-FG-A87Q-01 TCGA-FG-A87Q-01A-11D-A36N-01 called 0.54 1.98 0.0 15.0 0.54 0.01 new +TCGA-FN-7833-01 TCGA-FN-7833-01A-11D-2085-01 called 0.91 1.98 0.0 9.0 0.91 0.0 new +TCGA-HT-7467-01 TCGA-HT-7467-01A-11D-2023-01 called 0.22 3.82 1.0 59.0 0.35 0.0 new +TCGA-HT-7468-01 TCGA-HT-7468-01A-11D-2023-01 called 0.99 1.92 0.0 7.0 0.99 0.07 new +TCGA-HT-7469-01 TCGA-HT-7469-01A-11D-2252-01 called 0.95 3.69 1.0 16.0 0.97 0.09 new +TCGA-HT-7470-01 TCGA-HT-7470-01A-12D-2085-01 called 0.83 3.96 1.0 18.0 0.91 0.12 new +TCGA-HT-7471-01 TCGA-HT-7471-01A-11D-2252-01 called 0.93 1.95 0.0 8.0 0.93 0.12 new +TCGA-HT-7472-01 TCGA-HT-7472-01A-11D-2023-01 called 0.71 1.98 0.0 11.0 0.7 0.05 new +TCGA-HT-7473-01 TCGA-HT-7473-01A-11D-2023-01 called 0.74 2.1 0.0 11.0 0.75 0.04 new +TCGA-HT-7474-01 TCGA-HT-7474-01A-11D-2023-01 called 0.61 2.01 0.0 13.0 0.61 0.08 new +TCGA-HT-7475-01 TCGA-HT-7475-01A-11D-2023-01 called 0.84 2.03 0.0 10.0 0.84 0.03 new +TCGA-HT-7476-01 TCGA-HT-7476-01A-11D-2023-01 called 0.71 2.03 0.0 12.0 0.71 0.06 new +TCGA-HT-7477-01 TCGA-HT-7477-01B-11D-A288-01 called 0.74 3.7 1.0 18.0 0.84 0.44 new +TCGA-HT-7478-01 TCGA-HT-7478-01A-11D-2023-01 called 0.62 1.97 0.0 13.0 0.62 0.02 new +TCGA-HT-7479-01 TCGA-HT-7479-01A-11D-2023-01 called 0.53 2.07 0.0 16.0 0.53 0.0 new +TCGA-HT-7480-01 TCGA-HT-7480-01A-11D-2085-01 called 0.89 1.92 0.0 8.0 0.89 0.06 new +TCGA-HT-7481-01 TCGA-HT-7481-01A-11D-2023-01 called 0.58 1.95 0.0 14.0 0.57 0.0 new +TCGA-HT-7482-01 TCGA-HT-7482-01A-11D-2023-01 called 0.65 2.02 0.0 12.0 0.66 0.04 new +TCGA-HT-7483-01 TCGA-HT-7483-01A-11D-2023-01 called 0.8 2.01 0.0 10.0 0.8 0.01 new +TCGA-HT-7485-01 TCGA-HT-7485-01A-11D-2023-01 called 0.79 1.99 0.0 10.0 0.79 0.01 new +TCGA-HT-7601-01 TCGA-HT-7601-01A-11D-2085-01 called 0.65 2.0 0.0 12.0 0.65 0.0 new +TCGA-HT-7602-01 TCGA-HT-7602-01A-21D-2085-01 called 0.47 2.0 0.0 17.0 0.48 0.03 new +TCGA-HT-7603-01 TCGA-HT-7603-01A-21D-2085-01 called 0.59 1.97 0.0 14.0 0.59 0.01 new +TCGA-HT-7604-01 TCGA-HT-7604-01A-11D-2085-01 called 0.95 2.03 0.0 8.0 0.95 0.99 new +TCGA-HT-7605-01 TCGA-HT-7605-01A-11D-2085-01 called 0.68 1.95 0.0 12.0 0.68 0.03 new +TCGA-HT-7606-01 TCGA-HT-7606-01A-11D-2085-01 called 0.93 1.87 0.0 8.0 0.92 0.09 new +TCGA-HT-7607-01 TCGA-HT-7607-01A-11D-2085-01 called 0.36 1.96 0.0 27.0 0.35 0.0 new +TCGA-HT-7609-01 TCGA-HT-7609-01A-11D-2085-01 called 0.19 1.97 0.0 57.0 0.19 0.18 new +TCGA-HT-7610-01 TCGA-HT-7610-01A-21D-2085-01 called 0.61 2.03 0.0 13.0 0.61 0.03 new +TCGA-HT-7611-01 TCGA-HT-7611-01A-11D-2391-01 called 0.65 3.95 1.0 21.0 0.78 0.04 new +TCGA-HT-7616-01 TCGA-HT-7616-01A-11D-2252-01 called 0.79 1.89 0.0 10.0 0.78 0.06 new +TCGA-HT-7620-01 TCGA-HT-7620-01A-11D-2252-01 called 0.42 1.94 0.0 20.0 0.41 0.0 new +TCGA-HT-7676-01 TCGA-HT-7676-01A-11D-2391-01 called 0.71 4.04 1.0 20.0 0.83 0.01 new +TCGA-HT-7677-01 TCGA-HT-7677-01A-11D-2252-01 called 0.77 3.91 1.0 19.0 0.87 0.03 new +TCGA-HT-7680-01 TCGA-HT-7680-01A-11D-2252-01 called 0.23 2.0 0.0 46.0 0.23 0.0 new +TCGA-HT-7681-01 TCGA-HT-7681-01A-11D-2391-01 called 0.73 1.94 0.0 11.0 0.72 0.0 new +TCGA-HT-7684-01 TCGA-HT-7684-01A-11D-2252-01 called 0.61 2.05 0.0 13.0 0.62 0.03 new +TCGA-HT-7686-01 TCGA-HT-7686-01A-11D-2252-01 called 0.56 3.96 1.0 27.0 0.72 0.1 new +TCGA-HT-7687-01 TCGA-HT-7687-01A-11D-2252-01 called 0.85 1.95 0.0 9.0 0.85 0.94 new +TCGA-HT-7688-01 TCGA-HT-7688-01A-11D-2252-01 called 0.52 3.82 1.0 28.0 0.67 0.41 new +TCGA-HT-7689-01 TCGA-HT-7689-01A-11D-2252-01 called 0.72 1.91 0.0 11.0 0.71 0.24 new +TCGA-HT-7690-01 TCGA-HT-7690-01A-11D-2252-01 called 0.79 1.88 0.0 10.0 0.78 0.03 new +TCGA-HT-7691-01 TCGA-HT-7691-01A-11D-2252-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-HT-7692-01 TCGA-HT-7692-01A-12D-2252-01 called 0.9 1.92 0.0 8.0 0.9 0.15 new +TCGA-HT-7693-01 TCGA-HT-7693-01A-11D-2252-01 called 0.93 2.04 0.0 9.0 0.93 0.07 new +TCGA-HT-7694-01 TCGA-HT-7694-01A-11D-2252-01 called 0.46 1.95 0.0 18.0 0.45 0.06 new +TCGA-HT-7695-01 TCGA-HT-7695-01A-11D-2252-01 called 0.77 1.95 0.0 10.0 0.76 0.0 new +TCGA-HT-7854-01 TCGA-HT-7854-01A-11D-2252-01 called 0.42 2.0 0.0 20.0 0.42 0.0 new +TCGA-HT-7855-01 TCGA-HT-7855-01A-11D-2391-01 called 0.91 2.03 0.0 9.0 0.91 0.16 new +TCGA-HT-7856-01 TCGA-HT-7856-01A-11D-2391-01 called 0.35 3.87 1.0 40.0 0.51 0.06 new +TCGA-HT-7857-01 TCGA-HT-7857-01A-11D-2391-01 called 0.41 3.85 1.0 35.0 0.58 0.18 new +TCGA-HT-7858-01 TCGA-HT-7858-01A-11D-2391-01 called 0.61 1.98 0.0 13.0 0.61 0.07 new +TCGA-HT-7860-01 TCGA-HT-7860-01A-11D-2391-01 called 0.73 2.04 0.0 11.0 0.74 0.0 new +TCGA-HT-7873-01 TCGA-HT-7873-01B-11D-2391-01 called 0.82 2.01 0.0 10.0 0.83 0.04 new +TCGA-HT-7874-01 TCGA-HT-7874-01A-11D-2391-01 called 0.43 1.94 0.0 19.0 0.42 0.0 new +TCGA-HT-7875-01 TCGA-HT-7875-01A-11D-2391-01 called 0.85 3.88 1.0 17.0 0.92 0.04 new +TCGA-HT-7877-01 TCGA-HT-7877-01A-11D-2391-01 called 0.66 1.93 0.0 12.0 0.66 0.0 new +TCGA-HT-7879-01 TCGA-HT-7879-01A-11D-2391-01 called 0.68 3.97 1.0 20.0 0.81 0.03 new +TCGA-HT-7880-01 TCGA-HT-7880-01A-11D-2391-01 called 0.87 2.0 0.0 9.0 0.87 0.04 new +TCGA-HT-7881-01 TCGA-HT-7881-01A-11D-2391-01 called 0.43 1.94 0.0 19.0 0.42 0.0 new +TCGA-HT-7882-01 TCGA-HT-7882-01A-11D-2391-01 called 0.27 2.03 0.0 39.0 0.27 0.01 new +TCGA-HT-7884-01 TCGA-HT-7884-01B-11D-2391-01 called 0.59 3.95 1.0 25.0 0.74 0.12 new +TCGA-HT-7902-01 TCGA-HT-7902-01A-12D-2391-01 called 0.22 3.68 1.0 59.0 0.34 0.3 new +TCGA-HT-8010-01 TCGA-HT-8010-01A-11D-2391-01 called 0.43 3.87 1.0 34.0 0.6 0.0 new +TCGA-HT-8011-01 TCGA-HT-8011-01A-11D-2391-01 called 0.85 2.11 0.0 10.0 0.85 0.05 new +TCGA-HT-8012-01 TCGA-HT-8012-01A-11D-2391-01 called 0.89 1.92 0.0 9.0 0.88 0.0 new +TCGA-HT-8013-01 TCGA-HT-8013-01A-11D-2391-01 called 0.84 2.1 0.0 10.0 0.85 0.01 new +TCGA-HT-8015-01 TCGA-HT-8015-01B-11D-A288-01 called 0.32 2.0 0.0 32.0 0.32 0.0 new +TCGA-HT-8018-01 TCGA-HT-8018-01A-11D-2391-01 called 0.25 3.91 1.0 53.0 0.4 0.2 new +TCGA-HT-8104-01 TCGA-HT-8104-01A-11D-2391-01 called 0.75 1.99 0.0 11.0 0.75 0.02 new +TCGA-HT-8105-01 TCGA-HT-8105-01A-11D-2391-01 called 0.73 3.89 1.0 19.0 0.84 0.16 new +TCGA-HT-8106-01 TCGA-HT-8106-01A-11D-2391-01 called 0.2 3.77 1.0 65.0 0.31 0.26 new +TCGA-HT-8107-01 TCGA-HT-8107-01A-13D-2391-01 called 0.31 2.0 0.0 33.0 0.31 0.0 new +TCGA-HT-8108-01 TCGA-HT-8108-01A-11D-2391-01 called 0.84 2.0 0.0 9.0 0.84 0.09 new +TCGA-HT-8109-01 TCGA-HT-8109-01A-11D-2391-01 called 0.66 1.94 0.0 12.0 0.66 0.05 new +TCGA-HT-8110-01 TCGA-HT-8110-01A-11D-2391-01 called 0.57 1.97 0.0 14.0 0.57 0.0 new +TCGA-HT-8111-01 TCGA-HT-8111-01A-11D-2391-01 called 0.43 4.14 1.0 35.0 0.61 0.18 new +TCGA-HT-8113-01 TCGA-HT-8113-01A-11D-2391-01 called 0.34 1.94 0.0 30.0 0.33 0.01 new +TCGA-HT-8114-01 TCGA-HT-8114-01A-11D-2391-01 called 0.62 2.05 0.0 13.0 0.62 0.03 new +TCGA-HT-8563-01 TCGA-HT-8563-01A-11D-2391-01 called 0.46 1.95 0.0 18.0 0.45 0.03 new +TCGA-HT-8564-01 TCGA-HT-8564-01A-11D-2391-01 called 0.66 3.45 1.0 19.0 0.77 0.24 new +TCGA-HT-A4DS-01 TCGA-HT-A4DS-01A-11D-A26L-01 called 0.8 2.13 0.0 11.0 0.81 0.36 new +TCGA-HT-A5R5-01 TCGA-HT-A5R5-01A-11D-A288-01 called 0.17 4.25 1.0 78.0 0.3 0.08 new +TCGA-HT-A5R7-01 TCGA-HT-A5R7-01A-11D-A288-01 called 0.9 3.97 1.0 17.0 0.95 0.29 new +TCGA-HT-A5R9-01 TCGA-HT-A5R9-01A-11D-A288-01 called 0.84 1.93 0.0 9.0 0.84 0.02 new +TCGA-HT-A5RA-01 TCGA-HT-A5RA-01A-11D-A288-01 called 0.85 1.97 0.0 9.0 0.85 0.01 new +TCGA-HT-A5RB-01 TCGA-HT-A5RB-01A-11D-A288-01 called 0.84 1.96 0.0 9.0 0.84 0.05 new +TCGA-HT-A5RC-01 TCGA-HT-A5RC-01A-11D-A288-01 called 0.72 2.02 0.0 11.0 0.72 0.0 new +TCGA-HT-A614-01 TCGA-HT-A614-01A-11D-A323-01 called 0.81 1.99 0.0 10.0 0.81 0.11 new +TCGA-HT-A615-01 TCGA-HT-A615-01A-11D-A323-01 called 0.59 3.87 1.0 24.0 0.74 0.02 new +TCGA-HT-A616-01 TCGA-HT-A616-01A-11D-A323-01 called 0.54 4.14 1.0 29.0 0.71 0.05 new +TCGA-HT-A617-01 TCGA-HT-A617-01A-11D-A323-01 called 0.76 3.85 1.0 19.0 0.86 0.04 new +TCGA-HT-A618-01 TCGA-HT-A618-01A-11D-A323-01 called 0.54 3.77 1.0 26.0 0.69 0.12 new +TCGA-HT-A61C-01 TCGA-HT-A61C-01A-11D-A323-01 called 0.82 1.95 0.0 9.0 0.82 0.02 new +TCGA-HT-A74H-01 TCGA-HT-A74H-01A-11D-A32A-01 called 0.68 4.01 1.0 21.0 0.81 0.0 new +TCGA-HT-A74J-01 TCGA-HT-A74J-01A-12D-A32A-01 called 0.78 2.12 0.0 11.0 0.79 0.06 new +TCGA-HT-A74K-01 TCGA-HT-A74K-01A-11D-A32A-01 called 0.65 3.78 1.0 20.0 0.78 0.23 new +TCGA-HT-A74L-01 TCGA-HT-A74L-01A-11D-A32A-01 called 0.83 3.9 1.0 18.0 0.91 0.02 new +TCGA-HT-A74O-01 TCGA-HT-A74O-01A-11D-A32A-01 called 0.83 2.05 0.0 10.0 0.83 0.01 new +TCGA-HW-7486-01 TCGA-HW-7486-01A-11D-2023-01 called 0.56 1.95 0.0 14.0 0.56 0.0 new +TCGA-HW-7487-01 TCGA-HW-7487-01A-11D-2023-01 called 0.56 3.82 1.0 26.0 0.71 0.01 new +TCGA-HW-7489-01 TCGA-HW-7489-01A-11D-2023-01 called 0.51 3.94 1.0 29.0 0.67 0.12 new +TCGA-HW-7490-01 TCGA-HW-7490-01A-11D-2023-01 called 0.86 2.02 0.0 9.0 0.87 0.01 new +TCGA-HW-7491-01 TCGA-HW-7491-01A-11D-2023-01 called 0.93 1.81 0.0 8.0 0.92 0.01 new +TCGA-HW-7493-01 TCGA-HW-7493-01A-11D-2023-01 called 0.67 2.01 0.0 12.0 0.67 0.1 new +TCGA-HW-7495-01 TCGA-HW-7495-01A-11D-2023-01 called 0.72 1.97 0.0 11.0 0.72 0.01 new +TCGA-HW-8319-01 TCGA-HW-8319-01A-11D-2391-01 called 0.81 2.03 0.0 10.0 0.82 0.02 new +TCGA-HW-8320-01 TCGA-HW-8320-01A-11D-2391-01 called 0.31 3.95 1.0 45.0 0.47 0.12 new +TCGA-HW-8321-01 TCGA-HW-8321-01A-11D-2391-01 called 0.75 1.98 0.0 11.0 0.75 0.05 new +TCGA-HW-8322-01 TCGA-HW-8322-01A-11D-2391-01 called 0.82 3.9 1.0 18.0 0.9 0.03 new +TCGA-HW-A5KJ-01 TCGA-HW-A5KJ-01A-12D-A27J-01 called 0.82 1.96 0.0 9.0 0.82 0.02 new +TCGA-HW-A5KK-01 TCGA-HW-A5KK-01A-11D-A27J-01 called 0.3 1.88 0.0 34.0 0.29 0.04 new +TCGA-HW-A5KL-01 TCGA-HW-A5KL-01A-11D-A27J-01 called 0.79 2.0 0.0 10.0 0.79 0.07 new +TCGA-HW-A5KM-01 TCGA-HW-A5KM-01A-11D-A27J-01 called 0.77 2.02 0.0 10.0 0.78 0.01 new +TCGA-IK-7675-01 TCGA-IK-7675-01A-11D-2085-01 called 1.0 1.89 0.0 7.0 1.0 0.12 new +TCGA-IK-8125-01 TCGA-IK-8125-01A-11D-2252-01 called 0.81 1.95 0.0 10.0 0.8 0.09 new +TCGA-KT-A74X-01 TCGA-KT-A74X-01A-11D-A32A-01 called 0.87 1.87 0.0 9.0 0.86 0.0 new +TCGA-KT-A7W1-01 TCGA-KT-A7W1-01A-11D-A349-01 called 0.88 2.04 0.0 9.0 0.89 0.0 new +TCGA-P5-A5ET-01 TCGA-P5-A5ET-01A-11D-A27J-01 called 0.84 1.95 0.0 9.0 0.84 0.0 new +TCGA-P5-A5EU-01 TCGA-P5-A5EU-01A-11D-A27J-01 called 0.75 3.63 1.0 18.0 0.84 0.1 new +TCGA-P5-A5EV-01 TCGA-P5-A5EV-01A-11D-A27J-01 called 0.82 1.94 0.0 9.0 0.81 0.1 new +TCGA-P5-A5EW-01 TCGA-P5-A5EW-01A-11D-A27J-01 called 0.84 1.99 0.0 9.0 0.84 0.07 new +TCGA-P5-A5EX-01 TCGA-P5-A5EX-01A-12D-A288-01 called 0.71 1.9 0.0 11.0 0.69 0.0 new +TCGA-P5-A5EY-01 TCGA-P5-A5EY-01A-11D-A27J-01 called 0.4 2.0 0.0 21.0 0.4 0.0 new +TCGA-P5-A5EZ-01 TCGA-P5-A5EZ-01A-11D-A27J-01 called 0.64 1.98 0.0 12.0 0.64 0.39 new +TCGA-P5-A5F0-01 TCGA-P5-A5F0-01A-11D-A288-01 called 0.76 2.0 0.0 10.0 0.77 0.0 new +TCGA-P5-A5F1-01 TCGA-P5-A5F1-01A-11D-A288-01 called 0.79 2.07 0.0 10.0 0.8 0.05 new +TCGA-P5-A5F2-01 TCGA-P5-A5F2-01A-11D-A288-01 called 0.61 3.85 1.0 21.0 0.75 0.05 new +TCGA-P5-A5F4-01 TCGA-P5-A5F4-01A-11D-A288-01 called 0.6 3.8 1.0 21.0 0.74 0.2 new +TCGA-P5-A5F6-01 TCGA-P5-A5F6-01A-11D-A288-01 called 0.88 1.52 0.0 7.0 0.85 0.07 new +TCGA-P5-A72U-01 TCGA-P5-A72U-01A-31D-A32A-01 called 0.46 2.01 0.0 18.0 0.46 0.0 new +TCGA-P5-A72W-01 TCGA-P5-A72W-01A-11D-A32A-01 called 0.81 3.84 1.0 18.0 0.89 0.05 new +TCGA-P5-A72X-01 TCGA-P5-A72X-01A-11D-A32A-01 called 0.73 2.01 0.0 11.0 0.73 0.01 new +TCGA-P5-A72Z-01 TCGA-P5-A72Z-01A-11D-A32A-01 called 0.97 1.87 0.0 7.0 0.96 0.0 new +TCGA-P5-A730-01 TCGA-P5-A730-01A-11D-A32A-01 called 0.86 1.95 0.0 9.0 0.86 0.0 new +TCGA-P5-A731-01 TCGA-P5-A731-01A-11D-A32A-01 called 0.84 2.01 0.0 9.0 0.84 0.01 new +TCGA-P5-A733-01 TCGA-P5-A733-01A-11D-A32A-01 called 0.64 3.91 1.0 21.0 0.78 0.09 new +TCGA-P5-A735-01 TCGA-P5-A735-01A-11D-A32A-01 called 0.86 2.0 0.0 9.0 0.86 0.06 new +TCGA-P5-A736-01 TCGA-P5-A736-01A-11D-A32A-01 called 0.34 4.06 1.0 42.0 0.51 0.09 new +TCGA-P5-A737-01 TCGA-P5-A737-01A-11D-A32A-01 called 0.93 1.91 0.0 8.0 0.93 0.08 new +TCGA-P5-A77W-01 TCGA-P5-A77W-01A-11D-A32A-01 called 0.68 3.67 1.0 19.0 0.79 0.03 new +TCGA-P5-A77X-01 TCGA-P5-A77X-01A-11D-A32A-01 called 0.84 1.93 0.0 9.0 0.83 0.0 new +TCGA-P5-A780-01 TCGA-P5-A780-01A-12D-A32A-01 called 0.57 3.75 1.0 24.0 0.71 0.1 new +TCGA-P5-A781-01 TCGA-P5-A781-01A-11D-A32A-01 called 0.76 1.93 0.0 10.0 0.76 0.01 new +TCGA-QH-A65R-01 TCGA-QH-A65R-01A-21D-A31K-01 called 0.73 3.83 1.0 19.0 0.84 0.0 new +TCGA-QH-A65S-01 TCGA-QH-A65S-01A-11D-A323-01 called 0.53 3.95 1.0 28.0 0.69 0.09 new +TCGA-QH-A65V-01 TCGA-QH-A65V-01A-11D-A323-01 called 0.72 1.95 0.0 11.0 0.71 0.0 new +TCGA-QH-A65X-01 TCGA-QH-A65X-01A-11D-A32A-01 called 0.88 1.98 0.0 9.0 0.87 0.0 new +TCGA-QH-A65Z-01 TCGA-QH-A65Z-01A-11D-A323-01 called 0.9 1.91 0.0 8.0 0.9 0.0 new +TCGA-QH-A6CS-01 TCGA-QH-A6CS-01A-11D-A31K-01 called 0.95 5.9 2.0 30.0 0.98 0.0 new +TCGA-QH-A6CU-01 TCGA-QH-A6CU-01A-11D-A31K-01 called 0.72 1.97 0.0 11.0 0.72 0.0 new +TCGA-QH-A6CV-01 TCGA-QH-A6CV-01A-11D-A31K-01 called 0.57 4.63 2.0 31.0 0.76 0.25 new +TCGA-QH-A6CW-01 TCGA-QH-A6CW-01A-11D-A32A-01 called 0.87 2.04 0.0 9.0 0.87 0.16 new +TCGA-QH-A6CX-01 TCGA-QH-A6CX-01A-11D-A32A-01 called 0.66 3.94 1.0 21.0 0.79 0.01 new +TCGA-QH-A6CY-01 TCGA-QH-A6CY-01A-11D-A32A-01 called 0.7 1.9 0.0 11.0 0.69 0.0 new +TCGA-QH-A6CZ-01 TCGA-QH-A6CZ-01A-11D-A32A-01 called 0.85 3.85 1.0 17.0 0.92 0.13 new +TCGA-QH-A6X3-01 TCGA-QH-A6X3-01A-21D-A32A-01 called 0.86 2.01 0.0 9.0 0.86 0.01 new +TCGA-QH-A6X4-01 TCGA-QH-A6X4-01A-51D-A32A-01 called 0.84 1.87 0.0 9.0 0.83 0.0 new +TCGA-QH-A6X5-01 TCGA-QH-A6X5-01A-12D-A32A-01 called 0.7 1.94 0.0 11.0 0.69 0.03 new +TCGA-QH-A6X8-01 TCGA-QH-A6X8-01A-12D-A32A-01 called 0.82 1.87 0.0 9.0 0.81 0.0 new +TCGA-QH-A6X9-01 TCGA-QH-A6X9-01A-12D-A32A-01 called 0.67 4.08 1.0 21.0 0.81 0.09 new +TCGA-QH-A6XA-01 TCGA-QH-A6XA-01A-12D-A32A-01 called 0.38 4.04 1.0 39.0 0.55 0.05 new +TCGA-QH-A6XC-01 TCGA-QH-A6XC-01A-12D-A32A-01 called 0.73 2.1 0.0 11.0 0.74 0.03 new +TCGA-QH-A86X-01 TCGA-QH-A86X-01A-11D-A36N-01 called 0.81 3.89 1.0 18.0 0.89 0.0 new +TCGA-QH-A870-01 TCGA-QH-A870-01A-11D-A36N-01 called 0.74 1.96 0.0 11.0 0.74 0.01 new +TCGA-R8-A6MK-01 TCGA-R8-A6MK-01A-11D-A32A-01 called 0.71 3.86 1.0 19.0 0.82 0.0 new +TCGA-R8-A6ML-01 TCGA-R8-A6ML-01A-11D-A32A-01 called 0.92 1.95 0.0 8.0 0.92 0.0 new +TCGA-R8-A6MO-01 TCGA-R8-A6MO-01A-11D-A33S-01 called 0.74 1.94 0.0 11.0 0.73 0.01 new +TCGA-R8-A6YH-01 TCGA-R8-A6YH-01A-21D-A32A-01 called 0.93 1.96 0.0 8.0 0.93 0.03 new +TCGA-RY-A83X-01 TCGA-RY-A83X-01A-11D-A36N-01 called 0.82 1.9 0.0 9.0 0.81 0.01 new +TCGA-RY-A83Y-01 TCGA-RY-A83Y-01A-11D-A36N-01 called 0.89 1.94 0.0 9.0 0.88 0.0 new +TCGA-RY-A83Z-01 TCGA-RY-A83Z-01A-11D-A36N-01 called 0.88 1.84 0.0 8.0 0.87 0.11 new +TCGA-RY-A840-01 TCGA-RY-A840-01A-11D-A36N-01 called 0.94 1.95 0.0 8.0 0.93 0.0 new +TCGA-RY-A843-01 TCGA-RY-A843-01A-11D-A36N-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-RY-A845-01 TCGA-RY-A845-01A-11D-A36N-01 called 0.83 2.06 0.0 10.0 0.83 0.03 new +TCGA-RY-A847-01 TCGA-RY-A847-01A-11D-A36N-01 called 0.83 1.95 0.0 9.0 0.83 0.01 new +TCGA-S9-A6TS-01 TCGA-S9-A6TS-01A-12D-A33S-01 called 0.81 1.96 0.0 10.0 0.81 0.28 new +TCGA-S9-A6TU-01 TCGA-S9-A6TU-01A-12D-A32A-01 called 0.71 4.02 1.0 20.0 0.83 0.02 new +TCGA-S9-A6TV-01 TCGA-S9-A6TV-01A-12D-A34I-01 called 0.86 1.9 0.0 9.0 0.85 0.02 new +TCGA-S9-A6TW-01 TCGA-S9-A6TW-01A-12D-A32A-01 called 0.63 1.9 0.0 12.0 0.62 0.02 new +TCGA-S9-A6TX-01 TCGA-S9-A6TX-01A-21D-A32A-01 called 0.82 1.92 0.0 9.0 0.81 0.04 new +TCGA-S9-A6TY-01 TCGA-S9-A6TY-01A-12D-A32A-01 called 0.83 2.1 0.0 10.0 0.83 0.06 new +TCGA-S9-A6TZ-01 TCGA-S9-A6TZ-01A-21D-A32A-01 called 0.72 3.91 1.0 19.0 0.83 0.01 new +TCGA-S9-A6U0-01 TCGA-S9-A6U0-01A-12D-A32A-01 called 0.9 4.0 1.0 17.0 0.95 0.0 new +TCGA-S9-A6U1-01 TCGA-S9-A6U1-01A-21D-A33S-01 called 0.29 4.07 1.0 48.0 0.46 0.1 new +TCGA-S9-A6U2-01 TCGA-S9-A6U2-01A-21D-A33S-01 called 0.77 1.92 0.0 10.0 0.76 0.0 new +TCGA-S9-A6U5-01 TCGA-S9-A6U5-01A-12D-A33S-01 called 0.84 1.94 0.0 9.0 0.83 0.0 new +TCGA-S9-A6U6-01 TCGA-S9-A6U6-01A-12D-A33S-01 called 0.42 3.98 1.0 35.0 0.59 0.14 new +TCGA-S9-A6U8-01 TCGA-S9-A6U8-01A-21D-A33S-01 called 0.58 4.0 1.0 26.0 0.74 0.0 new +TCGA-S9-A6U9-01 TCGA-S9-A6U9-01A-11D-A32A-01 called 0.73 2.0 0.0 11.0 0.73 0.03 new +TCGA-S9-A6UA-01 TCGA-S9-A6UA-01A-12D-A33S-01 called 0.39 4.09 1.0 38.0 0.57 0.07 new +TCGA-S9-A6UB-01 TCGA-S9-A6UB-01A-21D-A33S-01 called 0.89 1.92 0.0 8.0 0.89 0.01 new +TCGA-S9-A6WD-01 TCGA-S9-A6WD-01A-12D-A33S-01 called 0.71 2.93 1.0 15.0 0.78 0.57 new +TCGA-S9-A6WE-01 TCGA-S9-A6WE-01A-12D-A33S-01 called 0.88 1.94 0.0 9.0 0.87 0.0 new +TCGA-S9-A6WG-01 TCGA-S9-A6WG-01A-11D-A33S-01 called 0.75 4.02 1.0 19.0 0.86 0.11 new +TCGA-S9-A6WH-01 TCGA-S9-A6WH-01A-12D-A33S-01 called 0.86 3.91 1.0 17.0 0.92 0.23 new +TCGA-S9-A6WI-01 TCGA-S9-A6WI-01A-21D-A33S-01 called 0.25 1.91 0.0 43.0 0.24 0.05 new +TCGA-S9-A6WL-01 TCGA-S9-A6WL-01A-21D-A33S-01 called 0.73 1.86 0.0 10.0 0.72 0.04 new +TCGA-S9-A6WM-01 TCGA-S9-A6WM-01A-12D-A33S-01 called 0.88 1.93 0.0 9.0 0.88 0.48 new +TCGA-S9-A6WN-01 TCGA-S9-A6WN-01A-12D-A33S-01 called 0.47 1.92 0.0 17.0 0.46 0.0 new +TCGA-S9-A6WO-01 TCGA-S9-A6WO-01A-21D-A349-01 called 0.41 4.21 1.0 37.0 0.6 0.11 new +TCGA-S9-A6WP-01 TCGA-S9-A6WP-01A-12D-A349-01 called 0.7 3.78 1.0 19.0 0.81 0.05 new +TCGA-S9-A6WQ-01 TCGA-S9-A6WQ-01A-12D-A349-01 called 0.47 3.89 1.0 31.0 0.63 0.07 new +TCGA-S9-A7IQ-01 TCGA-S9-A7IQ-01A-21D-A349-01 called 0.5 1.99 0.0 16.0 0.5 0.0 new +TCGA-S9-A7IS-01 TCGA-S9-A7IS-01A-11D-A349-01 called 0.84 1.91 0.0 9.0 0.84 0.01 new +TCGA-S9-A7IX-01 TCGA-S9-A7IX-01A-12D-A349-01 called 0.63 1.85 0.0 12.0 0.61 0.03 new +TCGA-S9-A7IY-01 TCGA-S9-A7IY-01A-11D-A349-01 called 0.63 3.89 1.0 21.0 0.77 0.04 new +TCGA-S9-A7IZ-01 TCGA-S9-A7IZ-01A-11D-A349-01 called 0.6 4.09 1.0 26.0 0.75 0.03 new +TCGA-S9-A7J0-01 TCGA-S9-A7J0-01A-11D-A349-01 called 0.83 3.87 1.0 18.0 0.91 0.35 new +TCGA-S9-A7J1-01 TCGA-S9-A7J1-01A-21D-A34I-01 called 0.76 1.94 0.0 10.0 0.76 0.02 new +TCGA-S9-A7J2-01 TCGA-S9-A7J2-01A-11D-A349-01 called 0.89 3.89 1.0 17.0 0.94 0.01 new +TCGA-S9-A7J3-01 TCGA-S9-A7J3-01A-21D-A34I-01 called 0.78 1.94 0.0 10.0 0.78 0.03 new +TCGA-S9-A7QW-01 TCGA-S9-A7QW-01A-11D-A349-01 called 0.94 2.11 0.0 9.0 0.95 0.03 new +TCGA-S9-A7QX-01 TCGA-S9-A7QX-01A-11D-A349-01 called 0.72 3.96 1.0 20.0 0.83 0.1 new +TCGA-S9-A7QY-01 TCGA-S9-A7QY-01A-11D-A349-01 called 0.69 1.9 0.0 11.0 0.68 0.04 new +TCGA-S9-A7QZ-01 TCGA-S9-A7QZ-01A-12D-A34I-01 called 0.73 3.85 1.0 19.0 0.84 0.04 new +TCGA-S9-A7R1-01 TCGA-S9-A7R1-01A-12D-A34I-01 called 0.76 3.95 1.0 19.0 0.86 0.06 new +TCGA-S9-A7R2-01 TCGA-S9-A7R2-01A-21D-A34I-01 called 0.52 1.96 0.0 16.0 0.52 0.04 new +TCGA-S9-A7R3-01 TCGA-S9-A7R3-01A-11D-A34I-01 called 0.74 3.91 1.0 19.0 0.85 0.02 new +TCGA-S9-A7R4-01 TCGA-S9-A7R4-01A-12D-A34I-01 called 0.75 4.0 1.0 19.0 0.86 0.03 new +TCGA-S9-A7R7-01 TCGA-S9-A7R7-01A-11D-A34I-01 called 0.45 3.82 1.0 32.0 0.61 0.08 new +TCGA-S9-A7R8-01 TCGA-S9-A7R8-01A-11D-A34I-01 called 0.87 1.97 0.0 9.0 0.87 0.02 new +TCGA-S9-A89V-01 TCGA-S9-A89V-01A-11D-A36N-01 called 0.34 3.67 1.0 40.0 0.48 0.09 new +TCGA-S9-A89Z-01 TCGA-S9-A89Z-01A-11D-A36N-01 called 0.83 1.95 0.0 9.0 0.82 0.21 new +TCGA-TM-A7C3-01 TCGA-TM-A7C3-01A-11D-A32A-01 called 0.88 2.03 0.0 9.0 0.88 0.12 new +TCGA-TM-A7C4-01 TCGA-TM-A7C4-01A-11D-A32A-01 called 0.68 1.98 0.0 12.0 0.68 0.01 new +TCGA-TM-A7C5-01 TCGA-TM-A7C5-01A-11D-A32A-01 called 0.89 1.85 0.0 8.0 0.88 0.08 new +TCGA-TM-A7CA-01 TCGA-TM-A7CA-01A-21D-A33S-01 called 0.67 2.02 0.0 12.0 0.67 0.05 new +TCGA-TM-A7CF-01 TCGA-TM-A7CF-01A-11D-A32A-01 called 0.64 3.94 1.0 21.0 0.78 0.31 new +TCGA-TM-A7CF-02 TCGA-TM-A7CF-02A-11D-A32A-01 called 0.56 1.9 0.0 14.0 0.55 0.08 new +TCGA-TM-A84B-01 TCGA-TM-A84B-01A-11D-A36N-01 called 0.93 2.03 0.0 9.0 0.94 0.03 new +TCGA-TM-A84C-01 TCGA-TM-A84C-01A-11D-A36N-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-TM-A84F-01 TCGA-TM-A84F-01A-11D-A36N-01 called 0.54 1.98 0.0 15.0 0.54 0.04 new +TCGA-TM-A84G-01 TCGA-TM-A84G-01A-11D-A36N-01 called 0.87 1.93 0.0 9.0 0.87 0.05 new +TCGA-TM-A84H-01 TCGA-TM-A84H-01A-11D-A36N-01 called 0.73 2.14 0.0 12.0 0.75 0.04 new +TCGA-TM-A84I-01 TCGA-TM-A84I-01A-11D-A36N-01 called 0.85 3.83 1.0 17.0 0.91 0.15 new +TCGA-TM-A84J-01 TCGA-TM-A84J-01A-11D-A36N-01 called 0.91 3.93 1.0 17.0 0.95 0.17 new +TCGA-TM-A84L-01 TCGA-TM-A84L-01A-11D-A36N-01 called 0.67 1.97 0.0 12.0 0.67 0.0 new +TCGA-TM-A84M-01 TCGA-TM-A84M-01A-11D-A36N-01 called 0.98 1.96 0.0 8.0 0.98 0.07 new +TCGA-TM-A84O-01 TCGA-TM-A84O-01A-11D-A36N-01 called 0.79 1.94 0.0 10.0 0.78 0.0 new +TCGA-TM-A84Q-01 TCGA-TM-A84Q-01A-11D-A36N-01 called 0.7 4.03 1.0 20.0 0.83 0.22 new +TCGA-TM-A84R-01 TCGA-TM-A84R-01A-21D-A36N-01 called 0.35 1.94 0.0 28.0 0.34 0.07 new +TCGA-TM-A84S-01 TCGA-TM-A84S-01A-11D-A36N-01 called 0.8 1.91 0.0 9.0 0.8 0.0 new +TCGA-TM-A84T-01 TCGA-TM-A84T-01A-11D-A36N-01 called 0.87 2.03 0.0 9.0 0.88 0.07 new +TCGA-TQ-A7RF-01 TCGA-TQ-A7RF-01A-11D-A33S-01 called 0.86 3.88 1.0 17.0 0.92 0.09 new +TCGA-TQ-A7RG-01 TCGA-TQ-A7RG-01A-11D-A33S-01 called 0.76 3.89 1.0 19.0 0.86 0.0 new +TCGA-TQ-A7RH-01 TCGA-TQ-A7RH-01A-12D-A349-01 called 0.8 1.97 0.0 10.0 0.8 0.1 new +TCGA-TQ-A7RI-01 TCGA-TQ-A7RI-01A-11D-A33S-01 called 0.76 1.98 0.0 10.0 0.76 0.03 new +TCGA-TQ-A7RJ-01 TCGA-TQ-A7RJ-01A-11D-A33S-01 called 0.52 3.96 1.0 29.0 0.69 0.14 new +TCGA-TQ-A7RK-01 TCGA-TQ-A7RK-01A-11D-A33S-01 called 0.65 2.0 0.0 12.0 0.65 0.06 new +TCGA-TQ-A7RM-01 TCGA-TQ-A7RM-01A-11D-A33S-01 called 0.92 3.97 1.0 17.0 0.96 0.16 new +TCGA-TQ-A7RN-01 TCGA-TQ-A7RN-01A-11D-A33S-01 called 0.88 1.94 0.0 9.0 0.88 0.13 new +TCGA-TQ-A7RO-01 TCGA-TQ-A7RO-01A-11D-A33S-01 called 0.73 3.81 1.0 19.0 0.84 0.03 new +TCGA-TQ-A7RP-01 TCGA-TQ-A7RP-01A-21D-A349-01 called 0.33 3.98 1.0 42.0 0.5 0.04 new +TCGA-TQ-A7RQ-01 TCGA-TQ-A7RQ-01A-11D-A33S-01 called 0.9 2.0 0.0 9.0 0.9 0.0 new +TCGA-TQ-A7RR-01 TCGA-TQ-A7RR-01A-21D-A349-01 called 0.55 3.87 1.0 27.0 0.7 0.07 new +TCGA-TQ-A7RS-01 TCGA-TQ-A7RS-01A-12D-A33S-01 called 0.83 3.89 1.0 18.0 0.9 0.0 new +TCGA-TQ-A7RU-01 TCGA-TQ-A7RU-01A-21D-A349-01 called 0.94 1.95 0.0 8.0 0.94 0.08 new +TCGA-TQ-A7RV-01 TCGA-TQ-A7RV-01A-21D-A349-01 called 0.58 2.04 0.0 14.0 0.59 0.11 new +TCGA-TQ-A7RV-02 TCGA-TQ-A7RV-02A-11D-A36N-01 called 0.53 2.05 0.0 16.0 0.53 0.03 new +TCGA-TQ-A7RW-01 TCGA-TQ-A7RW-01A-11D-A33S-01 called 0.67 1.97 0.0 12.0 0.66 0.19 new +TCGA-TQ-A8XE-01 TCGA-TQ-A8XE-01A-11D-A36N-01 called 0.91 1.94 0.0 8.0 0.91 0.03 new +TCGA-TQ-A8XE-02 TCGA-TQ-A8XE-02A-11D-A40C-01 called 0.9 1.96 0.0 9.0 0.9 0.13 new +TCGA-VM-A8C8-01 TCGA-VM-A8C8-01A-11D-A36N-01 called 0.37 1.87 0.0 24.0 0.35 0.05 new +TCGA-VM-A8C9-01 TCGA-VM-A8C9-01A-11D-A36N-01 called 0.57 2.06 0.0 15.0 0.58 0.01 new +TCGA-VM-A8CA-01 TCGA-VM-A8CA-01A-11D-A36N-01 called 0.56 3.29 1.0 20.0 0.67 0.03 new +TCGA-VM-A8CB-01 TCGA-VM-A8CB-01A-11D-A36N-01 called 0.95 1.92 0.0 8.0 0.94 0.02 new +TCGA-VM-A8CD-01 TCGA-VM-A8CD-01A-11D-A36N-01 called 0.66 1.78 0.0 11.0 0.64 0.0 new +TCGA-VM-A8CE-01 TCGA-VM-A8CE-01A-11D-A36N-01 called 0.79 1.95 0.0 10.0 0.79 0.01 new +TCGA-VM-A8CF-01 TCGA-VM-A8CF-01A-11D-A36N-01 called 0.69 4.1 1.0 21.0 0.82 0.09 new +TCGA-VM-A8CH-01 TCGA-VM-A8CH-01A-12D-A36N-01 called 0.89 2.02 0.0 9.0 0.89 0.01 new +TCGA-VV-A829-01 TCGA-VV-A829-01A-21D-A36N-01 called 0.94 1.89 0.0 8.0 0.93 0.01 new +TCGA-VV-A86M-01 TCGA-VV-A86M-01A-11D-A36N-01 called 0.92 1.96 0.0 8.0 0.92 0.05 new +TCGA-VW-A7QS-01 TCGA-VW-A7QS-01A-12D-A33S-01 called 0.95 1.95 0.0 8.0 0.95 0.0 new +TCGA-VW-A8FI-01 TCGA-VW-A8FI-01A-11D-A36N-01 called 0.83 2.03 0.0 10.0 0.83 0.11 new +TCGA-W9-A837-01 TCGA-W9-A837-01A-11D-A36N-01 called 0.81 1.94 0.0 10.0 0.81 0.03 new +TCGA-WH-A86K-01 TCGA-WH-A86K-01A-11D-A36N-01 called 0.81 2.01 0.0 10.0 0.81 0.14 new +TCGA-WY-A858-01 TCGA-WY-A858-01A-11D-A36N-01 called 0.66 1.98 0.0 12.0 0.66 0.05 new +TCGA-WY-A859-01 TCGA-WY-A859-01A-12D-A36N-01 called 0.79 1.89 0.0 10.0 0.78 0.04 new +TCGA-WY-A85A-01 TCGA-WY-A85A-01A-21D-A36N-01 called 0.78 2.03 0.0 10.0 0.79 0.03 new +TCGA-WY-A85B-01 TCGA-WY-A85B-01A-11D-A36N-01 called 0.87 2.0 0.0 9.0 0.87 0.15 new +TCGA-WY-A85C-01 TCGA-WY-A85C-01A-11D-A36N-01 called 0.87 1.98 0.0 9.0 0.87 0.0 new +TCGA-WY-A85D-01 TCGA-WY-A85D-01A-11D-A36N-01 called 0.87 1.95 0.0 9.0 0.86 0.05 new +TCGA-WY-A85E-01 TCGA-WY-A85E-01A-11D-A40C-01 called 0.98 4.09 1.0 17.0 0.99 0.2 new +TCGA-2V-A95S-01 TCGA-2V-A95S-01A-11D-A36W-01 called 0.44 2.2 0.0 20.0 0.47 0.07 new +TCGA-2Y-A9GS-01 TCGA-2Y-A9GS-01A-12D-A381-01 called 0.71 1.76 0.0 10.0 0.69 0.16 new +TCGA-2Y-A9GT-01 TCGA-2Y-A9GT-01A-11D-A381-01 called 0.55 2.0 0.0 15.0 0.55 0.01 new +TCGA-2Y-A9GU-01 TCGA-2Y-A9GU-01A-11D-A381-01 called 0.76 4.16 1.0 20.0 0.87 0.05 new +TCGA-2Y-A9GV-01 TCGA-2Y-A9GV-01A-11D-A381-01 called 0.64 1.95 0.0 12.0 0.64 0.01 new +TCGA-2Y-A9GW-01 TCGA-2Y-A9GW-01A-11D-A381-01 called 0.48 2.47 0.0 19.0 0.53 0.11 new +TCGA-2Y-A9GX-01 TCGA-2Y-A9GX-01A-11D-A381-01 called 0.27 2.0 0.0 39.0 0.27 0.07 new +TCGA-2Y-A9GY-01 TCGA-2Y-A9GY-01A-11D-A381-01 called 0.52 3.36 1.0 23.0 0.65 0.4 new +TCGA-2Y-A9GZ-01 TCGA-2Y-A9GZ-01A-11D-A38W-01 called 0.78 3.42 1.0 16.0 0.86 0.15 new +TCGA-2Y-A9H0-01 TCGA-2Y-A9H0-01A-11D-A381-01 called 0.86 2.06 0.0 9.0 0.86 0.02 new +TCGA-2Y-A9H1-01 TCGA-2Y-A9H1-01A-11D-A381-01 called 0.73 2.29 0.0 12.0 0.75 0.08 new +TCGA-2Y-A9H2-01 TCGA-2Y-A9H2-01A-12D-A381-01 called 0.54 4.05 2.0 28.0 0.71 0.14 new +TCGA-2Y-A9H3-01 TCGA-2Y-A9H3-01A-11D-A381-01 called 0.35 3.85 1.0 40.0 0.51 0.18 new +TCGA-2Y-A9H4-01 TCGA-2Y-A9H4-01A-11D-A381-01 called 0.81 1.99 0.0 10.0 0.81 0.04 new +TCGA-2Y-A9H5-01 TCGA-2Y-A9H5-01A-11D-A381-01 called 0.74 1.96 0.0 11.0 0.74 0.14 new +TCGA-2Y-A9H6-01 TCGA-2Y-A9H6-01A-11D-A38W-01 called 0.67 1.91 0.0 12.0 0.66 0.08 new +TCGA-2Y-A9H7-01 TCGA-2Y-A9H7-01A-11D-A38W-01 called 0.85 1.94 0.0 9.0 0.85 0.05 new +TCGA-2Y-A9H8-01 TCGA-2Y-A9H8-01A-11D-A38W-01 called 0.66 3.1 1.0 17.0 0.75 0.1 new +TCGA-2Y-A9H9-01 TCGA-2Y-A9H9-01A-21D-A38W-01 called 0.88 2.07 0.0 9.0 0.88 0.18 new +TCGA-2Y-A9HA-01 TCGA-2Y-A9HA-01A-11D-A38W-01 called 0.79 1.98 0.0 10.0 0.79 0.18 new +TCGA-2Y-A9HB-01 TCGA-2Y-A9HB-01A-11D-A38W-01 called 0.69 2.12 0.0 12.0 0.7 0.09 new +TCGA-3K-AAZ8-01 TCGA-3K-AAZ8-01A-12D-A38W-01 called 0.7 3.61 1.0 18.0 0.81 0.05 new +TCGA-4R-AA8I-01 TCGA-4R-AA8I-01A-11D-A381-01 called 0.85 1.93 0.0 9.0 0.84 0.02 new +TCGA-5C-A9VG-01 TCGA-5C-A9VG-01A-11D-A36W-01 called 0.46 3.75 1.0 31.0 0.62 0.12 new +TCGA-5C-A9VH-01 TCGA-5C-A9VH-01A-11D-A36W-01 called 0.8 2.07 0.0 10.0 0.8 0.33 new +TCGA-5C-AAPD-01 TCGA-5C-AAPD-01A-21D-A38W-01 called 0.58 1.8 0.0 13.0 0.56 0.1 new +TCGA-5R-AA1C-01 TCGA-5R-AA1C-01A-11D-A40Q-01 called 0.85 2.28 0.0 11.0 0.86 0.02 new +TCGA-5R-AA1D-01 TCGA-5R-AA1D-01A-11D-A381-01 called 0.35 1.98 0.0 28.0 0.35 0.14 new +TCGA-5R-AAAM-01 TCGA-5R-AAAM-01A-12D-A40Q-01 called 0.6 1.97 0.0 13.0 0.6 0.11 new +TCGA-BC-4073-01 TCGA-BC-4073-01B-02D-A12Y-01 called 0.55 1.94 0.0 15.0 0.54 0.0 new +TCGA-BC-A10Q-01 TCGA-BC-A10Q-01A-11D-A12Y-01 called 0.72 4.17 2.0 21.0 0.84 0.05 new +TCGA-BC-A10R-01 TCGA-BC-A10R-01A-11D-A12Y-01 called 0.6 3.21 1.0 19.0 0.71 0.1 new +TCGA-BC-A10S-01 TCGA-BC-A10S-01A-22D-A12Y-01 called 0.22 3.81 1.0 60.0 0.35 0.12 new +TCGA-BC-A10T-01 TCGA-BC-A10T-01A-11D-A12Y-01 called 0.7 2.03 0.0 12.0 0.7 0.04 new +TCGA-BC-A10U-01 TCGA-BC-A10U-01A-11D-A12Y-01 called 0.86 2.07 0.0 10.0 0.86 0.07 new +TCGA-BC-A10W-01 TCGA-BC-A10W-01A-11D-A12Y-01 called 0.73 2.28 0.0 12.0 0.76 0.06 new +TCGA-BC-A10X-01 TCGA-BC-A10X-01A-11D-A12Y-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-BC-A10Y-01 TCGA-BC-A10Y-01A-11D-A12Y-01 called 0.92 2.01 0.0 9.0 0.92 0.12 new +TCGA-BC-A10Z-01 TCGA-BC-A10Z-01A-11D-A12Y-01 called 0.95 2.02 0.0 8.0 0.95 0.0 new +TCGA-BC-A110-01 TCGA-BC-A110-01A-11D-A12Y-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-BC-A112-01 TCGA-BC-A112-01A-11D-A12Y-01 called 0.6 3.71 1.0 21.0 0.73 0.0 new +TCGA-BC-A216-01 TCGA-BC-A216-01A-11D-A151-01 called 0.84 2.09 0.0 10.0 0.85 0.07 new +TCGA-BC-A217-01 TCGA-BC-A217-01A-11D-A151-01 called 0.92 3.48 1.0 15.0 0.95 0.27 new +TCGA-BC-A3KF-01 TCGA-BC-A3KF-01A-11D-A20V-01 called 0.83 1.94 0.0 9.0 0.83 0.05 new +TCGA-BC-A3KG-01 TCGA-BC-A3KG-01A-11D-A20V-01 called 0.95 1.96 0.0 8.0 0.94 0.1 new +TCGA-BC-A5W4-01 TCGA-BC-A5W4-01A-11D-A28W-01 called 0.93 3.64 1.0 16.0 0.96 0.01 new +TCGA-BC-A69H-01 TCGA-BC-A69H-01A-11D-A30U-01 called 0.66 4.01 2.0 21.0 0.79 0.27 new +TCGA-BC-A69I-01 TCGA-BC-A69I-01A-11D-A30U-01 called 0.79 2.03 0.0 10.0 0.79 0.0 new +TCGA-BC-A8YO-01 TCGA-BC-A8YO-01A-11D-A36W-01 called 0.86 1.94 0.0 9.0 0.86 0.01 new +TCGA-BD-A2L6-01 TCGA-BD-A2L6-01A-11D-A20V-01 called 0.86 2.06 0.0 9.0 0.87 0.98 new +TCGA-BD-A3EP-01 TCGA-BD-A3EP-01A-11D-A22E-01 called 0.26 5.11 2.0 59.0 0.47 0.32 new +TCGA-BW-A5NO-01 TCGA-BW-A5NO-01A-11D-A27H-01 called 0.71 5.17 2.0 30.0 0.86 0.55 new +TCGA-BW-A5NQ-01 TCGA-BW-A5NQ-01A-11D-A27H-01 called 0.37 5.14 2.0 46.0 0.6 0.01 new +TCGA-CC-5258-01 TCGA-CC-5258-01A-01D-A12Y-01 called 0.54 3.75 1.0 26.0 0.69 0.03 new +TCGA-CC-5260-01 TCGA-CC-5260-01A-01D-A12Y-01 called 0.61 1.88 0.0 13.0 0.6 0.1 new +TCGA-CC-5261-01 TCGA-CC-5261-01A-01D-A12Y-01 called 0.49 3.19 1.0 24.0 0.61 0.18 new +TCGA-CC-5262-01 TCGA-CC-5262-01A-01D-A12Y-01 called 0.39 1.96 0.0 21.0 0.38 0.0 new +TCGA-CC-5263-01 TCGA-CC-5263-01A-01D-A12Y-01 called 0.77 1.99 0.0 10.0 0.77 0.14 new +TCGA-CC-5264-01 TCGA-CC-5264-01A-01D-A12Y-01 called 0.84 3.26 1.0 15.0 0.89 0.23 new +TCGA-CC-A1HT-01 TCGA-CC-A1HT-01A-11D-A12Y-01 called 0.21 3.65 1.0 61.0 0.33 0.2 new +TCGA-CC-A3M9-01 TCGA-CC-A3M9-01A-11D-A20V-01 called 0.3 2.7 1.0 39.0 0.37 0.44 new +TCGA-CC-A3MA-01 TCGA-CC-A3MA-01A-11D-A20V-01 called 0.81 1.9 0.0 9.0 0.81 0.08 new +TCGA-CC-A3MB-01 TCGA-CC-A3MB-01A-11D-A20V-01 called 0.59 5.99 2.0 39.0 0.81 0.19 new +TCGA-CC-A3MC-01 TCGA-CC-A3MC-01A-11D-A22E-01 called 0.64 2.19 0.0 13.0 0.66 0.42 new +TCGA-CC-A5UC-01 TCGA-CC-A5UC-01A-11D-A28W-01 called 0.29 3.25 1.0 43.0 0.4 0.03 new +TCGA-CC-A5UD-01 TCGA-CC-A5UD-01A-11D-A28W-01 called 0.85 2.64 1.0 12.0 0.88 0.01 new +TCGA-CC-A5UE-01 TCGA-CC-A5UE-01A-11D-A28W-01 called 0.66 6.39 2.0 39.0 0.86 0.51 new +TCGA-CC-A7IE-01 TCGA-CC-A7IE-01A-21D-A381-01 called 0.43 3.54 1.0 32.0 0.57 0.08 new +TCGA-CC-A7IF-01 TCGA-CC-A7IF-01A-11D-A33B-01 called 0.76 3.97 1.0 19.0 0.86 0.1 new +TCGA-CC-A7IG-01 TCGA-CC-A7IG-01A-11D-A33B-01 called 0.59 6.43 2.0 42.0 0.82 0.44 new +TCGA-CC-A7IH-01 TCGA-CC-A7IH-01A-11D-A33B-01 called 0.88 2.23 0.0 10.0 0.89 0.07 new +TCGA-CC-A7II-01 TCGA-CC-A7II-01A-11D-A33B-01 called 0.56 4.67 2.0 32.0 0.75 0.11 new +TCGA-CC-A7IJ-01 TCGA-CC-A7IJ-01A-11D-A33P-01 called 0.51 2.61 1.0 19.0 0.57 0.24 new +TCGA-CC-A7IK-01 TCGA-CC-A7IK-01A-12D-A33P-01 called 0.72 6.11 2.0 36.0 0.89 0.11 new +TCGA-CC-A7IL-01 TCGA-CC-A7IL-01A-11D-A33P-01 called 0.93 2.89 1.0 12.0 0.95 0.2 new +TCGA-CC-A8HT-01 TCGA-CC-A8HT-01A-11D-A35Y-01 called 0.52 1.97 0.0 16.0 0.52 0.0 new +TCGA-CC-A8HU-01 TCGA-CC-A8HU-01A-11D-A35Y-01 called 0.89 2.17 0.0 10.0 0.9 0.18 new +TCGA-CC-A8HV-01 TCGA-CC-A8HV-01A-11D-A40C-01 called 0.82 3.39 1.0 16.0 0.89 0.2 new +TCGA-CC-A9FS-01 TCGA-CC-A9FS-01A-11D-A36W-01 called 0.87 1.94 0.0 9.0 0.86 0.07 new +TCGA-CC-A9FU-01 TCGA-CC-A9FU-01A-11D-A36W-01 called 0.86 3.46 1.0 16.0 0.91 0.14 new +TCGA-CC-A9FV-01 TCGA-CC-A9FV-01A-11D-A36W-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-CC-A9FW-01 TCGA-CC-A9FW-01A-11D-A36W-01 called 0.69 3.04 1.0 16.0 0.77 0.01 new +TCGA-DD-A113-01 TCGA-DD-A113-01A-11D-A12Y-01 called 0.7 4.03 2.0 20.0 0.82 0.36 new +TCGA-DD-A114-01 TCGA-DD-A114-01A-11D-A12Y-01 called 0.33 1.83 0.0 29.0 0.31 0.42 new +TCGA-DD-A115-01 TCGA-DD-A115-01A-11D-A12Y-01 called 0.66 3.69 1.0 20.0 0.78 0.13 new +TCGA-DD-A116-01 TCGA-DD-A116-01A-11D-A12Y-01 called 0.74 1.91 0.0 10.0 0.73 0.19 new +TCGA-DD-A118-01 TCGA-DD-A118-01A-11D-A12Y-01 called 0.59 3.03 1.0 18.0 0.69 0.02 new +TCGA-DD-A119-01 TCGA-DD-A119-01A-11D-A12Y-01 called 0.75 2.2 0.0 12.0 0.77 0.51 new +TCGA-DD-A11A-01 TCGA-DD-A11A-01A-11D-A12Y-01 called 0.8 3.61 1.0 17.0 0.88 0.21 new +TCGA-DD-A11B-01 TCGA-DD-A11B-01A-11D-A12Y-01 called 0.9 1.86 0.0 8.0 0.9 0.02 new +TCGA-DD-A11C-01 TCGA-DD-A11C-01A-11D-A12Y-01 called 0.88 2.1 0.0 9.0 0.89 0.25 new +TCGA-DD-A11D-01 TCGA-DD-A11D-01A-11D-A12Y-01 called 0.79 2.16 0.0 11.0 0.8 0.0 new +TCGA-DD-A1E9-01 TCGA-DD-A1E9-01A-21D-A151-01 called 0.48 2.63 0.0 20.0 0.55 0.32 new +TCGA-DD-A1EB-01 TCGA-DD-A1EB-01A-11D-A12Y-01 called 0.82 2.03 0.0 10.0 0.82 0.01 new +TCGA-DD-A1EC-01 TCGA-DD-A1EC-01A-21D-A12Y-01 called 0.41 2.24 0.0 21.0 0.43 0.0 new +TCGA-DD-A1ED-01 TCGA-DD-A1ED-01A-11D-A151-01 called 0.36 2.0 0.0 27.0 0.36 0.0 new +TCGA-DD-A1EE-01 TCGA-DD-A1EE-01A-11D-A12Y-01 called 0.82 2.14 0.0 10.0 0.83 0.13 new +TCGA-DD-A1EF-01 TCGA-DD-A1EF-01A-11D-A12Y-01 called 0.45 4.68 2.0 37.0 0.66 0.25 new +TCGA-DD-A1EG-01 TCGA-DD-A1EG-01A-11D-A20V-01 called 0.33 5.87 2.0 54.0 0.59 0.31 new +TCGA-DD-A1EH-01 TCGA-DD-A1EH-01A-11D-A12Y-01 called 0.87 1.99 0.0 9.0 0.87 0.28 new +TCGA-DD-A1EI-01 TCGA-DD-A1EI-01A-11D-A12Y-01 called 0.33 3.65 1.0 40.0 0.48 0.13 new +TCGA-DD-A1EJ-01 TCGA-DD-A1EJ-01A-11D-A151-01 called 0.75 2.31 0.0 12.0 0.78 0.56 new +TCGA-DD-A1EK-01 TCGA-DD-A1EK-01A-11D-A20V-01 called 0.81 1.92 0.0 9.0 0.8 0.02 new +TCGA-DD-A1EL-01 TCGA-DD-A1EL-01A-11D-A151-01 called 0.82 1.92 0.0 9.0 0.82 0.21 new +TCGA-DD-A39V-01 TCGA-DD-A39V-01A-11D-A20V-01 called 0.7 2.31 0.0 13.0 0.73 0.0 new +TCGA-DD-A39W-01 TCGA-DD-A39W-01A-11D-A20V-01 called 0.86 2.09 0.0 10.0 0.86 0.0 new +TCGA-DD-A39X-01 TCGA-DD-A39X-01A-11D-A20V-01 called 0.6 2.01 0.0 14.0 0.6 0.51 new +TCGA-DD-A39Y-01 TCGA-DD-A39Y-01A-11D-A20V-01 called 0.67 2.73 0.0 15.0 0.73 0.04 new +TCGA-DD-A39Z-01 TCGA-DD-A39Z-01A-11D-A20V-01 called 0.84 2.09 0.0 10.0 0.84 0.03 new +TCGA-DD-A3A0-01 TCGA-DD-A3A0-01A-11D-A20V-01 called 0.77 1.97 0.0 10.0 0.76 0.02 new +TCGA-DD-A3A1-01 TCGA-DD-A3A1-01A-11D-A20V-01 called 0.73 2.11 0.0 11.0 0.74 0.0 new +TCGA-DD-A3A2-01 TCGA-DD-A3A2-01A-11D-A20V-01 called 0.79 2.05 0.0 10.0 0.8 0.0 new +TCGA-DD-A3A3-01 TCGA-DD-A3A3-01A-11D-A22E-01 called 0.78 2.35 0.0 12.0 0.8 0.0 new +TCGA-DD-A3A4-01 TCGA-DD-A3A4-01A-11D-A22E-01 called 0.76 1.97 0.0 10.0 0.75 0.01 new +TCGA-DD-A3A5-01 TCGA-DD-A3A5-01A-11D-A22E-01 called 0.87 2.01 0.0 9.0 0.87 0.1 new +TCGA-DD-A3A6-01 TCGA-DD-A3A6-01A-11D-A22E-01 called 0.24 1.99 0.0 44.0 0.24 0.04 new +TCGA-DD-A3A7-01 TCGA-DD-A3A7-01A-11D-A22E-01 called 0.82 2.57 0.0 12.0 0.85 0.06 new +TCGA-DD-A3A8-01 TCGA-DD-A3A8-01A-11D-A22E-01 called 0.79 2.07 0.0 10.0 0.8 0.11 new +TCGA-DD-A3A9-01 TCGA-DD-A3A9-01A-11D-A25U-01 called 0.49 3.96 2.0 31.0 0.65 0.11 new +TCGA-DD-A4NA-01 TCGA-DD-A4NA-01A-11D-A25U-01 called 0.63 3.65 1.0 20.0 0.76 0.16 new +TCGA-DD-A4NB-01 TCGA-DD-A4NB-01A-12D-A25U-01 called 0.92 2.0 0.0 8.0 0.92 0.13 new +TCGA-DD-A4ND-01 TCGA-DD-A4ND-01A-11D-A25U-01 called 0.4 2.16 0.0 21.0 0.42 0.01 new +TCGA-DD-A4NF-01 TCGA-DD-A4NF-01A-11D-A27H-01 called 1.0 2.1 0.0 8.0 1.0 0.08 new +TCGA-DD-A4NH-01 TCGA-DD-A4NH-01A-11D-A27H-01 called 0.34 1.89 0.0 29.0 0.32 0.03 new +TCGA-DD-A4NI-01 TCGA-DD-A4NI-01A-11D-A27H-01 called 0.66 2.18 0.0 13.0 0.68 0.3 new +TCGA-DD-A4NK-01 TCGA-DD-A4NK-01A-11D-A28W-01 called 0.82 2.21 0.0 11.0 0.83 0.0 new +TCGA-DD-A4NL-01 TCGA-DD-A4NL-01A-11D-A28W-01 called 0.5 2.0 0.0 17.0 0.5 0.0 new +TCGA-DD-A4NN-01 TCGA-DD-A4NN-01A-11D-A28W-01 called 0.92 2.03 0.0 9.0 0.92 0.23 new +TCGA-DD-A4NO-01 TCGA-DD-A4NO-01A-11D-A28W-01 called 0.61 2.75 1.0 17.0 0.68 0.17 new +TCGA-DD-A4NP-01 TCGA-DD-A4NP-01A-11D-A28W-01 called 0.69 2.03 0.0 12.0 0.69 0.0 new +TCGA-DD-A4NQ-01 TCGA-DD-A4NQ-01A-21D-A28W-01 called 0.41 2.02 0.0 20.0 0.41 0.13 new +TCGA-DD-A4NR-01 TCGA-DD-A4NR-01A-11D-A30U-01 called 0.35 2.17 0.0 29.0 0.37 0.0 new +TCGA-DD-A4NS-01 TCGA-DD-A4NS-01A-11D-A30U-01 called 0.2 2.13 0.0 55.0 0.21 0.14 new +TCGA-DD-A4NV-01 TCGA-DD-A4NV-01A-11D-A30U-01 called 0.54 2.46 1.0 17.0 0.59 0.11 new +TCGA-DD-A73A-01 TCGA-DD-A73A-01A-12D-A32F-01 called 0.69 2.05 0.0 12.0 0.7 0.0 new +TCGA-DD-A73B-01 TCGA-DD-A73B-01A-12D-A32F-01 called 0.92 1.78 0.0 8.0 0.91 0.02 new +TCGA-DD-A73C-01 TCGA-DD-A73C-01A-12D-A33B-01 called 0.7 2.02 0.0 12.0 0.7 0.0 new +TCGA-DD-A73D-01 TCGA-DD-A73D-01A-12D-A32F-01 called 0.98 2.38 0.0 10.0 0.98 0.0 new +TCGA-DD-A73E-01 TCGA-DD-A73E-01A-12D-A32F-01 called 0.82 4.34 1.0 20.0 0.91 0.0 new +TCGA-DD-A73F-01 TCGA-DD-A73F-01A-11D-A32F-01 called 0.68 1.92 0.0 12.0 0.67 0.07 new +TCGA-DD-A73G-01 TCGA-DD-A73G-01A-22D-A32F-01 called 0.58 3.51 1.0 21.0 0.7 0.12 new +TCGA-DD-AA3A-01 TCGA-DD-AA3A-01A-11D-A36W-01 called 0.82 2.06 0.0 10.0 0.82 0.01 new +TCGA-DD-AAC8-01 TCGA-DD-AAC8-01A-11D-A40Q-01 called 0.81 3.09 1.0 15.0 0.87 0.02 new +TCGA-DD-AAC9-01 TCGA-DD-AAC9-01A-11D-A40Q-01 called 0.55 2.11 0.0 15.0 0.56 0.03 new +TCGA-DD-AACA-01 TCGA-DD-AACA-01A-11D-A40Q-01 called 0.88 2.04 0.0 9.0 0.88 0.04 new +TCGA-DD-AACB-01 TCGA-DD-AACB-01A-11D-A40Q-01 called 0.67 3.29 1.0 18.0 0.77 0.16 new +TCGA-DD-AACC-01 TCGA-DD-AACC-01A-11D-A40Q-01 called 0.31 1.98 0.0 33.0 0.31 0.04 new +TCGA-DD-AACD-01 TCGA-DD-AACD-01A-11D-A40Q-01 called 0.7 2.23 0.0 12.0 0.72 0.13 new +TCGA-DD-AACE-01 TCGA-DD-AACE-01A-11D-A40Q-01 called 0.75 2.92 1.0 15.0 0.82 0.09 new +TCGA-DD-AACF-01 TCGA-DD-AACF-01A-11D-A40Q-01 called 0.9 2.17 0.0 9.0 0.91 0.01 new +TCGA-DD-AACG-01 TCGA-DD-AACG-01A-11D-A40Q-01 called 0.77 3.81 1.0 18.0 0.86 0.06 new +TCGA-DD-AACH-01 TCGA-DD-AACH-01A-11D-A40Q-01 called 0.87 2.02 0.0 9.0 0.87 0.05 new +TCGA-DD-AACI-01 TCGA-DD-AACI-01A-11D-A40Q-01 called 0.5 3.69 1.0 28.0 0.65 0.15 new +TCGA-DD-AACJ-01 TCGA-DD-AACJ-01A-11D-A40Q-01 called 0.9 2.38 0.0 10.0 0.92 0.02 new +TCGA-DD-AACK-01 TCGA-DD-AACK-01A-11D-A40Q-01 called 0.76 2.02 0.0 11.0 0.77 0.01 new +TCGA-DD-AACL-01 TCGA-DD-AACL-01A-11D-A40Q-01 called 0.47 1.91 0.0 17.0 0.46 0.04 new +TCGA-DD-AACM-01 TCGA-DD-AACM-01A-11D-A40Q-01 called 0.66 2.05 0.0 12.0 0.67 0.01 new +TCGA-DD-AACN-01 TCGA-DD-AACN-01A-11D-A40Q-01 called 0.6 3.85 1.0 22.0 0.74 0.0 new +TCGA-DD-AACO-01 TCGA-DD-AACO-01A-11D-A40Q-01 called 0.71 3.83 1.0 19.0 0.83 0.24 new +TCGA-DD-AACP-01 TCGA-DD-AACP-01A-11D-A40Q-01 called 0.84 2.88 1.0 13.0 0.89 0.15 new +TCGA-DD-AACQ-01 TCGA-DD-AACQ-01A-11D-A40Q-01 called 0.94 1.97 0.0 8.0 0.94 0.0 new +TCGA-DD-AACS-01 TCGA-DD-AACS-01A-11D-A40Q-01 called 0.93 2.01 0.0 8.0 0.93 0.04 new +TCGA-DD-AACT-01 TCGA-DD-AACT-01A-11D-A40Q-01 called 0.54 2.4 0.0 17.0 0.59 0.12 new +TCGA-DD-AACU-01 TCGA-DD-AACU-01A-11D-A40Q-01 called 0.67 3.33 1.0 18.0 0.77 0.14 new +TCGA-DD-AACV-01 TCGA-DD-AACV-01A-11D-A40Q-01 called 0.99 1.85 0.0 7.0 0.99 0.05 new +TCGA-DD-AACW-01 TCGA-DD-AACW-01A-11D-A40Q-01 called 0.9 1.93 0.0 8.0 0.9 0.0 new +TCGA-DD-AACX-01 TCGA-DD-AACX-01A-11D-A40Q-01 called 0.91 2.01 0.0 9.0 0.91 0.0 new +TCGA-DD-AACY-01 TCGA-DD-AACY-01A-11D-A40Q-01 called 0.85 2.13 0.0 10.0 0.86 0.03 new +TCGA-DD-AACZ-01 TCGA-DD-AACZ-01A-11D-A40Q-01 called 0.47 3.27 1.0 26.0 0.59 0.31 new +TCGA-DD-AAD0-01 TCGA-DD-AAD0-01A-11D-A40Q-01 called 0.97 2.01 0.0 8.0 0.97 0.0 new +TCGA-DD-AAD1-01 TCGA-DD-AAD1-01A-11D-A40Q-01 called 0.44 2.19 0.0 20.0 0.46 0.15 new +TCGA-DD-AAD2-01 TCGA-DD-AAD2-01A-11D-A40Q-01 called 0.41 2.3 0.0 21.0 0.45 0.02 new +TCGA-DD-AAD3-01 TCGA-DD-AAD3-01A-11D-A40Q-01 called 0.66 1.95 0.0 12.0 0.66 0.05 new +TCGA-DD-AAD5-01 TCGA-DD-AAD5-01A-11D-A40Q-01 called 0.57 4.03 1.0 27.0 0.72 0.19 new +TCGA-DD-AAD6-01 TCGA-DD-AAD6-01A-11D-A40Q-01 called 0.91 2.08 0.0 9.0 0.91 0.08 new +TCGA-DD-AAD8-01 TCGA-DD-AAD8-01A-11D-A40Q-01 called 0.95 3.55 1.0 15.0 0.97 0.1 new +TCGA-DD-AADA-01 TCGA-DD-AADA-01A-11D-A40Q-01 called 0.58 4.12 1.0 27.0 0.74 0.04 new +TCGA-DD-AADB-01 TCGA-DD-AADB-01A-11D-A40Q-01 called 0.64 1.87 0.0 12.0 0.62 0.16 new +TCGA-DD-AADC-01 TCGA-DD-AADC-01A-11D-A40Q-01 called 0.71 1.98 0.0 11.0 0.71 0.02 new +TCGA-DD-AADD-01 TCGA-DD-AADD-01A-11D-A40Q-01 called 0.84 4.03 2.0 18.0 0.91 0.43 new +TCGA-DD-AADE-01 TCGA-DD-AADE-01A-11D-A40Q-01 called 0.75 2.07 0.0 11.0 0.76 0.0 new +TCGA-DD-AADF-01 TCGA-DD-AADF-01A-11D-A40Q-01 called 0.9 3.27 1.0 14.0 0.93 0.11 new +TCGA-DD-AADG-01 TCGA-DD-AADG-01A-11D-A40Q-01 called 0.74 2.1 0.0 11.0 0.75 0.03 new +TCGA-DD-AADI-01 TCGA-DD-AADI-01A-11D-A40Q-01 called 0.74 2.03 0.0 11.0 0.75 0.17 new +TCGA-DD-AADJ-01 TCGA-DD-AADJ-01A-11D-A40Q-01 called 0.86 1.95 0.0 9.0 0.86 0.03 new +TCGA-DD-AADK-01 TCGA-DD-AADK-01A-11D-A40Q-01 called 0.41 1.95 0.0 20.0 0.41 0.04 new +TCGA-DD-AADL-01 TCGA-DD-AADL-01A-11D-A40Q-01 called 0.75 3.64 1.0 18.0 0.85 0.34 new +TCGA-DD-AADM-01 TCGA-DD-AADM-01A-11D-A40Q-01 called 0.79 2.16 0.0 11.0 0.8 0.07 new +TCGA-DD-AADN-01 TCGA-DD-AADN-01A-11D-A40Q-01 called 0.55 3.24 1.0 20.0 0.67 0.23 new +TCGA-DD-AADO-01 TCGA-DD-AADO-01A-11D-A40Q-01 called 0.62 3.81 1.0 21.0 0.75 0.01 new +TCGA-DD-AADP-01 TCGA-DD-AADP-01A-11D-A38W-01 called 0.78 1.89 0.0 10.0 0.77 0.01 new +TCGA-DD-AADQ-01 TCGA-DD-AADQ-01A-11D-A40Q-01 called 0.85 2.18 0.0 10.0 0.86 0.11 new +TCGA-DD-AADS-01 TCGA-DD-AADS-01A-11D-A40Q-01 called 0.68 2.09 0.0 12.0 0.69 0.0 new +TCGA-DD-AADU-01 TCGA-DD-AADU-01A-11D-A40Q-01 called 0.77 2.59 0.0 13.0 0.81 0.0 new +TCGA-DD-AADV-01 TCGA-DD-AADV-01A-11D-A38W-01 called 0.88 1.8 0.0 8.0 0.87 0.26 new +TCGA-DD-AADW-01 TCGA-DD-AADW-01A-11D-A38W-01 called 0.89 2.02 0.0 9.0 0.89 0.22 new +TCGA-DD-AADY-01 TCGA-DD-AADY-01A-11D-A40Q-01 called 0.92 1.78 0.0 7.0 0.92 0.02 new +TCGA-DD-AAE0-01 TCGA-DD-AAE0-01A-11D-A40Q-01 called 0.67 3.22 1.0 17.0 0.77 0.19 new +TCGA-DD-AAE1-01 TCGA-DD-AAE1-01A-11D-A40Q-01 called 0.88 2.03 0.0 9.0 0.88 0.03 new +TCGA-DD-AAE2-01 TCGA-DD-AAE2-01A-11D-A40Q-01 called 0.81 1.84 0.0 9.0 0.79 0.04 new +TCGA-DD-AAE3-01 TCGA-DD-AAE3-01A-11D-A40Q-01 called 0.7 4.54 2.0 26.0 0.84 0.06 new +TCGA-DD-AAE4-01 TCGA-DD-AAE4-01A-11D-A40Q-01 called 0.79 1.96 0.0 10.0 0.79 0.01 new +TCGA-DD-AAE6-01 TCGA-DD-AAE6-01A-11D-A40Q-01 called 0.98 4.21 1.0 18.0 0.99 0.04 new +TCGA-DD-AAE7-01 TCGA-DD-AAE7-01A-11D-A40Q-01 called 0.64 2.01 0.0 13.0 0.64 0.04 new +TCGA-DD-AAE8-01 TCGA-DD-AAE8-01A-11D-A40Q-01 called 0.62 1.85 0.0 13.0 0.6 0.22 new +TCGA-DD-AAE9-01 TCGA-DD-AAE9-01A-11D-A40Q-01 called 0.77 2.41 0.0 12.0 0.8 0.05 new +TCGA-DD-AAEA-01 TCGA-DD-AAEA-01A-11D-A40Q-01 called 0.68 2.14 0.0 12.0 0.7 0.09 new +TCGA-DD-AAEB-01 TCGA-DD-AAEB-01A-11D-A40Q-01 called 0.82 2.11 0.0 10.0 0.83 0.01 new +TCGA-DD-AAED-01 TCGA-DD-AAED-01A-12D-A40Q-01 called 0.91 1.87 0.0 8.0 0.9 0.02 new +TCGA-DD-AAEE-01 TCGA-DD-AAEE-01A-11D-A40Q-01 called 0.87 1.99 0.0 9.0 0.87 0.11 new +TCGA-DD-AAEG-01 TCGA-DD-AAEG-01A-11D-A38W-01 called 0.83 2.18 0.0 10.0 0.84 0.18 new +TCGA-DD-AAEH-01 TCGA-DD-AAEH-01A-11D-A40Q-01 called 0.69 2.04 0.0 12.0 0.69 0.02 new +TCGA-DD-AAEI-01 TCGA-DD-AAEI-01A-11D-A40Q-01 called 0.75 2.12 0.0 11.0 0.76 0.01 new +TCGA-DD-AAEK-01 TCGA-DD-AAEK-01A-11D-A40Q-01 called 0.44 3.18 1.0 28.0 0.56 0.08 new +TCGA-DD-AAVP-01 TCGA-DD-AAVP-01A-11D-A40Q-01 called 0.81 1.99 0.0 10.0 0.81 0.03 new +TCGA-DD-AAVQ-01 TCGA-DD-AAVQ-01A-11D-A40Q-01 called 0.35 3.69 1.0 39.0 0.5 0.01 new +TCGA-DD-AAVR-01 TCGA-DD-AAVR-01A-11D-A40Q-01 called 0.5 2.13 0.0 17.0 0.52 0.04 new +TCGA-DD-AAVS-01 TCGA-DD-AAVS-01A-11D-A40Q-01 called 0.8 2.04 0.0 10.0 0.8 0.04 new +TCGA-DD-AAVU-01 TCGA-DD-AAVU-01A-11D-A40Q-01 called 0.91 3.44 1.0 15.0 0.94 0.04 new +TCGA-DD-AAVV-01 TCGA-DD-AAVV-01A-11D-A40Q-01 called 0.34 3.5 1.0 39.0 0.47 0.25 new +TCGA-DD-AAVW-01 TCGA-DD-AAVW-01A-11D-A40Q-01 called 0.57 2.06 0.0 15.0 0.58 0.04 new +TCGA-DD-AAVX-01 TCGA-DD-AAVX-01A-11D-A40Q-01 called 0.73 2.13 0.0 12.0 0.75 0.02 new +TCGA-DD-AAVY-01 TCGA-DD-AAVY-01A-11D-A40Q-01 called 1.0 2.23 0.0 9.0 1.0 0.04 new +TCGA-DD-AAVZ-01 TCGA-DD-AAVZ-01A-11D-A40Q-01 called 0.79 2.0 0.0 10.0 0.79 0.04 new +TCGA-DD-AAW0-01 TCGA-DD-AAW0-01A-11D-A40Q-01 called 0.49 2.03 0.0 17.0 0.49 0.04 new +TCGA-DD-AAW1-01 TCGA-DD-AAW1-01A-11D-A40O-01 called 0.83 2.12 0.0 10.0 0.83 0.01 new +TCGA-DD-AAW2-01 TCGA-DD-AAW2-01A-11D-A40O-01 called 0.87 2.36 0.0 11.0 0.89 0.08 new +TCGA-DD-AAW3-01 TCGA-DD-AAW3-01A-11D-A40O-01 called 0.86 2.19 0.0 10.0 0.87 0.01 new +TCGA-ED-A459-01 TCGA-ED-A459-01A-11D-A25U-01 called 0.52 3.57 1.0 25.0 0.66 0.34 new +TCGA-ED-A4XI-01 TCGA-ED-A4XI-01A-11D-A25U-01 called 0.3 2.01 0.0 35.0 0.3 0.04 new +TCGA-ED-A5KG-01 TCGA-ED-A5KG-01A-11D-A27H-01 called 0.29 2.0 0.0 36.0 0.29 0.4 new +TCGA-ED-A627-01 TCGA-ED-A627-01A-12D-A30U-01 called 0.46 2.0 0.0 18.0 0.46 0.0 new +TCGA-ED-A66X-01 TCGA-ED-A66X-01A-11D-A30U-01 called 0.45 5.41 2.0 42.0 0.69 0.07 new +TCGA-ED-A66Y-01 TCGA-ED-A66Y-01A-11D-A30U-01 called 0.89 3.56 1.0 16.0 0.93 0.15 new +TCGA-ED-A7PX-01 TCGA-ED-A7PX-01A-51D-A34Y-01 called 0.72 1.74 0.0 10.0 0.69 0.13 new +TCGA-ED-A7PY-01 TCGA-ED-A7PY-01A-11D-A33P-01 called 0.82 4.03 1.0 19.0 0.9 0.09 new +TCGA-ED-A7PZ-01 TCGA-ED-A7PZ-01A-11D-A33P-01 called 0.85 3.87 2.0 17.0 0.92 0.26 new +TCGA-ED-A7XO-01 TCGA-ED-A7XO-01A-11D-A34Y-01 called 0.45 1.76 0.0 18.0 0.41 0.32 new +TCGA-ED-A7XP-01 TCGA-ED-A7XP-01A-11D-A34Y-01 called 0.73 1.99 0.0 11.0 0.73 0.13 new +TCGA-ED-A82E-01 TCGA-ED-A82E-01A-11D-A34Y-01 called 0.71 3.3 1.0 17.0 0.8 0.06 new +TCGA-ED-A8O5-01 TCGA-ED-A8O5-01A-11D-A35Y-01 called 0.81 3.96 1.0 18.0 0.89 0.0 new +TCGA-ED-A8O6-01 TCGA-ED-A8O6-01A-11D-A35Y-01 called 0.7 3.82 1.0 19.0 0.82 0.33 new +TCGA-ED-A97K-01 TCGA-ED-A97K-01A-21D-A381-01 called 0.38 3.43 1.0 34.0 0.52 0.1 new +TCGA-EP-A12J-01 TCGA-EP-A12J-01A-11D-A12Y-01 called 0.76 4.09 1.0 20.0 0.87 0.04 new +TCGA-EP-A26S-01 TCGA-EP-A26S-01A-11D-A16U-01 called 0.98 2.05 0.0 8.0 0.98 0.0 new +TCGA-EP-A2KA-01 TCGA-EP-A2KA-01A-11D-A182-01 called 0.62 2.34 0.0 15.0 0.65 0.06 new +TCGA-EP-A2KB-01 TCGA-EP-A2KB-01A-11D-A182-01 called 0.91 1.9 0.0 8.0 0.91 0.35 new +TCGA-EP-A2KC-01 TCGA-EP-A2KC-01A-11D-A20V-01 called 0.77 2.3 0.0 12.0 0.8 0.5 new +TCGA-EP-A3JL-01 TCGA-EP-A3JL-01A-11D-A20V-01 called 0.53 2.52 0.0 18.0 0.58 0.33 new +TCGA-EP-A3RK-01 TCGA-EP-A3RK-01A-11D-A22E-01 called 0.44 1.91 0.0 19.0 0.43 0.04 new +TCGA-ES-A2HS-01 TCGA-ES-A2HS-01A-11D-A182-01 called 0.66 4.44 2.0 26.0 0.81 0.14 new +TCGA-ES-A2HT-01 TCGA-ES-A2HT-01A-12D-A182-01 called 0.22 4.54 1.0 63.0 0.39 0.1 new +TCGA-FV-A23B-01 TCGA-FV-A23B-01A-11D-A16U-01 called 0.86 1.98 0.0 9.0 0.86 0.13 new +TCGA-FV-A2QQ-01 TCGA-FV-A2QQ-01A-11D-A22E-01 called 0.66 2.02 0.0 12.0 0.67 0.14 new +TCGA-FV-A2QR-01 TCGA-FV-A2QR-01A-11D-A20V-01 called 0.8 2.04 0.0 10.0 0.81 0.01 new +TCGA-FV-A3I0-01 TCGA-FV-A3I0-01A-11D-A22E-01 called 0.75 4.7 2.0 25.0 0.88 0.06 new +TCGA-FV-A3I1-01 TCGA-FV-A3I1-01A-11D-A22E-01 called 0.69 1.98 0.0 12.0 0.68 0.25 new +TCGA-FV-A3R2-01 TCGA-FV-A3R2-01A-11D-A22E-01 called 0.79 2.1 0.0 10.0 0.8 0.0 new +TCGA-FV-A3R3-01 TCGA-FV-A3R3-01A-11D-A22E-01 called 0.35 4.03 1.0 41.0 0.52 0.0 new +TCGA-FV-A495-01 TCGA-FV-A495-01A-11D-A25U-01 called 0.56 2.06 0.0 15.0 0.57 0.07 new +TCGA-FV-A496-01 TCGA-FV-A496-01A-11D-A25U-01 called 0.86 3.62 1.0 16.0 0.92 0.26 new +TCGA-FV-A4ZP-01 TCGA-FV-A4ZP-01A-12D-A25U-01 called 0.59 3.97 1.0 25.0 0.74 0.07 new +TCGA-FV-A4ZQ-01 TCGA-FV-A4ZQ-01A-11D-A25U-01 called 0.64 2.4 0.0 14.0 0.68 0.05 new +TCGA-G3-A25S-01 TCGA-G3-A25S-01A-11D-A16U-01 called 0.67 3.69 1.0 19.0 0.79 0.26 new +TCGA-G3-A25T-01 TCGA-G3-A25T-01A-11D-A16U-01 called 0.69 3.21 1.0 17.0 0.78 0.17 new +TCGA-G3-A25U-01 TCGA-G3-A25U-01A-11D-A16U-01 called 0.96 1.98 0.0 8.0 0.96 0.07 new +TCGA-G3-A25V-01 TCGA-G3-A25V-01A-11D-A16U-01 called 0.27 2.0 0.0 39.0 0.27 0.11 new +TCGA-G3-A25W-01 TCGA-G3-A25W-01A-11D-A16U-01 called 0.43 2.25 0.0 20.0 0.46 0.01 new +TCGA-G3-A25Y-01 TCGA-G3-A25Y-01A-11D-A16U-01 called 0.72 1.91 0.0 11.0 0.71 0.11 new +TCGA-G3-A25Z-01 TCGA-G3-A25Z-01A-11D-A16U-01 called 0.8 2.07 0.0 10.0 0.8 0.24 new +TCGA-G3-A3CH-01 TCGA-G3-A3CH-01A-11D-A22E-01 called 0.68 1.93 0.0 11.0 0.68 0.07 new +TCGA-G3-A3CI-01 TCGA-G3-A3CI-01A-11D-A20V-01 called 0.45 1.98 0.0 18.0 0.45 0.0 new +TCGA-G3-A3CJ-01 TCGA-G3-A3CJ-01A-11D-A20V-01 called 0.2 2.66 0.0 58.0 0.25 0.01 new +TCGA-G3-A3CK-01 TCGA-G3-A3CK-01A-11D-A20V-01 called 0.65 2.08 0.0 13.0 0.66 0.03 new +TCGA-G3-A5SI-01 TCGA-G3-A5SI-01A-31D-A27H-01 called 0.93 2.02 0.0 8.0 0.94 0.07 new +TCGA-G3-A5SJ-01 TCGA-G3-A5SJ-01A-11D-A27H-01 called 0.68 2.08 0.0 12.0 0.69 0.01 new +TCGA-G3-A5SL-01 TCGA-G3-A5SL-01A-11D-A27H-01 called 0.77 2.3 0.0 12.0 0.8 0.18 new +TCGA-G3-A5SM-01 TCGA-G3-A5SM-01A-12D-A28W-01 called 0.46 3.25 1.0 27.0 0.58 0.35 new +TCGA-G3-A6UC-01 TCGA-G3-A6UC-01A-21D-A33B-01 called 0.93 2.14 0.0 9.0 0.93 0.08 new +TCGA-G3-A7M5-01 TCGA-G3-A7M5-01A-11D-A33P-01 called 0.7 3.54 1.0 18.0 0.81 0.0 new +TCGA-G3-A7M6-01 TCGA-G3-A7M6-01A-11D-A33P-01 called 0.72 2.17 0.0 12.0 0.74 0.07 new +TCGA-G3-A7M7-01 TCGA-G3-A7M7-01A-12D-A34Y-01 called 0.58 2.13 0.0 15.0 0.6 0.04 new +TCGA-G3-A7M8-01 TCGA-G3-A7M8-01A-11D-A33P-01 called 0.75 2.0 0.0 11.0 0.75 0.0 new +TCGA-G3-A7M9-01 TCGA-G3-A7M9-01A-23D-A34Y-01 called 0.56 4.77 2.0 33.0 0.75 0.45 new +TCGA-G3-AAUZ-01 TCGA-G3-AAUZ-01A-11D-A381-01 called 0.8 2.09 0.0 10.0 0.81 0.1 new +TCGA-G3-AAV0-01 TCGA-G3-AAV0-01A-11D-A36W-01 called 0.84 2.06 0.0 10.0 0.85 0.0 new +TCGA-G3-AAV1-01 TCGA-G3-AAV1-01A-11D-A381-01 called 0.74 3.69 1.0 18.0 0.84 0.29 new +TCGA-G3-AAV2-01 TCGA-G3-AAV2-01A-11D-A36W-01 called 0.85 2.09 0.0 10.0 0.85 0.0 new +TCGA-G3-AAV3-01 TCGA-G3-AAV3-01A-11D-A36W-01 called 0.47 2.03 0.0 17.0 0.48 0.0 new +TCGA-G3-AAV4-01 TCGA-G3-AAV4-01A-11D-A381-01 called 0.87 3.72 1.0 17.0 0.93 0.09 new +TCGA-G3-AAV5-01 TCGA-G3-AAV5-01A-11D-A36W-01 called 0.82 2.32 0.0 11.0 0.84 0.0 new +TCGA-G3-AAV6-01 TCGA-G3-AAV6-01A-21D-A36W-01 called 0.77 4.2 2.0 20.0 0.87 0.22 new +TCGA-G3-AAV7-01 TCGA-G3-AAV7-01A-11D-A381-01 called 0.65 1.73 0.0 11.0 0.62 0.15 new +TCGA-GJ-A3OU-01 TCGA-GJ-A3OU-01A-31D-A381-01 called 0.28 2.09 0.0 37.0 0.29 0.23 new +TCGA-GJ-A6C0-01 TCGA-GJ-A6C0-01A-12D-A30U-01 called 0.77 1.99 0.0 10.0 0.77 0.03 new +TCGA-GJ-A9DB-01 TCGA-GJ-A9DB-01A-11D-A36W-01 called 0.53 3.81 1.0 27.0 0.68 0.06 new +TCGA-HP-A5MZ-01 TCGA-HP-A5MZ-01A-21D-A27H-01 called 0.94 4.2 1.0 18.0 0.97 0.21 new +TCGA-HP-A5N0-01 TCGA-HP-A5N0-01A-11D-A28W-01 called 0.64 1.98 0.0 12.0 0.64 0.01 new +TCGA-K7-A5RG-01 TCGA-K7-A5RG-01A-11D-A28W-01 called 1.0 3.83 1.0 16.0 1.0 0.16 new +TCGA-K7-A6G5-01 TCGA-K7-A6G5-01A-11D-A30U-01 called 0.6 2.12 0.0 14.0 0.61 0.04 new +TCGA-K7-AAU7-01 TCGA-K7-AAU7-01A-11D-A381-01 called 0.53 2.13 0.0 16.0 0.54 0.01 new +TCGA-KR-A7K0-01 TCGA-KR-A7K0-01A-12D-A33P-01 called 0.8 2.03 0.0 10.0 0.8 0.0 new +TCGA-KR-A7K2-01 TCGA-KR-A7K2-01A-12D-A33P-01 called 0.74 3.74 1.0 18.0 0.84 0.12 new +TCGA-KR-A7K7-01 TCGA-KR-A7K7-01A-11D-A33B-01 called 0.62 2.76 1.0 16.0 0.69 0.15 new +TCGA-KR-A7K8-01 TCGA-KR-A7K8-01A-11D-A33B-01 called 0.5 4.2 1.0 31.0 0.68 0.28 new +TCGA-LG-A6GG-01 TCGA-LG-A6GG-01A-11D-A30U-01 called 0.84 2.45 0.0 11.0 0.87 0.05 new +TCGA-LG-A9QC-01 TCGA-LG-A9QC-01A-11D-A36W-01 called 0.8 1.93 0.0 10.0 0.79 0.0 new +TCGA-LG-A9QD-01 TCGA-LG-A9QD-01A-11D-A381-01 called 0.57 2.15 0.0 15.0 0.59 0.07 new +TCGA-MI-A75C-01 TCGA-MI-A75C-01A-11D-A32F-01 called 0.77 2.21 0.0 11.0 0.79 0.03 new +TCGA-MI-A75E-01 TCGA-MI-A75E-01A-11D-A32F-01 called 0.54 4.01 1.0 28.0 0.7 0.02 new +TCGA-MI-A75G-01 TCGA-MI-A75G-01A-11D-A32F-01 called 0.88 2.37 0.0 11.0 0.9 0.48 new +TCGA-MI-A75H-01 TCGA-MI-A75H-01A-11D-A32F-01 called 0.71 2.11 0.0 12.0 0.72 0.0 new +TCGA-MI-A75I-01 TCGA-MI-A75I-01A-11D-A32F-01 called 0.69 2.01 0.0 12.0 0.69 0.14 new +TCGA-MR-A520-01 TCGA-MR-A520-01A-11D-A25U-01 called 0.94 2.0 0.0 8.0 0.94 0.0 new +TCGA-MR-A8JO-01 TCGA-MR-A8JO-01A-12D-A35Y-01 called 0.34 2.03 0.0 30.0 0.34 0.51 new +TCGA-NI-A4U2-01 TCGA-NI-A4U2-01A-11D-A28W-01 called 0.68 1.99 0.0 12.0 0.68 0.02 new +TCGA-NI-A8LF-01 TCGA-NI-A8LF-01A-11D-A35Y-01 called 0.63 3.37 1.0 19.0 0.74 0.04 new +TCGA-O8-A75V-01 TCGA-O8-A75V-01A-11D-A32F-01 called 0.54 2.37 0.0 17.0 0.58 0.01 new +TCGA-PD-A5DF-01 TCGA-PD-A5DF-01A-11D-A27H-01 called 0.73 1.98 0.0 11.0 0.73 0.07 new +TCGA-QA-A7B7-01 TCGA-QA-A7B7-01A-11D-A32F-01 called 0.86 1.86 0.0 9.0 0.85 0.0 new +TCGA-RC-A6M3-01 TCGA-RC-A6M3-01A-11D-A32F-01 called 0.54 3.22 1.0 21.0 0.65 0.2 new +TCGA-RC-A6M4-01 TCGA-RC-A6M4-01A-11D-A32F-01 called 0.86 3.76 1.0 17.0 0.92 0.04 new +TCGA-RC-A6M5-01 TCGA-RC-A6M5-01A-11D-A32F-01 called 0.25 3.69 1.0 53.0 0.38 0.13 new +TCGA-RC-A6M6-01 TCGA-RC-A6M6-01A-11D-A32F-01 called 0.77 2.05 0.0 11.0 0.77 0.11 new +TCGA-RC-A7S9-01 TCGA-RC-A7S9-01A-11D-A33P-01 called 0.86 2.15 0.0 10.0 0.86 0.02 new +TCGA-RC-A7SB-01 TCGA-RC-A7SB-01A-21D-A34Y-01 called 0.8 1.83 0.0 9.0 0.79 0.03 new +TCGA-RC-A7SF-01 TCGA-RC-A7SF-01A-11D-A34Y-01 called 0.78 2.17 0.0 11.0 0.79 0.12 new +TCGA-RC-A7SH-01 TCGA-RC-A7SH-01A-11D-A381-01 called 0.92 1.87 0.0 8.0 0.91 0.22 new +TCGA-RC-A7SK-01 TCGA-RC-A7SK-01A-11D-A34Y-01 called 0.68 3.64 1.0 19.0 0.79 0.15 new +TCGA-RG-A7D4-01 TCGA-RG-A7D4-01A-12D-A33P-01 called 0.35 4.93 2.0 46.0 0.57 0.54 new +TCGA-UB-A7MA-01 TCGA-UB-A7MA-01A-11D-A33P-01 called 0.73 4.29 2.0 21.0 0.85 0.03 new +TCGA-UB-A7MB-01 TCGA-UB-A7MB-01A-11D-A33P-01 called 0.93 1.92 0.0 8.0 0.92 0.17 new +TCGA-UB-A7MC-01 TCGA-UB-A7MC-01A-11D-A33P-01 called 0.9 2.95 1.0 13.0 0.93 0.04 new +TCGA-UB-A7MD-01 TCGA-UB-A7MD-01A-12D-A34Y-01 called 0.59 2.09 0.0 14.0 0.6 0.04 new +TCGA-UB-A7ME-01 TCGA-UB-A7ME-01A-11D-A33B-01 called 0.49 3.5 1.0 27.0 0.63 0.34 new +TCGA-UB-A7MF-01 TCGA-UB-A7MF-01A-11D-A33B-01 called 0.63 3.7 1.0 20.0 0.76 0.09 new +TCGA-UB-AA0U-01 TCGA-UB-AA0U-01A-11D-A381-01 called 0.46 3.28 1.0 28.0 0.58 0.12 new +TCGA-UB-AA0V-01 TCGA-UB-AA0V-01A-11D-A381-01 called 0.32 2.0 0.0 32.0 0.32 0.0 new +TCGA-WJ-A86L-01 TCGA-WJ-A86L-01A-12D-A38W-01 called 0.94 2.03 0.0 8.0 0.94 0.02 new +TCGA-WQ-A9G7-01 TCGA-WQ-A9G7-01A-11D-A36W-01 called 0.42 3.36 1.0 31.0 0.55 0.14 new +TCGA-WQ-AB4B-01 TCGA-WQ-AB4B-01A-11D-A40O-01 called 0.51 3.89 1.0 29.0 0.67 0.15 new +TCGA-WX-AA44-01 TCGA-WX-AA44-01A-11D-A38W-01 called 0.64 2.18 0.0 14.0 0.66 0.47 new +TCGA-WX-AA46-01 TCGA-WX-AA46-01A-11D-A38W-01 called 0.61 2.05 0.0 14.0 0.62 0.04 new +TCGA-WX-AA47-01 TCGA-WX-AA47-01A-11D-A38W-01 called 0.97 2.06 0.0 8.0 0.97 0.06 new +TCGA-XR-A8TD-01 TCGA-XR-A8TD-01A-12D-A38W-01 called 0.45 2.01 0.0 19.0 0.45 0.02 new +TCGA-XR-A8TE-01 TCGA-XR-A8TE-01A-11D-A35Y-01 called 0.73 2.22 0.0 12.0 0.75 0.0 new +TCGA-XR-A8TF-01 TCGA-XR-A8TF-01A-11D-A35Y-01 called 0.88 3.14 1.0 14.0 0.92 0.08 new +TCGA-XR-A8TG-01 TCGA-XR-A8TG-01A-11D-A35Y-01 called 0.79 2.04 0.0 10.0 0.79 0.11 new +TCGA-YA-A8S7-01 TCGA-YA-A8S7-01A-11D-A36W-01 called 0.36 3.68 1.0 38.0 0.51 0.16 new +TCGA-ZP-A9CV-01 TCGA-ZP-A9CV-01A-11D-A381-01 called 0.65 2.08 0.0 13.0 0.66 0.02 new +TCGA-ZP-A9CY-01 TCGA-ZP-A9CY-01A-11D-A381-01 called 0.73 2.01 0.0 11.0 0.73 0.01 new +TCGA-ZP-A9CZ-01 TCGA-ZP-A9CZ-01A-11D-A381-01 called 0.67 1.98 0.0 12.0 0.66 0.12 new +TCGA-ZP-A9D0-01 TCGA-ZP-A9D0-01A-11D-A36W-01 called 0.79 1.93 0.0 10.0 0.79 0.26 new +TCGA-ZP-A9D1-01 TCGA-ZP-A9D1-01A-11D-A381-01 called 0.47 2.97 1.0 24.0 0.56 0.25 new +TCGA-ZP-A9D2-01 TCGA-ZP-A9D2-01A-11D-A381-01 called 0.69 1.91 0.0 11.0 0.68 0.04 new +TCGA-ZP-A9D4-01 TCGA-ZP-A9D4-01A-11D-A36W-01 called 0.87 2.08 0.0 9.0 0.87 0.03 new +TCGA-ZS-A9CD-01 TCGA-ZS-A9CD-01A-11D-A36W-01 called 0.59 2.14 0.0 14.0 0.61 0.1 new +TCGA-ZS-A9CE-01 TCGA-ZS-A9CE-01A-11D-A36W-01 called 0.77 3.74 1.0 18.0 0.86 0.0 new +TCGA-ZS-A9CF-01 TCGA-ZS-A9CF-01A-11D-A381-01 called 0.93 1.92 0.0 8.0 0.93 0.25 new +TCGA-ZS-A9CF-02 TCGA-ZS-A9CF-02A-11D-A381-01 called 0.93 3.84 1.0 16.0 0.96 0.11 new +TCGA-ZS-A9CG-01 TCGA-ZS-A9CG-01A-11D-A36W-01 called 0.75 2.11 0.0 11.0 0.76 0.08 new +TCGA-05-4244-01 TCGA-05-4244-01A-01D-1877-01 called 0.44 4.24 1.0 35.0 0.62 0.25 new +TCGA-05-4249-01 TCGA-05-4249-01A-01D-1877-01 called 0.49 3.78 1.0 30.0 0.64 0.26 new +TCGA-05-4250-01 TCGA-05-4250-01A-01D-1877-01 called 0.5 3.19 1.0 23.0 0.61 0.1 new +TCGA-05-4382-01 TCGA-05-4382-01A-01D-1204-01 called 0.21 2.93 1.0 57.0 0.28 0.5 new +TCGA-05-4384-01 TCGA-05-4384-01A-01D-1752-01 called 0.49 2.03 0.0 17.0 0.49 0.02 new +TCGA-05-4389-01 TCGA-05-4389-01A-01D-1204-01 called 0.48 3.23 1.0 25.0 0.6 0.5 new +TCGA-05-4390-01 TCGA-05-4390-01A-02D-1752-01 called 0.57 3.89 1.0 25.0 0.72 0.36 new +TCGA-05-4395-01 TCGA-05-4395-01A-01D-1204-01 called 0.61 3.22 1.0 19.0 0.71 0.15 new +TCGA-05-4396-01 TCGA-05-4396-01A-21D-1854-01 called 0.82 1.86 0.0 9.0 0.8 0.16 new +TCGA-05-4397-01 TCGA-05-4397-01A-01D-1204-01 called 0.87 1.99 0.0 9.0 0.87 0.06 new +TCGA-05-4398-01 TCGA-05-4398-01A-01D-1204-01 called 0.33 4.83 2.0 48.0 0.54 0.25 new +TCGA-05-4402-01 TCGA-05-4402-01A-01D-1204-01 called 0.44 3.24 1.0 29.0 0.56 0.55 new +TCGA-05-4403-01 TCGA-05-4403-01A-01D-1204-01 called 0.46 2.06 0.0 18.0 0.47 0.01 new +TCGA-05-4405-01 TCGA-05-4405-01A-21D-1854-01 called 0.38 3.21 1.0 33.0 0.5 0.49 new +TCGA-05-4410-01 TCGA-05-4410-01A-21D-1854-01 called 0.24 4.49 2.0 59.0 0.41 0.39 new +TCGA-05-4415-01 TCGA-05-4415-01A-22D-1854-01 called 0.67 3.59 1.0 19.0 0.78 0.22 new +TCGA-05-4417-01 TCGA-05-4417-01A-22D-1854-01 called 0.4 2.93 1.0 29.0 0.5 0.36 new +TCGA-05-4418-01 TCGA-05-4418-01A-01D-1204-01 called 0.55 2.0 0.0 15.0 0.55 0.59 new +TCGA-05-4420-01 TCGA-05-4420-01A-01D-1204-01 called 0.59 3.49 1.0 20.0 0.72 0.28 new +TCGA-05-4422-01 TCGA-05-4422-01A-01D-1204-01 called 0.62 2.06 0.0 13.0 0.63 0.01 new +TCGA-05-4424-01 TCGA-05-4424-01A-22D-1854-01 called 0.24 4.42 2.0 58.0 0.41 0.45 new +TCGA-05-4425-01 TCGA-05-4425-01A-01D-1752-01 called 0.61 1.96 0.0 13.0 0.6 0.08 new +TCGA-05-4426-01 TCGA-05-4426-01A-01D-1204-01 called 0.7 1.99 0.0 11.0 0.7 0.08 new +TCGA-05-4427-01 TCGA-05-4427-01A-21D-1854-01 called 0.47 4.77 2.0 37.0 0.68 0.51 new +TCGA-05-4430-01 TCGA-05-4430-01A-02D-1204-01 called 0.2 3.49 1.0 62.0 0.31 0.32 new +TCGA-05-4432-01 TCGA-05-4432-01A-01D-1204-01 called 0.36 3.43 1.0 36.0 0.49 0.49 new +TCGA-05-4433-01 TCGA-05-4433-01A-22D-1854-01 called 0.62 1.89 0.0 13.0 0.6 0.09 new +TCGA-05-4434-01 TCGA-05-4434-01A-01D-1204-01 called 0.45 1.97 0.0 18.0 0.44 0.23 new +TCGA-05-5423-01 TCGA-05-5423-01A-01D-1624-01 called 0.59 2.36 1.0 15.0 0.63 0.06 new +TCGA-05-5425-01 TCGA-05-5425-01A-02D-1624-01 called 0.71 1.08 0.0 7.0 0.57 0.68 new +TCGA-05-5428-01 TCGA-05-5428-01A-01D-1624-01 called 0.63 3.34 1.0 19.0 0.74 0.4 new +TCGA-05-5429-01 TCGA-05-5429-01A-01D-1624-01 called 0.82 2.06 0.0 10.0 0.82 0.3 new +TCGA-05-5715-01 TCGA-05-5715-01A-01D-1624-01 called 0.73 1.82 0.0 10.0 0.71 0.01 new +TCGA-35-3615-01 TCGA-35-3615-01A-01D-0944-01 called 0.69 2.07 0.0 12.0 0.7 0.09 new +TCGA-35-4122-01 TCGA-35-4122-01A-01D-1877-01 called 0.21 3.17 1.0 57.0 0.3 0.37 new +TCGA-35-4123-01 TCGA-35-4123-01A-01D-1877-01 called 0.4 2.01 0.0 21.0 0.4 0.27 new +TCGA-35-5375-01 TCGA-35-5375-01A-01D-1624-01 called 0.58 3.7 2.0 22.0 0.71 0.57 new +TCGA-38-4625-01 TCGA-38-4625-01A-01D-1204-01 called 0.35 2.98 1.0 35.0 0.45 0.05 new +TCGA-38-4626-01 TCGA-38-4626-01A-01D-1204-01 called 0.28 2.07 0.0 38.0 0.29 0.33 new +TCGA-38-4627-01 TCGA-38-4627-01A-01D-1549-01 called 0.22 1.86 0.0 49.0 0.2 0.35 new +TCGA-38-4628-01 TCGA-38-4628-01A-01D-1204-01 called 0.5 4.98 2.0 37.0 0.71 0.32 new +TCGA-38-4631-01 TCGA-38-4631-01A-01D-1752-01 called 0.49 3.1 1.0 23.0 0.59 0.65 new +TCGA-38-4632-01 TCGA-38-4632-01A-01D-1752-01 called 0.37 3.86 1.0 39.0 0.53 0.55 new +TCGA-38-6178-01 TCGA-38-6178-01A-11D-1752-01 called 0.32 3.89 2.0 43.0 0.48 0.48 new +TCGA-38-7271-01 TCGA-38-7271-01A-11D-2035-01 called 0.26 2.08 0.0 41.0 0.27 0.18 new +TCGA-38-A44F-01 TCGA-38-A44F-01A-11D-A24C-01 called 0.26 2.02 0.0 41.0 0.26 0.13 new +TCGA-44-2655-01 TCGA-44-2655-01A-01D-0944-01 called 0.33 2.08 0.0 31.0 0.34 0.06 new +TCGA-44-2656-01 TCGA-44-2656-01A-02D-A273-01 called 0.32 3.13 1.0 39.0 0.43 0.27 new +TCGA-44-2657-01 TCGA-44-2657-01A-01D-1877-01 called 0.34 1.71 0.0 27.0 0.31 0.34 new +TCGA-44-2659-01 TCGA-44-2659-01A-01D-0944-01 called 0.42 3.57 1.0 33.0 0.56 0.31 new +TCGA-44-2662-01 TCGA-44-2662-01A-01D-A273-01 called 0.26 3.19 1.0 48.0 0.36 0.07 new +TCGA-44-2665-01 TCGA-44-2665-01A-01D-A273-01 called 0.43 2.09 0.0 20.0 0.44 0.02 new +TCGA-44-2666-01 TCGA-44-2666-01A-01D-A273-01 called 0.56 1.93 0.0 14.0 0.55 0.04 new +TCGA-44-2668-01 TCGA-44-2668-01A-01D-A273-01 called 0.3 2.13 0.0 35.0 0.32 0.24 new +TCGA-44-3396-01 TCGA-44-3396-01A-01D-1204-01 called 0.24 2.13 0.0 45.0 0.25 0.16 new +TCGA-44-3917-01 TCGA-44-3917-01A-01D-A273-01 called 0.38 3.04 1.0 32.0 0.49 0.04 new +TCGA-44-3918-01 TCGA-44-3918-01A-01D-A273-01 called 0.45 1.8 0.0 18.0 0.42 0.61 new +TCGA-44-3919-01 TCGA-44-3919-01A-02D-1877-01 called 0.51 1.94 0.0 16.0 0.51 0.25 new +TCGA-44-4112-01 TCGA-44-4112-01A-01D-A273-01 called 0.57 2.13 0.0 15.0 0.59 0.21 new +TCGA-44-5643-01 TCGA-44-5643-01A-01D-1624-01 called 0.56 1.63 0.0 13.0 0.51 0.01 new +TCGA-44-5644-01 TCGA-44-5644-01A-21D-2035-01 called 0.75 3.11 1.0 15.0 0.83 0.12 new +TCGA-44-5645-01 TCGA-44-5645-01A-01D-A273-01 called 0.54 2.38 0.0 17.0 0.58 0.0 new +TCGA-44-6144-01 TCGA-44-6144-01A-11D-1752-01 called 0.54 1.97 0.0 15.0 0.53 0.63 new +TCGA-44-6145-01 TCGA-44-6145-01A-11D-1752-01 called 0.31 1.66 0.0 31.0 0.27 0.22 new +TCGA-44-6146-01 TCGA-44-6146-01A-11D-A273-01 called 0.7 1.87 0.0 11.0 0.68 0.0 new +TCGA-44-6774-01 TCGA-44-6774-01A-21D-1854-01 called 0.45 2.07 0.0 19.0 0.46 0.49 new +TCGA-44-6775-01 TCGA-44-6775-01A-11D-A273-01 called 0.27 3.36 1.0 47.0 0.39 0.46 new +TCGA-44-6776-01 TCGA-44-6776-01A-11D-1854-01 called 0.65 1.95 0.0 12.0 0.64 0.0 new +TCGA-44-6777-01 TCGA-44-6777-01A-11D-1854-01 called 0.34 1.82 0.0 28.0 0.32 0.55 new +TCGA-44-6778-01 TCGA-44-6778-01A-11D-1854-01 called 0.25 3.27 1.0 49.0 0.36 0.09 new +TCGA-44-6779-01 TCGA-44-6779-01A-11D-1854-01 called 0.6 1.58 0.0 12.0 0.54 0.37 new +TCGA-44-7659-01 TCGA-44-7659-01A-11D-2062-01 called 0.56 2.09 0.0 15.0 0.57 0.07 new +TCGA-44-7660-01 TCGA-44-7660-01A-11D-2062-01 called 0.58 3.25 1.0 19.0 0.7 0.25 new +TCGA-44-7661-01 TCGA-44-7661-01A-11D-2062-01 called 0.29 2.12 0.0 36.0 0.31 0.46 new +TCGA-44-7662-01 TCGA-44-7662-01A-11D-2062-01 called 0.33 2.83 1.0 36.0 0.41 0.45 new +TCGA-44-7667-01 TCGA-44-7667-01A-31D-2062-01 called 0.37 5.19 2.0 46.0 0.6 0.25 new +TCGA-44-7669-01 TCGA-44-7669-01A-21D-2062-01 called 0.5 3.37 1.0 26.0 0.62 0.11 new +TCGA-44-7670-01 TCGA-44-7670-01A-11D-2062-01 called 0.5 4.89 2.0 36.0 0.71 0.23 new +TCGA-44-7671-01 TCGA-44-7671-01A-11D-2062-01 called 0.58 3.03 1.0 18.0 0.68 0.43 new +TCGA-44-7672-01 TCGA-44-7672-01A-11D-2062-01 called 0.21 2.8 1.0 56.0 0.27 0.42 new +TCGA-44-8117-01 TCGA-44-8117-01A-11D-2237-01 called 0.66 2.89 1.0 16.0 0.74 0.13 new +TCGA-44-8119-01 TCGA-44-8119-01A-11D-2237-01 called 0.55 4.63 2.0 32.0 0.74 0.15 new +TCGA-44-8120-01 TCGA-44-8120-01A-11D-2237-01 called 0.54 1.73 0.0 14.0 0.5 0.08 new +TCGA-44-A479-01 TCGA-44-A479-01A-31D-A24C-01 called 0.36 2.14 0.0 28.0 0.37 0.65 new +TCGA-44-A47A-01 TCGA-44-A47A-01A-21D-A24C-01 called 0.34 3.67 1.0 40.0 0.48 0.32 new +TCGA-44-A47B-01 TCGA-44-A47B-01A-11D-A24C-01 called 0.5 3.26 1.0 24.0 0.62 0.12 new +TCGA-44-A47F-01 TCGA-44-A47F-01A-11D-A24C-01 called 0.41 3.91 2.0 35.0 0.58 0.15 new +TCGA-44-A47G-01 TCGA-44-A47G-01A-21D-A24C-01 called 0.24 2.29 0.0 47.0 0.26 0.58 new +TCGA-44-A4SS-01 TCGA-44-A4SS-01A-11D-A24O-01 called 0.25 3.29 1.0 50.0 0.36 0.5 new +TCGA-44-A4SU-01 TCGA-44-A4SU-01A-11D-A24O-01 called 0.59 2.07 1.0 14.0 0.6 0.55 new +TCGA-49-4486-01 TCGA-49-4486-01A-01D-1204-01 called 0.73 2.08 0.0 11.0 0.74 0.1 new +TCGA-49-4487-01 TCGA-49-4487-01A-21D-1854-01 called 0.17 3.17 1.0 72.0 0.24 0.34 new +TCGA-49-4488-01 TCGA-49-4488-01A-01D-1752-01 called 0.45 4.96 2.0 39.0 0.67 0.51 new +TCGA-49-4490-01 TCGA-49-4490-01A-21D-1854-01 called 0.26 5.15 2.0 59.0 0.48 0.42 new +TCGA-49-4494-01 TCGA-49-4494-01A-01D-1204-01 called 0.46 2.05 0.0 18.0 0.47 0.32 new +TCGA-49-4501-01 TCGA-49-4501-01A-01D-1204-01 called 0.43 2.72 1.0 25.0 0.51 0.46 new +TCGA-49-4505-01 TCGA-49-4505-01A-01D-1204-01 called 0.45 3.02 1.0 26.0 0.55 0.51 new +TCGA-49-4506-01 TCGA-49-4506-01A-01D-1204-01 called 0.25 2.67 1.0 46.0 0.31 0.02 new +TCGA-49-4507-01 TCGA-49-4507-01A-01D-1204-01 called 0.35 2.69 1.0 33.0 0.42 0.25 new +TCGA-49-4510-01 TCGA-49-4510-01A-01D-1204-01 called 0.64 3.38 1.0 19.0 0.75 0.48 new +TCGA-49-4512-01 TCGA-49-4512-01A-21D-1854-01 called 0.32 4.56 2.0 48.0 0.51 0.24 new +TCGA-49-4514-01 TCGA-49-4514-01A-21D-1854-01 called 0.35 1.79 0.0 27.0 0.32 0.01 new +TCGA-49-6742-01 TCGA-49-6742-01A-11D-1854-01 called 0.49 3.61 1.0 28.0 0.63 0.16 new +TCGA-49-6743-01 TCGA-49-6743-01A-11D-1854-01 called 0.27 2.96 1.0 44.0 0.36 0.08 new +TCGA-49-6744-01 TCGA-49-6744-01A-11D-1854-01 called 0.37 1.9 0.0 25.0 0.36 0.57 new +TCGA-49-6745-01 TCGA-49-6745-01A-11D-1854-01 called 0.24 3.83 1.0 55.0 0.38 0.33 new +TCGA-49-6761-01 TCGA-49-6761-01A-31D-1943-01 called 0.29 3.19 1.0 42.0 0.4 0.21 new +TCGA-49-6767-01 TCGA-49-6767-01A-11D-1854-01 called 0.43 3.24 1.0 29.0 0.55 0.26 new +TCGA-49-AAQV-01 TCGA-49-AAQV-01A-11D-A396-01 called 0.25 1.94 0.0 41.0 0.25 0.43 new +TCGA-49-AAR0-01 TCGA-49-AAR0-01A-21D-A396-01 called 0.51 1.63 0.0 15.0 0.46 0.59 new +TCGA-49-AAR2-01 TCGA-49-AAR2-01A-11D-A396-01 called 0.69 1.9 0.0 11.0 0.68 0.0 new +TCGA-49-AAR3-01 TCGA-49-AAR3-01A-11D-A40Z-01 called 0.32 1.71 0.0 30.0 0.28 0.63 new +TCGA-49-AAR4-01 TCGA-49-AAR4-01A-12D-A40Z-01 called 0.22 1.84 0.0 48.0 0.21 0.48 new +TCGA-49-AAR9-01 TCGA-49-AAR9-01A-21D-A40Z-01 called 0.75 2.06 0.0 11.0 0.76 0.07 new +TCGA-49-AARE-01 TCGA-49-AARE-01A-11D-A40Z-01 called 0.42 2.78 1.0 27.0 0.5 0.08 new +TCGA-49-AARN-01 TCGA-49-AARN-01A-21D-A40Z-01 called 0.43 1.84 0.0 18.0 0.41 0.28 new +TCGA-49-AARO-01 TCGA-49-AARO-01A-12D-A40Z-01 called 0.28 3.08 1.0 44.0 0.37 0.21 new +TCGA-49-AARQ-01 TCGA-49-AARQ-01A-11D-A40Z-01 called 0.52 3.38 1.0 24.0 0.64 0.13 new +TCGA-49-AARR-01 TCGA-49-AARR-01A-11D-A40Z-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-4B-A93V-01 TCGA-4B-A93V-01A-11D-A396-01 called 0.62 2.67 1.0 16.0 0.69 0.13 new +TCGA-50-5044-01 TCGA-50-5044-01A-21D-1854-01 called 0.23 2.05 0.0 47.0 0.23 0.03 new +TCGA-50-5045-01 TCGA-50-5045-01A-01D-1624-01 called 0.22 2.22 0.0 49.0 0.24 0.44 new +TCGA-50-5049-01 TCGA-50-5049-01A-01D-1624-01 called 0.26 1.92 0.0 41.0 0.25 0.49 new +TCGA-50-5051-01 TCGA-50-5051-01A-21D-1854-01 called 0.59 2.96 1.0 18.0 0.68 0.26 new +TCGA-50-5055-01 TCGA-50-5055-01A-01D-1624-01 called 0.13 2.12 0.0 83.0 0.14 0.18 new +TCGA-50-5066-01 TCGA-50-5066-01A-01D-1624-01 called 0.27 2.06 1.0 40.0 0.27 0.53 new +TCGA-50-5066-02 TCGA-50-5066-02A-11D-2085-01 called 0.41 4.36 2.0 38.0 0.6 0.38 new +TCGA-50-5068-01 TCGA-50-5068-01A-01D-1624-01 called 0.24 2.91 1.0 50.0 0.32 0.36 new +TCGA-50-5072-01 TCGA-50-5072-01A-21D-1854-01 called 0.4 2.55 1.0 27.0 0.46 0.61 new +TCGA-50-5930-01 TCGA-50-5930-01A-11D-1752-01 called 0.95 2.08 1.0 9.0 0.95 0.18 new +TCGA-50-5931-01 TCGA-50-5931-01A-11D-1752-01 called 0.86 1.92 0.0 9.0 0.86 0.43 new +TCGA-50-5932-01 TCGA-50-5932-01A-11D-1752-01 called 0.84 1.81 0.0 9.0 0.83 0.08 new +TCGA-50-5933-01 TCGA-50-5933-01A-11D-1752-01 called 0.3 2.82 1.0 39.0 0.38 0.33 new +TCGA-50-5935-01 TCGA-50-5935-01A-11D-1752-01 called 0.39 5.81 2.0 48.0 0.65 0.22 new +TCGA-50-5936-01 TCGA-50-5936-01A-11D-1624-01 called 0.6 1.64 0.0 12.0 0.55 0.12 new +TCGA-50-5939-01 TCGA-50-5939-01A-11D-1624-01 called 0.38 1.75 0.0 21.0 0.35 0.17 new +TCGA-50-5941-01 TCGA-50-5941-01A-11D-1752-01 called 0.27 3.12 1.0 46.0 0.36 0.64 new +TCGA-50-5942-01 TCGA-50-5942-01A-21D-1752-01 called 0.69 1.95 0.0 11.0 0.69 0.0 new +TCGA-50-5944-01 TCGA-50-5944-01A-11D-1752-01 called 0.57 3.33 1.0 20.0 0.68 0.15 new +TCGA-50-5946-01 TCGA-50-5946-01A-11D-1752-01 called 0.75 2.63 2.0 13.0 0.8 0.48 new +TCGA-50-5946-02 TCGA-50-5946-02A-11D-2085-01 called 0.9 2.6 1.0 11.0 0.92 0.2 new +TCGA-50-6590-01 TCGA-50-6590-01A-12D-1854-01 called 0.25 2.93 1.0 48.0 0.33 0.49 new +TCGA-50-6591-01 TCGA-50-6591-01A-11D-1752-01 called 0.9 4.67 2.0 20.0 0.95 0.57 new +TCGA-50-6592-01 TCGA-50-6592-01A-11D-1752-01 called 0.28 2.38 1.0 40.0 0.32 0.4 new +TCGA-50-6593-01 TCGA-50-6593-01A-11D-1752-01 called 0.31 2.94 1.0 39.0 0.39 0.26 new +TCGA-50-6594-01 TCGA-50-6594-01A-11D-1752-01 called 0.6 3.61 1.0 20.0 0.73 0.05 new +TCGA-50-6595-01 TCGA-50-6595-01A-12D-1854-01 called 0.22 2.43 1.0 51.0 0.26 0.46 new +TCGA-50-6673-01 TCGA-50-6673-01A-11D-1943-01 called 0.35 3.74 1.0 39.0 0.5 0.27 new +TCGA-50-7109-01 TCGA-50-7109-01A-11D-2035-01 called 0.44 2.86 1.0 26.0 0.53 0.17 new +TCGA-50-8457-01 TCGA-50-8457-01A-11D-2322-01 called 0.6 2.03 0.0 14.0 0.6 0.52 new +TCGA-50-8459-01 TCGA-50-8459-01A-11D-2322-01 called 0.29 1.9 0.0 36.0 0.27 0.1 new +TCGA-50-8460-01 TCGA-50-8460-01A-11D-2322-01 called 0.42 1.93 0.0 20.0 0.41 0.1 new +TCGA-53-7624-01 TCGA-53-7624-01A-11D-2062-01 called 0.69 3.02 1.0 16.0 0.77 0.24 new +TCGA-53-7626-01 TCGA-53-7626-01A-12D-2062-01 called 0.42 1.79 0.0 19.0 0.39 0.19 new +TCGA-53-7813-01 TCGA-53-7813-01A-11D-2166-01 called 0.36 3.5 1.0 37.0 0.5 0.28 new +TCGA-53-A4EZ-01 TCGA-53-A4EZ-01A-12D-A24O-01 called 0.47 3.08 1.0 25.0 0.58 0.12 new +TCGA-55-1592-01 TCGA-55-1592-01A-01D-0944-01 called 0.49 3.2 1.0 25.0 0.6 0.42 new +TCGA-55-1594-01 TCGA-55-1594-01A-01D-0944-01 called 0.55 3.26 1.0 20.0 0.66 0.12 new +TCGA-55-1595-01 TCGA-55-1595-01A-01D-0944-01 called 0.52 3.63 1.0 26.0 0.66 0.52 new +TCGA-55-1596-01 TCGA-55-1596-01A-01D-0944-01 called 0.63 3.42 1.0 19.0 0.74 0.12 new +TCGA-55-5899-01 TCGA-55-5899-01A-11D-1624-01 called 0.67 2.83 1.0 16.0 0.75 0.12 new +TCGA-55-6543-01 TCGA-55-6543-01A-11D-1752-01 called 0.65 2.27 0.0 14.0 0.68 0.0 new +TCGA-55-6642-01 TCGA-55-6642-01A-11D-1854-01 called 0.37 2.61 1.0 31.0 0.43 0.39 new +TCGA-55-6712-01 TCGA-55-6712-01A-11D-1854-01 called 0.29 3.38 1.0 44.0 0.41 0.39 new +TCGA-55-6968-01 TCGA-55-6968-01A-11D-1943-01 called 0.65 1.72 0.0 11.0 0.62 0.2 new +TCGA-55-6969-01 TCGA-55-6969-01A-11D-1943-01 called 0.25 2.59 1.0 47.0 0.3 0.62 new +TCGA-55-6970-01 TCGA-55-6970-01A-11D-1943-01 called 0.56 1.36 0.0 12.0 0.46 0.21 new +TCGA-55-6971-01 TCGA-55-6971-01A-11D-1943-01 called 0.23 3.28 1.0 53.0 0.33 0.29 new +TCGA-55-6972-01 TCGA-55-6972-01A-11D-1943-01 called 0.83 3.68 1.0 17.0 0.9 0.71 new +TCGA-55-6975-01 TCGA-55-6975-01A-11D-1943-01 called 0.46 1.69 0.0 17.0 0.42 0.45 new +TCGA-55-6978-01 TCGA-55-6978-01A-11D-1943-01 called 0.26 2.07 0.0 40.0 0.27 0.45 new +TCGA-55-6979-01 TCGA-55-6979-01A-11D-1943-01 called 0.33 1.73 0.0 29.0 0.3 0.5 new +TCGA-55-6980-01 TCGA-55-6980-01A-11D-1943-01 called 0.31 2.18 0.0 35.0 0.33 0.35 new +TCGA-55-6981-01 TCGA-55-6981-01A-11D-1943-01 called 0.26 3.4 1.0 48.0 0.38 0.41 new +TCGA-55-6982-01 TCGA-55-6982-01A-11D-1943-01 called 0.25 2.61 1.0 46.0 0.31 0.29 new +TCGA-55-6983-01 TCGA-55-6983-01A-11D-1943-01 called 0.27 2.05 0.0 39.0 0.28 0.34 new +TCGA-55-6984-01 TCGA-55-6984-01A-11D-1943-01 called 0.81 4.06 1.0 19.0 0.9 0.03 new +TCGA-55-6985-01 TCGA-55-6985-01A-11D-1943-01 called 0.39 1.86 0.0 21.0 0.37 0.59 new +TCGA-55-6986-01 TCGA-55-6986-01A-11D-1943-01 called 0.4 1.96 0.0 21.0 0.39 0.28 new +TCGA-55-6987-01 TCGA-55-6987-01A-11D-1943-01 called 0.16 2.31 1.0 70.0 0.18 0.2 new +TCGA-55-7281-01 TCGA-55-7281-01A-11D-2035-01 called 0.42 3.07 1.0 29.0 0.52 0.08 new +TCGA-55-7283-01 TCGA-55-7283-01A-11D-2035-01 called 0.47 3.9 2.0 31.0 0.63 0.06 new +TCGA-55-7284-01 TCGA-55-7284-01B-11D-2237-01 called 0.4 2.26 0.0 25.0 0.43 0.04 new +TCGA-55-7570-01 TCGA-55-7570-01A-11D-2035-01 called 0.57 1.81 0.0 13.0 0.55 0.11 new +TCGA-55-7573-01 TCGA-55-7573-01A-11D-2035-01 called 0.33 3.2 1.0 39.0 0.44 0.26 new +TCGA-55-7574-01 TCGA-55-7574-01A-11D-2035-01 called 0.19 2.25 1.0 60.0 0.2 0.47 new +TCGA-55-7576-01 TCGA-55-7576-01A-11D-2062-01 called 0.47 2.84 1.0 21.0 0.56 0.47 new +TCGA-55-7724-01 TCGA-55-7724-01A-11D-2166-01 called 0.28 1.74 0.0 35.0 0.26 0.5 new +TCGA-55-7725-01 TCGA-55-7725-01A-11D-2166-01 called 0.61 2.0 0.0 13.0 0.61 0.01 new +TCGA-55-7726-01 TCGA-55-7726-01A-11D-2166-01 called 0.26 4.09 2.0 53.0 0.42 0.4 new +TCGA-55-7727-01 TCGA-55-7727-01A-11D-2166-01 called 0.56 1.91 0.0 14.0 0.55 0.46 new +TCGA-55-7728-01 TCGA-55-7728-01A-11D-2183-01 called 0.42 2.01 0.0 20.0 0.42 0.01 new +TCGA-55-7815-01 TCGA-55-7815-01A-11D-2166-01 called 0.29 3.48 1.0 45.0 0.42 0.62 new +TCGA-55-7903-01 TCGA-55-7903-01A-11D-2166-01 called 0.64 1.93 0.0 12.0 0.63 0.32 new +TCGA-55-7907-01 TCGA-55-7907-01A-11D-2166-01 called 0.39 3.56 1.0 34.0 0.54 0.1 new +TCGA-55-7910-01 TCGA-55-7910-01A-11D-2166-01 called 0.58 3.44 1.0 20.0 0.71 0.13 new +TCGA-55-7911-01 TCGA-55-7911-01A-11D-2166-01 called 0.23 4.05 1.0 59.0 0.38 0.04 new +TCGA-55-7913-01 TCGA-55-7913-01B-11D-2237-01 called 0.35 2.94 1.0 35.0 0.44 0.21 new +TCGA-55-7914-01 TCGA-55-7914-01A-11D-2166-01 called 0.56 1.92 0.0 14.0 0.55 0.17 new +TCGA-55-7994-01 TCGA-55-7994-01A-11D-2183-01 called 0.51 3.05 1.0 21.0 0.61 0.16 new +TCGA-55-7995-01 TCGA-55-7995-01A-11D-2183-01 called 0.49 2.53 1.0 19.0 0.55 0.17 new +TCGA-55-8085-01 TCGA-55-8085-01A-11D-2237-01 called 0.56 2.17 0.0 15.0 0.58 0.04 new +TCGA-55-8087-01 TCGA-55-8087-01A-11D-2237-01 called 0.82 1.98 0.0 10.0 0.81 0.01 new +TCGA-55-8089-01 TCGA-55-8089-01A-11D-2237-01 called 0.33 1.8 0.0 30.0 0.3 0.25 new +TCGA-55-8090-01 TCGA-55-8090-01A-11D-2237-01 called 0.41 3.62 1.0 33.0 0.56 0.02 new +TCGA-55-8091-01 TCGA-55-8091-01A-11D-2237-01 called 0.6 2.06 0.0 14.0 0.61 0.36 new +TCGA-55-8092-01 TCGA-55-8092-01A-11D-2237-01 called 0.38 3.24 2.0 33.0 0.5 0.19 new +TCGA-55-8094-01 TCGA-55-8094-01A-11D-2237-01 called 0.79 2.82 1.0 14.0 0.84 0.04 new +TCGA-55-8096-01 TCGA-55-8096-01A-11D-2237-01 called 0.25 2.73 1.0 47.0 0.31 0.2 new +TCGA-55-8097-01 TCGA-55-8097-01A-11D-2237-01 called 0.64 2.06 0.0 13.0 0.65 0.15 new +TCGA-55-8203-01 TCGA-55-8203-01A-11D-2237-01 called 0.38 3.67 1.0 36.0 0.53 0.22 new +TCGA-55-8204-01 TCGA-55-8204-01A-11D-2237-01 called 0.34 1.96 0.0 29.0 0.34 0.14 new +TCGA-55-8205-01 TCGA-55-8205-01A-11D-2237-01 called 0.22 3.33 2.0 56.0 0.32 0.16 new +TCGA-55-8206-01 TCGA-55-8206-01A-11D-2237-01 called 0.46 3.27 1.0 27.0 0.59 0.03 new +TCGA-55-8207-01 TCGA-55-8207-01A-11D-2237-01 called 0.57 3.01 1.0 19.0 0.67 0.04 new +TCGA-55-8208-01 TCGA-55-8208-01A-11D-2237-01 called 0.24 2.22 0.0 45.0 0.26 0.62 new +TCGA-55-8301-01 TCGA-55-8301-01A-11D-2283-01 called 0.26 2.2 0.0 42.0 0.28 0.5 new +TCGA-55-8302-01 TCGA-55-8302-01A-11D-2322-01 called 0.46 1.78 0.0 17.0 0.43 0.63 new +TCGA-55-8505-01 TCGA-55-8505-01A-11D-2389-01 called 0.32 1.87 0.0 31.0 0.31 0.54 new +TCGA-55-8506-01 TCGA-55-8506-01A-11D-2389-01 called 0.45 3.94 1.0 33.0 0.62 0.24 new +TCGA-55-8507-01 TCGA-55-8507-01A-11D-2389-01 called 0.64 2.72 1.0 16.0 0.7 0.39 new +TCGA-55-8508-01 TCGA-55-8508-01A-11D-2389-01 called 0.38 2.94 1.0 31.0 0.48 0.24 new +TCGA-55-8510-01 TCGA-55-8510-01A-11D-2389-01 called 0.28 2.95 1.0 43.0 0.36 0.35 new +TCGA-55-8511-01 TCGA-55-8511-01A-11D-2389-01 called 0.19 3.18 1.0 64.0 0.27 0.51 new +TCGA-55-8512-01 TCGA-55-8512-01A-11D-2389-01 called 0.35 1.94 0.0 28.0 0.34 0.1 new +TCGA-55-8513-01 TCGA-55-8513-01A-11D-2389-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-55-8514-01 TCGA-55-8514-01A-11D-2389-01 called 0.54 3.13 1.0 20.0 0.65 0.15 new +TCGA-55-8614-01 TCGA-55-8614-01A-11D-2389-01 called 0.32 4.05 1.0 44.0 0.49 0.19 new +TCGA-55-8615-01 TCGA-55-8615-01A-11D-2389-01 called 0.57 5.23 2.0 35.0 0.78 0.38 new +TCGA-55-8616-01 TCGA-55-8616-01A-11D-2389-01 called 0.39 3.91 1.0 37.0 0.56 0.23 new +TCGA-55-8619-01 TCGA-55-8619-01A-11D-2389-01 called 0.24 2.1 0.0 46.0 0.25 0.81 new +TCGA-55-8620-01 TCGA-55-8620-01A-11D-2389-01 called 0.62 2.47 1.0 15.0 0.67 0.4 new +TCGA-55-8621-01 TCGA-55-8621-01A-11D-2389-01 called 0.2 2.05 0.0 54.0 0.2 0.42 new +TCGA-55-A48X-01 TCGA-55-A48X-01A-11D-A24C-01 called 0.28 1.78 0.0 36.0 0.26 0.12 new +TCGA-55-A48Y-01 TCGA-55-A48Y-01A-11D-A24C-01 called 0.36 1.95 0.0 27.0 0.35 0.08 new +TCGA-55-A48Z-01 TCGA-55-A48Z-01A-12D-A24O-01 called 0.41 3.0 1.0 29.0 0.51 0.45 new +TCGA-55-A490-01 TCGA-55-A490-01A-11D-A24C-01 called 0.58 3.34 1.0 20.0 0.7 0.11 new +TCGA-55-A491-01 TCGA-55-A491-01A-11D-A24C-01 called 0.45 2.57 1.0 21.0 0.52 0.63 new +TCGA-55-A492-01 TCGA-55-A492-01A-11D-A24C-01 called 0.54 3.8 1.0 27.0 0.69 0.14 new +TCGA-55-A493-01 TCGA-55-A493-01A-11D-A24C-01 called 0.26 1.83 0.0 40.0 0.24 0.42 new +TCGA-55-A494-01 TCGA-55-A494-01A-11D-A24O-01 called 0.81 3.69 1.0 17.0 0.89 0.1 new +TCGA-55-A4DF-01 TCGA-55-A4DF-01A-11D-A24C-01 called 0.42 3.33 1.0 31.0 0.54 0.42 new +TCGA-55-A4DG-01 TCGA-55-A4DG-01A-11D-A24C-01 called 0.41 3.7 2.0 34.0 0.56 0.17 new +TCGA-55-A57B-01 TCGA-55-A57B-01A-12D-A396-01 called 0.21 1.36 0.0 47.0 0.15 0.18 new +TCGA-62-8394-01 TCGA-62-8394-01A-11D-2322-01 called 0.53 3.1 1.0 20.0 0.64 0.56 new +TCGA-62-8395-01 TCGA-62-8395-01A-11D-2322-01 called 0.65 1.9 0.0 12.0 0.63 0.07 new +TCGA-62-8397-01 TCGA-62-8397-01A-11D-2322-01 called 0.69 3.43 1.0 18.0 0.79 0.01 new +TCGA-62-8398-01 TCGA-62-8398-01A-11D-2322-01 called 0.5 3.2 1.0 22.0 0.62 0.53 new +TCGA-62-8399-01 TCGA-62-8399-01A-21D-2322-01 called 0.5 2.44 1.0 18.0 0.55 0.28 new +TCGA-62-8402-01 TCGA-62-8402-01A-11D-2322-01 called 0.5 4.23 2.0 32.0 0.68 0.22 new +TCGA-62-A46O-01 TCGA-62-A46O-01A-11D-A24C-01 called 0.82 2.93 1.0 14.0 0.87 0.48 new +TCGA-62-A46P-01 TCGA-62-A46P-01A-11D-A24C-01 called 0.7 2.05 0.0 12.0 0.71 0.12 new +TCGA-62-A46R-01 TCGA-62-A46R-01A-11D-A24C-01 called 0.42 2.88 1.0 28.0 0.51 0.13 new +TCGA-62-A46S-01 TCGA-62-A46S-01A-11D-A24C-01 called 0.45 3.85 1.0 32.0 0.61 0.37 new +TCGA-62-A46U-01 TCGA-62-A46U-01A-11D-A24C-01 called 0.25 3.73 1.0 52.0 0.39 0.21 new +TCGA-62-A46V-01 TCGA-62-A46V-01A-11D-A24C-01 called 0.52 1.92 0.0 16.0 0.51 0.05 new +TCGA-62-A46Y-01 TCGA-62-A46Y-01A-11D-A24C-01 called 0.48 2.01 0.0 17.0 0.48 0.47 new +TCGA-62-A470-01 TCGA-62-A470-01A-11D-A24C-01 called 0.59 2.99 1.0 18.0 0.68 0.01 new +TCGA-62-A471-01 TCGA-62-A471-01A-12D-A24C-01 called 0.46 3.11 1.0 26.0 0.57 0.22 new +TCGA-62-A472-01 TCGA-62-A472-01A-11D-A24C-01 called 0.4 3.57 1.0 34.0 0.54 0.24 new +TCGA-64-1676-01 TCGA-64-1676-01A-01D-0944-01 called 0.51 1.72 0.0 15.0 0.47 0.35 new +TCGA-64-1677-01 TCGA-64-1677-01A-01D-0944-01 called 0.32 2.81 1.0 37.0 0.39 0.36 new +TCGA-64-1679-01 TCGA-64-1679-01A-21D-2062-01 called 0.26 3.34 1.0 48.0 0.38 0.37 new +TCGA-64-1680-01 TCGA-64-1680-01A-02D-0944-01 called 0.61 3.41 1.0 19.0 0.73 0.08 new +TCGA-64-1681-01 TCGA-64-1681-01A-11D-2062-01 called 0.31 5.63 2.0 55.0 0.55 0.48 new +TCGA-64-5774-01 TCGA-64-5774-01A-01D-1624-01 called 0.76 2.86 1.0 14.0 0.82 0.09 new +TCGA-64-5775-01 TCGA-64-5775-01A-01D-1624-01 called 0.71 3.39 1.0 17.0 0.8 0.18 new +TCGA-64-5778-01 TCGA-64-5778-01A-01D-1624-01 called 0.59 1.76 0.0 13.0 0.56 0.15 new +TCGA-64-5779-01 TCGA-64-5779-01A-01D-1624-01 called 0.44 2.99 1.0 27.0 0.54 0.39 new +TCGA-64-5781-01 TCGA-64-5781-01A-01D-1624-01 called 0.38 1.91 0.0 23.0 0.37 0.34 new +TCGA-64-5815-01 TCGA-64-5815-01A-01D-1624-01 called 0.35 1.99 0.0 28.0 0.35 0.14 new +TCGA-67-3770-01 TCGA-67-3770-01A-01D-0944-01 called 0.65 1.8 0.0 12.0 0.63 0.27 new +TCGA-67-3771-01 TCGA-67-3771-01A-01D-0944-01 called 0.46 2.88 1.0 23.0 0.55 0.26 new +TCGA-67-3772-01 TCGA-67-3772-01A-01D-0944-01 called 0.45 1.84 0.0 18.0 0.43 0.47 new +TCGA-67-3773-01 TCGA-67-3773-01A-01D-0944-01 called 0.7 1.96 0.0 11.0 0.7 0.02 new +TCGA-67-3774-01 TCGA-67-3774-01A-01D-0944-01 called 0.48 1.87 0.0 17.0 0.46 0.07 new +TCGA-67-4679-01 TCGA-67-4679-01B-01D-1752-01 called 0.71 2.03 0.0 11.0 0.72 0.05 new +TCGA-67-6215-01 TCGA-67-6215-01A-11D-1752-01 called 0.69 2.25 0.0 13.0 0.72 0.07 new +TCGA-67-6216-01 TCGA-67-6216-01A-11D-1752-01 called 0.56 1.97 0.0 14.0 0.56 0.15 new +TCGA-67-6217-01 TCGA-67-6217-01A-11D-1752-01 called 0.25 6.17 2.0 67.0 0.51 0.32 new +TCGA-69-7760-01 TCGA-69-7760-01A-11D-2166-01 called 0.65 3.25 1.0 18.0 0.75 0.1 new +TCGA-69-7761-01 TCGA-69-7761-01A-11D-2166-01 called 0.23 3.68 1.0 56.0 0.36 0.24 new +TCGA-69-7763-01 TCGA-69-7763-01A-11D-2166-01 called 0.35 2.64 1.0 33.0 0.41 0.19 new +TCGA-69-7764-01 TCGA-69-7764-01A-11D-2166-01 called 0.8 1.8 0.0 9.0 0.78 0.41 new +TCGA-69-7765-01 TCGA-69-7765-01A-11D-2166-01 called 0.41 2.02 0.0 20.0 0.41 0.38 new +TCGA-69-7973-01 TCGA-69-7973-01A-11D-2183-01 called 0.55 3.35 1.0 21.0 0.67 0.13 new +TCGA-69-7974-01 TCGA-69-7974-01A-11D-2183-01 called 0.29 3.55 2.0 46.0 0.42 0.11 new +TCGA-69-7978-01 TCGA-69-7978-01A-11D-2183-01 called 0.2 3.06 1.0 59.0 0.28 0.17 new +TCGA-69-7979-01 TCGA-69-7979-01A-11D-2183-01 called 0.53 4.57 2.0 32.0 0.72 0.3 new +TCGA-69-7980-01 TCGA-69-7980-01A-11D-2183-01 called 0.55 3.76 2.0 25.0 0.7 0.21 new +TCGA-69-8253-01 TCGA-69-8253-01A-11D-2283-01 called 0.39 3.14 1.0 32.0 0.5 0.03 new +TCGA-69-8254-01 TCGA-69-8254-01A-11D-2283-01 called 0.41 1.95 0.0 20.0 0.41 0.17 new +TCGA-69-8255-01 TCGA-69-8255-01A-11D-2283-01 called 0.37 3.27 1.0 35.0 0.49 0.19 new +TCGA-71-6725-01 TCGA-71-6725-01A-11D-1854-01 called 0.63 2.69 1.0 16.0 0.7 0.2 new +TCGA-73-4658-01 TCGA-73-4658-01A-01D-1752-01 called 0.29 2.14 0.0 37.0 0.3 0.4 new +TCGA-73-4659-01 TCGA-73-4659-01A-01D-1204-01 called 0.33 3.5 1.0 40.0 0.46 0.22 new +TCGA-73-4662-01 TCGA-73-4662-01A-01D-1204-01 called 0.48 3.0 1.0 22.0 0.58 0.26 new +TCGA-73-4666-01 TCGA-73-4666-01A-01D-1204-01 called 0.45 3.2 1.0 28.0 0.56 0.28 new +TCGA-73-4668-01 TCGA-73-4668-01A-01D-1204-01 called 0.53 3.19 1.0 21.0 0.64 0.35 new +TCGA-73-4670-01 TCGA-73-4670-01A-01D-1204-01 called 0.62 2.91 1.0 17.0 0.71 0.26 new +TCGA-73-4675-01 TCGA-73-4675-01A-01D-1204-01 called 0.57 3.41 1.0 20.0 0.69 0.07 new +TCGA-73-4676-01 TCGA-73-4676-01A-01D-1752-01 called 0.77 1.31 0.0 7.0 0.69 0.51 new +TCGA-73-4677-01 TCGA-73-4677-01A-01D-1204-01 called 0.47 3.23 1.0 27.0 0.59 0.04 new +TCGA-73-7498-01 TCGA-73-7498-01A-12D-2183-01 called 0.62 2.01 0.0 13.0 0.62 0.14 new +TCGA-73-7499-01 TCGA-73-7499-01A-11D-2183-01 called 0.38 3.22 1.0 33.0 0.5 0.35 new +TCGA-73-A9RS-01 TCGA-73-A9RS-01A-11D-A40Z-01 called 0.61 2.78 1.0 17.0 0.69 0.08 new +TCGA-75-5122-01 TCGA-75-5122-01A-01D-1752-01 called 0.32 1.87 0.0 31.0 0.3 0.52 new +TCGA-75-5125-01 TCGA-75-5125-01A-01D-1752-01 called 0.31 3.69 2.0 43.0 0.45 0.44 new +TCGA-75-5126-01 TCGA-75-5126-01A-01D-1752-01 called 0.24 2.29 0.0 47.0 0.26 0.51 new +TCGA-75-5146-01 TCGA-75-5146-01A-01D-1624-01 called 0.58 1.78 0.0 13.0 0.55 0.18 new +TCGA-75-5147-01 TCGA-75-5147-01A-01D-1624-01 called 0.4 3.29 1.0 32.0 0.52 0.35 new +TCGA-75-6203-01 TCGA-75-6203-01A-11D-1752-01 called 0.26 2.23 0.0 42.0 0.28 0.06 new +TCGA-75-6205-01 TCGA-75-6205-01A-11D-1752-01 called 0.27 1.4 0.0 36.0 0.21 0.68 new +TCGA-75-6207-01 TCGA-75-6207-01A-11D-1752-01 called 0.64 1.9 0.0 12.0 0.62 0.31 new +TCGA-75-6211-01 TCGA-75-6211-01A-11D-1752-01 called 0.39 3.09 1.0 32.0 0.49 0.16 new +TCGA-75-6212-01 TCGA-75-6212-01A-11D-1752-01 called 0.43 2.74 1.0 26.0 0.5 0.14 new +TCGA-75-6214-01 TCGA-75-6214-01A-41D-1943-01 called 0.64 2.76 1.0 16.0 0.71 0.53 new +TCGA-75-7025-01 TCGA-75-7025-01A-12D-1943-01 called 0.34 3.59 1.0 39.0 0.48 0.34 new +TCGA-75-7027-01 TCGA-75-7027-01A-11D-1943-01 called 0.62 3.09 1.0 18.0 0.72 0.1 new +TCGA-75-7031-01 TCGA-75-7031-01A-11D-1943-01 called 0.49 3.86 1.0 30.0 0.65 0.18 new +TCGA-78-7145-01 TCGA-78-7145-01A-11D-2035-01 called 0.63 3.37 1.0 19.0 0.74 0.05 new +TCGA-78-7146-01 TCGA-78-7146-01A-11D-2035-01 called 0.68 2.79 1.0 15.0 0.75 0.12 new +TCGA-78-7147-01 TCGA-78-7147-01A-11D-2035-01 called 0.62 3.15 1.0 18.0 0.72 0.11 new +TCGA-78-7148-01 TCGA-78-7148-01A-11D-2035-01 called 0.6 1.81 0.0 13.0 0.57 0.5 new +TCGA-78-7149-01 TCGA-78-7149-01A-11D-2035-01 called 0.6 3.38 1.0 20.0 0.72 0.32 new +TCGA-78-7150-01 TCGA-78-7150-01A-21D-2035-01 called 0.46 2.99 1.0 25.0 0.56 0.15 new +TCGA-78-7152-01 TCGA-78-7152-01A-11D-2035-01 called 0.55 1.99 0.0 15.0 0.54 0.03 new +TCGA-78-7153-01 TCGA-78-7153-01A-11D-2035-01 called 0.57 4.0 1.0 27.0 0.72 0.41 new +TCGA-78-7154-01 TCGA-78-7154-01A-11D-2035-01 called 0.5 3.82 2.0 29.0 0.66 0.14 new +TCGA-78-7155-01 TCGA-78-7155-01A-11D-2035-01 called 0.82 2.5 1.0 12.0 0.85 0.18 new +TCGA-78-7156-01 TCGA-78-7156-01A-11D-2035-01 called 0.8 1.98 0.0 10.0 0.8 0.0 new +TCGA-78-7158-01 TCGA-78-7158-01A-11D-2035-01 called 0.9 2.09 0.0 9.0 0.91 0.02 new +TCGA-78-7159-01 TCGA-78-7159-01A-11D-2035-01 called 0.29 3.82 1.0 46.0 0.44 0.61 new +TCGA-78-7160-01 TCGA-78-7160-01A-11D-2035-01 called 0.29 1.62 0.0 34.0 0.25 0.41 new +TCGA-78-7161-01 TCGA-78-7161-01A-11D-2035-01 called 0.75 3.36 1.0 16.0 0.84 0.16 new +TCGA-78-7162-01 TCGA-78-7162-01A-21D-2062-01 called 0.27 2.13 0.0 40.0 0.28 0.07 new +TCGA-78-7163-01 TCGA-78-7163-01A-12D-2062-01 called 0.68 2.56 1.0 14.0 0.73 0.04 new +TCGA-78-7166-01 TCGA-78-7166-01A-12D-2062-01 called 0.63 2.04 0.0 13.0 0.64 0.03 new +TCGA-78-7167-01 TCGA-78-7167-01A-11D-2062-01 called 0.84 3.68 1.0 17.0 0.91 0.05 new +TCGA-78-7220-01 TCGA-78-7220-01A-11D-2035-01 called 0.61 2.71 1.0 16.0 0.68 0.2 new +TCGA-78-7535-01 TCGA-78-7535-01A-11D-2062-01 called 0.6 2.82 1.0 17.0 0.68 0.1 new +TCGA-78-7536-01 TCGA-78-7536-01A-11D-2062-01 called 0.78 3.04 1.0 15.0 0.84 0.11 new +TCGA-78-7537-01 TCGA-78-7537-01A-11D-2062-01 called 0.74 2.08 0.0 11.0 0.74 0.04 new +TCGA-78-7539-01 TCGA-78-7539-01A-11D-2062-01 called 0.52 3.49 1.0 25.0 0.65 0.12 new +TCGA-78-7540-01 TCGA-78-7540-01A-11D-2062-01 called 0.59 2.02 0.0 14.0 0.59 0.0 new +TCGA-78-7542-01 TCGA-78-7542-01A-21D-2062-01 called 0.35 4.69 2.0 45.0 0.56 0.25 new +TCGA-78-7633-01 TCGA-78-7633-01A-11D-2062-01 called 0.75 2.19 0.0 11.0 0.77 0.0 new +TCGA-78-8640-01 TCGA-78-8640-01A-11D-2389-01 called 0.35 2.72 1.0 33.0 0.42 0.26 new +TCGA-78-8655-01 TCGA-78-8655-01A-11D-2389-01 called 0.46 4.26 1.0 34.0 0.65 0.31 new +TCGA-78-8660-01 TCGA-78-8660-01A-11D-2389-01 called 0.33 1.96 0.0 31.0 0.32 0.41 new +TCGA-78-8662-01 TCGA-78-8662-01A-11D-2389-01 called 0.79 2.74 1.0 13.0 0.84 0.14 new +TCGA-80-5607-01 TCGA-80-5607-01A-31D-1943-01 called 0.49 2.02 0.0 17.0 0.49 0.0 new +TCGA-80-5608-01 TCGA-80-5608-01A-31D-1943-01 called 0.48 3.13 1.0 24.0 0.59 0.27 new +TCGA-80-5611-01 TCGA-80-5611-01A-01D-1624-01 called 0.51 3.08 1.0 21.0 0.62 0.37 new +TCGA-83-5908-01 TCGA-83-5908-01A-21D-2283-01 called 0.4 1.66 0.0 19.0 0.35 0.52 new +TCGA-86-6562-01 TCGA-86-6562-01A-11D-1752-01 called 0.46 3.46 1.0 29.0 0.59 0.25 new +TCGA-86-6851-01 TCGA-86-6851-01A-11D-1943-01 called 0.32 3.26 1.0 40.0 0.44 0.53 new +TCGA-86-7701-01 TCGA-86-7701-01A-11D-2166-01 called 0.42 2.97 1.0 28.0 0.52 0.25 new +TCGA-86-7711-01 TCGA-86-7711-01A-11D-2062-01 called 0.33 1.88 0.0 30.0 0.32 0.08 new +TCGA-86-7713-01 TCGA-86-7713-01A-11D-2062-01 called 0.65 3.59 1.0 19.0 0.77 0.09 new +TCGA-86-7714-01 TCGA-86-7714-01A-12D-2166-01 called 0.67 1.93 0.0 12.0 0.66 0.0 new +TCGA-86-7953-01 TCGA-86-7953-01A-11D-2183-01 called 0.35 3.26 1.0 37.0 0.47 0.15 new +TCGA-86-7954-01 TCGA-86-7954-01A-11D-2183-01 called 0.27 4.41 2.0 53.0 0.45 0.13 new +TCGA-86-7955-01 TCGA-86-7955-01A-11D-2183-01 called 0.73 3.16 1.0 16.0 0.81 0.16 new +TCGA-86-8054-01 TCGA-86-8054-01A-11D-2237-01 called 0.74 2.86 1.0 15.0 0.8 0.14 new +TCGA-86-8055-01 TCGA-86-8055-01A-11D-2237-01 called 0.28 3.5 2.0 46.0 0.41 0.5 new +TCGA-86-8056-01 TCGA-86-8056-01A-11D-2237-01 called 0.37 3.87 1.0 38.0 0.54 0.02 new +TCGA-86-8073-01 TCGA-86-8073-01A-11D-2237-01 called 0.43 1.88 0.0 19.0 0.42 0.25 new +TCGA-86-8074-01 TCGA-86-8074-01A-11D-2237-01 called 0.51 3.81 2.0 29.0 0.66 0.44 new +TCGA-86-8075-01 TCGA-86-8075-01A-11D-2237-01 called 0.3 4.21 2.0 48.0 0.47 0.19 new +TCGA-86-8076-01 TCGA-86-8076-01A-31D-2237-01 called 0.24 2.09 0.0 46.0 0.24 0.01 new +TCGA-86-8278-01 TCGA-86-8278-01A-11D-2283-01 called 0.56 1.82 0.0 14.0 0.54 0.22 new +TCGA-86-8279-01 TCGA-86-8279-01A-11D-2283-01 called 0.5 5.48 2.0 39.0 0.73 0.38 new +TCGA-86-8280-01 TCGA-86-8280-01A-11D-2283-01 called 0.45 2.56 1.0 21.0 0.51 0.54 new +TCGA-86-8281-01 TCGA-86-8281-01A-11D-2283-01 called 0.54 2.08 0.0 15.0 0.55 0.03 new +TCGA-86-8358-01 TCGA-86-8358-01A-11D-2322-01 called 0.72 3.55 1.0 18.0 0.82 0.53 new +TCGA-86-8359-01 TCGA-86-8359-01A-11D-2322-01 called 0.44 3.19 1.0 28.0 0.56 0.25 new +TCGA-86-8585-01 TCGA-86-8585-01A-11D-2389-01 called 0.29 2.82 1.0 41.0 0.36 0.23 new +TCGA-86-8668-01 TCGA-86-8668-01A-11D-2389-01 called 0.41 3.93 1.0 35.0 0.58 0.34 new +TCGA-86-8669-01 TCGA-86-8669-01A-11D-2389-01 called 0.57 3.66 1.0 21.0 0.71 0.52 new +TCGA-86-8671-01 TCGA-86-8671-01A-11D-2389-01 called 1.0 2.0 0.0 8.0 1.0 0.16 new +TCGA-86-8672-01 TCGA-86-8672-01A-21D-2389-01 called 0.32 2.74 1.0 37.0 0.39 0.2 new +TCGA-86-8673-01 TCGA-86-8673-01A-11D-2389-01 called 0.4 2.56 1.0 27.0 0.46 0.25 new +TCGA-86-8674-01 TCGA-86-8674-01A-21D-2389-01 called 0.58 2.11 0.0 14.0 0.6 0.0 new +TCGA-86-A456-01 TCGA-86-A456-01A-11D-A24C-01 called 0.36 1.76 0.0 24.0 0.33 0.43 new +TCGA-86-A4D0-01 TCGA-86-A4D0-01A-11D-A24C-01 called 0.79 2.09 0.0 10.0 0.8 0.59 new +TCGA-86-A4JF-01 TCGA-86-A4JF-01A-11D-A24O-01 called 0.25 3.59 1.0 52.0 0.37 0.07 new +TCGA-86-A4P7-01 TCGA-86-A4P7-01A-11D-A24O-01 called 0.19 2.1 0.0 57.0 0.2 0.33 new +TCGA-86-A4P8-01 TCGA-86-A4P8-01A-11D-A24O-01 called 0.46 2.0 0.0 18.0 0.46 0.0 new +TCGA-91-6828-01 TCGA-91-6828-01A-11D-1854-01 called 0.37 4.62 2.0 43.0 0.58 0.5 new +TCGA-91-6829-01 TCGA-91-6829-01A-21D-1854-01 called 0.49 2.65 1.0 19.0 0.56 0.52 new +TCGA-91-6830-01 TCGA-91-6830-01A-11D-1943-01 called 0.28 1.72 0.0 36.0 0.25 0.16 new +TCGA-91-6831-01 TCGA-91-6831-01A-11D-1854-01 called 0.5 3.3 1.0 24.0 0.63 0.35 new +TCGA-91-6835-01 TCGA-91-6835-01A-11D-1854-01 called 0.21 1.99 0.0 51.0 0.21 0.45 new +TCGA-91-6836-01 TCGA-91-6836-01A-21D-1854-01 called 0.67 3.4 1.0 18.0 0.78 0.04 new +TCGA-91-6840-01 TCGA-91-6840-01A-11D-1943-01 called 0.62 2.84 1.0 17.0 0.7 0.15 new +TCGA-91-6847-01 TCGA-91-6847-01A-11D-1943-01 called 0.85 3.59 2.0 16.0 0.91 0.56 new +TCGA-91-6848-01 TCGA-91-6848-01A-11D-1943-01 called 0.31 3.44 2.0 42.0 0.43 0.47 new +TCGA-91-6849-01 TCGA-91-6849-01A-11D-1943-01 called 0.62 1.93 0.0 13.0 0.61 0.0 new +TCGA-91-7771-01 TCGA-91-7771-01A-11D-2166-01 called 0.32 5.0 2.0 49.0 0.54 0.2 new +TCGA-91-8496-01 TCGA-91-8496-01A-11D-2389-01 called 0.5 2.25 0.0 18.0 0.53 0.04 new +TCGA-91-8497-01 TCGA-91-8497-01A-11D-2389-01 called 0.45 1.97 0.0 18.0 0.45 0.09 new +TCGA-91-8499-01 TCGA-91-8499-01A-11D-2389-01 called 0.77 2.86 1.0 14.0 0.83 0.23 new +TCGA-91-A4BC-01 TCGA-91-A4BC-01A-11D-A24C-01 called 0.22 2.55 1.0 53.0 0.26 0.39 new +TCGA-91-A4BD-01 TCGA-91-A4BD-01A-11D-A24C-01 called 0.55 1.99 0.0 15.0 0.55 0.0 new +TCGA-93-7347-01 TCGA-93-7347-01A-11D-2183-01 called 0.3 2.01 0.0 35.0 0.3 0.18 new +TCGA-93-7348-01 TCGA-93-7348-01A-21D-2035-01 called 0.45 1.83 0.0 18.0 0.43 0.58 new +TCGA-93-8067-01 TCGA-93-8067-01A-11D-2283-01 called 0.32 4.4 2.0 46.0 0.51 0.2 new +TCGA-93-A4JN-01 TCGA-93-A4JN-01A-11D-A24O-01 called 0.37 2.59 1.0 30.0 0.43 0.3 new +TCGA-93-A4JO-01 TCGA-93-A4JO-01A-21D-A24O-01 called 0.2 2.18 0.0 55.0 0.21 0.46 new +TCGA-93-A4JP-01 TCGA-93-A4JP-01A-11D-A24O-01 called 0.27 2.27 0.0 40.0 0.3 0.5 new +TCGA-93-A4JQ-01 TCGA-93-A4JQ-01A-11D-A24O-01 called 0.2 2.87 1.0 59.0 0.27 0.64 new +TCGA-95-7039-01 TCGA-95-7039-01A-11D-1943-01 called 0.41 5.66 2.0 45.0 0.67 0.28 new +TCGA-95-7043-01 TCGA-95-7043-01A-11D-1943-01 called 0.76 3.73 2.0 18.0 0.85 0.2 new +TCGA-95-7562-01 TCGA-95-7562-01A-11D-2237-01 called 0.55 3.68 2.0 25.0 0.69 0.34 new +TCGA-95-7567-01 TCGA-95-7567-01A-11D-2062-01 called 0.53 2.65 1.0 18.0 0.6 0.16 new +TCGA-95-7944-01 TCGA-95-7944-01A-11D-2183-01 called 0.41 1.64 0.0 19.0 0.36 0.45 new +TCGA-95-7947-01 TCGA-95-7947-01A-11D-2183-01 called 0.66 2.07 0.0 13.0 0.66 0.03 new +TCGA-95-8039-01 TCGA-95-8039-01A-11D-2237-01 called 0.47 1.93 0.0 17.0 0.46 0.38 new +TCGA-95-8494-01 TCGA-95-8494-01A-11D-2322-01 called 0.53 3.62 1.0 25.0 0.67 0.35 new +TCGA-95-A4VK-01 TCGA-95-A4VK-01A-11D-A25M-01 called 0.57 2.02 0.0 15.0 0.57 0.0 new +TCGA-95-A4VN-01 TCGA-95-A4VN-01A-11D-A25M-01 called 0.18 3.49 1.0 68.0 0.28 0.33 new +TCGA-95-A4VP-01 TCGA-95-A4VP-01A-21D-A25M-01 called 0.3 2.73 1.0 39.0 0.37 0.09 new +TCGA-97-7546-01 TCGA-97-7546-01A-11D-2035-01 called 0.67 1.85 0.0 11.0 0.65 0.61 new +TCGA-97-7547-01 TCGA-97-7547-01A-11D-2035-01 called 0.55 3.42 1.0 21.0 0.68 0.1 new +TCGA-97-7552-01 TCGA-97-7552-01A-11D-2035-01 called 0.18 1.95 0.0 61.0 0.18 0.0 new +TCGA-97-7553-01 TCGA-97-7553-01A-21D-2035-01 called 0.29 1.44 0.0 32.0 0.23 0.15 new +TCGA-97-7554-01 TCGA-97-7554-01A-11D-2035-01 called 0.29 5.21 2.0 55.0 0.52 0.42 new +TCGA-97-7937-01 TCGA-97-7937-01A-11D-2166-01 called 0.59 2.82 1.0 17.0 0.67 0.52 new +TCGA-97-7938-01 TCGA-97-7938-01A-11D-2166-01 called 0.61 2.05 0.0 14.0 0.62 0.14 new +TCGA-97-7941-01 TCGA-97-7941-01A-11D-2183-01 called 0.36 1.97 0.0 27.0 0.35 0.06 new +TCGA-97-8171-01 TCGA-97-8171-01A-11D-2283-01 called 0.82 2.21 0.0 11.0 0.84 0.06 new +TCGA-97-8172-01 TCGA-97-8172-01A-11D-2283-01 called 0.32 3.92 1.0 44.0 0.48 0.07 new +TCGA-97-8174-01 TCGA-97-8174-01A-11D-2283-01 called 0.3 3.62 1.0 44.0 0.44 0.2 new +TCGA-97-8175-01 TCGA-97-8175-01A-11D-2283-01 called 0.43 2.07 0.0 20.0 0.44 0.29 new +TCGA-97-8176-01 TCGA-97-8176-01A-11D-2389-01 called 0.53 1.91 0.0 15.0 0.52 0.43 new +TCGA-97-8177-01 TCGA-97-8177-01A-11D-2283-01 called 0.25 3.13 1.0 50.0 0.34 0.54 new +TCGA-97-8179-01 TCGA-97-8179-01A-11D-2283-01 called 0.48 2.83 1.0 21.0 0.57 0.22 new +TCGA-97-8547-01 TCGA-97-8547-01A-11D-2389-01 called 0.48 1.88 0.0 17.0 0.46 0.12 new +TCGA-97-8552-01 TCGA-97-8552-01A-11D-2389-01 called 0.27 3.6 2.0 49.0 0.4 0.18 new +TCGA-97-A4LX-01 TCGA-97-A4LX-01A-11D-A24O-01 called 0.2 1.77 0.0 53.0 0.18 0.29 new +TCGA-97-A4M0-01 TCGA-97-A4M0-01A-11D-A24O-01 called 0.55 3.78 1.0 25.0 0.7 0.2 new +TCGA-97-A4M1-01 TCGA-97-A4M1-01A-11D-A24O-01 called 0.36 2.84 1.0 33.0 0.44 0.26 new +TCGA-97-A4M2-01 TCGA-97-A4M2-01A-12D-A24O-01 called 0.37 2.05 0.0 27.0 0.37 0.17 new +TCGA-97-A4M3-01 TCGA-97-A4M3-01A-11D-A24O-01 called 0.69 2.03 0.0 12.0 0.69 0.04 new +TCGA-97-A4M5-01 TCGA-97-A4M5-01A-11D-A24O-01 called 0.25 1.83 0.0 42.0 0.23 0.04 new +TCGA-97-A4M6-01 TCGA-97-A4M6-01A-11D-A24O-01 called 0.43 1.79 0.0 18.0 0.41 0.15 new +TCGA-97-A4M7-01 TCGA-97-A4M7-01A-11D-A24O-01 called 0.37 2.03 0.0 26.0 0.37 0.56 new +TCGA-99-7458-01 TCGA-99-7458-01A-11D-2035-01 called 0.36 1.88 0.0 26.0 0.35 0.38 new +TCGA-99-8025-01 TCGA-99-8025-01A-11D-2237-01 called 0.43 4.47 2.0 37.0 0.63 0.33 new +TCGA-99-8028-01 TCGA-99-8028-01A-11D-2237-01 called 0.18 2.1 0.0 63.0 0.18 0.54 new +TCGA-99-8032-01 TCGA-99-8032-01A-11D-2237-01 called 0.31 3.74 1.0 43.0 0.46 0.44 new +TCGA-99-8033-01 TCGA-99-8033-01A-11D-2237-01 called 0.29 3.04 1.0 42.0 0.38 0.13 new +TCGA-99-AA5R-01 TCGA-99-AA5R-01A-11D-A396-01 called 0.96 2.0 0.0 8.0 0.96 0.01 new +TCGA-J2-8192-01 TCGA-J2-8192-01A-11D-2237-01 called 0.41 2.76 1.0 28.0 0.49 0.29 new +TCGA-J2-8194-01 TCGA-J2-8194-01A-11D-2237-01 called 0.44 3.38 1.0 30.0 0.57 0.05 new +TCGA-J2-A4AD-01 TCGA-J2-A4AD-01A-11D-A24C-01 called 0.57 1.82 0.0 13.0 0.55 0.4 new +TCGA-J2-A4AE-01 TCGA-J2-A4AE-01A-21D-A24C-01 called 0.52 2.18 0.0 17.0 0.54 0.08 new +TCGA-J2-A4AG-01 TCGA-J2-A4AG-01A-11D-A24C-01 called 0.31 2.01 0.0 33.0 0.31 0.38 new +TCGA-L4-A4E5-01 TCGA-L4-A4E5-01A-11D-A24O-01 called 0.66 1.77 0.0 11.0 0.63 0.17 new +TCGA-L9-A443-01 TCGA-L9-A443-01A-12D-A24C-01 called 0.48 3.54 1.0 28.0 0.62 0.21 new +TCGA-L9-A444-01 TCGA-L9-A444-01A-21D-A24C-01 called 0.37 2.77 1.0 32.0 0.44 0.44 new +TCGA-L9-A50W-01 TCGA-L9-A50W-01A-12D-A396-01 called 0.76 1.92 0.0 10.0 0.76 0.01 new +TCGA-L9-A5IP-01 TCGA-L9-A5IP-01A-21D-A396-01 called 0.53 2.64 1.0 18.0 0.6 0.08 new +TCGA-L9-A743-01 TCGA-L9-A743-01A-43D-A396-01 called 0.09 6.48 2.0 174.0 0.25 0.2 new +TCGA-L9-A7SV-01 TCGA-L9-A7SV-01A-11D-A396-01 called 0.83 3.06 1.0 14.0 0.88 0.25 new +TCGA-L9-A8F4-01 TCGA-L9-A8F4-01A-11D-A396-01 called 0.32 3.05 1.0 39.0 0.42 0.33 new +TCGA-MN-A4N1-01 TCGA-MN-A4N1-01A-11D-A24O-01 called 0.48 4.7 2.0 36.0 0.68 0.55 new +TCGA-MN-A4N4-01 TCGA-MN-A4N4-01A-12D-A24O-01 called 0.34 4.12 2.0 42.0 0.52 0.56 new +TCGA-MN-A4N5-01 TCGA-MN-A4N5-01A-11D-A24O-01 called 0.38 3.29 1.0 33.0 0.51 0.17 new +TCGA-MP-A4SV-01 TCGA-MP-A4SV-01A-11D-A24O-01 called 0.36 3.29 1.0 36.0 0.48 0.58 new +TCGA-MP-A4SW-01 TCGA-MP-A4SW-01A-21D-A24O-01 called 0.46 2.03 0.0 18.0 0.46 0.37 new +TCGA-MP-A4SY-01 TCGA-MP-A4SY-01A-21D-A24O-01 called 0.35 2.07 0.0 29.0 0.35 0.59 new +TCGA-MP-A4T2-01 TCGA-MP-A4T2-01A-11D-A24O-01 called 0.48 3.92 2.0 31.0 0.65 0.35 new +TCGA-MP-A4T7-01 TCGA-MP-A4T7-01A-11D-A24O-01 called 0.34 3.17 1.0 37.0 0.45 0.06 new +TCGA-MP-A4T8-01 TCGA-MP-A4T8-01A-11D-A24O-01 called 0.59 3.17 1.0 19.0 0.69 0.35 new +TCGA-MP-A4T9-01 TCGA-MP-A4T9-01A-11D-A24O-01 called 0.18 2.11 0.0 61.0 0.19 0.47 new +TCGA-MP-A4TA-01 TCGA-MP-A4TA-01A-21D-A24O-01 called 0.33 1.65 0.0 28.0 0.29 0.45 new +TCGA-MP-A4TC-01 TCGA-MP-A4TC-01A-11D-A24O-01 called 0.45 1.47 0.0 16.0 0.38 0.33 new +TCGA-MP-A4TE-01 TCGA-MP-A4TE-01A-22D-A25M-01 called 0.68 3.15 1.0 17.0 0.77 0.09 new +TCGA-MP-A4TF-01 TCGA-MP-A4TF-01A-11D-A25M-01 called 0.29 4.86 2.0 53.0 0.49 0.39 new +TCGA-MP-A4TH-01 TCGA-MP-A4TH-01A-31D-A25M-01 called 0.4 2.11 0.0 21.0 0.41 0.1 new +TCGA-MP-A4TI-01 TCGA-MP-A4TI-01A-21D-A24O-01 called 0.22 2.11 0.0 50.0 0.23 0.55 new +TCGA-MP-A4TK-01 TCGA-MP-A4TK-01A-11D-A24O-01 called 0.34 2.63 1.0 34.0 0.4 0.4 new +TCGA-MP-A5C7-01 TCGA-MP-A5C7-01A-11D-A25M-01 called 0.87 2.01 0.0 9.0 0.88 0.07 new +TCGA-NJ-A4YF-01 TCGA-NJ-A4YF-01A-12D-A25M-01 called 0.55 3.21 1.0 20.0 0.66 0.36 new +TCGA-NJ-A4YG-01 TCGA-NJ-A4YG-01A-22D-A25M-01 called 0.32 2.34 0.0 35.0 0.35 0.35 new +TCGA-NJ-A4YI-01 TCGA-NJ-A4YI-01A-11D-A25M-01 called 0.58 3.62 1.0 21.0 0.72 0.11 new +TCGA-NJ-A4YP-01 TCGA-NJ-A4YP-01A-11D-A25M-01 called 0.23 4.21 1.0 60.0 0.38 0.07 new +TCGA-NJ-A4YQ-01 TCGA-NJ-A4YQ-01A-11D-A25M-01 called 0.29 1.74 0.0 34.0 0.26 0.24 new +TCGA-NJ-A55A-01 TCGA-NJ-A55A-01A-11D-A25M-01 called 0.21 2.03 0.0 51.0 0.22 0.14 new +TCGA-NJ-A55R-01 TCGA-NJ-A55R-01A-11D-A25M-01 called 0.23 3.5 1.0 56.0 0.34 0.32 new +TCGA-NJ-A7XG-01 TCGA-NJ-A7XG-01A-12D-A396-01 called 0.62 3.84 1.0 21.0 0.76 0.46 new +TCGA-O1-A52J-01 TCGA-O1-A52J-01A-11D-A25M-01 called 0.5 3.44 1.0 26.0 0.64 0.17 new +TCGA-S2-AA1A-01 TCGA-S2-AA1A-01A-12D-A396-01 called 0.32 2.41 0.0 34.0 0.36 0.2 new +TCGA-18-3406-01 TCGA-18-3406-01A-01D-0978-01 called 0.48 1.78 0.0 16.0 0.45 0.22 new +TCGA-18-3407-01 TCGA-18-3407-01A-01D-1969-01 called 0.29 3.46 1.0 44.0 0.42 0.2 new +TCGA-18-3408-01 TCGA-18-3408-01A-01D-0978-01 called 0.76 1.95 0.0 10.0 0.75 0.22 new +TCGA-18-3410-01 TCGA-18-3410-01A-01D-1969-01 called 0.65 3.21 1.0 18.0 0.75 0.1 new +TCGA-18-3411-01 TCGA-18-3411-01A-01D-1969-01 called 0.53 4.44 2.0 32.0 0.71 0.29 new +TCGA-18-3412-01 TCGA-18-3412-01A-01D-0978-01 called 0.78 2.75 1.0 13.0 0.83 0.52 new +TCGA-18-3414-01 TCGA-18-3414-01A-01D-0978-01 called 0.77 2.21 0.0 11.0 0.79 0.31 new +TCGA-18-3415-01 TCGA-18-3415-01A-01D-0978-01 called 0.48 2.82 1.0 21.0 0.57 0.07 new +TCGA-18-3416-01 TCGA-18-3416-01A-01D-0978-01 called 0.51 2.99 1.0 20.0 0.61 0.08 new +TCGA-18-3417-01 TCGA-18-3417-01A-01D-1439-01 called 0.31 3.69 2.0 44.0 0.45 0.33 new +TCGA-18-3421-01 TCGA-18-3421-01A-01D-0978-01 called 0.47 3.21 1.0 26.0 0.59 0.27 new +TCGA-18-4083-01 TCGA-18-4083-01A-01D-1097-01 called 0.68 2.86 1.0 16.0 0.75 0.23 new +TCGA-18-4721-01 TCGA-18-4721-01A-01D-1439-01 called 0.39 1.75 0.0 20.0 0.36 0.15 new +TCGA-18-5592-01 TCGA-18-5592-01A-01D-1631-01 called 0.85 1.85 0.0 9.0 0.84 0.41 new +TCGA-21-1071-01 TCGA-21-1071-01A-01D-0685-01 called 0.29 4.35 2.0 49.0 0.47 0.34 new +TCGA-21-1075-01 TCGA-21-1075-01A-01D-0685-01 called 0.75 3.03 1.0 15.0 0.82 0.02 new +TCGA-21-1076-01 TCGA-21-1076-01A-02D-0685-01 called 0.2 3.13 1.0 61.0 0.28 0.42 new +TCGA-21-1080-01 TCGA-21-1080-01A-01D-0685-01 called 0.77 1.88 0.0 10.0 0.76 0.13 new +TCGA-21-1081-01 TCGA-21-1081-01A-01D-0685-01 called 0.49 2.93 1.0 21.0 0.58 0.14 new +TCGA-21-1082-01 TCGA-21-1082-01A-01D-0685-01 called 0.69 1.77 0.0 11.0 0.67 0.16 new +TCGA-21-5782-01 TCGA-21-5782-01A-01D-1631-01 called 0.48 1.96 0.0 17.0 0.48 0.04 new +TCGA-21-5783-01 TCGA-21-5783-01A-41D-2183-01 called 0.57 3.34 1.0 20.0 0.69 0.08 new +TCGA-21-5784-01 TCGA-21-5784-01A-01D-1631-01 called 0.18 2.39 1.0 64.0 0.2 0.1 new +TCGA-21-5786-01 TCGA-21-5786-01A-01D-1631-01 called 0.58 3.06 1.0 19.0 0.68 0.39 new +TCGA-21-5787-01 TCGA-21-5787-01A-01D-1631-01 called 0.5 2.65 1.0 19.0 0.57 0.29 new +TCGA-22-0940-01 TCGA-22-0940-01A-01D-0685-01 called 0.4 1.82 0.0 20.0 0.38 0.19 new +TCGA-22-0944-01 TCGA-22-0944-01A-01D-0685-01 called 0.66 1.91 0.0 12.0 0.65 0.34 new +TCGA-22-1000-01 TCGA-22-1000-01A-01D-0685-01 called 0.18 1.78 0.0 60.0 0.16 0.08 new +TCGA-22-1002-01 TCGA-22-1002-01A-01D-0685-01 called 0.38 1.83 0.0 21.0 0.36 0.54 new +TCGA-22-1005-01 TCGA-22-1005-01A-01D-0685-01 called 0.12 1.88 0.0 90.0 0.11 0.31 new +TCGA-22-1011-01 TCGA-22-1011-01A-01D-0685-01 called 0.36 1.53 0.0 21.0 0.3 0.28 new +TCGA-22-1012-01 TCGA-22-1012-01A-01D-0685-01 called 0.32 3.44 1.0 40.0 0.45 0.33 new +TCGA-22-1016-01 TCGA-22-1016-01A-01D-0685-01 called 0.33 2.58 1.0 34.0 0.39 0.36 new +TCGA-22-4591-01 TCGA-22-4591-01A-01D-1195-01 called 0.73 3.38 2.0 17.0 0.82 0.21 new +TCGA-22-4593-01 TCGA-22-4593-01A-21D-1816-01 called 0.77 2.71 1.0 13.0 0.82 0.25 new +TCGA-22-4594-01 TCGA-22-4594-01A-01D-1195-01 called 0.24 4.98 2.0 61.0 0.44 0.43 new +TCGA-22-4595-01 TCGA-22-4595-01A-01D-1195-01 called 0.46 1.62 0.0 16.0 0.41 0.09 new +TCGA-22-4596-01 TCGA-22-4596-01A-01D-1195-01 called 0.69 2.19 0.0 13.0 0.71 0.76 new +TCGA-22-4599-01 TCGA-22-4599-01A-01D-1439-01 called 0.47 3.27 1.0 27.0 0.59 0.2 new +TCGA-22-4601-01 TCGA-22-4601-01A-01D-1969-01 called 0.78 1.89 0.0 10.0 0.77 0.49 new +TCGA-22-4604-01 TCGA-22-4604-01A-01D-1195-01 called 0.84 5.39 2.0 29.0 0.93 0.41 new +TCGA-22-4605-01 TCGA-22-4605-01A-21D-2121-01 called 0.24 3.43 1.0 54.0 0.35 0.1 new +TCGA-22-4607-01 TCGA-22-4607-01A-01D-1195-01 called 0.63 1.82 0.0 12.0 0.61 0.02 new +TCGA-22-4609-01 TCGA-22-4609-01A-21D-2121-01 called 0.42 1.91 0.0 19.0 0.41 0.01 new +TCGA-22-4613-01 TCGA-22-4613-01A-01D-1439-01 called 0.62 1.99 0.0 13.0 0.62 0.23 new +TCGA-22-5471-01 TCGA-22-5471-01A-01D-1631-01 called 0.44 3.26 1.0 29.0 0.56 0.4 new +TCGA-22-5472-01 TCGA-22-5472-01A-01D-1631-01 called 0.65 1.81 0.0 12.0 0.62 0.36 new +TCGA-22-5473-01 TCGA-22-5473-01A-01D-1631-01 called 0.58 2.93 1.0 18.0 0.67 0.16 new +TCGA-22-5474-01 TCGA-22-5474-01A-01D-1631-01 called 0.55 1.92 0.0 14.0 0.54 0.41 new +TCGA-22-5477-01 TCGA-22-5477-01A-01D-1631-01 called 0.73 3.51 1.0 18.0 0.82 0.4 new +TCGA-22-5478-01 TCGA-22-5478-01A-01D-1631-01 called 0.4 3.75 1.0 35.0 0.56 0.19 new +TCGA-22-5479-01 TCGA-22-5479-01A-31D-1943-01 called 0.28 3.4 1.0 46.0 0.39 0.43 new +TCGA-22-5480-01 TCGA-22-5480-01A-01D-1631-01 called 0.71 1.95 0.0 11.0 0.71 0.35 new +TCGA-22-5481-01 TCGA-22-5481-01A-31D-1943-01 called 0.7 3.0 1.0 16.0 0.77 0.11 new +TCGA-22-5482-01 TCGA-22-5482-01A-01D-1631-01 called 0.66 2.18 1.0 13.0 0.68 0.44 new +TCGA-22-5483-01 TCGA-22-5483-01A-01D-1816-01 called 0.7 3.1 1.0 16.0 0.79 0.32 new +TCGA-22-5485-01 TCGA-22-5485-01A-01D-1631-01 called 0.72 1.91 0.0 11.0 0.71 0.01 new +TCGA-22-5489-01 TCGA-22-5489-01A-01D-1631-01 called 0.43 2.14 0.0 20.0 0.45 0.14 new +TCGA-22-5491-01 TCGA-22-5491-01A-01D-1631-01 called 0.67 3.59 1.0 19.0 0.78 0.41 new +TCGA-22-5492-01 TCGA-22-5492-01A-01D-1631-01 called 0.56 1.96 0.0 14.0 0.56 0.01 new +TCGA-22-A5C4-01 TCGA-22-A5C4-01A-12D-A27J-01 called 0.68 2.84 1.0 16.0 0.75 0.64 new +TCGA-33-4532-01 TCGA-33-4532-01A-01D-1195-01 called 0.56 5.54 2.0 37.0 0.78 0.28 new +TCGA-33-4533-01 TCGA-33-4533-01A-01D-1195-01 called 0.7 4.08 2.0 21.0 0.83 0.3 new +TCGA-33-4538-01 TCGA-33-4538-01A-01D-1195-01 called 0.59 3.06 1.0 18.0 0.69 0.19 new +TCGA-33-4547-01 TCGA-33-4547-01A-01D-1195-01 called 0.49 1.91 0.0 17.0 0.47 0.02 new +TCGA-33-4566-01 TCGA-33-4566-01A-01D-1439-01 called 0.53 2.55 1.0 18.0 0.59 0.16 new +TCGA-33-4582-01 TCGA-33-4582-01A-01D-1439-01 called 0.54 2.74 1.0 18.0 0.62 0.22 new +TCGA-33-4583-01 TCGA-33-4583-01A-01D-1439-01 called 0.52 3.48 1.0 25.0 0.65 0.21 new +TCGA-33-4586-01 TCGA-33-4586-01A-01D-1439-01 called 0.42 3.27 1.0 30.0 0.54 0.2 new +TCGA-33-4587-01 TCGA-33-4587-01A-11D-2121-01 called 0.88 3.91 1.0 17.0 0.94 0.31 new +TCGA-33-4589-01 TCGA-33-4589-01A-01D-1439-01 called 0.2 4.7 2.0 68.0 0.38 0.46 new +TCGA-33-6738-01 TCGA-33-6738-01A-11D-1943-01 called 0.53 1.88 0.0 15.0 0.51 0.4 new +TCGA-33-A4WN-01 TCGA-33-A4WN-01A-11D-A25M-01 called 0.39 2.07 0.0 23.0 0.4 0.12 new +TCGA-33-A5GW-01 TCGA-33-A5GW-01A-11D-A27J-01 called 0.82 1.73 0.0 8.0 0.8 0.11 new +TCGA-33-AAS8-01 TCGA-33-AAS8-01A-11D-A400-01 called 0.64 1.75 0.0 12.0 0.61 0.18 new +TCGA-33-AASB-01 TCGA-33-AASB-01A-11D-A400-01 called 0.44 2.92 1.0 26.0 0.53 0.16 new +TCGA-33-AASD-01 TCGA-33-AASD-01A-11D-A400-01 called 0.69 3.33 1.0 17.0 0.79 0.11 new +TCGA-33-AASI-01 TCGA-33-AASI-01A-22D-A400-01 called 0.52 1.71 0.0 14.0 0.49 0.22 new +TCGA-33-AASJ-01 TCGA-33-AASJ-01A-11D-A400-01 called 0.6 3.12 1.0 18.0 0.7 0.26 new +TCGA-33-AASL-01 TCGA-33-AASL-01A-11D-A400-01 called 0.43 1.74 0.0 18.0 0.4 0.11 new +TCGA-34-2596-01 TCGA-34-2596-01A-01D-0844-01 called 0.65 1.57 0.0 11.0 0.59 0.13 new +TCGA-34-2600-01 TCGA-34-2600-01A-01D-0844-01 called 0.86 2.93 1.0 13.0 0.9 0.33 new +TCGA-34-2604-01 TCGA-34-2604-01A-01D-0844-01 called 0.24 2.81 1.0 48.0 0.31 0.35 new +TCGA-34-2605-01 TCGA-34-2605-01A-01D-0844-01 called 0.36 4.6 2.0 43.0 0.57 0.51 new +TCGA-34-2608-01 TCGA-34-2608-01A-02D-0844-01 called 0.29 1.99 0.0 37.0 0.28 0.39 new +TCGA-34-2609-01 TCGA-34-2609-01A-01D-0844-01 called 0.32 3.62 1.0 42.0 0.46 0.29 new +TCGA-34-5231-01 TCGA-34-5231-01A-21D-1816-01 called 0.67 3.07 1.0 17.0 0.76 0.17 new +TCGA-34-5232-01 TCGA-34-5232-01A-21D-1816-01 called 0.29 1.99 0.0 35.0 0.29 0.12 new +TCGA-34-5234-01 TCGA-34-5234-01A-01D-1631-01 called 0.18 1.94 0.0 60.0 0.17 0.23 new +TCGA-34-5236-01 TCGA-34-5236-01A-21D-1816-01 called 0.18 4.25 2.0 75.0 0.31 0.36 new +TCGA-34-5239-01 TCGA-34-5239-01A-21D-1816-01 called 0.45 3.38 1.0 29.0 0.58 0.28 new +TCGA-34-5240-01 TCGA-34-5240-01A-01D-1439-01 called 0.64 2.88 1.0 17.0 0.72 0.14 new +TCGA-34-5241-01 TCGA-34-5241-01A-01D-1439-01 called 0.88 3.75 1.0 17.0 0.93 0.56 new +TCGA-34-5927-01 TCGA-34-5927-01A-11D-1816-01 called 0.77 1.77 0.0 9.0 0.75 0.06 new +TCGA-34-5928-01 TCGA-34-5928-01A-11D-1816-01 called 0.4 3.54 2.0 34.0 0.54 0.15 new +TCGA-34-5929-01 TCGA-34-5929-01A-11D-1816-01 called 0.75 1.74 0.0 10.0 0.73 0.03 new +TCGA-34-7107-01 TCGA-34-7107-01A-11D-1943-01 called 0.59 3.35 1.0 20.0 0.71 0.24 new +TCGA-34-8454-01 TCGA-34-8454-01A-11D-2322-01 called 0.45 1.91 0.0 18.0 0.44 0.03 new +TCGA-34-8455-01 TCGA-34-8455-01A-11D-2322-01 called 0.46 3.46 1.0 29.0 0.6 0.01 new +TCGA-34-8456-01 TCGA-34-8456-01A-21D-2322-01 called 0.64 3.23 1.0 18.0 0.74 0.35 new +TCGA-34-A5IX-01 TCGA-34-A5IX-01A-12D-A27J-01 called 0.36 3.08 1.0 35.0 0.46 0.11 new +TCGA-37-3783-01 TCGA-37-3783-01A-01D-1195-01 called 0.36 2.27 0.0 29.0 0.39 0.16 new +TCGA-37-3789-01 TCGA-37-3789-01A-01D-0978-01 called 0.62 2.02 0.0 13.0 0.62 0.06 new +TCGA-37-3792-01 TCGA-37-3792-01A-01D-1969-01 called 0.4 2.6 1.0 27.0 0.46 0.25 new +TCGA-37-4129-01 TCGA-37-4129-01A-01D-1969-01 called 0.45 1.9 0.0 18.0 0.43 0.27 new +TCGA-37-4130-01 TCGA-37-4130-01A-01D-1969-01 called 0.4 4.62 2.0 40.0 0.61 0.29 new +TCGA-37-4132-01 TCGA-37-4132-01A-01D-1969-01 called 0.62 2.0 0.0 13.0 0.62 0.2 new +TCGA-37-4133-01 TCGA-37-4133-01A-01D-1097-01 called 0.67 3.32 1.0 18.0 0.77 0.42 new +TCGA-37-4135-01 TCGA-37-4135-01A-01D-1969-01 called 0.91 2.96 1.0 13.0 0.94 0.11 new +TCGA-37-4141-01 TCGA-37-4141-01A-02D-1969-01 called 0.76 1.67 0.0 9.0 0.72 0.17 new +TCGA-37-5819-01 TCGA-37-5819-01A-01D-1631-01 called 0.71 2.94 1.0 15.0 0.78 0.25 new +TCGA-37-A5EL-01 TCGA-37-A5EL-01A-11D-A26L-01 called 0.77 3.68 1.0 18.0 0.86 0.31 new +TCGA-37-A5EN-01 TCGA-37-A5EN-01A-21D-A26L-01 called 0.54 3.28 1.0 21.0 0.66 0.59 new +TCGA-39-5011-01 TCGA-39-5011-01A-01D-1439-01 called 0.43 1.57 0.0 17.0 0.37 0.27 new +TCGA-39-5016-01 TCGA-39-5016-01A-01D-1439-01 called 0.51 3.01 1.0 20.0 0.61 0.19 new +TCGA-39-5019-01 TCGA-39-5019-01A-01D-1816-01 called 0.55 1.31 0.0 12.0 0.45 0.52 new +TCGA-39-5021-01 TCGA-39-5021-01A-01D-1439-01 called 0.4 2.01 0.0 21.0 0.4 0.46 new +TCGA-39-5022-01 TCGA-39-5022-01A-21D-1816-01 called 0.26 1.97 0.0 41.0 0.25 0.59 new +TCGA-39-5024-01 TCGA-39-5024-01A-21D-1816-01 called 0.32 2.13 0.0 32.0 0.34 0.3 new +TCGA-39-5028-01 TCGA-39-5028-01A-01D-1439-01 called 0.19 3.3 1.0 63.0 0.28 0.45 new +TCGA-39-5029-01 TCGA-39-5029-01A-01D-1439-01 called 0.54 1.78 0.0 14.0 0.52 0.55 new +TCGA-39-5030-01 TCGA-39-5030-01A-01D-1439-01 called 0.3 1.87 0.0 34.0 0.28 0.04 new +TCGA-39-5031-01 TCGA-39-5031-01A-01D-1439-01 called 0.4 3.23 1.0 32.0 0.51 0.37 new +TCGA-39-5034-01 TCGA-39-5034-01A-01D-1439-01 called 0.51 3.07 1.0 21.0 0.61 0.11 new +TCGA-39-5035-01 TCGA-39-5035-01A-01D-1439-01 called 0.44 3.45 1.0 30.0 0.57 0.07 new +TCGA-39-5036-01 TCGA-39-5036-01A-01D-1439-01 called 0.64 1.77 0.0 12.0 0.61 0.57 new +TCGA-39-5037-01 TCGA-39-5037-01A-01D-1439-01 called 0.49 4.22 2.0 32.0 0.67 0.58 new +TCGA-39-5039-01 TCGA-39-5039-01A-01D-1439-01 called 0.28 1.86 0.0 37.0 0.27 0.35 new +TCGA-39-5040-01 TCGA-39-5040-01A-21D-2121-01 called 0.59 3.04 1.0 18.0 0.68 0.46 new +TCGA-43-2576-01 TCGA-43-2576-01A-01D-0844-01 called 0.27 3.37 1.0 46.0 0.39 0.42 new +TCGA-43-2578-01 TCGA-43-2578-01A-01D-1969-01 called 0.59 1.75 0.0 13.0 0.56 0.38 new +TCGA-43-2581-01 TCGA-43-2581-01A-01D-0844-01 called 0.29 3.77 1.0 47.0 0.43 0.04 new +TCGA-43-3394-01 TCGA-43-3394-01A-01D-1549-01 called 0.6 3.4 1.0 20.0 0.72 0.39 new +TCGA-43-3920-01 TCGA-43-3920-01A-01D-1549-01 called 0.52 3.45 1.0 24.0 0.65 0.19 new +TCGA-43-5668-01 TCGA-43-5668-01A-01D-1631-01 called 0.34 3.09 1.0 36.0 0.44 0.19 new +TCGA-43-5670-01 TCGA-43-5670-01A-21D-2121-01 called 0.62 2.7 1.0 16.0 0.69 0.17 new +TCGA-43-6143-01 TCGA-43-6143-01A-11D-1816-01 called 0.86 3.42 1.0 15.0 0.91 0.55 new +TCGA-43-6647-01 TCGA-43-6647-01A-11D-1816-01 called 0.25 1.81 0.0 42.0 0.23 0.39 new +TCGA-43-6770-01 TCGA-43-6770-01A-11D-1816-01 called 0.69 1.9 0.0 11.0 0.68 0.4 new +TCGA-43-6771-01 TCGA-43-6771-01A-11D-1816-01 called 0.48 2.02 0.0 17.0 0.48 0.37 new +TCGA-43-6773-01 TCGA-43-6773-01A-41D-1943-01 called 0.21 2.11 0.0 51.0 0.22 0.64 new +TCGA-43-7656-01 TCGA-43-7656-01A-11D-2121-01 called 0.59 1.75 0.0 13.0 0.56 0.07 new +TCGA-43-7657-01 TCGA-43-7657-01A-31D-2121-01 called 0.44 3.2 1.0 28.0 0.56 0.22 new +TCGA-43-7658-01 TCGA-43-7658-01A-11D-2121-01 called 0.75 3.21 1.0 16.0 0.83 0.07 new +TCGA-43-8115-01 TCGA-43-8115-01A-11D-2243-01 called 0.42 2.0 0.0 20.0 0.42 0.21 new +TCGA-43-8116-01 TCGA-43-8116-01A-11D-2243-01 called 0.58 1.83 0.0 13.0 0.55 0.17 new +TCGA-43-8118-01 TCGA-43-8118-01A-11D-2391-01 called 0.33 3.2 1.0 38.0 0.44 0.18 new +TCGA-43-A474-01 TCGA-43-A474-01A-11D-A24C-01 called 0.61 2.92 1.0 17.0 0.7 0.17 new +TCGA-43-A475-01 TCGA-43-A475-01A-11D-A24C-01 called 0.34 2.48 1.0 32.0 0.39 0.3 new +TCGA-43-A56U-01 TCGA-43-A56U-01A-11D-A26L-01 called 0.17 1.89 0.0 63.0 0.16 0.5 new +TCGA-43-A56V-01 TCGA-43-A56V-01A-11D-A26L-01 called 0.57 1.75 0.0 13.0 0.54 0.34 new +TCGA-46-3765-01 TCGA-46-3765-01A-01D-0978-01 called 0.36 3.88 1.0 40.0 0.52 0.15 new +TCGA-46-3766-01 TCGA-46-3766-01A-01D-0978-01 called 0.17 2.02 0.0 66.0 0.17 0.26 new +TCGA-46-3767-01 TCGA-46-3767-01A-01D-0978-01 called 0.23 2.14 0.0 48.0 0.24 0.5 new +TCGA-46-3768-01 TCGA-46-3768-01A-01D-0978-01 called 0.75 3.41 1.0 17.0 0.83 0.39 new +TCGA-46-3769-01 TCGA-46-3769-01A-01D-0978-01 called 0.47 3.65 2.0 29.0 0.62 0.2 new +TCGA-46-6025-01 TCGA-46-6025-01A-11D-1816-01 called 0.54 2.83 1.0 19.0 0.63 0.31 new +TCGA-46-6026-01 TCGA-46-6026-01A-11D-1816-01 called 0.9 3.7 1.0 16.0 0.94 0.35 new +TCGA-51-4079-01 TCGA-51-4079-01A-01D-1097-01 called 0.62 1.82 0.0 12.0 0.6 0.31 new +TCGA-51-4080-01 TCGA-51-4080-01A-01D-1969-01 called 0.96 2.03 0.0 8.0 0.96 0.14 new +TCGA-51-4081-01 TCGA-51-4081-01A-01D-1097-01 called 0.63 3.52 1.0 19.0 0.75 0.66 new +TCGA-52-7622-01 TCGA-52-7622-01A-11D-2121-01 called 0.39 1.85 0.0 20.0 0.38 0.4 new +TCGA-52-7809-01 TCGA-52-7809-01A-21D-2121-01 called 0.52 2.73 1.0 19.0 0.6 0.2 new +TCGA-52-7810-01 TCGA-52-7810-01A-11D-2121-01 called 0.51 3.61 1.0 26.0 0.66 0.1 new +TCGA-52-7811-01 TCGA-52-7811-01A-11D-2121-01 called 0.22 4.37 2.0 63.0 0.38 0.43 new +TCGA-52-7812-01 TCGA-52-7812-01A-11D-2121-01 called 0.56 1.89 0.0 14.0 0.55 0.06 new +TCGA-56-1622-01 TCGA-56-1622-01A-01D-0685-01 called 0.9 1.73 0.0 8.0 0.89 0.31 new +TCGA-56-5897-01 TCGA-56-5897-01A-11D-1631-01 called 0.32 1.86 0.0 31.0 0.3 0.28 new +TCGA-56-5898-01 TCGA-56-5898-01A-11D-1631-01 called 0.36 3.33 1.0 36.0 0.49 0.2 new +TCGA-56-6545-01 TCGA-56-6545-01A-11D-1816-01 called 0.32 3.31 1.0 39.0 0.44 0.25 new +TCGA-56-6546-01 TCGA-56-6546-01A-11D-1816-01 called 0.41 1.86 0.0 20.0 0.39 0.4 new +TCGA-56-7221-01 TCGA-56-7221-01A-11D-2041-01 called 0.58 1.86 0.0 13.0 0.56 0.22 new +TCGA-56-7222-01 TCGA-56-7222-01A-11D-2041-01 called 0.53 3.71 1.0 26.0 0.68 0.11 new +TCGA-56-7223-01 TCGA-56-7223-01A-11D-2041-01 called 0.94 2.81 1.0 12.0 0.95 0.29 new +TCGA-56-7579-01 TCGA-56-7579-01A-11D-2041-01 called 0.66 1.99 0.0 12.0 0.66 0.19 new +TCGA-56-7580-01 TCGA-56-7580-01A-11D-2041-01 called 0.37 3.44 1.0 36.0 0.5 0.07 new +TCGA-56-7582-01 TCGA-56-7582-01A-11D-2041-01 called 0.62 3.4 1.0 19.0 0.74 0.17 new +TCGA-56-7730-01 TCGA-56-7730-01A-11D-2121-01 called 0.8 3.09 1.0 15.0 0.86 0.2 new +TCGA-56-7731-01 TCGA-56-7731-01A-11D-2121-01 called 0.17 1.84 0.0 62.0 0.16 0.5 new +TCGA-56-7822-01 TCGA-56-7822-01A-11D-2121-01 called 0.31 3.75 1.0 44.0 0.46 0.11 new +TCGA-56-7823-01 TCGA-56-7823-01B-11D-2243-01 called 0.92 1.76 0.0 7.0 0.91 0.07 new +TCGA-56-8082-01 TCGA-56-8082-01A-11D-2243-01 called 0.81 1.83 0.0 9.0 0.8 0.09 new +TCGA-56-8083-01 TCGA-56-8083-01A-11D-2243-01 called 0.91 1.99 0.0 9.0 0.91 0.04 new +TCGA-56-8201-01 TCGA-56-8201-01A-11D-2243-01 called 0.22 3.23 1.0 56.0 0.31 0.08 new +TCGA-56-8304-01 TCGA-56-8304-01A-11D-2322-01 called 0.54 1.67 0.0 14.0 0.49 0.33 new +TCGA-56-8305-01 TCGA-56-8305-01A-11D-2292-01 called 0.41 3.52 1.0 33.0 0.55 0.24 new +TCGA-56-8307-01 TCGA-56-8307-01A-11D-2292-01 called 0.52 3.42 1.0 24.0 0.65 0.03 new +TCGA-56-8308-01 TCGA-56-8308-01A-11D-2292-01 called 0.44 3.24 1.0 29.0 0.56 0.16 new +TCGA-56-8309-01 TCGA-56-8309-01A-11D-2292-01 called 0.31 1.8 0.0 32.0 0.28 0.06 new +TCGA-56-8503-01 TCGA-56-8503-01A-11D-2391-01 called 0.22 1.59 0.0 46.0 0.19 0.37 new +TCGA-56-8504-01 TCGA-56-8504-01A-11D-2391-01 called 0.35 3.73 2.0 39.0 0.5 0.23 new +TCGA-56-8622-01 TCGA-56-8622-01A-11D-2391-01 called 0.47 2.07 0.0 18.0 0.48 0.24 new +TCGA-56-8624-01 TCGA-56-8624-01A-11D-2391-01 called 0.28 3.89 1.0 48.0 0.44 0.17 new +TCGA-56-8625-01 TCGA-56-8625-01A-11D-2391-01 called 0.37 1.89 0.0 25.0 0.35 0.2 new +TCGA-56-8626-01 TCGA-56-8626-01A-11D-2391-01 called 0.4 2.05 0.0 21.0 0.4 0.32 new +TCGA-56-8628-01 TCGA-56-8628-01A-11D-2391-01 called 0.41 1.91 0.0 20.0 0.4 0.48 new +TCGA-56-8629-01 TCGA-56-8629-01A-11D-2391-01 called 0.62 3.06 1.0 18.0 0.72 0.16 new +TCGA-56-A49D-01 TCGA-56-A49D-01A-11D-A24C-01 called 0.56 1.61 0.0 13.0 0.5 0.13 new +TCGA-56-A4BW-01 TCGA-56-A4BW-01A-11D-A24C-01 called 0.58 2.05 0.0 14.0 0.58 0.14 new +TCGA-56-A4BY-01 TCGA-56-A4BY-01A-11D-A24C-01 called 0.45 3.87 1.0 32.0 0.61 0.2 new +TCGA-56-A4ZJ-01 TCGA-56-A4ZJ-01A-11D-A25M-01 called 0.16 1.96 0.0 69.0 0.16 0.16 new +TCGA-56-A5DS-01 TCGA-56-A5DS-01A-11D-A27J-01 called 0.32 2.07 0.0 33.0 0.32 0.11 new +TCGA-56-A62T-01 TCGA-56-A62T-01A-11D-A400-01 called 0.51 3.8 2.0 28.0 0.66 0.09 new +TCGA-58-8386-01 TCGA-58-8386-01A-11D-2292-01 called 0.35 3.26 1.0 36.0 0.47 0.19 new +TCGA-58-8387-01 TCGA-58-8387-01A-11D-2292-01 called 0.38 1.99 0.0 23.0 0.38 0.07 new +TCGA-58-8388-01 TCGA-58-8388-01A-11D-2322-01 called 0.71 1.9 0.0 11.0 0.7 0.13 new +TCGA-58-8391-01 TCGA-58-8391-01A-11D-2322-01 called 0.62 3.17 1.0 18.0 0.72 0.04 new +TCGA-58-8393-01 TCGA-58-8393-01A-11D-2322-01 called 0.3 2.86 1.0 40.0 0.38 0.25 new +TCGA-58-A46J-01 TCGA-58-A46J-01A-11D-A24C-01 called 0.51 3.87 1.0 29.0 0.67 0.17 new +TCGA-58-A46K-01 TCGA-58-A46K-01A-11D-A24C-01 called 0.61 1.54 0.0 11.0 0.54 0.55 new +TCGA-58-A46L-01 TCGA-58-A46L-01A-11D-A24C-01 called 0.58 1.96 0.0 14.0 0.57 0.13 new +TCGA-58-A46M-01 TCGA-58-A46M-01A-11D-A24C-01 called 0.55 3.41 2.0 21.0 0.67 0.18 new +TCGA-58-A46N-01 TCGA-58-A46N-01A-11D-A24C-01 called 0.89 1.49 0.0 7.0 0.86 0.15 new +TCGA-60-2695-01 TCGA-60-2695-01A-01D-0844-01 called 0.81 2.52 1.0 12.0 0.84 0.2 new +TCGA-60-2697-01 TCGA-60-2697-01A-11D-2121-01 called 0.18 2.03 0.0 61.0 0.18 0.01 new +TCGA-60-2698-01 TCGA-60-2698-01A-01D-0844-01 called 0.26 5.65 2.0 63.0 0.49 0.4 new +TCGA-60-2703-01 TCGA-60-2703-01A-11D-2041-01 called 0.26 3.17 1.0 47.0 0.36 0.26 new +TCGA-60-2704-01 TCGA-60-2704-01A-11D-2041-01 called 0.21 2.97 1.0 56.0 0.29 0.26 new +TCGA-60-2706-01 TCGA-60-2706-01A-01D-0844-01 called 0.48 3.45 1.0 27.0 0.61 0.16 new +TCGA-60-2707-01 TCGA-60-2707-01A-01D-0844-01 called 0.6 1.94 0.0 13.0 0.6 0.56 new +TCGA-60-2708-01 TCGA-60-2708-01A-01D-0844-01 called 0.58 2.8 1.0 18.0 0.66 0.28 new +TCGA-60-2709-01 TCGA-60-2709-01A-21D-1816-01 called 0.15 3.4 1.0 81.0 0.23 0.52 new +TCGA-60-2710-01 TCGA-60-2710-01A-01D-1969-01 called 0.65 1.96 0.0 12.0 0.64 0.05 new +TCGA-60-2711-01 TCGA-60-2711-01A-01D-0844-01 called 0.65 3.17 1.0 17.0 0.75 0.19 new +TCGA-60-2713-01 TCGA-60-2713-01A-01D-0844-01 called 0.63 1.79 0.0 12.0 0.6 0.2 new +TCGA-60-2714-01 TCGA-60-2714-01A-01D-0844-01 called 0.34 5.13 2.0 49.0 0.57 0.28 new +TCGA-60-2716-01 TCGA-60-2716-01A-01D-0844-01 called 0.68 2.0 0.0 12.0 0.68 0.0 new +TCGA-60-2719-01 TCGA-60-2719-01A-01D-0844-01 called 0.79 1.77 0.0 9.0 0.77 0.14 new +TCGA-60-2720-01 TCGA-60-2720-01A-01D-1969-01 called 0.33 1.75 0.0 29.0 0.3 0.31 new +TCGA-60-2721-01 TCGA-60-2721-01A-01D-0844-01 called 0.61 1.95 0.0 13.0 0.6 0.15 new +TCGA-60-2722-01 TCGA-60-2722-01A-01D-0844-01 called 0.81 3.52 1.0 16.0 0.88 0.16 new +TCGA-60-2723-01 TCGA-60-2723-01A-01D-0844-01 called 0.39 2.86 1.0 30.0 0.48 0.14 new +TCGA-60-2724-01 TCGA-60-2724-01A-01D-0844-01 called 0.47 1.83 0.0 17.0 0.44 0.22 new +TCGA-60-2725-01 TCGA-60-2725-01A-01D-1195-01 called 0.35 1.73 0.0 26.0 0.32 0.27 new +TCGA-60-2726-01 TCGA-60-2726-01A-01D-0844-01 called 0.48 2.87 1.0 21.0 0.57 0.11 new +TCGA-63-5128-01 TCGA-63-5128-01A-01D-1439-01 called 0.72 3.04 1.0 16.0 0.79 0.33 new +TCGA-63-5131-01 TCGA-63-5131-01A-01D-1439-01 called 0.54 3.1 1.0 20.0 0.64 0.42 new +TCGA-63-6202-01 TCGA-63-6202-01A-11D-1816-01 called 0.42 2.15 1.0 20.0 0.44 0.46 new +TCGA-63-7020-01 TCGA-63-7020-01A-11D-1943-01 called 0.48 3.13 1.0 25.0 0.59 0.33 new +TCGA-63-7021-01 TCGA-63-7021-01A-11D-1943-01 called 0.26 2.01 0.0 41.0 0.26 0.33 new +TCGA-63-7022-01 TCGA-63-7022-01A-11D-1943-01 called 0.22 2.06 0.0 48.0 0.23 0.52 new +TCGA-63-7023-01 TCGA-63-7023-01A-11D-1943-01 called 0.85 1.92 0.0 9.0 0.84 0.08 new +TCGA-63-A5M9-01 TCGA-63-A5M9-01A-11D-A26L-01 called 0.6 3.2 1.0 19.0 0.7 0.09 new +TCGA-63-A5MB-01 TCGA-63-A5MB-01A-11D-A26L-01 called 0.65 3.15 1.0 17.0 0.75 0.29 new +TCGA-63-A5MG-01 TCGA-63-A5MG-01A-12D-A27J-01 called 0.31 1.73 0.0 32.0 0.28 0.4 new +TCGA-63-A5MH-01 TCGA-63-A5MH-01A-12D-A27J-01 called 0.91 1.51 0.0 6.0 0.89 0.16 new +TCGA-63-A5MI-01 TCGA-63-A5MI-01A-12D-A27J-01 called 0.47 3.33 1.0 27.0 0.59 0.14 new +TCGA-63-A5MJ-01 TCGA-63-A5MJ-01A-11D-A27J-01 called 0.44 3.44 1.0 30.0 0.58 0.22 new +TCGA-63-A5ML-01 TCGA-63-A5ML-01A-31D-A27J-01 called 0.71 2.75 1.0 15.0 0.77 0.51 new +TCGA-63-A5MM-01 TCGA-63-A5MM-01A-11D-A26L-01 called 0.35 1.95 0.0 28.0 0.34 0.0 new +TCGA-63-A5MN-01 TCGA-63-A5MN-01A-22D-A27J-01 called 0.2 1.91 0.0 55.0 0.19 0.17 new +TCGA-63-A5MP-01 TCGA-63-A5MP-01A-11D-A26L-01 called 0.33 2.83 1.0 35.0 0.42 0.25 new +TCGA-63-A5MR-01 TCGA-63-A5MR-01A-31D-A27J-01 called 0.32 2.99 1.0 38.0 0.41 0.18 new +TCGA-63-A5MS-01 TCGA-63-A5MS-01A-11D-A26L-01 called 0.2 3.34 1.0 61.0 0.3 0.49 new +TCGA-63-A5MT-01 TCGA-63-A5MT-01A-21D-A26L-01 called 0.39 1.97 0.0 21.0 0.38 0.13 new +TCGA-63-A5MU-01 TCGA-63-A5MU-01A-11D-A26L-01 called 0.81 3.41 2.0 16.0 0.88 0.15 new +TCGA-63-A5MV-01 TCGA-63-A5MV-01A-21D-A26L-01 called 0.35 2.33 0.0 30.0 0.39 0.53 new +TCGA-63-A5MW-01 TCGA-63-A5MW-01A-11D-A26L-01 called 0.66 3.27 1.0 18.0 0.76 0.3 new +TCGA-63-A5MY-01 TCGA-63-A5MY-01A-11D-A26L-01 called 0.85 1.93 0.0 9.0 0.85 0.09 new +TCGA-66-2727-01 TCGA-66-2727-01A-01D-0978-01 called 0.47 3.73 1.0 30.0 0.63 0.19 new +TCGA-66-2734-01 TCGA-66-2734-01A-01D-0978-01 called 0.36 1.75 0.0 24.0 0.33 0.15 new +TCGA-66-2742-01 TCGA-66-2742-01A-01D-0978-01 called 0.44 3.32 1.0 29.0 0.57 0.2 new +TCGA-66-2744-01 TCGA-66-2744-01A-01D-1969-01 called 0.37 2.48 1.0 29.0 0.42 0.18 new +TCGA-66-2754-01 TCGA-66-2754-01A-01D-0978-01 called 0.87 2.71 1.0 12.0 0.9 0.21 new +TCGA-66-2755-01 TCGA-66-2755-01A-01D-0844-01 called 0.3 3.9 1.0 46.0 0.46 0.15 new +TCGA-66-2756-01 TCGA-66-2756-01A-01D-0844-01 called 0.71 3.73 2.0 19.0 0.82 0.32 new +TCGA-66-2757-01 TCGA-66-2757-01A-01D-0844-01 called 0.86 1.86 0.0 9.0 0.85 0.19 new +TCGA-66-2758-01 TCGA-66-2758-01A-02D-1969-01 called 0.5 2.96 1.0 21.0 0.59 0.2 new +TCGA-66-2759-01 TCGA-66-2759-01A-01D-1969-01 called 0.5 3.31 1.0 25.0 0.62 0.23 new +TCGA-66-2763-01 TCGA-66-2763-01A-01D-0844-01 called 0.67 1.71 0.0 11.0 0.63 0.34 new +TCGA-66-2765-01 TCGA-66-2765-01A-01D-0844-01 called 0.51 1.98 0.0 16.0 0.5 0.02 new +TCGA-66-2766-01 TCGA-66-2766-01A-01D-0844-01 called 0.75 2.95 1.0 15.0 0.81 0.22 new +TCGA-66-2767-01 TCGA-66-2767-01A-01D-0844-01 called 0.27 3.3 1.0 46.0 0.38 0.28 new +TCGA-66-2768-01 TCGA-66-2768-01A-01D-0844-01 called 0.57 1.94 0.0 14.0 0.56 0.03 new +TCGA-66-2769-01 TCGA-66-2769-01A-02D-0844-01 called 0.32 3.39 1.0 41.0 0.44 0.28 new +TCGA-66-2770-01 TCGA-66-2770-01A-01D-0844-01 called 0.64 1.66 0.0 11.0 0.6 0.8 new +TCGA-66-2771-01 TCGA-66-2771-01A-01D-0978-01 called 0.44 1.77 0.0 18.0 0.41 0.26 new +TCGA-66-2773-01 TCGA-66-2773-01A-01D-1195-01 called 0.41 2.83 1.0 28.0 0.5 0.17 new +TCGA-66-2777-01 TCGA-66-2777-01A-01D-1195-01 called 0.3 3.27 1.0 42.0 0.41 0.33 new +TCGA-66-2778-01 TCGA-66-2778-01A-02D-0844-01 called 0.38 1.93 0.0 24.0 0.37 0.09 new +TCGA-66-2780-01 TCGA-66-2780-01A-01D-0844-01 called 0.47 1.72 0.0 17.0 0.43 0.09 new +TCGA-66-2781-01 TCGA-66-2781-01A-01D-0844-01 called 0.4 3.16 1.0 31.0 0.51 0.27 new +TCGA-66-2782-01 TCGA-66-2782-01A-01D-0844-01 called 0.52 1.82 0.0 15.0 0.49 0.51 new +TCGA-66-2783-01 TCGA-66-2783-01A-01D-1195-01 called 0.57 2.05 0.0 15.0 0.58 0.06 new +TCGA-66-2785-01 TCGA-66-2785-01A-01D-0844-01 called 0.4 3.06 1.0 30.0 0.51 0.03 new +TCGA-66-2786-01 TCGA-66-2786-01A-01D-0844-01 called 0.57 1.74 0.0 13.0 0.54 0.15 new +TCGA-66-2787-01 TCGA-66-2787-01A-01D-0978-01 called 0.36 3.15 1.0 35.0 0.47 0.17 new +TCGA-66-2788-01 TCGA-66-2788-01A-01D-0978-01 called 0.41 1.89 0.0 20.0 0.39 0.35 new +TCGA-66-2789-01 TCGA-66-2789-01A-01D-0978-01 called 0.55 1.97 0.0 15.0 0.55 0.12 new +TCGA-66-2791-01 TCGA-66-2791-01A-01D-1969-01 called 0.45 1.65 0.0 17.0 0.4 0.25 new +TCGA-66-2792-01 TCGA-66-2792-01A-01D-0978-01 called 0.66 2.98 1.0 16.0 0.74 0.12 new +TCGA-66-2793-01 TCGA-66-2793-01A-01D-1195-01 called 0.85 3.44 1.0 15.0 0.91 0.23 new +TCGA-66-2794-01 TCGA-66-2794-01A-01D-1195-01 called 0.64 2.11 0.0 13.0 0.65 0.12 new +TCGA-66-2795-01 TCGA-66-2795-01A-02D-0978-01 called 0.66 2.04 0.0 12.0 0.67 0.19 new +TCGA-66-2800-01 TCGA-66-2800-01A-01D-1195-01 called 0.52 3.07 1.0 20.0 0.62 0.55 new +TCGA-68-7755-01 TCGA-68-7755-01A-11D-2121-01 called 0.62 3.51 1.0 20.0 0.74 0.14 new +TCGA-68-7756-01 TCGA-68-7756-01A-11D-2121-01 called 0.49 1.85 0.0 16.0 0.47 0.31 new +TCGA-68-7757-01 TCGA-68-7757-01B-11D-2292-01 called 0.34 1.63 0.0 26.0 0.3 0.13 new +TCGA-68-8250-01 TCGA-68-8250-01A-11D-2292-01 called 0.44 3.04 1.0 27.0 0.55 0.2 new +TCGA-68-8251-01 TCGA-68-8251-01A-11D-2292-01 called 0.33 3.01 1.0 37.0 0.43 0.23 new +TCGA-68-A59J-01 TCGA-68-A59J-01A-21D-A26L-01 called 0.45 2.95 1.0 26.0 0.54 0.14 new +TCGA-6A-AB49-01 TCGA-6A-AB49-01A-12D-A400-01 called 0.69 2.91 1.0 16.0 0.76 0.1 new +TCGA-70-6722-01 TCGA-70-6722-01A-11D-1816-01 called 0.32 2.52 1.0 36.0 0.37 0.36 new +TCGA-70-6723-01 TCGA-70-6723-01A-11D-1816-01 called 0.86 2.88 1.0 13.0 0.9 0.11 new +TCGA-77-6842-01 TCGA-77-6842-01A-11D-1943-01 called 0.48 3.14 1.0 25.0 0.59 0.26 new +TCGA-77-6843-01 TCGA-77-6843-01A-11D-1943-01 called 0.74 1.93 0.0 10.0 0.74 0.19 new +TCGA-77-6844-01 TCGA-77-6844-01A-11D-1943-01 called 0.66 1.96 0.0 12.0 0.65 0.03 new +TCGA-77-6845-01 TCGA-77-6845-01A-11D-1943-01 called 0.78 3.39 1.0 16.0 0.86 0.18 new +TCGA-77-7139-01 TCGA-77-7139-01A-11D-2041-01 called 0.72 3.1 1.0 16.0 0.8 0.23 new +TCGA-77-7140-01 TCGA-77-7140-01A-41D-2041-01 called 0.78 2.79 1.0 14.0 0.83 0.15 new +TCGA-77-7141-01 TCGA-77-7141-01A-11D-2041-01 called 0.61 3.3 1.0 19.0 0.72 0.57 new +TCGA-77-7142-01 TCGA-77-7142-01A-11D-2041-01 called 0.39 3.53 1.0 34.0 0.53 0.22 new +TCGA-77-7335-01 TCGA-77-7335-01A-11D-2041-01 called 0.41 2.07 0.0 20.0 0.42 0.02 new +TCGA-77-7337-01 TCGA-77-7337-01A-21D-2041-01 called 0.52 1.89 0.0 15.0 0.5 0.22 new +TCGA-77-7338-01 TCGA-77-7338-01A-11D-2041-01 called 0.52 1.97 0.0 16.0 0.52 0.48 new +TCGA-77-7463-01 TCGA-77-7463-01A-11D-2041-01 called 0.41 4.5 2.0 39.0 0.61 0.38 new +TCGA-77-7465-01 TCGA-77-7465-01A-11D-2041-01 called 0.68 1.61 0.0 10.0 0.63 0.08 new +TCGA-77-8007-01 TCGA-77-8007-01A-11D-2183-01 called 0.21 3.23 1.0 58.0 0.3 0.38 new +TCGA-77-8008-01 TCGA-77-8008-01A-21D-2183-01 called 0.27 2.0 0.0 39.0 0.27 0.25 new +TCGA-77-8009-01 TCGA-77-8009-01A-11D-2183-01 called 0.67 5.7 2.0 35.0 0.85 0.28 new +TCGA-77-8128-01 TCGA-77-8128-01A-11D-2243-01 called 0.64 3.1 1.0 17.0 0.73 0.32 new +TCGA-77-8130-01 TCGA-77-8130-01A-11D-2243-01 called 0.39 3.31 1.0 33.0 0.52 0.14 new +TCGA-77-8131-01 TCGA-77-8131-01A-11D-2243-01 called 0.23 1.81 0.0 47.0 0.21 0.31 new +TCGA-77-8133-01 TCGA-77-8133-01A-12D-2243-01 called 0.4 3.21 1.0 32.0 0.52 0.41 new +TCGA-77-8136-01 TCGA-77-8136-01A-11D-2243-01 called 0.34 1.61 0.0 27.0 0.29 0.28 new +TCGA-77-8138-01 TCGA-77-8138-01A-11D-2243-01 called 0.23 2.99 1.0 52.0 0.31 0.33 new +TCGA-77-8139-01 TCGA-77-8139-01A-11D-2243-01 called 0.3 3.53 1.0 44.0 0.43 0.16 new +TCGA-77-8140-01 TCGA-77-8140-01A-11D-2243-01 called 0.53 1.81 0.0 15.0 0.51 0.05 new +TCGA-77-8143-01 TCGA-77-8143-01A-11D-2243-01 called 0.66 3.15 1.0 17.0 0.76 0.11 new +TCGA-77-8144-01 TCGA-77-8144-01A-11D-2243-01 called 0.57 3.6 1.0 21.0 0.7 0.15 new +TCGA-77-8145-01 TCGA-77-8145-01A-11D-2243-01 called 0.41 2.11 0.0 21.0 0.43 0.13 new +TCGA-77-8148-01 TCGA-77-8148-01A-11D-2243-01 called 0.68 3.29 1.0 18.0 0.77 0.6 new +TCGA-77-8150-01 TCGA-77-8150-01A-11D-2243-01 called 0.56 3.72 1.0 24.0 0.7 0.15 new +TCGA-77-8153-01 TCGA-77-8153-01A-11D-2391-01 called 0.76 1.77 0.0 9.0 0.74 0.34 new +TCGA-77-8154-01 TCGA-77-8154-01A-11D-2243-01 called 0.68 1.86 0.0 11.0 0.67 0.12 new +TCGA-77-8156-01 TCGA-77-8156-01A-11D-2243-01 called 0.23 2.96 1.0 51.0 0.31 0.27 new +TCGA-77-A5FZ-01 TCGA-77-A5FZ-01A-31D-A27J-01 called 0.46 2.0 0.0 18.0 0.46 0.0 new +TCGA-77-A5G1-01 TCGA-77-A5G1-01A-11D-A27J-01 called 0.25 1.85 0.0 41.0 0.24 0.35 new +TCGA-77-A5G3-01 TCGA-77-A5G3-01A-31D-A27J-01 called 0.65 3.62 1.0 20.0 0.77 0.5 new +TCGA-77-A5G6-01 TCGA-77-A5G6-01A-11D-A27J-01 called 0.7 3.24 1.0 17.0 0.79 0.17 new +TCGA-77-A5G7-01 TCGA-77-A5G7-01B-11D-A27J-01 called 0.58 1.87 0.0 14.0 0.56 0.5 new +TCGA-77-A5G8-01 TCGA-77-A5G8-01B-11D-A27J-01 called 0.44 3.26 1.0 29.0 0.56 0.31 new +TCGA-77-A5GB-01 TCGA-77-A5GB-01B-11D-A27J-01 called 0.28 1.72 0.0 36.0 0.25 0.26 new +TCGA-77-A5GF-01 TCGA-77-A5GF-01A-21D-A27J-01 called 0.56 2.79 1.0 18.0 0.64 0.48 new +TCGA-77-A5GH-01 TCGA-77-A5GH-01A-11D-A27J-01 called 0.46 1.89 0.0 17.0 0.45 0.35 new +TCGA-79-5596-01 TCGA-79-5596-01A-31D-1943-01 called 0.69 1.82 0.0 11.0 0.67 0.19 new +TCGA-85-6175-01 TCGA-85-6175-01A-11D-1816-01 called 0.3 2.53 1.0 38.0 0.35 0.47 new +TCGA-85-6560-01 TCGA-85-6560-01A-11D-1816-01 called 0.49 2.72 1.0 20.0 0.57 0.12 new +TCGA-85-6561-01 TCGA-85-6561-01A-11D-1816-01 called 0.4 1.82 0.0 20.0 0.38 0.28 new +TCGA-85-6798-01 TCGA-85-6798-01A-11D-1943-01 called 0.47 3.18 1.0 26.0 0.59 0.16 new +TCGA-85-7696-01 TCGA-85-7696-01A-11D-2121-01 called 0.76 1.96 0.0 10.0 0.75 0.49 new +TCGA-85-7697-01 TCGA-85-7697-01A-11D-2121-01 called 0.36 1.83 0.0 25.0 0.34 0.39 new +TCGA-85-7698-01 TCGA-85-7698-01A-11D-2121-01 called 0.63 1.81 0.0 12.0 0.61 0.4 new +TCGA-85-7699-01 TCGA-85-7699-01A-11D-2121-01 called 0.65 1.75 0.0 11.0 0.62 0.26 new +TCGA-85-7710-01 TCGA-85-7710-01A-11D-2121-01 called 0.73 1.9 0.0 11.0 0.72 0.0 new +TCGA-85-7843-01 TCGA-85-7843-01A-11D-2121-01 called 0.41 5.38 2.0 44.0 0.65 0.22 new +TCGA-85-7844-01 TCGA-85-7844-01A-11D-2121-01 called 0.33 3.62 1.0 41.0 0.47 0.14 new +TCGA-85-7950-01 TCGA-85-7950-01A-11D-2183-01 called 0.52 3.12 1.0 21.0 0.63 0.14 new +TCGA-85-8048-01 TCGA-85-8048-01A-11D-2243-01 called 0.18 1.89 0.0 60.0 0.17 0.25 new +TCGA-85-8049-01 TCGA-85-8049-01A-11D-2243-01 called 0.2 2.78 1.0 58.0 0.26 0.42 new +TCGA-85-8052-01 TCGA-85-8052-01A-11D-2243-01 called 0.37 3.27 1.0 34.0 0.49 0.3 new +TCGA-85-8070-01 TCGA-85-8070-01A-11D-2243-01 called 0.95 1.89 0.0 8.0 0.94 0.29 new +TCGA-85-8071-01 TCGA-85-8071-01A-11D-2243-01 called 0.86 1.81 0.0 8.0 0.85 0.06 new +TCGA-85-8072-01 TCGA-85-8072-01A-31D-2243-01 called 0.42 3.83 1.0 34.0 0.58 0.37 new +TCGA-85-8276-01 TCGA-85-8276-01A-11D-2292-01 called 0.26 3.47 1.0 49.0 0.38 0.27 new +TCGA-85-8277-01 TCGA-85-8277-01A-11D-2292-01 called 0.56 2.77 1.0 18.0 0.64 0.15 new +TCGA-85-8287-01 TCGA-85-8287-01A-11D-2292-01 called 0.34 3.01 1.0 35.0 0.44 0.16 new +TCGA-85-8288-01 TCGA-85-8288-01A-11D-2292-01 called 0.61 1.74 0.0 12.0 0.58 0.08 new +TCGA-85-8350-01 TCGA-85-8350-01A-11D-2292-01 called 0.32 3.59 1.0 41.0 0.46 0.24 new +TCGA-85-8351-01 TCGA-85-8351-01A-11D-2292-01 called 0.49 3.01 1.0 21.0 0.59 0.22 new +TCGA-85-8352-01 TCGA-85-8352-01A-31D-2322-01 called 0.93 2.9 1.0 12.0 0.95 0.33 new +TCGA-85-8353-01 TCGA-85-8353-01A-21D-2292-01 called 0.41 1.69 0.0 19.0 0.37 0.15 new +TCGA-85-8354-01 TCGA-85-8354-01A-31D-2322-01 called 0.75 3.44 1.0 17.0 0.83 0.25 new +TCGA-85-8355-01 TCGA-85-8355-01A-11D-2292-01 called 0.23 1.84 0.0 45.0 0.22 0.43 new +TCGA-85-8479-01 TCGA-85-8479-01A-11D-2322-01 called 0.67 1.76 0.0 11.0 0.64 0.18 new +TCGA-85-8481-01 TCGA-85-8481-01A-11D-2322-01 called 0.29 1.95 0.0 36.0 0.28 0.5 new +TCGA-85-8580-01 TCGA-85-8580-01A-31D-2391-01 called 0.33 1.92 0.0 29.0 0.33 0.58 new +TCGA-85-8582-01 TCGA-85-8582-01A-21D-2391-01 called 0.21 2.59 1.0 55.0 0.25 0.34 new +TCGA-85-8584-01 TCGA-85-8584-01A-11D-2391-01 called 0.39 2.06 0.0 23.0 0.39 0.29 new +TCGA-85-8664-01 TCGA-85-8664-01A-11D-2391-01 called 0.65 3.28 1.0 18.0 0.75 0.28 new +TCGA-85-8666-01 TCGA-85-8666-01A-11D-2391-01 called 0.27 3.15 1.0 46.0 0.37 0.26 new +TCGA-85-A4CL-01 TCGA-85-A4CL-01A-41D-A26L-01 called 0.65 1.91 0.0 12.0 0.64 0.11 new +TCGA-85-A4CN-01 TCGA-85-A4CN-01A-11D-A24C-01 called 0.54 1.56 0.0 13.0 0.48 0.22 new +TCGA-85-A4JB-01 TCGA-85-A4JB-01A-51D-A25M-01 called 0.33 3.54 1.0 40.0 0.46 0.24 new +TCGA-85-A4JC-01 TCGA-85-A4JC-01A-11D-A256-01 called 0.48 3.64 1.0 29.0 0.63 0.15 new +TCGA-85-A4PA-01 TCGA-85-A4PA-01A-11D-A256-01 called 0.43 2.0 0.0 19.0 0.43 0.06 new +TCGA-85-A4QQ-01 TCGA-85-A4QQ-01A-41D-A25M-01 called 0.56 1.95 0.0 14.0 0.55 0.42 new +TCGA-85-A4QR-01 TCGA-85-A4QR-01A-11D-A256-01 called 0.73 3.05 1.0 16.0 0.81 0.35 new +TCGA-85-A50M-01 TCGA-85-A50M-01A-21D-A25M-01 called 0.19 4.42 2.0 70.0 0.34 0.36 new +TCGA-85-A50Z-01 TCGA-85-A50Z-01A-21D-A25M-01 called 0.36 1.84 0.0 26.0 0.34 0.02 new +TCGA-85-A510-01 TCGA-85-A510-01A-11D-A26L-01 called 0.55 2.7 1.0 18.0 0.62 0.09 new +TCGA-85-A511-01 TCGA-85-A511-01A-21D-A25M-01 called 0.25 3.22 1.0 51.0 0.34 0.46 new +TCGA-85-A512-01 TCGA-85-A512-01A-11D-A26L-01 called 0.77 1.73 0.0 9.0 0.74 0.09 new +TCGA-85-A513-01 TCGA-85-A513-01A-12D-A26L-01 called 0.24 2.07 0.0 46.0 0.24 0.25 new +TCGA-85-A53L-01 TCGA-85-A53L-01A-21D-A26L-01 called 0.43 1.75 0.0 18.0 0.4 0.26 new +TCGA-85-A5B5-01 TCGA-85-A5B5-01A-21D-A26L-01 called 0.8 2.92 1.0 14.0 0.85 0.28 new +TCGA-90-7766-01 TCGA-90-7766-01A-21D-2121-01 called 0.59 1.83 0.0 13.0 0.57 0.02 new +TCGA-90-7767-01 TCGA-90-7767-01A-11D-2121-01 called 0.54 2.82 1.0 19.0 0.62 0.22 new +TCGA-90-7769-01 TCGA-90-7769-01A-11D-2121-01 called 0.73 2.61 1.0 14.0 0.78 0.37 new +TCGA-90-7964-01 TCGA-90-7964-01A-21D-2183-01 called 0.71 1.88 0.0 11.0 0.69 0.28 new +TCGA-90-A4ED-01 TCGA-90-A4ED-01A-31D-A256-01 called 0.38 4.44 2.0 41.0 0.58 0.44 new +TCGA-90-A4EE-01 TCGA-90-A4EE-01A-11D-A256-01 called 0.42 1.67 0.0 18.0 0.38 0.17 new +TCGA-90-A59Q-01 TCGA-90-A59Q-01A-11D-A26L-01 called 0.28 3.25 1.0 45.0 0.39 0.2 new +TCGA-92-7340-01 TCGA-92-7340-01A-21D-2041-01 called 0.39 2.11 0.0 23.0 0.41 0.58 new +TCGA-92-7341-01 TCGA-92-7341-01A-31D-2041-01 called 0.51 2.88 1.0 20.0 0.6 0.51 new +TCGA-92-8063-01 TCGA-92-8063-01A-11D-2243-01 called 0.51 1.81 0.0 15.0 0.49 0.1 new +TCGA-92-8064-01 TCGA-92-8064-01A-11D-2243-01 called 0.31 3.0 1.0 39.0 0.4 0.17 new +TCGA-92-8065-01 TCGA-92-8065-01A-11D-2243-01 called 0.5 1.9 0.0 16.0 0.48 0.04 new +TCGA-94-7033-01 TCGA-94-7033-01A-11D-1943-01 called 0.44 1.88 0.0 18.0 0.43 0.01 new +TCGA-94-7557-01 TCGA-94-7557-01A-11D-2121-01 called 0.46 3.33 1.0 28.0 0.59 0.21 new +TCGA-94-7943-01 TCGA-94-7943-01A-11D-2183-01 called 0.58 3.28 1.0 20.0 0.69 0.22 new +TCGA-94-8035-01 TCGA-94-8035-01A-11D-2243-01 called 0.48 1.79 0.0 16.0 0.45 0.04 new +TCGA-94-8490-01 TCGA-94-8490-01A-11D-2322-01 called 0.79 1.97 0.0 10.0 0.78 0.04 new +TCGA-94-8491-01 TCGA-94-8491-01A-11D-2322-01 called 0.52 1.84 0.0 15.0 0.5 0.3 new +TCGA-94-A4VJ-01 TCGA-94-A4VJ-01A-11D-A256-01 called 0.53 3.39 1.0 22.0 0.65 0.1 new +TCGA-94-A5I4-01 TCGA-94-A5I4-01A-11D-A26L-01 called 0.59 3.26 1.0 19.0 0.7 0.29 new +TCGA-94-A5I6-01 TCGA-94-A5I6-01A-21D-A27J-01 called 0.38 2.88 1.0 31.0 0.47 0.36 new +TCGA-96-7544-01 TCGA-96-7544-01A-11D-2041-01 called 0.58 1.86 0.0 13.0 0.56 0.03 new +TCGA-96-7545-01 TCGA-96-7545-01A-21D-2041-01 called 0.4 1.78 0.0 20.0 0.37 0.21 new +TCGA-96-8169-01 TCGA-96-8169-01A-11D-2292-01 called 0.42 1.87 0.0 19.0 0.4 0.24 new +TCGA-96-8170-01 TCGA-96-8170-01A-11D-2292-01 called 0.35 1.96 0.0 28.0 0.34 0.01 new +TCGA-96-A4JL-01 TCGA-96-A4JL-01A-11D-A256-01 called 0.38 2.05 0.0 24.0 0.39 0.15 new +TCGA-98-7454-01 TCGA-98-7454-01A-11D-2041-01 called 0.25 1.62 0.0 41.0 0.21 0.65 new +TCGA-98-8020-01 TCGA-98-8020-01A-11D-2243-01 called 0.46 3.17 1.0 26.0 0.58 0.08 new +TCGA-98-8021-01 TCGA-98-8021-01A-11D-2243-01 called 0.41 3.53 1.0 33.0 0.55 0.39 new +TCGA-98-8022-01 TCGA-98-8022-01A-11D-2243-01 called 0.42 3.09 1.0 29.0 0.53 0.38 new +TCGA-98-8023-01 TCGA-98-8023-01A-11D-2243-01 called 0.29 2.74 1.0 41.0 0.35 0.32 new +TCGA-98-A538-01 TCGA-98-A538-01A-11D-A25M-01 called 0.45 2.73 1.0 23.0 0.52 0.05 new +TCGA-98-A539-01 TCGA-98-A539-01A-31D-A25M-01 called 0.3 3.65 1.0 44.0 0.44 0.09 new +TCGA-98-A53A-01 TCGA-98-A53A-01A-11D-A25M-01 called 0.7 1.86 0.0 11.0 0.68 0.07 new +TCGA-98-A53B-01 TCGA-98-A53B-01A-11D-A25M-01 called 0.36 3.31 1.0 35.0 0.49 0.05 new +TCGA-98-A53C-01 TCGA-98-A53C-01A-11D-A25M-01 called 0.47 2.0 0.0 18.0 0.47 0.0 new +TCGA-98-A53H-01 TCGA-98-A53H-01A-12D-A25M-01 called 0.43 2.0 0.0 19.0 0.43 0.0 new +TCGA-98-A53I-01 TCGA-98-A53I-01A-31D-A25M-01 called 0.52 1.96 0.0 16.0 0.51 0.33 new +TCGA-98-A53J-01 TCGA-98-A53J-01A-11D-A26L-01 called 0.4 3.42 1.0 33.0 0.53 0.1 new +TCGA-J1-A4AH-01 TCGA-J1-A4AH-01A-31D-A24C-01 called 0.33 3.21 1.0 38.0 0.45 0.54 new +TCGA-L3-A4E7-01 TCGA-L3-A4E7-01A-11D-A256-01 called 0.46 1.78 0.0 17.0 0.43 0.28 new +TCGA-L3-A524-01 TCGA-L3-A524-01A-11D-A25M-01 called 0.59 3.49 1.0 20.0 0.71 0.32 new +TCGA-LA-A446-01 TCGA-LA-A446-01A-21D-A256-01 called 0.41 3.23 1.0 31.0 0.53 0.19 new +TCGA-LA-A7SW-01 TCGA-LA-A7SW-01A-11D-A400-01 called 0.48 2.33 1.0 18.0 0.52 0.29 new +TCGA-MF-A522-01 TCGA-MF-A522-01A-11D-A25M-01 called 0.64 5.45 2.0 34.0 0.83 0.18 new +TCGA-NC-A5HD-01 TCGA-NC-A5HD-01A-11D-A26L-01 called 0.61 2.92 1.0 17.0 0.69 0.18 new +TCGA-NC-A5HE-01 TCGA-NC-A5HE-01A-11D-A26L-01 called 0.32 1.78 0.0 31.0 0.29 0.41 new +TCGA-NC-A5HF-01 TCGA-NC-A5HF-01A-11D-A26L-01 called 0.75 1.86 0.0 10.0 0.73 0.06 new +TCGA-NC-A5HG-01 TCGA-NC-A5HG-01A-11D-A26L-01 called 0.75 3.53 1.0 17.0 0.84 0.21 new +TCGA-NC-A5HH-01 TCGA-NC-A5HH-01A-11D-A26L-01 called 0.77 2.41 1.0 12.0 0.8 0.07 new +TCGA-NC-A5HI-01 TCGA-NC-A5HI-01A-11D-A26L-01 called 0.6 1.8 0.0 13.0 0.57 0.32 new +TCGA-NC-A5HJ-01 TCGA-NC-A5HJ-01A-11D-A26L-01 called 0.17 2.68 1.0 67.0 0.22 0.26 new +TCGA-NC-A5HK-01 TCGA-NC-A5HK-01A-11D-A26L-01 called 0.48 3.05 1.0 22.0 0.59 0.24 new +TCGA-NC-A5HL-01 TCGA-NC-A5HL-01A-11D-A26L-01 called 0.5 2.69 1.0 19.0 0.57 0.34 new +TCGA-NC-A5HM-01 TCGA-NC-A5HM-01A-12D-A26L-01 called 0.69 1.7 0.0 10.0 0.65 0.59 new +TCGA-NC-A5HN-01 TCGA-NC-A5HN-01A-11D-A26L-01 called 0.82 3.11 1.0 15.0 0.87 0.28 new +TCGA-NC-A5HO-01 TCGA-NC-A5HO-01A-11D-A26L-01 called 0.63 1.73 0.0 12.0 0.6 0.06 new +TCGA-NC-A5HP-01 TCGA-NC-A5HP-01A-11D-A26L-01 called 0.53 3.67 1.0 26.0 0.68 0.22 new +TCGA-NC-A5HQ-01 TCGA-NC-A5HQ-01A-11D-A26L-01 called 0.5 2.87 1.0 20.0 0.59 0.09 new +TCGA-NC-A5HR-01 TCGA-NC-A5HR-01A-21D-A26L-01 called 0.66 1.8 0.0 11.0 0.64 0.18 new +TCGA-NC-A5HT-01 TCGA-NC-A5HT-01A-11D-A26L-01 called 0.73 2.04 0.0 11.0 0.73 0.04 new +TCGA-NK-A5CR-01 TCGA-NK-A5CR-01A-11D-A26L-01 called 0.61 3.66 1.0 20.0 0.74 0.22 new +TCGA-NK-A5CT-01 TCGA-NK-A5CT-01A-31D-A26L-01 called 0.5 1.68 0.0 15.0 0.46 0.04 new +TCGA-NK-A5CX-01 TCGA-NK-A5CX-01A-11D-A26L-01 called 0.51 4.72 2.0 35.0 0.71 0.4 new +TCGA-NK-A7XE-01 TCGA-NK-A7XE-01A-12D-A400-01 called 0.53 1.47 0.0 13.0 0.45 0.07 new +TCGA-O2-A52N-01 TCGA-O2-A52N-01A-11D-A26L-01 called 0.46 3.46 2.0 29.0 0.59 0.17 new +TCGA-O2-A52Q-01 TCGA-O2-A52Q-01A-11D-A26L-01 called 0.52 2.9 1.0 20.0 0.61 0.17 new +TCGA-O2-A52S-01 TCGA-O2-A52S-01A-11D-A25M-01 called 0.75 1.76 0.0 10.0 0.72 0.07 new +TCGA-O2-A52V-01 TCGA-O2-A52V-01A-31D-A25M-01 called 0.37 1.74 0.0 21.0 0.34 0.27 new +TCGA-O2-A52W-01 TCGA-O2-A52W-01A-11D-A26L-01 called 0.36 3.29 1.0 36.0 0.48 0.09 new +TCGA-O2-A5IB-01 TCGA-O2-A5IB-01A-11D-A27J-01 called 0.93 1.92 0.0 8.0 0.93 0.05 new +TCGA-XC-AA0X-01 TCGA-XC-AA0X-01A-32D-A400-01 called 0.21 2.89 1.0 57.0 0.28 0.45 new +TCGA-3H-AB3K-01 TCGA-3H-AB3K-01A-11D-A39Q-01 called 0.77 1.92 0.0 10.0 0.76 0.0 new +TCGA-3H-AB3L-01 TCGA-3H-AB3L-01A-11D-A39Q-01 called 0.66 1.67 0.0 11.0 0.62 0.17 new +TCGA-3H-AB3M-01 TCGA-3H-AB3M-01A-11D-A39Q-01 called 0.83 1.69 0.0 8.0 0.8 0.32 new +TCGA-3H-AB3S-01 TCGA-3H-AB3S-01A-21D-A39Q-01 called 0.81 1.93 0.0 10.0 0.8 0.04 new +TCGA-3H-AB3T-01 TCGA-3H-AB3T-01A-11D-A39Q-01 called 0.44 1.77 0.0 18.0 0.41 0.08 new +TCGA-3H-AB3U-01 TCGA-3H-AB3U-01A-21D-A39Q-01 called 0.76 2.52 1.0 13.0 0.8 0.0 new +TCGA-3H-AB3X-01 TCGA-3H-AB3X-01A-11D-A39Q-01 called 0.74 2.01 0.0 11.0 0.74 0.01 new +TCGA-3U-A98D-01 TCGA-3U-A98D-01A-12D-A39Q-01 called 0.65 1.64 0.0 11.0 0.6 0.17 new +TCGA-3U-A98E-01 TCGA-3U-A98E-01A-11D-A39Q-01 called 0.81 2.04 0.0 10.0 0.81 0.04 new +TCGA-3U-A98F-01 TCGA-3U-A98F-01A-11D-A39Q-01 called 0.94 3.41 1.0 14.0 0.96 0.21 new +TCGA-3U-A98G-01 TCGA-3U-A98G-01A-11D-A39Q-01 called 0.67 2.0 0.0 12.0 0.67 0.01 new +TCGA-3U-A98H-01 TCGA-3U-A98H-01A-11D-A39Q-01 called 0.38 2.03 0.0 24.0 0.38 0.0 new +TCGA-3U-A98I-01 TCGA-3U-A98I-01A-11D-A39Q-01 called 0.52 1.78 0.0 15.0 0.49 0.2 new +TCGA-3U-A98J-01 TCGA-3U-A98J-01A-11D-A39Q-01 called 0.57 1.97 0.0 14.0 0.57 0.06 new +TCGA-LK-A4NW-01 TCGA-LK-A4NW-01A-11D-A34B-01 called 0.48 2.14 0.0 18.0 0.5 0.0 new +TCGA-LK-A4NY-01 TCGA-LK-A4NY-01A-11D-A34B-01 called 0.73 1.92 0.0 11.0 0.72 0.02 new +TCGA-LK-A4NZ-01 TCGA-LK-A4NZ-01A-12D-A34B-01 called 0.39 1.97 0.0 21.0 0.39 0.0 new +TCGA-LK-A4O0-01 TCGA-LK-A4O0-01A-11D-A34B-01 called 0.49 1.49 0.0 15.0 0.41 0.03 new +TCGA-LK-A4O2-01 TCGA-LK-A4O2-01A-11D-A34B-01 called 0.49 1.9 0.0 16.0 0.48 0.07 new +TCGA-LK-A4O4-01 TCGA-LK-A4O4-01A-11D-A34B-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-LK-A4O5-01 TCGA-LK-A4O5-01A-11D-A34B-01 called 0.66 1.89 0.0 12.0 0.64 0.22 new +TCGA-LK-A4O6-01 TCGA-LK-A4O6-01A-11D-A34B-01 called 0.31 1.92 0.0 33.0 0.3 0.04 new +TCGA-LK-A4O7-01 TCGA-LK-A4O7-01A-11D-A34B-01 called 0.8 1.73 0.0 9.0 0.77 0.05 new +TCGA-MQ-A4KX-01 TCGA-MQ-A4KX-01A-11D-A34B-01 called 0.41 1.94 0.0 20.0 0.41 0.0 new +TCGA-MQ-A4LC-01 TCGA-MQ-A4LC-01A-31D-A34B-01 called 0.63 1.92 0.0 12.0 0.62 0.02 new +TCGA-MQ-A4LI-01 TCGA-MQ-A4LI-01A-11D-A34B-01 called 0.75 1.78 0.0 10.0 0.73 0.17 new +TCGA-MQ-A4LJ-01 TCGA-MQ-A4LJ-01A-11D-A34B-01 called 0.69 1.98 0.0 12.0 0.69 0.03 new +TCGA-MQ-A4LM-01 TCGA-MQ-A4LM-01A-11D-A34B-01 called 0.34 1.69 0.0 27.0 0.3 0.07 new +TCGA-MQ-A4LP-01 TCGA-MQ-A4LP-01A-11D-A34B-01 called 0.78 1.82 0.0 9.0 0.76 0.0 new +TCGA-MQ-A4LV-01 TCGA-MQ-A4LV-01A-11D-A34B-01 called 0.43 1.84 0.0 19.0 0.41 0.13 new +TCGA-MQ-A6BL-01 TCGA-MQ-A6BL-01A-11D-A34B-01 called 0.29 1.8 0.0 34.0 0.27 0.05 new +TCGA-MQ-A6BQ-01 TCGA-MQ-A6BQ-01A-11D-A34B-01 called 0.65 1.92 0.0 12.0 0.64 0.0 new +TCGA-MQ-A6BR-01 TCGA-MQ-A6BR-01A-11D-A34B-01 called 0.62 2.1 1.0 14.0 0.63 0.0 new +TCGA-MQ-A6BS-01 TCGA-MQ-A6BS-01A-12D-A34B-01 called 0.78 2.61 1.0 13.0 0.82 0.11 new +TCGA-NQ-A57I-01 TCGA-NQ-A57I-01A-11D-A34B-01 called 0.52 2.8 1.0 19.0 0.6 0.36 new +TCGA-NQ-A638-01 TCGA-NQ-A638-01A-11D-A34B-01 called 0.61 2.84 1.0 17.0 0.69 0.09 new +TCGA-SC-A6LM-01 TCGA-SC-A6LM-01A-11D-A34B-01 called 0.68 1.87 0.0 11.0 0.67 0.02 new +TCGA-SC-A6LN-01 TCGA-SC-A6LN-01A-11D-A34B-01 called 0.57 1.71 0.0 13.0 0.53 0.0 new +TCGA-SC-A6LP-01 TCGA-SC-A6LP-01A-11D-A34B-01 called 0.56 2.14 1.0 15.0 0.58 0.13 new +TCGA-SC-A6LQ-01 TCGA-SC-A6LQ-01A-11D-A34B-01 called 0.42 1.9 0.0 19.0 0.41 0.41 new +TCGA-SC-A6LR-01 TCGA-SC-A6LR-01A-11D-A34B-01 called 0.57 2.54 0.0 17.0 0.62 0.04 new +TCGA-SC-AA5Z-01 TCGA-SC-AA5Z-01A-21D-A39Q-01 called 0.22 2.6 1.0 52.0 0.27 0.05 new +TCGA-SH-A7BC-01 TCGA-SH-A7BC-01A-11D-A34B-01 called 0.52 1.64 0.0 14.0 0.48 0.41 new +TCGA-SH-A7BD-01 TCGA-SH-A7BD-01A-11D-A34B-01 called 0.88 1.88 0.0 8.0 0.87 0.09 new +TCGA-SH-A7BH-01 TCGA-SH-A7BH-01A-11D-A34B-01 called 0.81 3.06 1.0 14.0 0.87 0.08 new +TCGA-SH-A9CT-01 TCGA-SH-A9CT-01A-11D-A39Q-01 called 0.73 1.86 0.0 10.0 0.72 0.0 new +TCGA-SH-A9CU-01 TCGA-SH-A9CU-01A-11D-A39Q-01 called 0.71 3.25 1.0 17.0 0.8 0.23 new +TCGA-TS-A7OU-01 TCGA-TS-A7OU-01B-11D-A39Q-01 called 0.68 1.99 0.0 12.0 0.68 0.0 new +TCGA-TS-A7OY-01 TCGA-TS-A7OY-01A-11D-A34B-01 called 0.29 1.84 0.0 36.0 0.27 0.02 new +TCGA-TS-A7OZ-01 TCGA-TS-A7OZ-01A-21D-A39Q-01 called 0.56 1.82 0.0 14.0 0.54 0.01 new +TCGA-TS-A7P0-01 TCGA-TS-A7P0-01A-11D-A34B-01 called 0.52 3.9 1.0 28.0 0.68 0.23 new +TCGA-TS-A7P1-01 TCGA-TS-A7P1-01A-41D-A39Q-01 called 0.8 1.84 0.0 9.0 0.79 0.03 new +TCGA-TS-A7P3-01 TCGA-TS-A7P3-01A-12D-A34B-01 called 0.4 1.92 0.0 21.0 0.39 0.0 new +TCGA-TS-A7P6-01 TCGA-TS-A7P6-01A-21D-A34B-01 called 0.66 1.66 0.0 11.0 0.62 0.46 new +TCGA-TS-A7P8-01 TCGA-TS-A7P8-01A-11D-A34B-01 called 0.67 2.0 0.0 12.0 0.67 0.13 new +TCGA-TS-A7PB-01 TCGA-TS-A7PB-01A-11D-A34B-01 called 0.6 1.91 0.0 13.0 0.59 0.05 new +TCGA-TS-A8AI-01 TCGA-TS-A8AI-01A-11D-A39Q-01 called 0.54 1.74 0.0 14.0 0.51 0.02 new +TCGA-TS-A8AS-01 TCGA-TS-A8AS-01A-21D-A39Q-01 called 0.21 1.97 0.0 50.0 0.21 0.0 new +TCGA-TS-A8AY-01 TCGA-TS-A8AY-01A-21D-A39Q-01 called 0.64 1.76 0.0 12.0 0.61 0.0 new +TCGA-UD-AABZ-01 TCGA-UD-AABZ-01A-12D-A39Q-01 called 0.67 1.8 0.0 11.0 0.64 0.08 new +TCGA-UD-AAC1-01 TCGA-UD-AAC1-01A-11D-A39Q-01 called 0.73 2.24 1.0 12.0 0.75 0.01 new +TCGA-UD-AAC4-01 TCGA-UD-AAC4-01A-11D-A39Q-01 called 0.6 2.0 0.0 14.0 0.6 0.06 new +TCGA-UD-AAC5-01 TCGA-UD-AAC5-01A-11D-A39Q-01 called 0.66 3.06 1.0 17.0 0.75 0.24 new +TCGA-UD-AAC6-01 TCGA-UD-AAC6-01A-11D-A39Q-01 called 0.48 2.27 0.0 18.0 0.52 0.04 new +TCGA-UD-AAC7-01 TCGA-UD-AAC7-01A-11D-A39Q-01 called 0.72 1.76 0.0 10.0 0.69 0.23 new +TCGA-UT-A88C-01 TCGA-UT-A88C-01B-11D-A39Q-01 called 0.36 2.23 0.0 29.0 0.38 0.11 new +TCGA-UT-A88D-01 TCGA-UT-A88D-01B-11D-A39Q-01 called 0.31 1.95 0.0 32.0 0.31 0.03 new +TCGA-UT-A88E-01 TCGA-UT-A88E-01B-11D-A39Q-01 called 0.88 1.93 0.0 9.0 0.88 0.03 new +TCGA-UT-A88G-01 TCGA-UT-A88G-01B-11D-A39Q-01 called 0.83 2.81 1.0 13.0 0.87 0.06 new +TCGA-UT-A97Y-01 TCGA-UT-A97Y-01A-21D-A39Q-01 called 0.23 1.81 0.0 47.0 0.21 0.03 new +TCGA-XT-AASU-01 TCGA-XT-AASU-01A-11D-A39Q-01 called 0.41 1.98 0.0 20.0 0.4 0.01 new +TCGA-YS-A95B-01 TCGA-YS-A95B-01A-11D-A39Q-01 called 0.76 2.01 0.0 11.0 0.76 0.02 new +TCGA-YS-A95C-01 TCGA-YS-A95C-01A-11D-A39Q-01 called 0.67 2.07 0.0 12.0 0.68 0.01 new +TCGA-YS-AA4M-01 TCGA-YS-AA4M-01A-11D-A39Q-01 called 0.17 2.01 0.0 65.0 0.17 0.24 new +TCGA-ZN-A9VO-01 TCGA-ZN-A9VO-01A-11D-A39Q-01 called 0.71 1.87 0.0 11.0 0.7 0.01 new +TCGA-ZN-A9VP-01 TCGA-ZN-A9VP-01A-11D-A39Q-01 called 0.69 2.13 0.0 12.0 0.71 0.04 new +TCGA-ZN-A9VQ-01 TCGA-ZN-A9VQ-01A-11D-A39Q-01 called 0.94 1.92 0.0 8.0 0.94 0.02 new +TCGA-ZN-A9VS-01 TCGA-ZN-A9VS-01A-11D-A39Q-01 called 0.5 3.69 1.0 28.0 0.65 0.01 new +TCGA-ZN-A9VU-01 TCGA-ZN-A9VU-01A-11D-A39Q-01 called 0.61 1.97 0.0 13.0 0.61 0.01 new +TCGA-ZN-A9VV-01 TCGA-ZN-A9VV-01A-11D-A39Q-01 called 0.96 1.97 0.0 8.0 0.95 0.0 new +TCGA-ZN-A9VW-01 TCGA-ZN-A9VW-01A-11D-A39Q-01 called 0.65 1.96 0.0 12.0 0.64 0.01 new +TCGA-04-1331-01 TCGA-04-1331-01A-01D-0428-01 called 0.88 1.85 0.0 8.0 0.87 0.19 new +TCGA-04-1335-01 TCGA-04-1335-01A-01D-0428-01 called 0.77 1.83 0.0 10.0 0.75 0.0 new +TCGA-04-1336-01 TCGA-04-1336-01A-01D-0428-01 called 0.92 1.86 0.0 8.0 0.91 0.12 new +TCGA-04-1341-01 TCGA-04-1341-01A-01D-0428-01 called 0.82 2.79 1.0 13.0 0.86 0.32 new +TCGA-04-1342-01 TCGA-04-1342-01A-01D-0428-01 called 0.79 2.35 0.0 12.0 0.82 0.23 new +TCGA-04-1343-01 TCGA-04-1343-01A-01D-0428-01 called 0.61 3.11 1.0 18.0 0.71 0.25 new +TCGA-04-1346-01 TCGA-04-1346-01A-01D-0428-01 called 0.54 3.4 2.0 21.0 0.67 0.18 new +TCGA-04-1347-01 TCGA-04-1347-01A-01D-0428-01 called 0.94 4.29 2.0 18.0 0.97 0.46 new +TCGA-04-1348-01 TCGA-04-1348-01A-01D-0452-01 called 0.76 1.93 0.0 10.0 0.76 0.02 new +TCGA-04-1349-01 TCGA-04-1349-01A-01D-0452-01 called 0.76 3.39 1.0 17.0 0.84 0.18 new +TCGA-04-1353-01 TCGA-04-1353-01A-01D-1043-01 called 0.84 2.04 0.0 10.0 0.84 0.43 new +TCGA-04-1356-01 TCGA-04-1356-01A-01D-0452-01 called 0.71 3.29 1.0 17.0 0.8 0.12 new +TCGA-04-1357-01 TCGA-04-1357-01A-01D-0452-01 called 0.52 3.31 1.0 21.0 0.64 0.55 new +TCGA-04-1360-01 TCGA-04-1360-01A-01D-0452-01 called 0.8 3.08 1.0 15.0 0.86 0.35 new +TCGA-04-1361-01 TCGA-04-1361-01A-01D-0452-01 called 0.69 1.95 0.0 11.0 0.69 0.12 new +TCGA-04-1362-01 TCGA-04-1362-01A-01D-0452-01 called 0.86 3.15 1.0 14.0 0.9 0.42 new +TCGA-04-1367-01 TCGA-04-1367-01A-01D-0452-01 called 0.89 1.79 0.0 8.0 0.88 0.13 new +TCGA-04-1371-01 TCGA-04-1371-01A-01D-0452-01 called 0.89 3.0 1.0 13.0 0.92 0.16 new +TCGA-04-1516-01 TCGA-04-1516-01A-01D-1043-01 called 0.69 2.44 1.0 14.0 0.73 0.21 new +TCGA-04-1542-01 TCGA-04-1542-01A-01D-0497-01 called 0.94 3.1 1.0 13.0 0.96 0.2 new +TCGA-04-1638-01 TCGA-04-1638-01A-01D-0577-01 called 0.92 3.47 1.0 15.0 0.95 0.03 new +TCGA-04-1644-01 TCGA-04-1644-01B-01D-1043-01 called 0.88 1.8 0.0 8.0 0.87 0.18 new +TCGA-04-1646-01 TCGA-04-1646-01A-01D-0577-01 called 0.97 1.7 0.0 7.0 0.96 0.09 new +TCGA-04-1648-01 TCGA-04-1648-01A-01D-0577-01 called 0.8 1.75 0.0 9.0 0.78 0.12 new +TCGA-04-1649-01 TCGA-04-1649-01A-01D-0577-01 called 0.71 2.92 1.0 15.0 0.78 0.1 new +TCGA-04-1651-01 TCGA-04-1651-01A-01D-0577-01 called 0.92 1.76 0.0 8.0 0.91 0.11 new +TCGA-04-1652-01 TCGA-04-1652-01A-01D-0577-01 called 0.86 3.12 1.0 14.0 0.91 0.54 new +TCGA-04-1655-01 TCGA-04-1655-01A-01D-0559-01 called 0.94 4.67 2.0 20.0 0.97 0.37 new +TCGA-09-0364-01 TCGA-09-0364-01A-02D-0356-01 called 0.89 3.16 1.0 14.0 0.93 0.21 new +TCGA-09-0365-01 TCGA-09-0365-01A-02D-0356-01 called 0.94 4.38 2.0 19.0 0.97 0.2 new +TCGA-09-0369-01 TCGA-09-0369-01A-01D-0356-01 called 0.9 2.64 1.0 12.0 0.92 0.24 new +TCGA-09-1664-01 TCGA-09-1664-01A-01D-0577-01 called 0.91 1.9 0.0 8.0 0.91 0.0 new +TCGA-09-1673-01 TCGA-09-1673-01A-01D-0559-01 called 0.87 4.07 1.0 18.0 0.93 0.13 new +TCGA-09-1674-01 TCGA-09-1674-01A-01D-0559-01 called 0.95 3.5 1.0 15.0 0.97 0.26 new +TCGA-09-1675-01 TCGA-09-1675-01B-01D-0559-01 called 0.95 1.8 0.0 7.0 0.94 0.01 new +TCGA-09-2043-01 TCGA-09-2043-01A-01D-0704-01 called 0.88 2.31 1.0 10.0 0.9 0.18 new +TCGA-09-2044-01 TCGA-09-2044-01B-01D-0704-01 called 0.89 1.88 0.0 8.0 0.89 0.16 new +TCGA-09-2049-01 TCGA-09-2049-01D-01D-0704-01 called 0.97 3.2 1.0 13.0 0.98 0.14 new +TCGA-09-2050-01 TCGA-09-2050-01A-01D-0704-01 called 0.96 1.75 0.0 7.0 0.95 0.09 new +TCGA-09-2051-01 TCGA-09-2051-01A-01D-0704-01 called 0.74 3.04 1.0 15.0 0.81 0.32 new +TCGA-09-2053-01 TCGA-09-2053-01C-01D-0663-01 called 0.81 1.74 0.0 9.0 0.79 0.17 new +TCGA-09-2055-01 TCGA-09-2055-01B-01D-0704-01 called 0.82 1.92 0.0 9.0 0.81 0.05 new +TCGA-10-0926-01 TCGA-10-0926-01A-01D-0399-01 called 0.87 2.84 1.0 13.0 0.9 0.05 new +TCGA-10-0927-01 TCGA-10-0927-01A-02D-0399-01 called 0.82 2.92 1.0 14.0 0.87 0.05 new +TCGA-10-0928-01 TCGA-10-0928-01A-02D-0399-01 called 0.95 1.74 0.0 7.0 0.94 0.21 new +TCGA-10-0930-01 TCGA-10-0930-01A-02D-0399-01 called 0.66 3.48 1.0 19.0 0.77 0.24 new +TCGA-10-0931-01 TCGA-10-0931-01A-01D-0399-01 called 0.9 1.99 0.0 9.0 0.9 0.1 new +TCGA-10-0933-01 TCGA-10-0933-01A-01D-0399-01 called 0.91 2.62 1.0 11.0 0.93 0.02 new +TCGA-10-0934-01 TCGA-10-0934-01A-02D-0399-01 called 0.91 2.02 0.0 9.0 0.91 0.01 new +TCGA-10-0935-01 TCGA-10-0935-01A-03D-0399-01 called 0.95 3.26 1.0 14.0 0.97 0.08 new +TCGA-10-0937-01 TCGA-10-0937-01A-02D-0399-01 called 0.9 1.97 0.0 9.0 0.89 0.09 new +TCGA-13-0714-01 TCGA-13-0714-01A-01D-0356-01 called 0.76 2.02 0.0 11.0 0.76 0.09 new +TCGA-13-0726-01 TCGA-13-0726-01A-01D-0356-01 called 0.73 2.0 0.0 11.0 0.73 0.07 new +TCGA-13-0751-01 TCGA-13-0751-01A-01D-0356-01 called 0.93 2.84 1.0 12.0 0.95 0.1 new +TCGA-13-0755-01 TCGA-13-0755-01A-01D-0356-01 called 0.84 1.87 0.0 9.0 0.83 0.03 new +TCGA-13-0757-01 TCGA-13-0757-01A-01D-0356-01 called 0.77 4.01 2.0 19.0 0.87 0.45 new +TCGA-13-0760-01 TCGA-13-0760-01A-01D-0356-01 called 0.81 2.68 1.0 13.0 0.85 0.13 new +TCGA-13-0764-01 TCGA-13-0764-01A-03D-0356-01 called 0.77 3.93 2.0 19.0 0.87 0.14 new +TCGA-13-0768-01 TCGA-13-0768-01A-01D-0356-01 called 0.21 2.37 0.0 54.0 0.24 0.11 new +TCGA-13-0791-01 TCGA-13-0791-01A-01D-0356-01 called 0.89 2.12 0.0 9.0 0.89 0.13 new +TCGA-13-0794-01 TCGA-13-0794-01A-01D-0356-01 called 0.93 3.53 1.0 15.0 0.96 0.26 new +TCGA-13-0795-01 TCGA-13-0795-01A-01D-0356-01 called 0.48 3.74 2.0 30.0 0.63 0.4 new +TCGA-13-0800-01 TCGA-13-0800-01A-01D-0356-01 called 0.8 3.59 1.0 17.0 0.88 0.36 new +TCGA-13-0804-01 TCGA-13-0804-01A-01D-0356-01 called 0.86 1.81 0.0 8.0 0.85 0.05 new +TCGA-13-0805-01 TCGA-13-0805-01A-01D-0356-01 called 0.8 1.76 0.0 9.0 0.78 0.04 new +TCGA-13-0807-01 TCGA-13-0807-01B-02D-0399-01 called 0.77 3.03 1.0 15.0 0.84 0.16 new +TCGA-13-0883-01 TCGA-13-0883-01A-02D-0399-01 called 0.72 3.41 1.0 17.0 0.82 0.44 new +TCGA-13-0884-01 TCGA-13-0884-01B-01D-0452-01 called 0.58 4.0 2.0 26.0 0.73 0.44 new +TCGA-13-0885-01 TCGA-13-0885-01A-02D-0399-01 called 0.49 4.32 2.0 33.0 0.68 0.39 new +TCGA-13-0886-01 TCGA-13-0886-01A-01D-0399-01 called 0.61 1.82 0.0 12.0 0.59 0.08 new +TCGA-13-0887-01 TCGA-13-0887-01A-01D-0399-01 called 0.91 1.84 0.0 8.0 0.9 0.3 new +TCGA-13-0888-01 TCGA-13-0888-01A-01D-0399-01 called 0.79 3.8 2.0 18.0 0.88 0.25 new +TCGA-13-0889-01 TCGA-13-0889-01A-01D-0399-01 called 0.79 1.85 0.0 9.0 0.78 0.18 new +TCGA-13-0890-01 TCGA-13-0890-01A-01D-0399-01 called 0.57 1.69 0.0 13.0 0.53 0.11 new +TCGA-13-0891-01 TCGA-13-0891-01A-01D-0399-01 called 0.92 3.46 1.0 15.0 0.95 0.08 new +TCGA-13-0893-01 TCGA-13-0893-01B-01D-0452-01 called 0.71 3.27 1.0 17.0 0.8 0.3 new +TCGA-13-0897-01 TCGA-13-0897-01A-01D-0399-01 called 0.81 2.01 0.0 10.0 0.81 0.29 new +TCGA-13-0899-01 TCGA-13-0899-01A-01D-0399-01 called 0.76 4.13 2.0 20.0 0.87 0.21 new +TCGA-13-0903-01 TCGA-13-0903-01A-01D-0399-01 called 0.88 1.86 0.0 8.0 0.87 0.01 new +TCGA-13-0904-01 TCGA-13-0904-01A-02D-0399-01 called 0.89 3.12 1.0 14.0 0.93 0.22 new +TCGA-13-0905-01 TCGA-13-0905-01B-01D-0452-01 called 0.94 1.94 0.0 8.0 0.94 0.03 new +TCGA-13-0910-01 TCGA-13-0910-01A-01D-0399-01 called 0.77 1.77 0.0 9.0 0.74 0.02 new +TCGA-13-0911-01 TCGA-13-0911-01A-01D-0399-01 called 0.6 3.14 1.0 18.0 0.7 0.33 new +TCGA-13-0912-01 TCGA-13-0912-01A-01D-0399-01 called 0.94 1.88 0.0 8.0 0.94 0.03 new +TCGA-13-0913-01 TCGA-13-0913-01A-01D-0399-01 called 0.95 1.8 0.0 7.0 0.94 0.18 new +TCGA-13-0916-01 TCGA-13-0916-01A-01D-0399-01 called 0.91 1.69 0.0 7.0 0.89 0.04 new +TCGA-13-0921-01 TCGA-13-0921-01A-01D-0399-01 called 0.84 2.97 1.0 14.0 0.89 0.11 new +TCGA-13-0923-01 TCGA-13-0923-01A-01D-0399-01 called 0.78 3.07 1.0 15.0 0.85 0.46 new +TCGA-13-1403-01 TCGA-13-1403-01A-01D-0452-01 called 0.93 2.08 0.0 9.0 0.93 0.07 new +TCGA-13-1404-01 TCGA-13-1404-01A-01D-0452-01 called 0.88 1.83 0.0 8.0 0.87 0.02 new +TCGA-13-1405-01 TCGA-13-1405-01A-01D-0452-01 called 0.68 1.7 0.0 11.0 0.64 0.01 new +TCGA-13-1411-01 TCGA-13-1411-01A-01D-0452-01 called 0.39 2.89 1.0 31.0 0.48 0.17 new +TCGA-13-1412-01 TCGA-13-1412-01A-01D-0452-01 called 0.69 2.06 0.0 12.0 0.69 0.14 new +TCGA-13-1477-01 TCGA-13-1477-01A-01D-0472-01 called 0.91 2.07 0.0 9.0 0.91 0.06 new +TCGA-13-1481-01 TCGA-13-1481-01A-01D-0472-01 called 0.65 1.83 0.0 12.0 0.63 0.64 new +TCGA-13-1482-01 TCGA-13-1482-01A-01D-0472-01 called 0.86 1.91 0.0 9.0 0.85 0.08 new +TCGA-13-1483-01 TCGA-13-1483-01A-01D-0472-01 called 0.77 1.93 0.0 10.0 0.77 0.37 new +TCGA-13-1484-01 TCGA-13-1484-01A-01D-0472-01 called 0.49 2.78 1.0 20.0 0.57 0.21 new +TCGA-13-1487-01 TCGA-13-1487-01A-01D-0472-01 called 0.85 2.68 1.0 12.0 0.88 0.25 new +TCGA-13-1488-01 TCGA-13-1488-01A-01D-0472-01 called 0.73 2.69 1.0 14.0 0.79 0.73 new +TCGA-13-1489-01 TCGA-13-1489-01A-01D-0472-01 called 0.88 3.39 1.0 15.0 0.93 0.32 new +TCGA-13-1491-01 TCGA-13-1491-01A-01D-0472-01 called 0.9 1.67 0.0 7.0 0.88 0.07 new +TCGA-13-1492-01 TCGA-13-1492-01A-01D-0472-01 called 0.99 1.79 0.0 7.0 0.99 0.07 new +TCGA-13-1494-01 TCGA-13-1494-01A-01D-0472-01 called 0.63 1.74 0.0 12.0 0.6 0.1 new +TCGA-13-1495-01 TCGA-13-1495-01A-01D-0472-01 called 0.82 3.82 1.0 18.0 0.9 0.18 new +TCGA-13-1496-01 TCGA-13-1496-01A-01D-0472-01 called 0.8 3.34 1.0 16.0 0.87 0.18 new +TCGA-13-1497-01 TCGA-13-1497-01A-01D-0472-01 called 0.85 2.79 1.0 13.0 0.89 0.46 new +TCGA-13-1498-01 TCGA-13-1498-01A-01D-0472-01 called 0.89 1.95 0.0 9.0 0.89 0.16 new +TCGA-13-1499-01 TCGA-13-1499-01A-01D-0472-01 called 0.42 2.76 1.0 26.0 0.5 0.31 new +TCGA-13-1500-01 TCGA-13-1500-01A-01D-0472-01 called 0.74 1.86 0.0 10.0 0.73 0.16 new +TCGA-13-1501-01 TCGA-13-1501-01A-01D-0472-01 called 0.65 1.99 0.0 12.0 0.64 0.25 new +TCGA-13-1504-01 TCGA-13-1504-01A-01D-0472-01 called 0.49 4.27 2.0 33.0 0.67 0.4 new +TCGA-13-1505-01 TCGA-13-1505-01A-01D-0472-01 called 0.87 1.92 0.0 9.0 0.86 0.81 new +TCGA-13-1506-01 TCGA-13-1506-01A-01D-0472-01 called 0.94 3.33 1.0 14.0 0.96 0.21 new +TCGA-13-1507-01 TCGA-13-1507-01A-01D-0472-01 called 0.73 2.91 1.0 15.0 0.8 0.26 new +TCGA-13-1509-01 TCGA-13-1509-01A-01D-0472-01 called 0.78 1.76 0.0 9.0 0.75 0.22 new +TCGA-13-1510-01 TCGA-13-1510-01A-02D-0472-01 called 0.89 1.96 0.0 9.0 0.89 0.25 new +TCGA-13-1511-01 TCGA-13-1511-01A-01D-0472-01 called 0.89 2.09 0.0 9.0 0.9 0.02 new +TCGA-13-1512-01 TCGA-13-1512-01A-01D-0472-01 called 0.85 1.83 0.0 9.0 0.84 0.13 new +TCGA-13-2057-01 TCGA-13-2057-01A-02D-1043-01 called 0.71 4.92 2.0 28.0 0.86 0.4 new +TCGA-13-2059-01 TCGA-13-2059-01A-01D-1043-01 called 0.73 3.08 1.0 16.0 0.81 0.4 new +TCGA-13-2060-01 TCGA-13-2060-01A-01D-0704-01 called 0.65 3.38 1.0 18.0 0.76 0.17 new +TCGA-13-2061-01 TCGA-13-2061-01A-01D-1043-01 called 0.82 2.37 1.0 11.0 0.84 0.75 new +TCGA-13-2065-01 TCGA-13-2065-01A-01D-1043-01 called 0.71 3.33 1.0 17.0 0.8 0.4 new +TCGA-13-2071-01 TCGA-13-2071-01A-02D-1043-01 called 0.66 1.98 0.0 12.0 0.66 0.32 new +TCGA-13-A5FT-01 TCGA-13-A5FT-01A-11D-A402-01 called 0.85 1.91 0.0 9.0 0.84 0.07 new +TCGA-13-A5FU-01 TCGA-13-A5FU-01A-11D-A402-01 called 0.67 3.1 1.0 17.0 0.76 0.64 new +TCGA-20-0987-01 TCGA-20-0987-01A-02D-0428-01 called 0.48 2.2 0.0 18.0 0.5 0.2 new +TCGA-20-0991-01 TCGA-20-0991-01A-03D-0428-01 called 0.53 3.59 1.0 26.0 0.67 0.48 new +TCGA-20-1682-01 TCGA-20-1682-01A-01D-0559-01 called 0.82 1.76 0.0 9.0 0.8 0.25 new +TCGA-20-1683-01 TCGA-20-1683-01A-01D-0559-01 called 0.89 3.0 1.0 13.0 0.93 0.23 new +TCGA-20-1684-01 TCGA-20-1684-01A-01D-0559-01 called 0.96 2.95 1.0 12.0 0.97 0.14 new +TCGA-20-1685-01 TCGA-20-1685-01A-01D-0559-01 called 0.74 3.26 1.0 16.0 0.82 0.29 new +TCGA-20-1686-01 TCGA-20-1686-01A-01D-0559-01 called 0.82 3.25 1.0 15.0 0.88 0.5 new +TCGA-20-1687-01 TCGA-20-1687-01A-01D-0559-01 called 0.76 3.54 1.0 17.0 0.85 0.3 new +TCGA-23-1021-01 TCGA-23-1021-01B-01D-0428-01 called 0.93 1.54 0.0 6.0 0.91 0.18 new +TCGA-23-1022-01 TCGA-23-1022-01A-02D-0428-01 called 0.89 3.0 1.0 13.0 0.92 0.19 new +TCGA-23-1027-01 TCGA-23-1027-01A-02D-0428-01 called 0.8 1.86 0.0 9.0 0.79 0.04 new +TCGA-23-1029-01 TCGA-23-1029-01B-01D-0577-01 called 0.83 1.92 0.0 9.0 0.82 0.12 new +TCGA-23-1030-01 TCGA-23-1030-01A-02D-0428-01 called 0.87 2.87 1.0 13.0 0.91 0.17 new +TCGA-23-1032-01 TCGA-23-1032-01A-02D-0428-01 called 0.59 3.67 1.0 21.0 0.72 0.25 new +TCGA-23-1110-01 TCGA-23-1110-01A-01D-0428-01 called 0.97 3.12 1.0 13.0 0.98 0.35 new +TCGA-23-1111-01 TCGA-23-1111-01A-01D-0577-01 called 0.83 4.22 2.0 19.0 0.91 0.11 new +TCGA-23-1113-01 TCGA-23-1113-01A-01D-0428-01 called 0.93 1.66 0.0 7.0 0.91 0.0 new +TCGA-23-1114-01 TCGA-23-1114-01B-01D-0559-01 called 0.76 4.19 2.0 20.0 0.87 0.46 new +TCGA-23-1116-01 TCGA-23-1116-01A-01D-0428-01 called 0.34 3.37 1.0 38.0 0.46 0.22 new +TCGA-23-1117-01 TCGA-23-1117-01A-02D-0428-01 called 0.69 3.31 1.0 17.0 0.79 0.26 new +TCGA-23-1118-01 TCGA-23-1118-01A-01D-0428-01 called 0.79 1.84 0.0 9.0 0.78 0.36 new +TCGA-23-1121-01 TCGA-23-1121-01A-01D-0428-01 called 0.96 2.53 1.0 10.0 0.96 0.28 new +TCGA-23-1123-01 TCGA-23-1123-01A-01D-0428-01 called 0.8 2.93 1.0 14.0 0.85 0.1 new +TCGA-23-1124-01 TCGA-23-1124-01A-01D-0428-01 called 0.76 3.28 1.0 16.0 0.84 0.31 new +TCGA-23-1809-01 TCGA-23-1809-01A-01D-0559-01 called 0.8 3.71 2.0 17.0 0.88 0.15 new +TCGA-23-2072-01 TCGA-23-2072-01A-01D-0663-01 called 0.81 2.69 1.0 13.0 0.85 0.04 new +TCGA-23-2077-01 TCGA-23-2077-01A-01D-0663-01 called 0.47 6.14 2.0 45.0 0.73 0.38 new +TCGA-23-2078-01 TCGA-23-2078-01A-01D-0663-01 called 0.6 1.98 0.0 13.0 0.6 0.17 new +TCGA-23-2079-01 TCGA-23-2079-01A-01D-0663-01 called 0.79 2.51 1.0 12.0 0.83 0.16 new +TCGA-23-2081-01 TCGA-23-2081-01A-01D-0663-01 called 0.91 1.87 0.0 8.0 0.9 0.09 new +TCGA-23-2084-01 TCGA-23-2084-01A-02D-0663-01 called 0.69 3.25 1.0 17.0 0.78 0.12 new +TCGA-23-2641-01 TCGA-23-2641-01A-01D-1043-01 called 0.92 1.79 0.0 8.0 0.92 0.18 new +TCGA-23-2643-01 TCGA-23-2643-01A-01D-1043-01 called 0.84 2.96 1.0 14.0 0.89 0.32 new +TCGA-23-2645-01 TCGA-23-2645-01A-01D-1043-01 called 0.74 3.11 1.0 16.0 0.82 0.44 new +TCGA-24-0970-01 TCGA-24-0970-01B-01D-0428-01 called 0.68 1.81 0.0 11.0 0.66 0.08 new +TCGA-24-0980-01 TCGA-24-0980-01A-01D-0399-01 called 0.73 1.88 0.0 10.0 0.72 0.02 new +TCGA-24-0982-01 TCGA-24-0982-01A-01D-0428-01 called 0.75 2.86 1.0 14.0 0.81 0.26 new +TCGA-24-1103-01 TCGA-24-1103-01A-01D-0428-01 called 0.96 1.88 0.0 8.0 0.96 0.03 new +TCGA-24-1104-01 TCGA-24-1104-01A-01D-0428-01 called 0.72 1.96 0.0 11.0 0.71 0.17 new +TCGA-24-1413-01 TCGA-24-1413-01A-01D-0452-01 called 0.93 1.76 0.0 7.0 0.93 0.16 new +TCGA-24-1416-01 TCGA-24-1416-01A-01D-0472-01 called 0.82 3.7 1.0 17.0 0.89 0.04 new +TCGA-24-1417-01 TCGA-24-1417-01A-01D-0472-01 called 0.69 3.05 1.0 16.0 0.77 0.28 new +TCGA-24-1418-01 TCGA-24-1418-01A-01D-0472-01 called 0.77 3.08 1.0 15.0 0.84 0.48 new +TCGA-24-1419-01 TCGA-24-1419-01A-01D-0472-01 called 0.98 1.9 0.0 7.0 0.98 0.11 new +TCGA-24-1422-01 TCGA-24-1422-01A-01D-0472-01 called 0.64 2.95 1.0 17.0 0.72 0.32 new +TCGA-24-1423-01 TCGA-24-1423-01A-01D-0472-01 called 0.93 2.01 0.0 8.0 0.93 0.23 new +TCGA-24-1424-01 TCGA-24-1424-01A-01D-0472-01 called 0.76 4.1 2.0 20.0 0.87 0.3 new +TCGA-24-1425-01 TCGA-24-1425-01A-02D-0497-01 called 0.66 1.83 0.0 11.0 0.64 0.15 new +TCGA-24-1426-01 TCGA-24-1426-01A-01D-0472-01 called 0.94 1.73 0.0 7.0 0.93 0.56 new +TCGA-24-1427-01 TCGA-24-1427-01A-01D-0472-01 called 0.57 3.09 1.0 19.0 0.67 0.24 new +TCGA-24-1428-01 TCGA-24-1428-01A-01D-0472-01 called 0.82 3.3 1.0 15.0 0.88 0.4 new +TCGA-24-1430-01 TCGA-24-1430-01A-01D-0472-01 called 0.97 1.86 0.0 7.0 0.97 0.21 new +TCGA-24-1431-01 TCGA-24-1431-01A-01D-0472-01 called 0.9 2.81 1.0 12.0 0.92 0.25 new +TCGA-24-1434-01 TCGA-24-1434-01A-01D-0472-01 called 0.63 2.61 1.0 16.0 0.69 0.18 new +TCGA-24-1435-01 TCGA-24-1435-01A-01D-0472-01 called 0.71 3.76 1.0 19.0 0.82 0.28 new +TCGA-24-1436-01 TCGA-24-1436-01A-01D-0472-01 called 0.78 2.61 1.0 13.0 0.82 0.52 new +TCGA-24-1463-01 TCGA-24-1463-01A-01D-0472-01 called 0.84 1.75 0.0 8.0 0.82 0.06 new +TCGA-24-1464-01 TCGA-24-1464-01A-01D-0472-01 called 0.85 1.91 0.0 9.0 0.84 0.25 new +TCGA-24-1466-01 TCGA-24-1466-01A-01D-0472-01 called 0.85 3.28 1.0 15.0 0.9 0.33 new +TCGA-24-1467-01 TCGA-24-1467-01A-01D-0472-01 called 0.77 3.98 1.0 19.0 0.87 0.09 new +TCGA-24-1469-01 TCGA-24-1469-01A-01D-0497-01 called 0.87 3.26 2.0 15.0 0.91 0.5 new +TCGA-24-1470-01 TCGA-24-1470-01A-01D-0497-01 called 0.84 1.95 0.0 9.0 0.83 0.17 new +TCGA-24-1471-01 TCGA-24-1471-01A-01D-0497-01 called 0.89 2.72 1.0 12.0 0.92 0.19 new +TCGA-24-1474-01 TCGA-24-1474-01A-01D-0497-01 called 0.79 3.77 2.0 18.0 0.88 0.35 new +TCGA-24-1549-01 TCGA-24-1549-01A-01D-0497-01 called 0.85 3.69 1.0 17.0 0.91 0.29 new +TCGA-24-1550-01 TCGA-24-1550-01A-01D-0497-01 called 0.77 1.82 0.0 10.0 0.75 0.06 new +TCGA-24-1551-01 TCGA-24-1551-01A-01D-0497-01 called 0.78 2.13 0.0 11.0 0.79 0.11 new +TCGA-24-1552-01 TCGA-24-1552-01A-01D-0497-01 called 0.91 2.76 1.0 12.0 0.93 0.04 new +TCGA-24-1562-01 TCGA-24-1562-01A-01D-0497-01 called 0.84 1.81 0.0 9.0 0.83 0.04 new +TCGA-24-1563-01 TCGA-24-1563-01A-01D-0497-01 called 0.85 2.0 0.0 9.0 0.85 0.31 new +TCGA-24-1564-01 TCGA-24-1564-01A-01D-0497-01 called 0.41 2.9 1.0 29.0 0.5 0.23 new +TCGA-24-1565-01 TCGA-24-1565-01A-01D-0497-01 called 0.78 2.02 0.0 10.0 0.78 0.07 new +TCGA-24-1603-01 TCGA-24-1603-01A-01D-0497-01 called 0.96 1.74 0.0 7.0 0.95 0.14 new +TCGA-24-1616-01 TCGA-24-1616-01A-01D-0497-01 called 0.8 3.44 1.0 16.0 0.87 0.09 new +TCGA-24-1842-01 TCGA-24-1842-01A-01D-0577-01 called 0.68 3.59 1.0 19.0 0.79 0.19 new +TCGA-24-1843-01 TCGA-24-1843-01A-01D-0577-01 called 0.77 2.8 1.0 14.0 0.83 0.09 new +TCGA-24-1844-01 TCGA-24-1844-01A-01D-0577-01 called 0.86 3.47 1.0 16.0 0.92 0.51 new +TCGA-24-1845-01 TCGA-24-1845-01A-01D-0577-01 called 0.86 3.44 2.0 15.0 0.92 0.29 new +TCGA-24-1846-01 TCGA-24-1846-01A-01D-0577-01 called 0.9 1.7 0.0 7.0 0.89 0.03 new +TCGA-24-1847-01 TCGA-24-1847-01A-01D-0559-01 called 0.54 3.36 1.0 21.0 0.67 0.37 new +TCGA-24-1849-01 TCGA-24-1849-01A-01D-0577-01 called 0.51 1.84 0.0 15.0 0.49 0.15 new +TCGA-24-1850-01 TCGA-24-1850-01A-01D-0577-01 called 0.77 2.7 1.0 13.0 0.82 0.15 new +TCGA-24-1927-01 TCGA-24-1927-01A-01D-0648-01 called 0.82 1.91 0.0 9.0 0.81 0.11 new +TCGA-24-2019-01 TCGA-24-2019-01A-02D-0663-01 called 0.85 2.91 1.0 13.0 0.89 0.27 new +TCGA-24-2024-01 TCGA-24-2024-01A-02D-0663-01 called 0.91 1.79 0.0 8.0 0.9 0.0 new +TCGA-24-2030-01 TCGA-24-2030-01A-01D-0663-01 called 0.86 3.05 1.0 14.0 0.9 0.09 new +TCGA-24-2033-01 TCGA-24-2033-01A-01D-0663-01 called 0.82 3.32 1.0 15.0 0.88 0.05 new +TCGA-24-2035-01 TCGA-24-2035-01A-01D-0663-01 called 0.61 1.98 0.0 13.0 0.6 0.05 new +TCGA-24-2038-01 TCGA-24-2038-01A-01D-0663-01 called 0.97 2.22 0.0 9.0 0.97 0.01 new +TCGA-24-2254-01 TCGA-24-2254-01A-01D-0663-01 called 0.81 1.72 0.0 9.0 0.78 0.11 new +TCGA-24-2260-01 TCGA-24-2260-01A-01D-0663-01 called 0.84 3.15 1.0 14.0 0.89 0.28 new +TCGA-24-2261-01 TCGA-24-2261-01A-01D-0663-01 called 0.74 2.77 1.0 14.0 0.8 0.31 new +TCGA-24-2262-01 TCGA-24-2262-01A-01D-0704-01 called 0.7 2.02 0.0 12.0 0.7 0.06 new +TCGA-24-2267-01 TCGA-24-2267-01A-01D-0704-01 called 0.57 2.84 1.0 18.0 0.65 0.27 new +TCGA-24-2271-01 TCGA-24-2271-01A-01D-0704-01 called 0.68 1.88 0.0 11.0 0.67 0.06 new +TCGA-24-2280-01 TCGA-24-2280-01A-01D-0704-01 called 0.59 3.56 2.0 21.0 0.72 0.23 new +TCGA-24-2281-01 TCGA-24-2281-01A-01D-0704-01 called 0.5 3.4 1.0 26.0 0.63 0.25 new +TCGA-24-2288-01 TCGA-24-2288-01A-01D-0704-01 called 0.52 4.47 2.0 32.0 0.71 0.43 new +TCGA-24-2289-01 TCGA-24-2289-01A-01D-0704-01 called 0.61 2.54 1.0 16.0 0.67 0.07 new +TCGA-24-2290-01 TCGA-24-2290-01A-01D-0704-01 called 0.81 3.66 1.0 17.0 0.89 0.17 new +TCGA-24-2293-01 TCGA-24-2293-01A-01D-0704-01 called 0.39 2.81 1.0 30.0 0.47 0.24 new +TCGA-24-2295-01 TCGA-24-2295-01A-01D-0704-01 called 0.89 4.45 2.0 19.0 0.95 0.14 new +TCGA-24-2298-01 TCGA-24-2298-01A-01D-0704-01 called 0.72 2.69 1.0 14.0 0.78 0.11 new +TCGA-25-1312-01 TCGA-25-1312-01A-01D-0452-01 called 0.82 3.29 1.0 15.0 0.88 0.22 new +TCGA-25-1313-01 TCGA-25-1313-01A-01D-0452-01 called 0.56 3.18 1.0 20.0 0.67 0.39 new +TCGA-25-1314-01 TCGA-25-1314-01A-01D-0452-01 called 0.83 3.09 1.0 14.0 0.88 0.28 new +TCGA-25-1315-01 TCGA-25-1315-01A-01D-0452-01 called 0.94 1.91 0.0 8.0 0.94 0.16 new +TCGA-25-1319-01 TCGA-25-1319-01A-01D-0452-01 called 0.89 3.34 1.0 15.0 0.93 0.04 new +TCGA-25-1320-01 TCGA-25-1320-01A-01D-0452-01 called 0.57 5.98 2.0 39.0 0.8 0.25 new +TCGA-25-1322-01 TCGA-25-1322-01A-01D-0452-01 called 0.75 1.89 0.0 10.0 0.74 0.08 new +TCGA-25-1323-01 TCGA-25-1323-01A-01D-0452-01 called 0.73 3.32 2.0 17.0 0.82 0.5 new +TCGA-25-1329-01 TCGA-25-1329-01A-01D-0452-01 called 0.81 3.46 1.0 16.0 0.88 0.24 new +TCGA-25-2042-01 TCGA-25-2042-01A-01D-0704-01 called 0.5 1.88 0.0 16.0 0.49 0.02 new +TCGA-25-2391-01 TCGA-25-2391-01A-01D-0704-01 called 0.88 1.87 0.0 8.0 0.87 0.1 new +TCGA-25-2392-01 TCGA-25-2392-01A-01D-0704-01 called 0.59 4.71 2.0 31.0 0.77 0.18 new +TCGA-25-2393-01 TCGA-25-2393-01A-01D-0704-01 called 0.84 2.88 1.0 13.0 0.89 0.08 new +TCGA-25-2396-01 TCGA-25-2396-01A-01D-0704-01 called 0.86 3.07 1.0 14.0 0.9 0.22 new +TCGA-25-2397-01 TCGA-25-2397-01A-01D-0704-01 called 0.91 1.98 0.0 8.0 0.91 0.1 new +TCGA-25-2398-01 TCGA-25-2398-01A-01D-0704-01 called 0.6 4.21 2.0 27.0 0.76 0.18 new +TCGA-25-2399-01 TCGA-25-2399-01A-01D-0704-01 called 0.84 1.94 0.0 9.0 0.84 0.12 new +TCGA-25-2400-01 TCGA-25-2400-01A-01D-0704-01 called 0.83 3.72 2.0 17.0 0.9 0.51 new +TCGA-25-2401-01 TCGA-25-2401-01A-01D-0704-01 called 0.62 1.93 0.0 13.0 0.61 0.14 new +TCGA-25-2404-01 TCGA-25-2404-01A-01D-0704-01 called 0.63 3.04 1.0 17.0 0.72 0.24 new +TCGA-29-1688-01 TCGA-29-1688-01A-01D-0559-01 called 0.84 1.9 0.0 9.0 0.83 0.2 new +TCGA-29-1690-01 TCGA-29-1690-01A-01D-0559-01 called 0.79 2.08 0.0 10.0 0.8 0.0 new +TCGA-29-1691-01 TCGA-29-1691-01A-01D-0559-01 called 0.91 3.12 1.0 14.0 0.94 0.41 new +TCGA-29-1693-01 TCGA-29-1693-01A-01D-0559-01 called 0.77 3.61 1.0 17.0 0.86 0.26 new +TCGA-29-1694-01 TCGA-29-1694-01A-01D-0559-01 called 0.79 1.83 0.0 9.0 0.78 0.1 new +TCGA-29-1695-01 TCGA-29-1695-01A-01D-0559-01 called 0.66 3.41 1.0 18.0 0.77 0.16 new +TCGA-29-1696-01 TCGA-29-1696-01A-01D-0559-01 called 0.95 1.94 0.0 8.0 0.95 0.01 new +TCGA-29-1697-01 TCGA-29-1697-01A-01D-0559-01 called 0.98 1.71 0.0 7.0 0.98 0.1 new +TCGA-29-1698-01 TCGA-29-1698-01A-01D-0559-01 called 0.6 5.89 2.0 38.0 0.81 0.34 new +TCGA-29-1699-01 TCGA-29-1699-01A-01D-0559-01 called 0.61 5.61 2.0 36.0 0.81 0.33 new +TCGA-29-1701-01 TCGA-29-1701-01A-01D-0559-01 called 0.71 3.35 1.0 17.0 0.8 0.34 new +TCGA-29-1702-01 TCGA-29-1702-01A-01D-0559-01 called 0.97 3.41 1.0 14.0 0.98 0.25 new +TCGA-29-1703-01 TCGA-29-1703-01A-01D-0559-01 called 0.93 2.85 1.0 12.0 0.95 0.08 new +TCGA-29-1705-01 TCGA-29-1705-01A-01D-0559-01 called 0.79 1.89 0.0 10.0 0.78 0.2 new +TCGA-29-1707-01 TCGA-29-1707-01A-01D-0559-01 called 0.88 1.88 0.0 8.0 0.88 0.21 new +TCGA-29-1710-01 TCGA-29-1710-01A-02D-0559-01 called 0.47 3.06 1.0 24.0 0.58 0.22 new +TCGA-29-1711-01 TCGA-29-1711-01A-01D-0559-01 called 0.84 1.93 0.0 9.0 0.83 0.05 new +TCGA-29-1761-01 TCGA-29-1761-01A-01D-0559-01 called 0.81 2.69 1.0 13.0 0.85 0.42 new +TCGA-29-1762-01 TCGA-29-1762-01A-01D-0559-01 called 0.89 1.71 0.0 8.0 0.87 0.07 new +TCGA-29-1763-01 TCGA-29-1763-01A-02D-0559-01 called 0.74 3.02 1.0 15.0 0.81 0.12 new +TCGA-29-1764-01 TCGA-29-1764-01A-01D-0559-01 called 0.58 3.48 1.0 20.0 0.71 0.46 new +TCGA-29-1766-01 TCGA-29-1766-01A-01D-0559-01 called 0.55 4.24 2.0 29.0 0.72 0.23 new +TCGA-29-1768-01 TCGA-29-1768-01A-01D-0559-01 called 0.54 1.85 0.0 14.0 0.52 0.04 new +TCGA-29-1769-01 TCGA-29-1769-01A-01D-0577-01 called 0.88 1.87 0.0 8.0 0.88 0.33 new +TCGA-29-1770-01 TCGA-29-1770-01A-01D-0559-01 called 0.73 3.09 1.0 16.0 0.81 0.4 new +TCGA-29-1771-01 TCGA-29-1771-01A-01D-0559-01 called 0.87 1.86 0.0 8.0 0.86 0.23 new +TCGA-29-1774-01 TCGA-29-1774-01A-01D-0577-01 called 0.86 2.22 1.0 10.0 0.87 0.22 new +TCGA-29-1775-01 TCGA-29-1775-01A-01D-0577-01 called 0.91 3.3 1.0 14.0 0.94 0.32 new +TCGA-29-1776-01 TCGA-29-1776-01A-01D-0577-01 called 0.88 1.92 0.0 9.0 0.87 0.03 new +TCGA-29-1777-01 TCGA-29-1777-01A-01D-0577-01 called 0.81 1.82 0.0 9.0 0.8 0.33 new +TCGA-29-1778-01 TCGA-29-1778-01A-01D-0577-01 called 0.7 4.67 2.0 27.0 0.85 0.22 new +TCGA-29-1781-01 TCGA-29-1781-01A-01D-0559-01 called 0.75 1.77 0.0 10.0 0.72 0.04 new +TCGA-29-1783-01 TCGA-29-1783-01A-01D-0559-01 called 0.71 3.12 1.0 16.0 0.79 0.44 new +TCGA-29-1784-01 TCGA-29-1784-01A-02D-0559-01 called 0.72 3.07 1.0 16.0 0.8 0.38 new +TCGA-29-1785-01 TCGA-29-1785-01A-01D-0559-01 called 0.88 1.94 0.0 9.0 0.87 0.03 new +TCGA-29-2427-01 TCGA-29-2427-01A-01D-0704-01 called 0.69 1.8 0.0 11.0 0.66 0.02 new +TCGA-29-2429-01 TCGA-29-2429-01A-01D-1043-01 called 0.58 2.38 0.0 16.0 0.62 0.64 new +TCGA-29-2431-01 TCGA-29-2431-01A-01D-1043-01 called 0.88 3.01 1.0 13.0 0.92 0.41 new +TCGA-29-2432-01 TCGA-29-2432-01A-01D-1043-01 called 0.64 3.54 1.0 19.0 0.76 0.4 new +TCGA-29-2434-01 TCGA-29-2434-01A-01D-1043-01 called 0.92 3.09 1.0 13.0 0.95 0.27 new +TCGA-29-2436-01 TCGA-29-2436-01A-01D-1043-01 called 0.73 2.01 0.0 11.0 0.73 0.03 new +TCGA-29-A5NZ-01 TCGA-29-A5NZ-01A-11D-A402-01 called 0.86 3.58 1.0 16.0 0.92 0.11 new +TCGA-30-1714-01 TCGA-30-1714-01A-02D-0559-01 called 0.9 3.18 1.0 14.0 0.94 0.12 new +TCGA-30-1718-01 TCGA-30-1718-01A-01D-0559-01 called 0.59 5.1 2.0 34.0 0.78 0.47 new +TCGA-30-1853-01 TCGA-30-1853-01A-02D-0648-01 called 1.0 2.58 1.0 10.0 1.0 0.08 new +TCGA-30-1855-01 TCGA-30-1855-01A-01D-0577-01 called 0.7 2.73 1.0 15.0 0.76 0.34 new +TCGA-30-1856-01 TCGA-30-1856-01A-01D-0577-01 called 0.89 5.09 2.0 25.0 0.95 0.28 new +TCGA-30-1857-01 TCGA-30-1857-01A-02D-0577-01 called 0.71 1.93 0.0 11.0 0.7 0.05 new +TCGA-30-1862-01 TCGA-30-1862-01A-02D-0648-01 called 0.73 2.51 1.0 13.0 0.78 0.08 new +TCGA-30-1891-01 TCGA-30-1891-01A-01D-0648-01 called 0.78 1.86 0.0 10.0 0.77 0.25 new +TCGA-31-1950-01 TCGA-31-1950-01A-01D-0648-01 called 0.48 3.13 1.0 25.0 0.59 0.32 new +TCGA-31-1953-01 TCGA-31-1953-01A-01D-0648-01 called 0.64 3.77 1.0 20.0 0.77 0.07 new +TCGA-31-1959-01 TCGA-31-1959-01A-01D-0648-01 called 0.66 1.58 0.0 10.0 0.61 0.15 new +TCGA-36-2530-01 TCGA-36-2530-01A-01D-1043-01 called 0.95 2.0 0.0 8.0 0.95 0.38 new +TCGA-36-2532-01 TCGA-36-2532-01A-01D-1043-01 called 0.86 1.91 0.0 9.0 0.85 0.57 new +TCGA-36-2533-01 TCGA-36-2533-01A-01D-1043-01 called 0.73 3.39 1.0 17.0 0.82 0.47 new +TCGA-36-2534-01 TCGA-36-2534-01A-01D-1043-01 called 0.91 1.94 0.0 8.0 0.91 0.39 new +TCGA-36-2537-01 TCGA-36-2537-01A-01D-1043-01 called 0.81 1.91 0.0 9.0 0.8 0.49 new +TCGA-36-2538-01 TCGA-36-2538-01A-01D-1043-01 called 0.71 1.75 0.0 10.0 0.68 0.45 new +TCGA-36-2540-01 TCGA-36-2540-01A-01D-1043-01 called 0.72 1.92 0.0 11.0 0.72 0.0 new +TCGA-36-2542-01 TCGA-36-2542-01A-01D-1043-01 called 0.75 1.88 0.0 10.0 0.74 0.27 new +TCGA-36-2543-01 TCGA-36-2543-01A-01D-1043-01 called 0.58 3.28 1.0 20.0 0.69 0.37 new +TCGA-36-2544-01 TCGA-36-2544-01A-01D-1043-01 called 0.91 2.09 0.0 9.0 0.92 0.55 new +TCGA-36-2545-01 TCGA-36-2545-01A-01D-1043-01 called 0.78 1.9 0.0 10.0 0.77 0.51 new +TCGA-36-2547-01 TCGA-36-2547-01A-01D-1043-01 called 0.8 3.15 1.0 15.0 0.86 0.34 new +TCGA-36-2548-01 TCGA-36-2548-01A-01D-1043-01 called 0.81 3.34 1.0 16.0 0.88 0.54 new +TCGA-36-2551-01 TCGA-36-2551-01A-01D-1043-01 called 0.78 4.54 2.0 21.0 0.89 0.48 new +TCGA-36-2552-01 TCGA-36-2552-01A-01D-1043-01 called 0.93 3.86 2.0 16.0 0.96 0.17 new +TCGA-3P-A9WA-01 TCGA-3P-A9WA-01A-11D-A402-01 called 0.85 3.5 1.0 16.0 0.91 0.21 new +TCGA-42-2582-01 TCGA-42-2582-01A-01D-1043-01 called 0.75 2.12 0.0 11.0 0.76 0.47 new +TCGA-42-2587-01 TCGA-42-2587-01A-01D-1043-01 called 0.6 3.05 1.0 18.0 0.7 0.71 new +TCGA-42-2588-01 TCGA-42-2588-01A-01D-1043-01 called 0.57 2.25 0.0 15.0 0.6 0.42 new +TCGA-42-2589-01 TCGA-42-2589-01A-01D-1043-01 called 0.85 1.76 0.0 8.0 0.83 0.36 new +TCGA-42-2590-01 TCGA-42-2590-01A-01D-1043-01 called 0.76 1.98 0.0 10.0 0.76 0.18 new +TCGA-42-2591-01 TCGA-42-2591-01A-01D-1043-01 called 0.91 1.78 0.0 8.0 0.89 0.36 new +TCGA-42-2593-01 TCGA-42-2593-01A-01D-1043-01 called 0.84 3.07 1.0 14.0 0.89 0.34 new +TCGA-57-1586-01 TCGA-57-1586-01A-02D-0559-01 called 0.84 2.59 1.0 12.0 0.87 0.11 new +TCGA-57-1992-01 TCGA-57-1992-01A-01D-0648-01 called 0.87 1.65 0.0 8.0 0.85 0.04 new +TCGA-57-1993-01 TCGA-57-1993-01A-01D-0648-01 called 0.82 4.12 2.0 19.0 0.9 0.3 new +TCGA-57-1994-01 TCGA-57-1994-01A-01D-0648-01 called 0.75 3.29 1.0 16.0 0.83 0.45 new +TCGA-59-2348-01 TCGA-59-2348-01A-01D-0704-01 called 0.63 3.41 1.0 19.0 0.75 0.11 new +TCGA-59-2350-01 TCGA-59-2350-01A-01D-0704-01 called 0.84 1.71 0.0 8.0 0.82 0.02 new +TCGA-59-2351-01 TCGA-59-2351-01A-01D-0704-01 called 0.5 3.0 1.0 21.0 0.6 0.26 new +TCGA-59-2352-01 TCGA-59-2352-01A-01D-0704-01 called 0.67 3.59 1.0 19.0 0.79 0.24 new +TCGA-59-2354-01 TCGA-59-2354-01A-01D-0704-01 called 0.64 1.84 0.0 12.0 0.62 0.07 new +TCGA-59-2355-01 TCGA-59-2355-01A-01D-0704-01 called 0.79 1.85 0.0 9.0 0.78 0.42 new +TCGA-59-2363-01 TCGA-59-2363-01A-01D-0704-01 called 0.92 1.73 0.0 7.0 0.91 0.13 new +TCGA-59-2372-01 TCGA-59-2372-01A-01D-1043-01 called 0.97 3.24 1.0 13.0 0.98 0.2 new +TCGA-59-A5PD-01 TCGA-59-A5PD-01A-11D-A402-01 called 0.67 2.96 1.0 16.0 0.75 0.2 new +TCGA-5X-AA5U-01 TCGA-5X-AA5U-01A-11D-A402-01 called 0.86 3.56 1.0 16.0 0.91 0.22 new +TCGA-61-1722-01 TCGA-61-1722-01A-01D-0577-01 called 0.55 2.45 1.0 17.0 0.6 0.42 new +TCGA-61-1725-01 TCGA-61-1725-01A-01D-0577-01 called 0.83 1.91 0.0 9.0 0.82 0.1 new +TCGA-61-1727-01 TCGA-61-1727-01A-01D-0577-01 called 0.56 2.8 1.0 18.0 0.64 0.11 new +TCGA-61-1728-01 TCGA-61-1728-01A-01D-0648-01 called 0.86 3.53 1.0 16.0 0.91 0.63 new +TCGA-61-1730-01 TCGA-61-1730-01A-01D-0577-01 called 0.8 3.41 1.0 16.0 0.87 0.19 new +TCGA-61-1733-01 TCGA-61-1733-01A-01D-0577-01 called 0.84 2.75 1.0 13.0 0.88 0.12 new +TCGA-61-1736-01 TCGA-61-1736-01B-01D-0663-01 called 0.81 1.85 0.0 9.0 0.79 0.01 new +TCGA-61-1737-01 TCGA-61-1737-01A-01D-0577-01 called 0.76 1.89 0.0 10.0 0.75 0.07 new +TCGA-61-1738-01 TCGA-61-1738-01A-01D-0577-01 called 0.93 1.96 0.0 8.0 0.93 0.26 new +TCGA-61-1740-01 TCGA-61-1740-01A-01D-0577-01 called 0.81 1.77 0.0 9.0 0.79 0.28 new +TCGA-61-1741-01 TCGA-61-1741-01A-02D-0577-01 called 0.82 3.54 1.0 16.0 0.89 0.34 new +TCGA-61-1895-01 TCGA-61-1895-01A-01D-0577-01 called 0.65 1.79 0.0 12.0 0.62 0.01 new +TCGA-61-1899-01 TCGA-61-1899-01A-01D-0577-01 called 0.78 6.21 2.0 35.0 0.92 0.21 new +TCGA-61-1900-01 TCGA-61-1900-01A-01D-0577-01 called 0.9 2.08 0.0 9.0 0.91 0.01 new +TCGA-61-1901-01 TCGA-61-1901-01A-01D-0577-01 called 0.83 1.81 0.0 9.0 0.81 0.18 new +TCGA-61-1903-01 TCGA-61-1903-01A-01D-0577-01 called 0.86 1.94 0.0 9.0 0.86 0.02 new +TCGA-61-1904-01 TCGA-61-1904-01A-01D-0577-01 called 0.58 3.88 2.0 25.0 0.73 0.46 new +TCGA-61-1906-01 TCGA-61-1906-01A-01D-0577-01 called 0.79 3.25 1.0 16.0 0.86 0.1 new +TCGA-61-1907-01 TCGA-61-1907-01A-01D-0577-01 called 0.76 3.32 1.0 16.0 0.84 0.27 new +TCGA-61-1910-01 TCGA-61-1910-01A-01D-0577-01 called 0.97 2.07 0.0 8.0 0.97 0.02 new +TCGA-61-1911-01 TCGA-61-1911-01A-01D-0577-01 called 0.72 2.32 1.0 12.0 0.75 0.17 new +TCGA-61-1913-01 TCGA-61-1913-01A-01D-0577-01 called 0.89 1.8 0.0 8.0 0.88 0.03 new +TCGA-61-1914-01 TCGA-61-1914-01A-01D-0577-01 called 0.76 1.84 0.0 10.0 0.75 0.47 new +TCGA-61-1915-01 TCGA-61-1915-01A-01D-0577-01 called 0.77 3.24 1.0 16.0 0.84 0.14 new +TCGA-61-1919-01 TCGA-61-1919-01A-01D-0648-01 called 0.66 2.91 1.0 16.0 0.74 0.44 new +TCGA-61-1995-01 TCGA-61-1995-01A-01D-0663-01 called 0.83 1.68 0.0 8.0 0.8 0.12 new +TCGA-61-1998-01 TCGA-61-1998-01A-01D-0663-01 called 0.72 1.95 0.0 11.0 0.71 0.09 new +TCGA-61-2000-01 TCGA-61-2000-01A-01D-0663-01 called 0.92 2.15 0.0 9.0 0.92 0.09 new +TCGA-61-2002-01 TCGA-61-2002-01A-01D-0663-01 called 0.69 1.92 0.0 11.0 0.68 0.05 new +TCGA-61-2003-01 TCGA-61-2003-01A-01D-0663-01 called 0.47 3.66 2.0 30.0 0.62 0.14 new +TCGA-61-2008-01 TCGA-61-2008-01A-02D-0663-01 called 0.78 3.13 1.0 15.0 0.85 0.2 new +TCGA-61-2009-01 TCGA-61-2009-01A-01D-0663-01 called 0.57 3.58 2.0 21.0 0.7 0.27 new +TCGA-61-2012-01 TCGA-61-2012-01A-01D-0663-01 called 0.58 2.9 1.0 18.0 0.67 0.12 new +TCGA-61-2016-01 TCGA-61-2016-01A-01D-0663-01 called 0.88 1.74 0.0 8.0 0.86 0.17 new +TCGA-61-2018-01 TCGA-61-2018-01A-01D-0663-01 called 0.75 1.9 0.0 10.0 0.74 0.04 new +TCGA-61-2087-01 TCGA-61-2087-01A-01D-0663-01 called 0.93 1.82 0.0 8.0 0.93 0.05 new +TCGA-61-2088-01 TCGA-61-2088-01A-01D-0663-01 called 0.93 3.21 1.0 14.0 0.95 0.03 new +TCGA-61-2092-01 TCGA-61-2092-01A-01D-0663-01 called 0.93 2.08 0.0 9.0 0.94 0.23 new +TCGA-61-2094-01 TCGA-61-2094-01A-01D-0663-01 called 0.6 1.79 0.0 13.0 0.57 0.16 new +TCGA-61-2095-01 TCGA-61-2095-01A-01D-0663-01 called 0.62 1.97 0.0 13.0 0.61 0.02 new +TCGA-61-2096-01 TCGA-61-2096-01A-01D-0663-01 called 0.91 1.86 0.0 8.0 0.91 0.11 new +TCGA-61-2097-01 TCGA-61-2097-01A-02D-0663-01 called 0.61 3.2 1.0 19.0 0.71 0.05 new +TCGA-61-2101-01 TCGA-61-2101-01A-01D-0663-01 called 0.82 3.23 2.0 15.0 0.88 0.19 new +TCGA-61-2102-01 TCGA-61-2102-01A-01D-0663-01 called 0.92 2.57 1.0 11.0 0.94 0.14 new +TCGA-61-2104-01 TCGA-61-2104-01A-01D-0663-01 called 0.75 3.05 1.0 15.0 0.82 0.19 new +TCGA-61-2109-01 TCGA-61-2109-01A-01D-0663-01 called 0.91 1.91 0.0 8.0 0.91 0.07 new +TCGA-61-2110-01 TCGA-61-2110-01A-01D-0663-01 called 0.86 1.79 0.0 8.0 0.85 0.04 new +TCGA-61-2113-01 TCGA-61-2113-01A-01D-0663-01 called 0.49 4.63 2.0 35.0 0.69 0.39 new +TCGA-61-2610-02 TCGA-61-2610-02A-01D-1134-01 called 0.87 2.01 0.0 9.0 0.87 0.23 new +TCGA-61-2611-02 TCGA-61-2611-02A-01D-1134-01 called 0.29 2.85 1.0 42.0 0.36 0.5 new +TCGA-61-2612-01 TCGA-61-2612-01A-01D-1134-01 called 0.54 3.76 2.0 26.0 0.69 0.3 new +TCGA-61-2613-01 TCGA-61-2613-01A-01D-1134-01 called 0.73 1.86 0.0 10.0 0.72 0.24 new +TCGA-61-2614-01 TCGA-61-2614-01A-01D-1134-01 called 0.61 3.71 2.0 21.0 0.74 0.42 new +TCGA-OY-A56P-01 TCGA-OY-A56P-01A-12D-A402-01 called 0.96 5.19 2.0 24.0 0.98 0.28 new +TCGA-OY-A56Q-01 TCGA-OY-A56Q-01A-11D-A402-01 called 0.98 5.02 2.0 21.0 0.99 0.3 new +TCGA-VG-A8LO-01 TCGA-VG-A8LO-01A-11D-A402-01 called 0.93 2.03 0.0 9.0 0.93 0.09 new +TCGA-WR-A838-01 TCGA-WR-A838-01A-12D-A402-01 called 0.95 3.9 1.0 16.0 0.97 0.42 new +TCGA-2J-AAB1-01 TCGA-2J-AAB1-01A-11D-A40V-01 called 0.4 1.93 0.0 21.0 0.39 0.07 new +TCGA-2J-AAB4-01 TCGA-2J-AAB4-01A-12D-A40V-01 called 0.3 1.96 0.0 34.0 0.3 0.03 new +TCGA-2J-AAB6-01 TCGA-2J-AAB6-01A-11D-A40V-01 called 0.54 2.4 1.0 17.0 0.59 0.02 new +TCGA-2J-AAB8-01 TCGA-2J-AAB8-01A-12D-A40V-01 called 0.29 1.77 0.0 35.0 0.26 0.44 new +TCGA-2J-AAB9-01 TCGA-2J-AAB9-01A-11D-A40V-01 called 0.33 2.01 0.0 31.0 0.33 0.27 new +TCGA-2J-AABA-01 TCGA-2J-AABA-01A-21D-A40V-01 called 0.34 1.83 0.0 28.0 0.32 0.09 new +TCGA-2J-AABE-01 TCGA-2J-AABE-01A-12D-A40V-01 called 0.42 1.98 0.0 20.0 0.41 0.13 new +TCGA-2J-AABF-01 TCGA-2J-AABF-01A-31D-A40V-01 called 0.32 1.92 0.0 31.0 0.31 0.48 new +TCGA-2J-AABH-01 TCGA-2J-AABH-01A-21D-A40V-01 called 0.5 1.93 0.0 16.0 0.49 0.03 new +TCGA-2J-AABI-01 TCGA-2J-AABI-01A-12D-A40V-01 called 0.72 1.75 0.0 10.0 0.69 0.01 new +TCGA-2J-AABO-01 TCGA-2J-AABO-01A-21D-A40V-01 called 0.26 3.58 1.0 50.0 0.38 0.1 new +TCGA-2J-AABP-01 TCGA-2J-AABP-01A-11D-A40V-01 called 0.55 1.69 0.0 13.0 0.51 0.5 new +TCGA-2J-AABT-01 TCGA-2J-AABT-01A-11D-A40V-01 called 0.23 2.0 0.0 47.0 0.23 0.11 new +TCGA-2J-AABU-01 TCGA-2J-AABU-01A-11D-A40V-01 called 0.54 1.84 0.0 14.0 0.52 0.03 new +TCGA-2J-AABV-01 TCGA-2J-AABV-01A-12D-A40V-01 called 0.26 2.01 0.0 42.0 0.26 0.04 new +TCGA-2L-AAQA-01 TCGA-2L-AAQA-01A-21D-A38F-01 called 0.63 1.89 0.0 12.0 0.62 0.04 new +TCGA-2L-AAQE-01 TCGA-2L-AAQE-01A-11D-A396-01 called 0.38 3.42 1.0 35.0 0.51 0.08 new +TCGA-2L-AAQI-01 TCGA-2L-AAQI-01A-12D-A396-01 called 0.31 1.72 0.0 32.0 0.28 0.19 new +TCGA-2L-AAQJ-01 TCGA-2L-AAQJ-01A-12D-A396-01 called 0.47 1.88 0.0 17.0 0.45 0.16 new +TCGA-2L-AAQL-01 TCGA-2L-AAQL-01A-11D-A38F-01 called 0.24 3.53 1.0 53.0 0.36 0.07 new +TCGA-2L-AAQM-01 TCGA-2L-AAQM-01A-11D-A396-01 called 0.87 2.9 1.0 13.0 0.9 0.26 new +TCGA-3A-A9I5-01 TCGA-3A-A9I5-01A-11D-A38F-01 called 0.33 2.0 0.0 30.0 0.33 0.09 new +TCGA-3A-A9I7-01 TCGA-3A-A9I7-01A-21D-A38F-01 called 0.18 2.01 0.0 62.0 0.18 0.24 new +TCGA-3A-A9I9-01 TCGA-3A-A9I9-01A-11D-A38F-01 called 0.32 1.86 0.0 30.0 0.31 0.11 new +TCGA-3A-A9IB-01 TCGA-3A-A9IB-01A-21D-A396-01 called 0.4 1.98 0.0 21.0 0.39 0.25 new +TCGA-3A-A9IC-01 TCGA-3A-A9IC-01A-11D-A38F-01 called 0.39 1.81 0.0 21.0 0.36 0.13 new +TCGA-3A-A9IH-01 TCGA-3A-A9IH-01A-12D-A396-01 called 0.88 1.84 0.0 8.0 0.87 0.17 new +TCGA-3A-A9IJ-01 TCGA-3A-A9IJ-01A-11D-A396-01 called 0.73 2.0 0.0 11.0 0.73 0.07 new +TCGA-3A-A9IL-01 TCGA-3A-A9IL-01A-11D-A38F-01 called 0.83 2.83 1.0 13.0 0.88 0.24 new +TCGA-3A-A9IN-01 TCGA-3A-A9IN-01A-11D-A396-01 called 0.69 1.41 0.0 9.0 0.61 0.0 new +TCGA-3A-A9IO-01 TCGA-3A-A9IO-01A-11D-A38F-01 called 0.7 2.38 1.0 13.0 0.74 0.09 new +TCGA-3A-A9IR-01 TCGA-3A-A9IR-01A-11D-A38F-01 called 0.96 1.95 0.0 8.0 0.96 0.15 new +TCGA-3A-A9IS-01 TCGA-3A-A9IS-01A-21D-A396-01 called 0.99 2.81 1.0 11.0 0.99 0.01 new +TCGA-3A-A9IU-01 TCGA-3A-A9IU-01A-11D-A396-01 called 0.59 1.9 0.0 13.0 0.58 0.0 new +TCGA-3A-A9IV-01 TCGA-3A-A9IV-01A-11D-A40V-01 called 0.85 2.8 1.0 13.0 0.89 0.0 new +TCGA-3A-A9IX-01 TCGA-3A-A9IX-01A-11D-A40V-01 called 0.19 2.01 0.0 56.0 0.2 0.12 new +TCGA-3A-A9IZ-01 TCGA-3A-A9IZ-01A-12D-A40V-01 called 0.58 1.96 0.0 14.0 0.57 0.03 new +TCGA-3A-A9J0-01 TCGA-3A-A9J0-01A-11D-A40V-01 called 0.48 3.24 1.0 26.0 0.6 0.14 new +TCGA-3E-AAAZ-01 TCGA-3E-AAAZ-01A-11D-A38F-01 called 0.4 1.8 0.0 20.0 0.37 0.07 new +TCGA-F2-6879-01 TCGA-F2-6879-01A-11D-2153-01 called 0.68 1.88 0.0 11.0 0.67 0.02 new +TCGA-F2-6880-01 TCGA-F2-6880-01A-11D-2153-01 called 0.22 2.0 0.0 49.0 0.22 0.03 new +TCGA-F2-7273-01 TCGA-F2-7273-01A-11D-2153-01 called 0.92 2.0 0.0 9.0 0.92 0.0 new +TCGA-F2-7276-01 TCGA-F2-7276-01A-11D-2153-01 called 0.23 2.0 0.0 47.0 0.23 0.0 new +TCGA-F2-A44G-01 TCGA-F2-A44G-01A-11D-A26H-01 called 0.32 1.96 0.0 32.0 0.31 0.07 new +TCGA-F2-A44H-01 TCGA-F2-A44H-01A-11D-A26H-01 called 0.25 1.8 0.0 41.0 0.24 0.05 new +TCGA-F2-A7TX-01 TCGA-F2-A7TX-01A-33D-A38F-01 called 0.33 1.91 0.0 30.0 0.32 0.44 new +TCGA-F2-A8YN-01 TCGA-F2-A8YN-01A-11D-A376-01 called 0.58 1.81 0.0 13.0 0.56 0.01 new +TCGA-FB-A4P5-01 TCGA-FB-A4P5-01A-11D-A26H-01 called 0.23 2.0 0.0 47.0 0.23 0.0 new +TCGA-FB-A545-01 TCGA-FB-A545-01A-11D-A26H-01 called 0.52 3.13 1.0 21.0 0.63 0.07 new +TCGA-FB-A5VM-01 TCGA-FB-A5VM-01A-11D-A32M-01 called 0.28 1.92 0.0 37.0 0.27 0.05 new +TCGA-FB-A78T-01 TCGA-FB-A78T-01A-12D-A32M-01 called 0.39 3.86 1.0 37.0 0.55 0.05 new +TCGA-FB-A7DR-01 TCGA-FB-A7DR-01A-21D-A33S-01 called 0.22 1.48 0.0 46.0 0.17 0.06 new +TCGA-FB-AAPP-01 TCGA-FB-AAPP-01A-12D-A40V-01 called 0.82 3.74 1.0 17.0 0.89 0.29 new +TCGA-FB-AAPQ-01 TCGA-FB-AAPQ-01A-11D-A40V-01 called 0.48 1.9 0.0 17.0 0.47 0.01 new +TCGA-FB-AAPS-01 TCGA-FB-AAPS-01A-12D-A396-01 called 0.22 2.01 0.0 50.0 0.22 0.06 new +TCGA-FB-AAPU-01 TCGA-FB-AAPU-01A-31D-A40V-01 called 0.72 2.01 0.0 11.0 0.72 0.08 new +TCGA-FB-AAPY-01 TCGA-FB-AAPY-01A-11D-A40V-01 called 0.27 1.89 0.0 38.0 0.26 0.14 new +TCGA-FB-AAPZ-01 TCGA-FB-AAPZ-01A-11D-A40V-01 called 0.71 3.15 1.0 16.0 0.79 0.49 new +TCGA-FB-AAQ0-01 TCGA-FB-AAQ0-01A-31D-A40V-01 called 0.68 1.88 0.0 11.0 0.66 0.47 new +TCGA-FB-AAQ1-01 TCGA-FB-AAQ1-01A-12D-A40V-01 called 0.24 3.35 1.0 52.0 0.35 0.08 new +TCGA-FB-AAQ2-01 TCGA-FB-AAQ2-01A-31D-A40V-01 called 0.33 3.68 1.0 41.0 0.48 0.04 new +TCGA-FB-AAQ3-01 TCGA-FB-AAQ3-01A-11D-A40V-01 called 0.4 1.87 0.0 20.0 0.38 0.05 new +TCGA-FB-AAQ6-01 TCGA-FB-AAQ6-01A-11D-A40V-01 called 0.65 1.86 0.0 12.0 0.63 0.1 new +TCGA-FZ-5919-01 TCGA-FZ-5919-01A-11D-1608-01 called 0.27 1.86 0.0 39.0 0.25 0.31 new +TCGA-FZ-5920-01 TCGA-FZ-5920-01A-11D-1608-01 called 0.25 2.78 1.0 48.0 0.31 0.06 new +TCGA-FZ-5921-01 TCGA-FZ-5921-01A-11D-1608-01 called 0.24 1.99 0.0 45.0 0.24 0.49 new +TCGA-FZ-5922-01 TCGA-FZ-5922-01A-11D-1608-01 called 0.38 1.88 0.0 22.0 0.36 0.0 new +TCGA-FZ-5923-01 TCGA-FZ-5923-01A-12D-1608-01 called 0.26 2.0 0.0 41.0 0.26 0.14 new +TCGA-FZ-5924-01 TCGA-FZ-5924-01A-13D-1608-01 called 0.35 3.45 1.0 37.0 0.49 0.0 new +TCGA-FZ-5926-01 TCGA-FZ-5926-01A-11D-1608-01 called 0.08 3.55 1.0 173.0 0.14 0.28 new +TCGA-H6-8124-01 TCGA-H6-8124-01A-11D-2392-01 called 0.71 1.78 0.0 10.0 0.68 0.09 new +TCGA-H6-A45N-01 TCGA-H6-A45N-01A-11D-A26H-01 called 0.33 2.0 0.0 31.0 0.33 0.27 new +TCGA-H8-A6C1-01 TCGA-H8-A6C1-01A-11D-A32M-01 called 0.42 1.92 0.0 19.0 0.41 0.06 new +TCGA-HV-A5A3-01 TCGA-HV-A5A3-01A-11D-A26H-01 called 0.62 2.04 0.0 13.0 0.62 0.01 new +TCGA-HV-A5A4-01 TCGA-HV-A5A4-01A-11D-A26H-01 called 0.57 1.99 0.0 14.0 0.57 0.0 new +TCGA-HV-A5A6-01 TCGA-HV-A5A6-01A-11D-A26H-01 called 0.48 3.75 1.0 30.0 0.63 0.08 new +TCGA-HV-A7OL-01 TCGA-HV-A7OL-01A-11D-A33S-01 called 0.39 1.91 0.0 21.0 0.38 0.0 new +TCGA-HV-A7OP-01 TCGA-HV-A7OP-01A-11D-A33S-01 called 0.81 3.74 1.0 17.0 0.89 0.09 new +TCGA-HV-AA8X-01 TCGA-HV-AA8X-01A-11D-A396-01 called 0.65 1.93 0.0 12.0 0.64 0.03 new +TCGA-HZ-7289-01 TCGA-HZ-7289-01A-11D-2153-01 called 0.57 3.78 1.0 24.0 0.72 0.06 new +TCGA-HZ-7918-01 TCGA-HZ-7918-01A-11D-2153-01 called 0.31 1.83 0.0 33.0 0.29 0.26 new +TCGA-HZ-7919-01 TCGA-HZ-7919-01A-11D-2153-01 called 0.4 1.87 0.0 20.0 0.38 0.08 new +TCGA-HZ-7920-01 TCGA-HZ-7920-01A-11D-2200-01 called 0.19 2.0 0.0 56.0 0.19 0.0 new +TCGA-HZ-7922-01 TCGA-HZ-7922-01A-11D-2153-01 called 0.38 2.95 1.0 32.0 0.48 0.03 new +TCGA-HZ-7924-01 TCGA-HZ-7924-01A-11D-2153-01 called 0.22 2.0 0.0 49.0 0.22 0.0 new +TCGA-HZ-7925-01 TCGA-HZ-7925-01A-11D-2153-01 called 0.25 1.82 0.0 42.0 0.23 0.19 new +TCGA-HZ-8002-01 TCGA-HZ-8002-01A-11D-2200-01 called 0.36 2.0 0.0 27.0 0.36 0.0 new +TCGA-HZ-8005-01 TCGA-HZ-8005-01A-11D-2200-01 called 0.29 3.9 1.0 48.0 0.44 0.2 new +TCGA-HZ-8315-01 TCGA-HZ-8315-01A-11D-2392-01 called 0.28 1.93 0.0 38.0 0.27 0.03 new +TCGA-HZ-8317-01 TCGA-HZ-8317-01A-11D-2392-01 called 0.5 2.0 0.0 16.0 0.5 0.03 new +TCGA-HZ-8519-01 TCGA-HZ-8519-01A-11D-2392-01 called 0.41 2.0 0.0 20.0 0.41 0.06 new +TCGA-HZ-8636-01 TCGA-HZ-8636-01A-21D-2392-01 called 0.5 1.79 0.0 15.0 0.47 0.56 new +TCGA-HZ-8637-01 TCGA-HZ-8637-01A-11D-2392-01 called 0.21 1.87 0.0 51.0 0.2 0.45 new +TCGA-HZ-8638-01 TCGA-HZ-8638-01A-11D-2392-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-HZ-A49G-01 TCGA-HZ-A49G-01A-11D-A26H-01 called 1.0 2.0 0.0 8.0 1.0 0.13 new +TCGA-HZ-A49H-01 TCGA-HZ-A49H-01A-11D-A26H-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-HZ-A49I-01 TCGA-HZ-A49I-01A-12D-A26H-01 called 0.34 1.86 0.0 28.0 0.33 0.24 new +TCGA-HZ-A4BH-01 TCGA-HZ-A4BH-01A-11D-A26H-01 called 0.32 1.9 0.0 31.0 0.31 0.27 new +TCGA-HZ-A4BK-01 TCGA-HZ-A4BK-01A-11D-A26H-01 called 0.19 3.32 1.0 63.0 0.29 0.16 new +TCGA-HZ-A77O-01 TCGA-HZ-A77O-01A-11D-A33S-01 called 0.33 3.25 1.0 38.0 0.45 0.31 new +TCGA-HZ-A77P-01 TCGA-HZ-A77P-01A-11D-A33S-01 called 0.22 2.07 0.0 49.0 0.23 0.17 new +TCGA-HZ-A77Q-01 TCGA-HZ-A77Q-01A-11D-A36N-01 called 0.24 1.89 0.0 43.0 0.23 0.2 new +TCGA-HZ-A8P0-01 TCGA-HZ-A8P0-01A-11D-A36N-01 called 0.38 1.98 0.0 23.0 0.38 0.0 new +TCGA-HZ-A8P1-01 TCGA-HZ-A8P1-01A-11D-A376-01 called 0.69 1.87 0.0 11.0 0.68 0.02 new +TCGA-HZ-A9TJ-01 TCGA-HZ-A9TJ-01A-11D-A40V-01 called 0.53 3.45 1.0 23.0 0.66 0.33 new +TCGA-HZ-A9TJ-06 TCGA-HZ-A9TJ-06A-11D-A40V-01 called 0.49 3.26 1.0 25.0 0.61 0.04 new +TCGA-IB-7644-01 TCGA-IB-7644-01A-11D-2153-01 called 0.48 3.84 1.0 30.0 0.64 0.03 new +TCGA-IB-7645-01 TCGA-IB-7645-01A-22D-2200-01 called 1.0 2.0 0.0 8.0 1.0 0.17 new +TCGA-IB-7646-01 TCGA-IB-7646-01A-11D-2153-01 called 0.37 2.94 1.0 32.0 0.46 0.17 new +TCGA-IB-7647-01 TCGA-IB-7647-01A-11D-2153-01 called 0.23 1.92 0.0 45.0 0.23 0.21 new +TCGA-IB-7649-01 TCGA-IB-7649-01A-11D-2153-01 called 0.2 1.84 0.0 54.0 0.19 0.4 new +TCGA-IB-7651-01 TCGA-IB-7651-01A-11D-2153-01 called 0.39 2.09 0.0 24.0 0.4 0.12 new +TCGA-IB-7652-01 TCGA-IB-7652-01A-11D-2153-01 called 0.37 1.99 0.0 25.0 0.37 0.09 new +TCGA-IB-7885-01 TCGA-IB-7885-01A-11D-2153-01 called 0.18 1.81 0.0 58.0 0.17 0.14 new +TCGA-IB-7886-01 TCGA-IB-7886-01A-11D-2153-01 called 0.51 2.63 1.0 19.0 0.58 0.04 new +TCGA-IB-7887-01 TCGA-IB-7887-01A-11D-2153-01 called 0.34 1.78 0.0 27.0 0.32 0.02 new +TCGA-IB-7888-01 TCGA-IB-7888-01A-11D-2153-01 called 1.0 2.0 0.0 8.0 1.0 0.02 new +TCGA-IB-7889-01 TCGA-IB-7889-01A-11D-2153-01 called 0.19 2.03 0.0 59.0 0.19 0.36 new +TCGA-IB-7890-01 TCGA-IB-7890-01A-12D-2200-01 called 0.37 2.73 1.0 31.0 0.45 0.24 new +TCGA-IB-7891-01 TCGA-IB-7891-01A-11D-2200-01 called 0.23 4.08 1.0 58.0 0.38 0.25 new +TCGA-IB-7893-01 TCGA-IB-7893-01A-11D-2200-01 called 0.22 3.26 1.0 57.0 0.31 0.05 new +TCGA-IB-7897-01 TCGA-IB-7897-01A-21D-2200-01 called 0.95 2.0 0.0 8.0 0.95 0.0 new +TCGA-IB-8126-01 TCGA-IB-8126-01A-11D-2392-01 called 0.89 2.0 0.0 9.0 0.89 0.0 new +TCGA-IB-8127-01 TCGA-IB-8127-01A-11D-2392-01 called 0.35 3.35 1.0 37.0 0.47 0.26 new +TCGA-IB-A5SO-01 TCGA-IB-A5SO-01A-11D-A32M-01 called 0.63 2.0 0.0 13.0 0.63 0.25 new +TCGA-IB-A5SP-01 TCGA-IB-A5SP-01A-11D-A32M-01 called 0.77 1.77 0.0 9.0 0.74 0.23 new +TCGA-IB-A5SQ-01 TCGA-IB-A5SQ-01A-11D-A32M-01 called 0.96 2.0 0.0 8.0 0.96 0.17 new +TCGA-IB-A5SS-01 TCGA-IB-A5SS-01A-11D-A32M-01 called 0.47 1.86 0.0 17.0 0.45 0.0 new +TCGA-IB-A5ST-01 TCGA-IB-A5ST-01A-11D-A32M-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-IB-A6UF-01 TCGA-IB-A6UF-01A-23D-A33S-01 called 0.6 1.89 0.0 13.0 0.58 0.01 new +TCGA-IB-A6UG-01 TCGA-IB-A6UG-01A-32D-A33S-01 called 0.22 3.32 1.0 57.0 0.32 0.18 new +TCGA-IB-A7LX-01 TCGA-IB-A7LX-01A-12D-A36N-01 called 0.72 1.62 0.0 10.0 0.67 0.63 new +TCGA-IB-A7M4-01 TCGA-IB-A7M4-01A-11D-A36N-01 called 0.48 1.98 0.0 17.0 0.48 0.37 new +TCGA-IB-AAUM-01 TCGA-IB-AAUM-01A-11D-A376-01 called 1.0 2.0 0.0 8.0 1.0 0.03 new +TCGA-IB-AAUN-01 TCGA-IB-AAUN-01A-12D-A38F-01 called 0.58 1.8 0.0 13.0 0.56 0.02 new +TCGA-IB-AAUO-01 TCGA-IB-AAUO-01A-12D-A38F-01 called 0.34 1.87 0.0 28.0 0.33 0.16 new +TCGA-IB-AAUP-01 TCGA-IB-AAUP-01A-11D-A376-01 called 0.87 2.01 0.0 9.0 0.87 0.07 new +TCGA-IB-AAUQ-01 TCGA-IB-AAUQ-01A-22D-A40V-01 called 0.26 1.92 0.0 40.0 0.26 0.04 new +TCGA-IB-AAUR-01 TCGA-IB-AAUR-01A-21D-A38F-01 called 0.95 2.0 0.0 8.0 0.95 0.01 new +TCGA-IB-AAUS-01 TCGA-IB-AAUS-01A-12D-A38F-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-IB-AAUT-01 TCGA-IB-AAUT-01A-11D-A376-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-IB-AAUU-01 TCGA-IB-AAUU-01A-11D-A376-01 called 0.39 3.28 1.0 33.0 0.51 0.08 new +TCGA-LB-A7SX-01 TCGA-LB-A7SX-01A-11D-A33S-01 called 0.64 1.65 0.0 11.0 0.59 0.39 new +TCGA-LB-A8F3-01 TCGA-LB-A8F3-01A-11D-A36N-01 called 0.28 3.3 1.0 45.0 0.39 0.2 new +TCGA-M8-A5N4-01 TCGA-M8-A5N4-01A-11D-A26H-01 called 0.22 3.46 1.0 57.0 0.33 0.23 new +TCGA-OE-A75W-01 TCGA-OE-A75W-01A-12D-A32M-01 called 0.58 1.77 0.0 13.0 0.55 0.14 new +TCGA-PZ-A5RE-01 TCGA-PZ-A5RE-01A-11D-A32M-01 called 0.51 1.9 0.0 16.0 0.5 0.0 new +TCGA-Q3-A5QY-01 TCGA-Q3-A5QY-01A-12D-A32M-01 called 0.4 2.0 0.0 21.0 0.4 0.0 new +TCGA-Q3-AA2A-01 TCGA-Q3-AA2A-01A-11D-A376-01 called 0.56 1.97 0.0 15.0 0.56 0.03 new +TCGA-RB-A7B8-01 TCGA-RB-A7B8-01A-12D-A33S-01 called 0.33 2.2 0.0 32.0 0.35 0.06 new +TCGA-S4-A8RM-01 TCGA-S4-A8RM-01A-11D-A376-01 called 0.64 1.98 0.0 13.0 0.64 0.05 new +TCGA-S4-A8RO-01 TCGA-S4-A8RO-01A-12D-A376-01 called 0.69 2.07 0.0 12.0 0.69 0.08 new +TCGA-S4-A8RP-01 TCGA-S4-A8RP-01A-11D-A36N-01 called 0.51 1.96 0.0 16.0 0.51 0.06 new +TCGA-US-A774-01 TCGA-US-A774-01A-21D-A32M-01 called 0.22 2.01 0.0 50.0 0.22 0.1 new +TCGA-US-A776-01 TCGA-US-A776-01A-13D-A33S-01 called 0.89 1.95 0.0 9.0 0.89 0.41 new +TCGA-US-A779-01 TCGA-US-A779-01A-11D-A32M-01 called 0.48 1.87 0.0 16.0 0.47 0.1 new +TCGA-US-A77E-01 TCGA-US-A77E-01A-11D-A32M-01 called 0.39 2.07 0.0 21.0 0.4 0.03 new +TCGA-US-A77G-01 TCGA-US-A77G-01A-11D-A32M-01 called 0.43 1.87 0.0 19.0 0.42 0.04 new +TCGA-XD-AAUG-01 TCGA-XD-AAUG-01A-61D-A40V-01 called 0.16 1.94 0.0 68.0 0.16 0.23 new +TCGA-XD-AAUI-01 TCGA-XD-AAUI-01A-42D-A40V-01 called 0.19 1.64 0.0 57.0 0.16 0.48 new +TCGA-XD-AAUL-01 TCGA-XD-AAUL-01A-21D-A396-01 called 0.35 1.88 0.0 28.0 0.33 0.02 new +TCGA-XN-A8T3-01 TCGA-XN-A8T3-01A-11D-A36N-01 called 0.19 3.54 1.0 65.0 0.3 0.02 new +TCGA-XN-A8T5-01 TCGA-XN-A8T5-01A-12D-A36N-01 called 0.93 2.0 0.0 8.0 0.93 0.01 new +TCGA-YB-A89D-01 TCGA-YB-A89D-01A-12D-A36N-01 called 0.25 3.28 1.0 49.0 0.36 0.08 new +TCGA-YH-A8SY-01 TCGA-YH-A8SY-01A-11D-A376-01 called 0.36 1.77 0.0 24.0 0.34 0.3 new +TCGA-YY-A8LH-01 TCGA-YY-A8LH-01A-11D-A36N-01 called 0.71 1.88 0.0 11.0 0.7 0.22 new +TCGA-P7-A5NY-01 TCGA-P7-A5NY-01A-12D-A35C-01 called 0.8 1.99 0.0 10.0 0.8 0.0 new +TCGA-P7-A5NY-05 TCGA-P7-A5NY-05A-11D-A35C-01 called 0.58 3.75 1.0 23.0 0.72 0.01 new +TCGA-P8-A5KC-01 TCGA-P8-A5KC-01A-11D-A35C-01 called 0.33 2.0 0.0 30.0 0.33 0.03 new +TCGA-P8-A5KD-01 TCGA-P8-A5KD-01A-11D-A35C-01 called 0.78 1.95 0.0 10.0 0.78 0.01 new +TCGA-P8-A6RX-01 TCGA-P8-A6RX-01A-11D-A35C-01 called 0.72 1.9 0.0 11.0 0.71 0.13 new +TCGA-P8-A6RY-01 TCGA-P8-A6RY-01A-12D-A35C-01 called 0.91 1.94 0.0 8.0 0.91 0.0 new +TCGA-PR-A5PF-01 TCGA-PR-A5PF-01A-11D-A35C-01 called 0.87 1.8 0.0 8.0 0.86 0.16 new +TCGA-PR-A5PG-01 TCGA-PR-A5PG-01A-11D-A35C-01 called 0.84 1.96 0.0 9.0 0.84 0.02 new +TCGA-PR-A5PH-01 TCGA-PR-A5PH-01A-11D-A35C-01 called 0.72 1.92 0.0 11.0 0.71 0.01 new +TCGA-QR-A6GO-01 TCGA-QR-A6GO-01A-11D-A35C-01 called 0.77 1.85 0.0 10.0 0.76 0.07 new +TCGA-QR-A6GR-01 TCGA-QR-A6GR-01A-11D-A35C-01 called 0.7 1.93 0.0 11.0 0.69 0.0 new +TCGA-QR-A6GS-01 TCGA-QR-A6GS-01A-11D-A35C-01 called 0.78 1.92 0.0 10.0 0.78 0.0 new +TCGA-QR-A6GT-01 TCGA-QR-A6GT-01A-11D-A35C-01 called 0.59 1.85 0.0 13.0 0.57 0.0 new +TCGA-QR-A6GU-01 TCGA-QR-A6GU-01A-11D-A35C-01 called 0.68 3.82 1.0 20.0 0.8 0.01 new +TCGA-QR-A6GX-01 TCGA-QR-A6GX-01A-11D-A35C-01 called 0.67 3.36 1.0 18.0 0.78 0.0 new +TCGA-QR-A6GY-01 TCGA-QR-A6GY-01A-11D-A35C-01 called 0.83 1.93 0.0 9.0 0.82 0.0 new +TCGA-QR-A6GZ-01 TCGA-QR-A6GZ-01A-11D-A35C-01 called 0.48 3.31 1.0 27.0 0.6 0.0 new +TCGA-QR-A6H0-01 TCGA-QR-A6H0-01A-11D-A35C-01 called 0.45 1.93 0.0 18.0 0.44 0.0 new +TCGA-QR-A6H1-01 TCGA-QR-A6H1-01A-11D-A35C-01 called 0.79 1.95 0.0 10.0 0.79 0.0 new +TCGA-QR-A6H2-01 TCGA-QR-A6H2-01A-11D-A35C-01 called 0.82 1.94 0.0 9.0 0.82 0.14 new +TCGA-QR-A6H3-01 TCGA-QR-A6H3-01A-11D-A35C-01 called 0.51 1.91 0.0 16.0 0.5 0.0 new +TCGA-QR-A6H5-01 TCGA-QR-A6H5-01A-11D-A35C-01 called 0.53 1.88 0.0 15.0 0.51 0.0 new +TCGA-QR-A6H6-01 TCGA-QR-A6H6-01A-11D-A35C-01 called 0.74 1.86 0.0 10.0 0.73 0.04 new +TCGA-QR-A700-01 TCGA-QR-A700-01A-11D-A35C-01 called 0.74 3.01 1.0 15.0 0.81 0.5 new +TCGA-QR-A702-01 TCGA-QR-A702-01A-11D-A35C-01 called 0.91 1.89 0.0 8.0 0.91 0.0 new +TCGA-QR-A706-01 TCGA-QR-A706-01A-11D-A35C-01 called 0.45 1.97 0.0 18.0 0.45 0.73 new +TCGA-QR-A70C-01 TCGA-QR-A70C-01A-21D-A35C-01 called 0.5 2.0 0.0 16.0 0.5 0.03 new +TCGA-QR-A70D-01 TCGA-QR-A70D-01A-11D-A35C-01 called 0.75 1.92 0.0 10.0 0.74 0.02 new +TCGA-QR-A70E-01 TCGA-QR-A70E-01A-11D-A35C-01 called 0.85 1.9 0.0 9.0 0.84 0.0 new +TCGA-QR-A70G-01 TCGA-QR-A70G-01B-11D-A35C-01 called 0.52 1.99 0.0 16.0 0.52 0.0 new +TCGA-QR-A70H-01 TCGA-QR-A70H-01A-12D-A35C-01 called 0.84 1.86 0.0 9.0 0.83 0.0 new +TCGA-QR-A70I-01 TCGA-QR-A70I-01A-11D-A35C-01 called 0.6 2.0 0.0 14.0 0.6 0.0 new +TCGA-QR-A70J-01 TCGA-QR-A70J-01A-11D-A35C-01 called 0.42 1.84 0.0 19.0 0.4 0.12 new +TCGA-QR-A70K-01 TCGA-QR-A70K-01A-12D-A35C-01 called 0.93 1.87 0.0 8.0 0.92 0.02 new +TCGA-QR-A70N-01 TCGA-QR-A70N-01A-12D-A35C-01 called 0.51 3.27 1.0 23.0 0.63 0.0 new +TCGA-QR-A70P-01 TCGA-QR-A70P-01A-11D-A35C-01 called 0.81 1.94 0.0 10.0 0.81 0.02 new +TCGA-QR-A70W-01 TCGA-QR-A70W-01A-12D-A35C-01 called 0.91 1.87 0.0 8.0 0.91 0.0 new +TCGA-QR-A70X-01 TCGA-QR-A70X-01A-11D-A35C-01 called 0.57 1.97 0.0 14.0 0.56 0.08 new +TCGA-QR-A7IN-01 TCGA-QR-A7IN-01A-11D-A35C-01 called 0.7 3.7 1.0 19.0 0.81 0.0 new +TCGA-QR-A7IP-01 TCGA-QR-A7IP-01A-11D-A35C-01 called 0.7 3.62 1.0 18.0 0.81 0.0 new +TCGA-QT-A5XJ-01 TCGA-QT-A5XJ-01A-11D-A35C-01 called 0.91 1.83 0.0 8.0 0.9 0.0 new +TCGA-QT-A5XK-01 TCGA-QT-A5XK-01A-11D-A35C-01 called 0.71 1.82 0.0 11.0 0.69 0.03 new +TCGA-QT-A5XL-01 TCGA-QT-A5XL-01A-11D-A35C-01 called 0.41 3.82 1.0 34.0 0.57 0.01 new +TCGA-QT-A5XM-01 TCGA-QT-A5XM-01A-11D-A35C-01 called 0.56 1.9 0.0 14.0 0.55 0.01 new +TCGA-QT-A5XN-01 TCGA-QT-A5XN-01A-11D-A35C-01 called 0.92 1.87 0.0 8.0 0.92 0.1 new +TCGA-QT-A5XO-01 TCGA-QT-A5XO-01A-11D-A35C-01 called 0.79 1.91 0.0 10.0 0.79 0.1 new +TCGA-QT-A5XP-01 TCGA-QT-A5XP-01A-11D-A35C-01 called 0.63 1.94 0.0 13.0 0.63 0.05 new +TCGA-QT-A69Q-01 TCGA-QT-A69Q-01A-11D-A35C-01 called 0.76 2.63 1.0 13.0 0.8 0.0 new +TCGA-QT-A7U0-01 TCGA-QT-A7U0-01A-11D-A35C-01 called 0.7 2.03 0.0 12.0 0.71 0.0 new +TCGA-RM-A68T-01 TCGA-RM-A68T-01A-11D-A35C-01 called 0.64 1.86 0.0 12.0 0.62 0.0 new +TCGA-RM-A68W-01 TCGA-RM-A68W-01A-11D-A35C-01 called 0.61 2.04 0.0 13.0 0.62 0.11 new +TCGA-RT-A6Y9-01 TCGA-RT-A6Y9-01A-12D-A35C-01 called 0.83 1.93 0.0 9.0 0.82 0.01 new +TCGA-RT-A6YA-01 TCGA-RT-A6YA-01A-12D-A35C-01 called 0.79 3.61 1.0 17.0 0.87 0.16 new +TCGA-RT-A6YC-01 TCGA-RT-A6YC-01A-12D-A35C-01 called 0.7 2.0 0.0 11.0 0.7 0.0 new +TCGA-RW-A67V-01 TCGA-RW-A67V-01A-11D-A35C-01 called 0.94 1.93 0.0 8.0 0.94 0.0 new +TCGA-RW-A67W-01 TCGA-RW-A67W-01A-11D-A35C-01 called 0.78 1.88 0.0 10.0 0.77 0.0 new +TCGA-RW-A67X-01 TCGA-RW-A67X-01A-11D-A35C-01 called 0.32 3.66 1.0 42.0 0.46 0.03 new +TCGA-RW-A67Y-01 TCGA-RW-A67Y-01A-11D-A35C-01 called 0.95 1.79 0.0 7.0 0.94 0.0 new +TCGA-RW-A680-01 TCGA-RW-A680-01A-11D-A35C-01 called 0.71 1.92 0.0 11.0 0.7 0.0 new +TCGA-RW-A681-01 TCGA-RW-A681-01A-11D-A35C-01 called 0.98 3.33 1.0 14.0 0.99 0.0 new +TCGA-RW-A684-01 TCGA-RW-A684-01A-12D-A35C-01 called 0.78 1.95 0.0 10.0 0.78 0.04 new +TCGA-RW-A685-01 TCGA-RW-A685-01A-11D-A35C-01 called 0.67 1.93 0.0 12.0 0.66 0.0 new +TCGA-RW-A686-01 TCGA-RW-A686-01A-11D-A35C-01 called 0.75 1.95 0.0 11.0 0.74 0.0 new +TCGA-RW-A686-06 TCGA-RW-A686-06A-11D-A35C-01 called 0.65 1.95 0.0 12.0 0.64 0.02 new +TCGA-RW-A688-01 TCGA-RW-A688-01A-11D-A35C-01 called 0.9 2.0 0.0 9.0 0.9 0.01 new +TCGA-RW-A689-01 TCGA-RW-A689-01A-11D-A35C-01 called 0.8 1.83 0.0 9.0 0.78 0.08 new +TCGA-RW-A68A-01 TCGA-RW-A68A-01A-11D-A35C-01 called 0.84 1.74 0.0 8.0 0.82 0.04 new +TCGA-RW-A68B-01 TCGA-RW-A68B-01A-11D-A35C-01 called 0.85 1.97 0.0 9.0 0.85 0.0 new +TCGA-RW-A68C-01 TCGA-RW-A68C-01A-11D-A35C-01 called 0.54 1.81 0.0 14.0 0.52 0.18 new +TCGA-RW-A68D-01 TCGA-RW-A68D-01A-11D-A35C-01 called 0.81 2.07 0.0 10.0 0.81 0.03 new +TCGA-RW-A68F-01 TCGA-RW-A68F-01A-11D-A35C-01 called 0.93 2.01 0.0 8.0 0.93 0.0 new +TCGA-RW-A68G-01 TCGA-RW-A68G-01A-11D-A35C-01 called 0.71 1.97 0.0 11.0 0.7 0.03 new +TCGA-RW-A7CZ-01 TCGA-RW-A7CZ-01A-11D-A35C-01 called 0.41 3.88 1.0 35.0 0.58 0.02 new +TCGA-RW-A7D0-01 TCGA-RW-A7D0-01A-11D-A35C-01 called 0.65 1.92 0.0 12.0 0.64 0.0 new +TCGA-RW-A8AZ-01 TCGA-RW-A8AZ-01A-11D-A35C-01 called 0.86 1.96 0.0 9.0 0.86 0.0 new +TCGA-RX-A8JQ-01 TCGA-RX-A8JQ-01A-11D-A35C-01 called 0.75 2.07 0.0 11.0 0.75 0.07 new +TCGA-S7-A7WL-01 TCGA-S7-A7WL-01A-11D-A35H-01 called 0.82 3.91 1.0 18.0 0.9 0.0 new +TCGA-S7-A7WM-01 TCGA-S7-A7WM-01A-12D-A35H-01 called 0.65 3.8 1.0 20.0 0.78 0.06 new +TCGA-S7-A7WN-01 TCGA-S7-A7WN-01A-12D-A35H-01 called 0.73 1.98 0.0 11.0 0.73 0.0 new +TCGA-S7-A7WO-01 TCGA-S7-A7WO-01A-11D-A35H-01 called 0.5 2.0 0.0 16.0 0.5 0.04 new +TCGA-S7-A7WP-01 TCGA-S7-A7WP-01A-11D-A35H-01 called 0.6 1.88 0.0 13.0 0.58 0.01 new +TCGA-S7-A7WQ-01 TCGA-S7-A7WQ-01A-12D-A35H-01 called 0.54 3.62 1.0 25.0 0.68 0.07 new +TCGA-S7-A7WR-01 TCGA-S7-A7WR-01A-11D-A35H-01 called 0.82 1.75 0.0 9.0 0.8 0.04 new +TCGA-S7-A7WT-01 TCGA-S7-A7WT-01A-12D-A35H-01 called 0.65 1.92 0.0 12.0 0.64 0.01 new +TCGA-S7-A7WU-01 TCGA-S7-A7WU-01A-11D-A35H-01 called 0.87 1.95 0.0 9.0 0.87 0.0 new +TCGA-S7-A7WV-01 TCGA-S7-A7WV-01A-11D-A35H-01 called 0.23 1.97 0.0 46.0 0.23 0.02 new +TCGA-S7-A7WW-01 TCGA-S7-A7WW-01A-11D-A35H-01 called 0.7 2.16 0.0 12.0 0.71 0.0 new +TCGA-S7-A7WX-01 TCGA-S7-A7WX-01A-11D-A35H-01 called 0.78 1.9 0.0 10.0 0.77 0.02 new +TCGA-S7-A7X0-01 TCGA-S7-A7X0-01A-12D-A35H-01 called 0.38 3.72 1.0 36.0 0.54 0.04 new +TCGA-S7-A7X1-01 TCGA-S7-A7X1-01A-11D-A35H-01 called 0.66 1.85 0.0 12.0 0.64 0.14 new +TCGA-S7-A7X2-01 TCGA-S7-A7X2-01A-12D-A35H-01 called 0.75 1.89 0.0 10.0 0.74 0.04 new +TCGA-SA-A6C2-01 TCGA-SA-A6C2-01A-11D-A35H-01 called 0.63 2.0 0.0 13.0 0.63 0.01 new +TCGA-SP-A6QC-01 TCGA-SP-A6QC-01A-11D-A35H-01 called 0.67 1.96 0.0 12.0 0.67 0.0 new +TCGA-SP-A6QD-01 TCGA-SP-A6QD-01A-12D-A35H-01 called 0.8 2.0 0.0 10.0 0.8 0.08 new +TCGA-SP-A6QF-01 TCGA-SP-A6QF-01A-12D-A35H-01 called 0.69 1.89 0.0 11.0 0.68 0.17 new +TCGA-SP-A6QG-01 TCGA-SP-A6QG-01A-12D-A35H-01 called 0.82 1.81 0.0 9.0 0.81 0.08 new +TCGA-SP-A6QI-01 TCGA-SP-A6QI-01A-12D-A35H-01 called 0.87 1.91 0.0 9.0 0.86 0.06 new +TCGA-SP-A6QJ-01 TCGA-SP-A6QJ-01A-11D-A35H-01 called 0.79 1.89 0.0 10.0 0.78 0.04 new +TCGA-SP-A6QK-01 TCGA-SP-A6QK-01A-11D-A35H-01 called 0.48 3.79 1.0 30.0 0.63 0.02 new +TCGA-SQ-A6I4-01 TCGA-SQ-A6I4-01A-11D-A35H-01 called 0.56 1.92 0.0 14.0 0.55 0.0 new +TCGA-SQ-A6I6-01 TCGA-SQ-A6I6-01A-11D-A35H-01 called 0.86 1.85 0.0 9.0 0.85 0.02 new +TCGA-SR-A6MP-01 TCGA-SR-A6MP-01A-11D-A35H-01 called 0.77 1.87 0.0 10.0 0.76 0.09 new +TCGA-SR-A6MQ-01 TCGA-SR-A6MQ-01A-11D-A35H-01 called 0.79 1.82 0.0 9.0 0.77 0.07 new +TCGA-SR-A6MS-01 TCGA-SR-A6MS-01A-11D-A35H-01 called 0.82 2.01 0.0 10.0 0.82 0.03 new +TCGA-SR-A6MT-01 TCGA-SR-A6MT-01A-11D-A35H-01 called 0.9 2.5 0.0 11.0 0.92 0.02 new +TCGA-SR-A6MU-01 TCGA-SR-A6MU-01A-11D-A35H-01 called 0.79 1.99 0.0 10.0 0.79 0.11 new +TCGA-SR-A6MV-01 TCGA-SR-A6MV-01A-11D-A35H-01 called 0.65 3.74 1.0 20.0 0.77 0.05 new +TCGA-SR-A6MX-01 TCGA-SR-A6MX-01A-11D-A35H-01 called 0.8 1.78 0.0 9.0 0.79 0.01 new +TCGA-SR-A6MX-05 TCGA-SR-A6MX-05A-11D-A35H-01 called 0.61 3.59 1.0 20.0 0.74 0.0 new +TCGA-SR-A6MX-06 TCGA-SR-A6MX-06A-11D-A35H-01 called 0.65 3.52 1.0 19.0 0.77 0.0 new +TCGA-SR-A6MY-01 TCGA-SR-A6MY-01A-11D-A35H-01 called 0.76 1.85 0.0 10.0 0.75 0.02 new +TCGA-SR-A6MZ-01 TCGA-SR-A6MZ-01A-11D-A35H-01 called 0.56 2.1 0.0 15.0 0.57 0.06 new +TCGA-SR-A6N0-01 TCGA-SR-A6N0-01A-11D-A35H-01 called 0.51 2.18 0.0 17.0 0.53 0.0 new +TCGA-TT-A6YJ-01 TCGA-TT-A6YJ-01A-11D-A35H-01 called 0.92 1.84 0.0 8.0 0.91 0.03 new +TCGA-TT-A6YK-01 TCGA-TT-A6YK-01A-11D-A35H-01 called 0.55 3.8 1.0 26.0 0.7 0.07 new +TCGA-TT-A6YN-01 TCGA-TT-A6YN-01A-12D-A35H-01 called 0.86 1.92 0.0 9.0 0.85 0.01 new +TCGA-TT-A6YO-01 TCGA-TT-A6YO-01A-11D-A35H-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-TT-A6YP-01 TCGA-TT-A6YP-01A-21D-A35H-01 called 0.54 1.81 0.0 14.0 0.52 0.13 new +TCGA-W2-A7H5-01 TCGA-W2-A7H5-01B-11D-A35H-01 called 0.78 2.99 1.0 15.0 0.84 0.06 new +TCGA-W2-A7H7-01 TCGA-W2-A7H7-01A-11D-A35H-01 called 0.71 1.81 0.0 10.0 0.69 0.08 new +TCGA-W2-A7HA-01 TCGA-W2-A7HA-01B-11D-A35H-01 called 0.76 1.85 0.0 10.0 0.75 0.01 new +TCGA-W2-A7HB-01 TCGA-W2-A7HB-01A-11D-A35H-01 called 0.34 3.53 1.0 39.0 0.48 0.14 new +TCGA-W2-A7HC-01 TCGA-W2-A7HC-01A-11D-A35H-01 called 0.69 1.85 0.0 11.0 0.67 0.01 new +TCGA-W2-A7HD-01 TCGA-W2-A7HD-01A-11D-A35H-01 called 0.89 1.9 0.0 8.0 0.89 0.0 new +TCGA-W2-A7HE-01 TCGA-W2-A7HE-01A-11D-A35H-01 called 0.5 2.02 0.0 17.0 0.5 0.06 new +TCGA-W2-A7HF-01 TCGA-W2-A7HF-01A-11D-A35H-01 called 0.88 1.79 0.0 8.0 0.86 0.0 new +TCGA-W2-A7HH-01 TCGA-W2-A7HH-01A-11D-A35H-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-W2-A7UY-01 TCGA-W2-A7UY-01A-11D-A35H-01 called 0.84 1.77 0.0 8.0 0.82 0.05 new +TCGA-WB-A80K-01 TCGA-WB-A80K-01A-11D-A35H-01 called 0.66 2.09 0.0 13.0 0.67 0.02 new +TCGA-WB-A80L-01 TCGA-WB-A80L-01A-11D-A35H-01 called 0.8 2.29 0.0 11.0 0.82 0.06 new +TCGA-WB-A80M-01 TCGA-WB-A80M-01A-11D-A35H-01 called 0.93 1.86 0.0 8.0 0.93 0.01 new +TCGA-WB-A80N-01 TCGA-WB-A80N-01A-11D-A35H-01 called 0.76 1.91 0.0 10.0 0.75 0.03 new +TCGA-WB-A80O-01 TCGA-WB-A80O-01A-11D-A35H-01 called 0.64 1.91 0.0 12.0 0.63 0.02 new +TCGA-WB-A80P-01 TCGA-WB-A80P-01A-11D-A35H-01 called 0.77 1.95 0.0 10.0 0.77 0.07 new +TCGA-WB-A80Q-01 TCGA-WB-A80Q-01A-11D-A35H-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-WB-A80V-01 TCGA-WB-A80V-01A-12D-A35H-01 called 0.9 1.77 0.0 8.0 0.89 0.0 new +TCGA-WB-A80Y-01 TCGA-WB-A80Y-01A-11D-A35H-01 called 0.83 1.93 0.0 9.0 0.83 0.0 new +TCGA-WB-A814-01 TCGA-WB-A814-01A-11D-A35H-01 called 0.58 1.9 0.0 14.0 0.56 0.08 new +TCGA-WB-A815-01 TCGA-WB-A815-01A-11D-A35H-01 called 0.73 1.9 0.0 11.0 0.72 0.0 new +TCGA-WB-A816-01 TCGA-WB-A816-01A-11D-A35H-01 called 0.59 1.88 0.0 13.0 0.58 0.0 new +TCGA-WB-A817-01 TCGA-WB-A817-01A-11D-A35H-01 called 0.52 2.0 0.0 16.0 0.52 0.0 new +TCGA-WB-A818-01 TCGA-WB-A818-01A-11D-A35H-01 called 0.75 1.9 0.0 10.0 0.74 0.0 new +TCGA-WB-A819-01 TCGA-WB-A819-01A-11D-A35H-01 called 0.67 1.84 0.0 11.0 0.65 0.24 new +TCGA-WB-A81A-01 TCGA-WB-A81A-01A-11D-A35H-01 called 0.89 2.18 0.0 10.0 0.9 0.01 new +TCGA-WB-A81D-01 TCGA-WB-A81D-01A-11D-A35H-01 called 0.76 1.96 0.0 10.0 0.76 0.02 new +TCGA-WB-A81E-01 TCGA-WB-A81E-01A-11D-A35H-01 called 0.79 1.87 0.0 10.0 0.78 0.01 new +TCGA-WB-A81F-01 TCGA-WB-A81F-01A-11D-A35H-01 called 0.77 1.89 0.0 10.0 0.76 0.0 new +TCGA-WB-A81G-01 TCGA-WB-A81G-01A-11D-A35H-01 called 0.66 1.96 0.0 12.0 0.65 0.0 new +TCGA-WB-A81H-01 TCGA-WB-A81H-01A-11D-A35H-01 called 0.46 1.93 0.0 18.0 0.45 0.0 new +TCGA-WB-A81I-01 TCGA-WB-A81I-01A-11D-A35H-01 called 0.89 1.97 0.0 9.0 0.89 0.0 new +TCGA-WB-A81J-01 TCGA-WB-A81J-01A-11D-A35H-01 called 0.95 2.02 0.0 8.0 0.95 0.0 new +TCGA-WB-A81K-01 TCGA-WB-A81K-01A-11D-A35H-01 called 0.74 1.85 0.0 10.0 0.72 0.0 new +TCGA-WB-A81M-01 TCGA-WB-A81M-01A-11D-A35H-01 called 0.96 1.93 0.0 8.0 0.95 0.0 new +TCGA-WB-A81N-01 TCGA-WB-A81N-01A-11D-A35H-01 called 0.8 1.96 0.0 10.0 0.8 0.03 new +TCGA-WB-A81P-01 TCGA-WB-A81P-01A-11D-A35H-01 called 0.76 1.91 0.0 10.0 0.75 0.02 new +TCGA-WB-A81Q-01 TCGA-WB-A81Q-01A-11D-A35H-01 called 0.88 1.94 0.0 9.0 0.88 0.06 new +TCGA-WB-A81R-01 TCGA-WB-A81R-01A-11D-A35H-01 called 0.86 1.84 0.0 9.0 0.84 0.0 new +TCGA-WB-A81S-01 TCGA-WB-A81S-01A-11D-A35H-01 called 0.69 3.52 1.0 18.0 0.8 0.04 new +TCGA-WB-A81T-01 TCGA-WB-A81T-01A-11D-A35H-01 called 0.69 1.87 0.0 11.0 0.68 0.01 new +TCGA-WB-A81V-01 TCGA-WB-A81V-01A-11D-A35H-01 called 0.73 1.9 0.0 11.0 0.72 0.01 new +TCGA-WB-A81W-01 TCGA-WB-A81W-01A-11D-A35H-01 called 0.8 1.88 0.0 9.0 0.79 0.13 new +TCGA-WB-A821-01 TCGA-WB-A821-01A-11D-A35H-01 called 0.55 3.86 1.0 27.0 0.7 0.04 new +TCGA-WB-A822-01 TCGA-WB-A822-01A-11D-A35H-01 called 0.57 1.89 0.0 14.0 0.56 0.0 new +TCGA-XG-A823-01 TCGA-XG-A823-01A-11D-A35H-01 called 0.56 1.95 0.0 14.0 0.55 0.14 new +TCGA-2A-A8VL-01 TCGA-2A-A8VL-01A-21D-A376-01 called 0.5 1.97 0.0 16.0 0.5 0.0 new +TCGA-2A-A8VO-01 TCGA-2A-A8VO-01A-11D-A376-01 called 0.55 1.98 0.0 15.0 0.54 0.0 new +TCGA-2A-A8VT-01 TCGA-2A-A8VT-01A-11D-A376-01 called 0.56 3.66 1.0 24.0 0.7 0.2 new +TCGA-2A-A8VV-01 TCGA-2A-A8VV-01A-11D-A376-01 called 0.84 1.99 0.0 9.0 0.84 0.04 new +TCGA-2A-A8VX-01 TCGA-2A-A8VX-01A-11D-A376-01 called 0.9 1.99 0.0 9.0 0.9 0.05 new +TCGA-2A-A8W1-01 TCGA-2A-A8W1-01A-11D-A376-01 called 0.94 1.96 0.0 8.0 0.94 0.01 new +TCGA-2A-A8W3-01 TCGA-2A-A8W3-01A-11D-A376-01 called 0.44 1.97 0.0 19.0 0.43 0.01 new +TCGA-2A-AAYF-01 TCGA-2A-AAYF-01A-11D-A41J-01 called 0.84 1.98 0.0 9.0 0.84 0.0 new +TCGA-2A-AAYO-01 TCGA-2A-AAYO-01A-11D-A41J-01 called 0.73 1.98 0.0 11.0 0.72 0.0 new +TCGA-2A-AAYU-01 TCGA-2A-AAYU-01A-11D-A41J-01 called 0.82 1.96 0.0 9.0 0.82 0.01 new +TCGA-4L-AA1F-01 TCGA-4L-AA1F-01A-11D-A41J-01 called 0.26 3.51 1.0 49.0 0.39 0.31 new +TCGA-CH-5737-01 TCGA-CH-5737-01A-11D-1574-01 called 0.74 1.94 0.0 11.0 0.73 0.03 new +TCGA-CH-5738-01 TCGA-CH-5738-01A-11D-1574-01 called 0.52 2.0 0.0 16.0 0.52 0.0 new +TCGA-CH-5739-01 TCGA-CH-5739-01A-11D-1574-01 called 0.68 2.02 0.0 12.0 0.68 0.01 new +TCGA-CH-5740-01 TCGA-CH-5740-01A-11D-1574-01 called 0.67 1.95 0.0 12.0 0.66 0.01 new +TCGA-CH-5741-01 TCGA-CH-5741-01A-11D-1574-01 called 0.82 1.94 0.0 9.0 0.81 0.0 new +TCGA-CH-5744-01 TCGA-CH-5744-01A-11D-1574-01 called 0.59 1.95 0.0 14.0 0.58 0.0 new +TCGA-CH-5746-01 TCGA-CH-5746-01A-11D-1574-01 called 0.31 1.99 0.0 33.0 0.31 0.0 new +TCGA-CH-5748-01 TCGA-CH-5748-01A-11D-1574-01 called 0.24 1.98 0.0 44.0 0.24 0.06 new +TCGA-CH-5750-01 TCGA-CH-5750-01A-11D-1574-01 called 0.75 1.99 0.0 11.0 0.75 0.0 new +TCGA-CH-5751-01 TCGA-CH-5751-01A-11D-1574-01 called 0.54 2.02 0.0 15.0 0.54 0.6 new +TCGA-CH-5752-01 TCGA-CH-5752-01A-11D-1574-01 called 0.79 1.97 0.0 10.0 0.79 0.0 new +TCGA-CH-5753-01 TCGA-CH-5753-01A-11D-1574-01 called 0.83 1.93 0.0 9.0 0.82 0.1 new +TCGA-CH-5754-01 TCGA-CH-5754-01A-11D-1574-01 called 0.63 1.96 0.0 13.0 0.63 0.11 new +TCGA-CH-5761-01 TCGA-CH-5761-01A-11D-1574-01 called 0.7 1.96 0.0 11.0 0.7 0.04 new +TCGA-CH-5762-01 TCGA-CH-5762-01A-11D-1574-01 called 0.34 2.03 0.0 30.0 0.34 0.04 new +TCGA-CH-5764-01 TCGA-CH-5764-01A-21D-1574-01 called 0.51 1.94 0.0 16.0 0.51 0.03 new +TCGA-CH-5765-01 TCGA-CH-5765-01A-11D-1574-01 called 0.75 1.95 0.0 11.0 0.74 0.0 new +TCGA-CH-5766-01 TCGA-CH-5766-01A-11D-1574-01 called 0.55 1.91 0.0 14.0 0.54 0.11 new +TCGA-CH-5767-01 TCGA-CH-5767-01A-11D-1785-01 called 0.83 1.98 0.0 9.0 0.83 0.01 new +TCGA-CH-5768-01 TCGA-CH-5768-01A-11D-1574-01 called 0.72 1.96 0.0 11.0 0.72 0.05 new +TCGA-CH-5769-01 TCGA-CH-5769-01A-11D-1574-01 called 0.61 1.97 0.0 13.0 0.61 0.0 new +TCGA-CH-5772-01 TCGA-CH-5772-01A-11D-1574-01 called 0.8 1.99 0.0 10.0 0.8 0.13 new +TCGA-CH-5788-01 TCGA-CH-5788-01A-11D-1574-01 called 0.84 2.03 0.0 10.0 0.84 0.03 new +TCGA-CH-5789-01 TCGA-CH-5789-01A-11D-1574-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-CH-5790-01 TCGA-CH-5790-01A-11D-1574-01 called 0.81 1.96 0.0 10.0 0.81 0.05 new +TCGA-CH-5791-01 TCGA-CH-5791-01A-11D-1574-01 called 0.66 1.92 0.0 12.0 0.65 0.15 new +TCGA-CH-5792-01 TCGA-CH-5792-01A-11D-1574-01 called 0.38 1.91 0.0 22.0 0.37 0.0 new +TCGA-CH-5794-01 TCGA-CH-5794-01A-11D-1574-01 called 0.57 1.95 0.0 14.0 0.57 0.0 new +TCGA-EJ-5494-01 TCGA-EJ-5494-01A-01D-1574-01 called 0.74 2.0 0.0 11.0 0.74 0.06 new +TCGA-EJ-5495-01 TCGA-EJ-5495-01A-01D-1574-01 called 0.42 2.02 0.0 20.0 0.42 0.16 new +TCGA-EJ-5496-01 TCGA-EJ-5496-01A-01D-1574-01 called 0.49 1.98 0.0 17.0 0.49 0.01 new +TCGA-EJ-5497-01 TCGA-EJ-5497-01A-02D-1574-01 called 0.45 2.01 0.0 18.0 0.45 0.01 new +TCGA-EJ-5498-01 TCGA-EJ-5498-01A-01D-1574-01 called 0.3 1.97 0.0 35.0 0.29 0.02 new +TCGA-EJ-5499-01 TCGA-EJ-5499-01A-01D-1574-01 called 0.47 1.95 0.0 18.0 0.46 0.0 new +TCGA-EJ-5501-01 TCGA-EJ-5501-01A-01D-1574-01 called 0.37 1.93 0.0 24.0 0.37 0.0 new +TCGA-EJ-5502-01 TCGA-EJ-5502-01A-01D-1574-01 called 0.94 2.0 0.0 8.0 0.94 0.0 new +TCGA-EJ-5503-01 TCGA-EJ-5503-01A-01D-1574-01 called 0.9 2.0 0.0 9.0 0.9 0.0 new +TCGA-EJ-5504-01 TCGA-EJ-5504-01A-01D-1574-01 called 0.35 1.86 0.0 27.0 0.33 0.12 new +TCGA-EJ-5505-01 TCGA-EJ-5505-01A-01D-1574-01 called 0.47 1.96 0.0 17.0 0.47 0.0 new +TCGA-EJ-5507-01 TCGA-EJ-5507-01A-01D-1574-01 called 0.68 1.83 0.0 11.0 0.66 0.15 new +TCGA-EJ-5508-01 TCGA-EJ-5508-01A-02D-1574-01 called 0.34 1.99 0.0 29.0 0.34 0.0 new +TCGA-EJ-5509-01 TCGA-EJ-5509-01A-01D-1574-01 called 0.51 1.97 0.0 16.0 0.51 0.11 new +TCGA-EJ-5510-01 TCGA-EJ-5510-01A-01D-1574-01 called 0.38 2.0 0.0 24.0 0.38 0.02 new +TCGA-EJ-5511-01 TCGA-EJ-5511-01A-01D-1574-01 called 0.8 1.98 0.0 10.0 0.8 0.06 new +TCGA-EJ-5512-01 TCGA-EJ-5512-01A-01D-1574-01 called 0.36 1.97 0.0 26.0 0.36 0.0 new +TCGA-EJ-5514-01 TCGA-EJ-5514-01A-01D-1574-01 called 0.6 1.94 0.0 13.0 0.6 0.22 new +TCGA-EJ-5516-01 TCGA-EJ-5516-01A-01D-1574-01 called 0.37 1.95 0.0 26.0 0.36 0.0 new +TCGA-EJ-5517-01 TCGA-EJ-5517-01A-01D-1574-01 called 0.71 1.97 0.0 11.0 0.7 0.04 new +TCGA-EJ-5518-01 TCGA-EJ-5518-01A-01D-1574-01 called 0.53 1.94 0.0 15.0 0.52 0.16 new +TCGA-EJ-5519-01 TCGA-EJ-5519-01A-01D-1574-01 called 0.67 1.91 0.0 12.0 0.66 0.01 new +TCGA-EJ-5521-01 TCGA-EJ-5521-01A-01D-1574-01 called 0.43 1.94 0.0 19.0 0.42 0.17 new +TCGA-EJ-5522-01 TCGA-EJ-5522-01A-01D-1574-01 called 0.49 1.97 0.0 17.0 0.48 0.0 new +TCGA-EJ-5524-01 TCGA-EJ-5524-01A-01D-1574-01 called 0.61 1.91 0.0 13.0 0.6 0.08 new +TCGA-EJ-5525-01 TCGA-EJ-5525-01A-01D-1574-01 called 0.87 2.09 0.0 9.0 0.88 0.0 new +TCGA-EJ-5526-01 TCGA-EJ-5526-01A-01D-1574-01 called 0.54 2.02 0.0 15.0 0.54 0.07 new +TCGA-EJ-5527-01 TCGA-EJ-5527-01A-01D-1574-01 called 0.49 1.99 0.0 17.0 0.49 0.11 new +TCGA-EJ-5530-01 TCGA-EJ-5530-01A-01D-1574-01 called 0.51 1.98 0.0 16.0 0.51 0.03 new +TCGA-EJ-5531-01 TCGA-EJ-5531-01A-01D-1574-01 called 0.26 2.02 0.0 42.0 0.26 0.04 new +TCGA-EJ-5532-01 TCGA-EJ-5532-01A-01D-1574-01 called 0.68 2.03 0.0 12.0 0.68 0.02 new +TCGA-EJ-5542-01 TCGA-EJ-5542-01A-01D-1574-01 called 0.58 2.03 0.0 14.0 0.58 0.07 new +TCGA-EJ-7115-01 TCGA-EJ-7115-01A-11D-2112-01 called 0.59 1.93 0.0 14.0 0.58 0.01 new +TCGA-EJ-7123-01 TCGA-EJ-7123-01A-11D-1959-01 called 0.34 1.96 0.0 29.0 0.34 0.1 new +TCGA-EJ-7125-01 TCGA-EJ-7125-01A-11D-1959-01 called 0.67 2.0 0.0 12.0 0.67 0.11 new +TCGA-EJ-7218-01 TCGA-EJ-7218-01B-11D-A32A-01 called 0.45 1.95 0.0 18.0 0.44 0.06 new +TCGA-EJ-7314-01 TCGA-EJ-7314-01A-31D-2112-01 called 0.6 1.97 0.0 13.0 0.6 0.07 new +TCGA-EJ-7315-01 TCGA-EJ-7315-01A-31D-2112-01 called 0.63 1.93 0.0 13.0 0.62 0.01 new +TCGA-EJ-7317-01 TCGA-EJ-7317-01A-31D-2112-01 called 0.67 1.98 0.0 12.0 0.67 0.04 new +TCGA-EJ-7318-01 TCGA-EJ-7318-01B-11D-A32A-01 called 0.62 1.97 0.0 13.0 0.62 0.12 new +TCGA-EJ-7321-01 TCGA-EJ-7321-01A-31D-2259-01 called 0.41 3.95 1.0 35.0 0.58 0.02 new +TCGA-EJ-7325-01 TCGA-EJ-7325-01B-11D-A32A-01 called 0.81 1.95 0.0 10.0 0.81 0.0 new +TCGA-EJ-7327-01 TCGA-EJ-7327-01A-11D-2112-01 called 0.48 1.98 0.0 17.0 0.48 0.01 new +TCGA-EJ-7328-01 TCGA-EJ-7328-01A-31D-2112-01 called 0.42 1.97 0.0 19.0 0.42 0.03 new +TCGA-EJ-7330-01 TCGA-EJ-7330-01A-11D-2112-01 called 0.33 1.98 0.0 30.0 0.33 0.09 new +TCGA-EJ-7331-01 TCGA-EJ-7331-01A-11D-2112-01 called 0.48 1.97 0.0 17.0 0.47 0.01 new +TCGA-EJ-7781-01 TCGA-EJ-7781-01A-11D-2112-01 called 0.59 2.0 0.0 14.0 0.59 0.28 new +TCGA-EJ-7782-01 TCGA-EJ-7782-01A-11D-2112-01 called 0.75 1.93 0.0 10.0 0.74 0.0 new +TCGA-EJ-7783-01 TCGA-EJ-7783-01A-11D-2112-01 called 0.38 1.97 0.0 24.0 0.37 0.2 new +TCGA-EJ-7784-01 TCGA-EJ-7784-01A-11D-2112-01 called 0.69 4.26 1.0 21.0 0.83 0.47 new +TCGA-EJ-7785-01 TCGA-EJ-7785-01A-11D-2112-01 called 0.41 1.98 0.0 20.0 0.41 0.0 new +TCGA-EJ-7786-01 TCGA-EJ-7786-01A-11D-2112-01 called 0.55 1.96 0.0 15.0 0.54 0.03 new +TCGA-EJ-7788-01 TCGA-EJ-7788-01A-11D-2112-01 called 0.71 1.97 0.0 11.0 0.7 0.04 new +TCGA-EJ-7789-01 TCGA-EJ-7789-01A-11D-2112-01 called 0.98 2.16 0.0 9.0 0.98 0.09 new +TCGA-EJ-7792-01 TCGA-EJ-7792-01A-11D-2112-01 called 0.4 2.03 0.0 21.0 0.41 0.01 new +TCGA-EJ-7793-01 TCGA-EJ-7793-01A-31D-2259-01 called 0.3 2.0 0.0 34.0 0.3 0.0 new +TCGA-EJ-7794-01 TCGA-EJ-7794-01A-11D-2112-01 called 0.34 1.96 0.0 29.0 0.33 0.04 new +TCGA-EJ-7797-01 TCGA-EJ-7797-01A-11D-2259-01 called 0.37 1.98 0.0 26.0 0.37 0.0 new +TCGA-EJ-8468-01 TCGA-EJ-8468-01A-21D-2391-01 called 0.56 1.97 0.0 14.0 0.56 0.0 new +TCGA-EJ-8469-01 TCGA-EJ-8469-01A-11D-2391-01 called 0.79 2.11 0.0 11.0 0.8 0.08 new +TCGA-EJ-8470-01 TCGA-EJ-8470-01A-11D-2391-01 called 0.45 1.9 0.0 18.0 0.44 0.0 new +TCGA-EJ-8472-01 TCGA-EJ-8472-01A-11D-2391-01 called 0.62 3.81 1.0 21.0 0.76 0.07 new +TCGA-EJ-8474-01 TCGA-EJ-8474-01A-11D-2391-01 called 0.72 2.0 0.0 11.0 0.72 0.06 new +TCGA-EJ-A46B-01 TCGA-EJ-A46B-01A-31D-A256-01 called 0.27 2.0 0.0 39.0 0.27 0.0 new +TCGA-EJ-A46D-01 TCGA-EJ-A46D-01A-21D-A256-01 called 0.16 1.96 0.0 69.0 0.16 0.02 new +TCGA-EJ-A46F-01 TCGA-EJ-A46F-01A-31D-A256-01 called 0.84 2.07 0.0 10.0 0.84 0.04 new +TCGA-EJ-A46G-01 TCGA-EJ-A46G-01A-31D-A26L-01 called 0.8 2.25 0.0 11.0 0.81 0.07 new +TCGA-EJ-A46H-01 TCGA-EJ-A46H-01A-31D-A26L-01 called 0.29 2.0 0.0 35.0 0.29 0.0 new +TCGA-EJ-A65B-01 TCGA-EJ-A65B-01A-12D-A30D-01 called 0.26 1.89 0.0 40.0 0.25 0.04 new +TCGA-EJ-A65D-01 TCGA-EJ-A65D-01A-11D-A30D-01 called 0.97 1.95 0.0 8.0 0.97 0.0 new +TCGA-EJ-A65E-01 TCGA-EJ-A65E-01A-11D-A323-01 called 0.62 1.96 0.0 13.0 0.61 0.0 new +TCGA-EJ-A65F-01 TCGA-EJ-A65F-01A-21D-A30W-01 called 0.67 2.08 0.0 12.0 0.68 0.02 new +TCGA-EJ-A65G-01 TCGA-EJ-A65G-01A-21D-A323-01 called 0.5 1.99 0.0 16.0 0.5 0.0 new +TCGA-EJ-A65J-01 TCGA-EJ-A65J-01A-11D-A30W-01 called 0.85 2.02 0.0 9.0 0.86 0.03 new +TCGA-EJ-A65M-01 TCGA-EJ-A65M-01A-11D-A323-01 called 0.48 1.92 0.0 17.0 0.47 0.25 new +TCGA-EJ-A6RA-01 TCGA-EJ-A6RA-01A-11D-A33S-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-EJ-A6RC-01 TCGA-EJ-A6RC-01A-11D-A32A-01 called 0.91 2.0 0.0 9.0 0.91 0.0 new +TCGA-EJ-A7NF-01 TCGA-EJ-A7NF-01A-11D-A33S-01 called 0.75 1.98 0.0 11.0 0.75 0.03 new +TCGA-EJ-A7NG-01 TCGA-EJ-A7NG-01A-31D-A33S-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EJ-A7NH-01 TCGA-EJ-A7NH-01A-12D-A33S-01 called 0.35 1.92 0.0 27.0 0.34 0.46 new +TCGA-EJ-A7NJ-01 TCGA-EJ-A7NJ-01A-22D-A34T-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-EJ-A7NK-01 TCGA-EJ-A7NK-01A-12D-A34T-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-EJ-A7NM-01 TCGA-EJ-A7NM-01A-21D-A33S-01 called 0.64 1.96 0.0 12.0 0.63 0.02 new +TCGA-EJ-A8FN-01 TCGA-EJ-A8FN-01A-11D-A34T-01 called 0.67 2.04 0.0 12.0 0.68 0.05 new +TCGA-EJ-A8FO-01 TCGA-EJ-A8FO-01A-21D-A363-01 called 0.29 2.0 0.0 36.0 0.29 0.03 new +TCGA-EJ-A8FP-01 TCGA-EJ-A8FP-01A-21D-A363-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-EJ-A8FS-01 TCGA-EJ-A8FS-01A-11D-A34T-01 called 0.82 1.94 0.0 9.0 0.81 0.0 new +TCGA-EJ-A8FU-01 TCGA-EJ-A8FU-01A-11D-A363-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-EJ-AB20-01 TCGA-EJ-AB20-01A-12D-A41J-01 called 0.61 2.06 0.0 14.0 0.62 0.0 new +TCGA-EJ-AB27-01 TCGA-EJ-AB27-01A-11D-A41J-01 called 0.19 2.02 0.0 57.0 0.19 0.0 new +TCGA-FC-7708-01 TCGA-FC-7708-01A-11D-2112-01 called 0.36 1.96 0.0 27.0 0.35 0.0 new +TCGA-FC-7961-01 TCGA-FC-7961-01A-11D-A323-01 called 0.34 3.59 1.0 40.0 0.48 0.12 new +TCGA-FC-A4JI-01 TCGA-FC-A4JI-01A-11D-A256-01 called 0.65 3.4 1.0 18.0 0.76 0.09 new +TCGA-FC-A5OB-01 TCGA-FC-A5OB-01A-11D-A323-01 called 0.86 1.97 0.0 9.0 0.86 0.0 new +TCGA-FC-A66V-01 TCGA-FC-A66V-01A-21D-A30D-01 called 0.44 2.0 0.0 19.0 0.44 0.0 new +TCGA-FC-A6HD-01 TCGA-FC-A6HD-01A-11D-A31K-01 called 0.79 1.99 0.0 10.0 0.79 0.02 new +TCGA-FC-A8O0-01 TCGA-FC-A8O0-01A-41D-A376-01 called 0.87 2.0 0.0 9.0 0.87 0.0 new +TCGA-G9-6329-01 TCGA-G9-6329-01A-13D-1959-01 called 0.28 1.95 0.0 37.0 0.28 0.05 new +TCGA-G9-6332-01 TCGA-G9-6332-01A-11D-1785-01 called 0.81 1.96 0.0 10.0 0.81 0.02 new +TCGA-G9-6333-01 TCGA-G9-6333-01A-12D-1959-01 called 0.44 1.95 0.0 18.0 0.44 0.0 new +TCGA-G9-6338-01 TCGA-G9-6338-01A-12D-1959-01 called 0.77 1.94 0.0 10.0 0.76 0.09 new +TCGA-G9-6339-01 TCGA-G9-6339-01A-12D-A30W-01 called 0.47 1.96 0.0 18.0 0.46 0.0 new +TCGA-G9-6342-01 TCGA-G9-6342-01A-11D-1959-01 called 0.48 1.94 0.0 17.0 0.47 0.0 new +TCGA-G9-6343-01 TCGA-G9-6343-01A-21D-1959-01 called 0.19 1.96 0.0 55.0 0.19 0.0 new +TCGA-G9-6347-01 TCGA-G9-6347-01A-11D-A31K-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-G9-6348-01 TCGA-G9-6348-01A-11D-1785-01 called 0.36 1.91 0.0 26.0 0.35 0.0 new +TCGA-G9-6351-01 TCGA-G9-6351-01A-21D-1959-01 called 0.33 1.96 0.0 31.0 0.32 0.02 new +TCGA-G9-6353-01 TCGA-G9-6353-01A-11D-1959-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-G9-6354-01 TCGA-G9-6354-01A-11D-A30W-01 called 0.61 1.94 0.0 13.0 0.6 0.02 new +TCGA-G9-6356-01 TCGA-G9-6356-01A-11D-1785-01 called 0.21 2.01 0.0 50.0 0.21 0.1 new +TCGA-G9-6361-01 TCGA-G9-6361-01A-21D-1959-01 called 0.73 1.95 0.0 11.0 0.73 0.11 new +TCGA-G9-6362-01 TCGA-G9-6362-01A-11D-1785-01 called 0.87 2.0 0.0 9.0 0.87 0.01 new +TCGA-G9-6363-01 TCGA-G9-6363-01A-21D-1785-01 called 0.47 2.02 0.0 18.0 0.47 0.03 new +TCGA-G9-6364-01 TCGA-G9-6364-01A-21D-1785-01 called 0.55 1.96 0.0 15.0 0.55 0.01 new +TCGA-G9-6366-01 TCGA-G9-6366-01A-11D-2112-01 called 0.63 2.09 0.0 13.0 0.64 0.01 new +TCGA-G9-6367-01 TCGA-G9-6367-01A-11D-1785-01 called 0.27 2.0 0.0 39.0 0.27 0.0 new +TCGA-G9-6369-01 TCGA-G9-6369-01A-21D-1959-01 called 0.87 1.94 0.0 9.0 0.86 0.02 new +TCGA-G9-6370-01 TCGA-G9-6370-01A-11D-1785-01 called 0.38 2.0 0.0 24.0 0.38 0.0 new +TCGA-G9-6371-01 TCGA-G9-6371-01A-11D-1785-01 called 0.28 2.04 0.0 38.0 0.28 0.03 new +TCGA-G9-6373-01 TCGA-G9-6373-01A-11D-1785-01 called 0.72 2.02 0.0 11.0 0.72 0.03 new +TCGA-G9-6377-01 TCGA-G9-6377-01A-11D-1959-01 called 0.66 1.93 0.0 12.0 0.65 0.21 new +TCGA-G9-6378-01 TCGA-G9-6378-01A-11D-1785-01 called 0.26 1.95 0.0 40.0 0.26 0.0 new +TCGA-G9-6379-01 TCGA-G9-6379-01A-11D-A31K-01 called 0.21 3.81 1.0 62.0 0.33 0.02 new +TCGA-G9-6384-01 TCGA-G9-6384-01A-11D-1785-01 called 0.45 1.94 0.0 18.0 0.44 0.0 new +TCGA-G9-6385-01 TCGA-G9-6385-01A-11D-1785-01 called 0.2 2.0 0.0 55.0 0.2 0.0 new +TCGA-G9-6494-01 TCGA-G9-6494-01A-11D-1785-01 called 0.57 1.98 0.0 14.0 0.56 0.01 new +TCGA-G9-6496-01 TCGA-G9-6496-01A-11D-1785-01 called 0.83 2.02 0.0 10.0 0.83 0.01 new +TCGA-G9-6498-01 TCGA-G9-6498-01A-12D-A30W-01 called 0.62 1.99 0.0 13.0 0.62 0.02 new +TCGA-G9-6499-01 TCGA-G9-6499-01A-12D-1959-01 called 0.3 3.62 1.0 44.0 0.44 0.3 new +TCGA-G9-7509-01 TCGA-G9-7509-01A-11D-A41J-01 called 0.57 1.99 0.0 14.0 0.57 0.07 new +TCGA-G9-7510-01 TCGA-G9-7510-01A-11D-2259-01 called 0.25 1.93 0.0 43.0 0.24 0.16 new +TCGA-G9-7519-01 TCGA-G9-7519-01A-11D-2259-01 called 0.18 1.97 0.0 60.0 0.18 0.01 new +TCGA-G9-7521-01 TCGA-G9-7521-01A-11D-2259-01 called 0.42 3.9 1.0 35.0 0.58 0.16 new +TCGA-G9-7522-01 TCGA-G9-7522-01A-11D-2259-01 called 0.21 1.99 0.0 52.0 0.21 0.01 new +TCGA-G9-7523-01 TCGA-G9-7523-01A-11D-2259-01 called 0.21 1.84 0.0 49.0 0.2 0.16 new +TCGA-G9-7525-01 TCGA-G9-7525-01A-31D-2259-01 called 0.62 3.98 1.0 22.0 0.77 0.0 new +TCGA-G9-A9S0-01 TCGA-G9-A9S0-01A-11D-A41J-01 called 0.57 1.94 0.0 14.0 0.56 0.1 new +TCGA-G9-A9S7-01 TCGA-G9-A9S7-01A-11D-A41J-01 called 0.53 1.94 0.0 15.0 0.52 0.07 new +TCGA-H9-7775-01 TCGA-H9-7775-01A-11D-2112-01 called 0.79 1.97 0.0 10.0 0.79 0.01 new +TCGA-H9-A6BX-01 TCGA-H9-A6BX-01A-31D-A30W-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-H9-A6BY-01 TCGA-H9-A6BY-01A-11D-A30D-01 called 0.76 1.98 0.0 10.0 0.75 0.02 new +TCGA-HC-7075-01 TCGA-HC-7075-01A-11D-1959-01 called 0.78 1.99 0.0 10.0 0.78 0.0 new +TCGA-HC-7077-01 TCGA-HC-7077-01A-11D-1959-01 called 0.65 1.94 0.0 12.0 0.64 0.24 new +TCGA-HC-7078-01 TCGA-HC-7078-01A-11D-2112-01 called 0.73 1.96 0.0 11.0 0.72 0.05 new +TCGA-HC-7079-01 TCGA-HC-7079-01A-11D-1959-01 called 0.91 2.0 0.0 9.0 0.91 0.0 new +TCGA-HC-7080-01 TCGA-HC-7080-01A-11D-1959-01 called 0.9 1.89 0.0 8.0 0.9 0.0 new +TCGA-HC-7081-01 TCGA-HC-7081-01A-11D-1959-01 called 0.55 1.97 0.0 15.0 0.55 0.0 new +TCGA-HC-7209-01 TCGA-HC-7209-01A-11D-2112-01 called 0.55 1.96 0.0 15.0 0.55 0.0 new +TCGA-HC-7210-01 TCGA-HC-7210-01A-11D-2112-01 called 0.47 1.96 0.0 18.0 0.46 0.0 new +TCGA-HC-7211-01 TCGA-HC-7211-01A-11D-2112-01 called 0.69 1.95 0.0 11.0 0.68 0.0 new +TCGA-HC-7212-01 TCGA-HC-7212-01A-11D-2112-01 called 0.78 1.91 0.0 10.0 0.78 0.04 new +TCGA-HC-7213-01 TCGA-HC-7213-01A-11D-2112-01 called 0.72 3.55 1.0 18.0 0.82 0.28 new +TCGA-HC-7230-01 TCGA-HC-7230-01A-11D-2112-01 called 0.84 1.94 0.0 9.0 0.84 0.01 new +TCGA-HC-7231-01 TCGA-HC-7231-01A-11D-2112-01 called 0.71 1.96 0.0 11.0 0.71 0.03 new +TCGA-HC-7232-01 TCGA-HC-7232-01A-11D-2112-01 called 0.6 1.95 0.0 13.0 0.59 0.07 new +TCGA-HC-7233-01 TCGA-HC-7233-01A-11D-2112-01 called 0.54 2.0 0.0 15.0 0.54 0.04 new +TCGA-HC-7736-01 TCGA-HC-7736-01A-11D-2112-01 called 0.6 1.87 0.0 13.0 0.58 0.01 new +TCGA-HC-7737-01 TCGA-HC-7737-01A-11D-2112-01 called 0.29 1.91 0.0 36.0 0.28 0.11 new +TCGA-HC-7738-01 TCGA-HC-7738-01A-11D-2112-01 called 0.42 3.94 1.0 35.0 0.58 0.0 new +TCGA-HC-7740-01 TCGA-HC-7740-01A-11D-2112-01 called 0.22 2.0 0.0 48.0 0.22 0.0 new +TCGA-HC-7742-01 TCGA-HC-7742-01A-11D-2112-01 called 0.56 2.01 0.0 15.0 0.56 0.22 new +TCGA-HC-7744-01 TCGA-HC-7744-01A-11D-2112-01 called 0.81 1.98 0.0 10.0 0.81 0.06 new +TCGA-HC-7745-01 TCGA-HC-7745-01A-11D-2112-01 called 0.38 1.98 0.0 25.0 0.37 0.05 new +TCGA-HC-7747-01 TCGA-HC-7747-01A-11D-2112-01 called 0.36 1.93 0.0 27.0 0.35 0.01 new +TCGA-HC-7748-01 TCGA-HC-7748-01A-11D-2112-01 called 0.47 1.96 0.0 17.0 0.47 0.01 new +TCGA-HC-7749-01 TCGA-HC-7749-01A-11D-2112-01 called 0.69 1.97 0.0 11.0 0.69 0.34 new +TCGA-HC-7750-01 TCGA-HC-7750-01A-11D-2112-01 called 0.34 1.99 0.0 29.0 0.34 0.0 new +TCGA-HC-7752-01 TCGA-HC-7752-01A-11D-2112-01 called 0.75 1.98 0.0 11.0 0.75 0.05 new +TCGA-HC-7817-01 TCGA-HC-7817-01B-11D-A323-01 called 0.89 2.0 0.0 9.0 0.89 0.01 new +TCGA-HC-7819-01 TCGA-HC-7819-01A-11D-2112-01 called 0.82 1.97 0.0 10.0 0.82 0.02 new +TCGA-HC-7820-01 TCGA-HC-7820-01A-11D-2112-01 called 0.48 1.96 0.0 17.0 0.47 0.0 new +TCGA-HC-7821-01 TCGA-HC-7821-01A-12D-2112-01 called 0.85 1.93 0.0 9.0 0.84 0.13 new +TCGA-HC-8213-01 TCGA-HC-8213-01A-11D-A323-01 called 0.87 1.99 0.0 9.0 0.87 0.0 new +TCGA-HC-8216-01 TCGA-HC-8216-01A-11D-A323-01 called 0.47 1.84 0.0 17.0 0.45 0.68 new +TCGA-HC-8256-01 TCGA-HC-8256-01A-11D-2259-01 called 0.48 2.0 0.0 17.0 0.48 0.03 new +TCGA-HC-8257-01 TCGA-HC-8257-01A-11D-2259-01 called 0.72 1.93 0.0 11.0 0.71 0.01 new +TCGA-HC-8259-01 TCGA-HC-8259-01A-11D-2259-01 called 0.89 2.0 0.0 9.0 0.89 0.0 new +TCGA-HC-8260-01 TCGA-HC-8260-01A-11D-2259-01 called 0.33 2.0 0.0 30.0 0.33 0.08 new +TCGA-HC-8261-01 TCGA-HC-8261-01A-11D-2259-01 called 0.69 1.97 0.0 12.0 0.68 0.03 new +TCGA-HC-8262-01 TCGA-HC-8262-01A-11D-2259-01 called 0.47 1.95 0.0 17.0 0.46 0.02 new +TCGA-HC-8264-01 TCGA-HC-8264-01B-11D-2391-01 called 0.67 1.98 0.0 12.0 0.66 0.02 new +TCGA-HC-8265-01 TCGA-HC-8265-01A-11D-2259-01 called 0.5 2.16 0.0 17.0 0.52 0.15 new +TCGA-HC-8266-01 TCGA-HC-8266-01A-11D-2259-01 called 0.25 1.99 0.0 42.0 0.25 0.08 new +TCGA-HC-A48F-01 TCGA-HC-A48F-01A-11D-A256-01 called 0.91 1.84 0.0 8.0 0.9 0.2 new +TCGA-HC-A4ZV-01 TCGA-HC-A4ZV-01A-11D-A26L-01 called 0.7 2.04 0.0 12.0 0.7 0.12 new +TCGA-HC-A631-01 TCGA-HC-A631-01A-11D-A323-01 called 0.92 1.93 0.0 8.0 0.92 0.18 new +TCGA-HC-A632-01 TCGA-HC-A632-01A-11D-A323-01 called 0.71 1.9 0.0 11.0 0.7 0.11 new +TCGA-HC-A6AL-01 TCGA-HC-A6AL-01A-11D-A30D-01 called 0.67 2.0 0.0 12.0 0.67 0.04 new +TCGA-HC-A6AN-01 TCGA-HC-A6AN-01A-11D-A30D-01 called 0.67 1.91 0.0 12.0 0.66 0.01 new +TCGA-HC-A6AO-01 TCGA-HC-A6AO-01A-11D-A30D-01 called 0.77 2.0 0.0 10.0 0.77 0.03 new +TCGA-HC-A6AP-01 TCGA-HC-A6AP-01A-11D-A30D-01 called 0.38 1.96 0.0 23.0 0.38 0.09 new +TCGA-HC-A6AQ-01 TCGA-HC-A6AQ-01A-11D-A30D-01 called 0.36 1.99 0.0 26.0 0.36 0.02 new +TCGA-HC-A6HX-01 TCGA-HC-A6HX-01A-11D-A31K-01 called 0.21 2.0 0.0 52.0 0.21 0.05 new +TCGA-HC-A6HY-01 TCGA-HC-A6HY-01A-11D-A31K-01 called 0.69 1.96 0.0 12.0 0.68 0.0 new +TCGA-HC-A76W-01 TCGA-HC-A76W-01A-11D-A33S-01 called 0.61 1.98 0.0 13.0 0.61 0.43 new +TCGA-HC-A76X-01 TCGA-HC-A76X-01A-11D-A33S-01 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-HC-A8CY-01 TCGA-HC-A8CY-01A-11D-A363-01 called 0.82 2.08 0.0 10.0 0.83 0.05 new +TCGA-HC-A8D0-01 TCGA-HC-A8D0-01A-11D-A363-01 called 0.34 1.96 0.0 30.0 0.33 0.0 new +TCGA-HC-A8D1-01 TCGA-HC-A8D1-01A-11D-A363-01 called 0.33 1.99 0.0 31.0 0.33 0.0 new +TCGA-HC-A9TE-01 TCGA-HC-A9TE-01A-11D-A41J-01 called 0.55 3.09 1.0 20.0 0.65 0.29 new +TCGA-HC-A9TH-01 TCGA-HC-A9TH-01A-11D-A41J-01 called 0.7 1.92 0.0 11.0 0.69 0.08 new +TCGA-HI-7168-01 TCGA-HI-7168-01A-11D-2112-01 called 0.57 3.46 1.0 21.0 0.69 0.48 new +TCGA-HI-7170-01 TCGA-HI-7170-01A-11D-2112-01 called 0.47 1.96 0.0 17.0 0.47 0.01 new +TCGA-HI-7171-01 TCGA-HI-7171-01A-12D-2112-01 called 0.88 1.89 0.0 8.0 0.87 0.17 new +TCGA-J4-8198-01 TCGA-J4-8198-01A-11D-2259-01 called 0.66 2.04 0.0 12.0 0.66 0.0 new +TCGA-J4-8200-01 TCGA-J4-8200-01A-11D-A323-01 called 0.52 2.02 0.0 16.0 0.52 0.01 new +TCGA-J4-A67K-01 TCGA-J4-A67K-01A-21D-A30D-01 called 0.55 1.99 0.0 15.0 0.55 0.01 new +TCGA-J4-A67L-01 TCGA-J4-A67L-01A-11D-A30D-01 called 0.36 1.98 0.0 27.0 0.36 0.02 new +TCGA-J4-A67M-01 TCGA-J4-A67M-01A-11D-A30D-01 called 0.37 1.97 0.0 25.0 0.37 0.07 new +TCGA-J4-A67N-01 TCGA-J4-A67N-01A-11D-A30D-01 called 0.74 1.9 0.0 10.0 0.73 0.01 new +TCGA-J4-A67O-01 TCGA-J4-A67O-01A-11D-A30D-01 called 0.22 1.98 0.0 49.0 0.22 0.01 new +TCGA-J4-A67Q-01 TCGA-J4-A67Q-01A-21D-A30D-01 called 0.29 1.96 0.0 35.0 0.29 0.02 new +TCGA-J4-A67R-01 TCGA-J4-A67R-01A-21D-A30D-01 called 0.2 2.0 0.0 55.0 0.2 0.0 new +TCGA-J4-A67S-01 TCGA-J4-A67S-01A-11D-A30D-01 called 0.44 1.92 0.0 18.0 0.43 0.0 new +TCGA-J4-A67T-01 TCGA-J4-A67T-01A-11D-A30W-01 called 0.44 1.99 0.0 19.0 0.44 0.01 new +TCGA-J4-A6G1-01 TCGA-J4-A6G1-01A-11D-A30W-01 called 0.58 2.0 0.0 14.0 0.58 0.03 new +TCGA-J4-A6M7-01 TCGA-J4-A6M7-01A-11D-A31K-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-J4-A83I-01 TCGA-J4-A83I-01A-11D-A363-01 called 0.79 1.91 0.0 10.0 0.78 0.04 new +TCGA-J4-A83J-01 TCGA-J4-A83J-01A-11D-A363-01 called 0.59 1.89 0.0 13.0 0.58 0.01 new +TCGA-J4-A83K-01 TCGA-J4-A83K-01A-11D-A34T-01 called 0.44 2.0 0.0 19.0 0.44 0.02 new +TCGA-J4-A83L-01 TCGA-J4-A83L-01A-11D-A34T-01 called 0.32 1.99 0.0 32.0 0.32 0.0 new +TCGA-J4-A83M-01 TCGA-J4-A83M-01A-11D-A34T-01 called 0.6 1.99 0.0 14.0 0.6 0.02 new +TCGA-J4-A83N-01 TCGA-J4-A83N-01A-11D-A34T-01 called 0.53 1.97 0.0 15.0 0.53 0.04 new +TCGA-J4-AATV-01 TCGA-J4-AATV-01A-11D-A41J-01 called 0.98 2.0 0.0 8.0 0.98 0.0 new +TCGA-J4-AATZ-01 TCGA-J4-AATZ-01A-11D-A41J-01 called 0.73 2.03 0.0 11.0 0.74 0.17 new +TCGA-J4-AAU2-01 TCGA-J4-AAU2-01A-11D-A41J-01 called 0.67 2.0 0.0 12.0 0.67 0.01 new +TCGA-J9-A52B-01 TCGA-J9-A52B-01A-11D-A26L-01 called 0.69 1.92 0.0 11.0 0.69 0.27 new +TCGA-J9-A52C-01 TCGA-J9-A52C-01A-11D-A26L-01 called 0.29 1.97 0.0 36.0 0.29 0.02 new +TCGA-J9-A52E-01 TCGA-J9-A52E-01A-11D-A26L-01 called 0.39 4.16 1.0 38.0 0.57 0.44 new +TCGA-J9-A8CK-01 TCGA-J9-A8CK-01A-11D-A34T-01 called 0.55 1.95 0.0 15.0 0.55 0.01 new +TCGA-J9-A8CL-01 TCGA-J9-A8CL-01A-11D-A34T-01 called 0.75 2.05 0.0 11.0 0.76 0.39 new +TCGA-J9-A8CM-01 TCGA-J9-A8CM-01A-11D-A34T-01 called 0.62 2.03 0.0 13.0 0.63 0.02 new +TCGA-J9-A8CN-01 TCGA-J9-A8CN-01A-11D-A34T-01 called 0.88 1.98 0.0 9.0 0.88 0.07 new +TCGA-J9-A8CP-01 TCGA-J9-A8CP-01A-11D-A34T-01 called 0.6 1.93 0.0 13.0 0.59 0.01 new +TCGA-KC-A4BL-01 TCGA-KC-A4BL-01A-31D-A256-01 called 0.5 2.0 0.0 16.0 0.5 0.11 new +TCGA-KC-A4BN-01 TCGA-KC-A4BN-01A-61D-A256-01 called 0.33 2.0 0.0 31.0 0.33 0.02 new +TCGA-KC-A4BV-01 TCGA-KC-A4BV-01A-31D-A26L-01 called 0.66 1.94 0.0 12.0 0.65 0.04 new +TCGA-KC-A7F3-01 TCGA-KC-A7F3-01A-21D-A33S-01 called 0.43 1.94 0.0 19.0 0.43 0.02 new +TCGA-KC-A7F6-01 TCGA-KC-A7F6-01A-11D-A33S-01 called 0.7 1.95 0.0 11.0 0.69 0.15 new +TCGA-KC-A7FA-01 TCGA-KC-A7FA-01A-21D-A33S-01 called 0.74 1.93 0.0 11.0 0.73 0.22 new +TCGA-KC-A7FD-01 TCGA-KC-A7FD-01A-11D-A33S-01 called 0.8 1.99 0.0 10.0 0.8 0.0 new +TCGA-KK-A59V-01 TCGA-KK-A59V-01A-11D-A323-01 called 0.58 1.97 0.0 14.0 0.58 0.21 new +TCGA-KK-A59X-01 TCGA-KK-A59X-01A-11D-A323-01 called 0.86 1.84 0.0 8.0 0.85 0.01 new +TCGA-KK-A59Y-01 TCGA-KK-A59Y-01A-11D-A26L-01 called 0.77 2.0 0.0 10.0 0.77 0.01 new +TCGA-KK-A59Z-01 TCGA-KK-A59Z-01A-12D-A26L-01 called 0.8 4.17 1.0 19.0 0.9 0.34 new +TCGA-KK-A6DY-01 TCGA-KK-A6DY-01A-12D-A30W-01 called 0.44 1.93 0.0 18.0 0.43 0.08 new +TCGA-KK-A6E0-01 TCGA-KK-A6E0-01A-11D-A30W-01 called 0.64 1.84 0.0 12.0 0.62 0.04 new +TCGA-KK-A6E1-01 TCGA-KK-A6E1-01A-11D-A30W-01 called 0.66 3.55 1.0 19.0 0.78 0.16 new +TCGA-KK-A6E2-01 TCGA-KK-A6E2-01A-11D-A30W-01 called 0.86 1.99 0.0 9.0 0.86 0.04 new +TCGA-KK-A6E3-01 TCGA-KK-A6E3-01A-21D-A30D-01 called 0.75 2.0 0.0 11.0 0.75 0.0 new +TCGA-KK-A6E4-01 TCGA-KK-A6E4-01A-11D-A30D-01 called 0.82 1.92 0.0 9.0 0.81 0.06 new +TCGA-KK-A6E5-01 TCGA-KK-A6E5-01A-11D-A30W-01 called 0.61 1.9 0.0 13.0 0.6 0.09 new +TCGA-KK-A6E6-01 TCGA-KK-A6E6-01A-11D-A30W-01 called 0.44 3.63 1.0 31.0 0.59 0.24 new +TCGA-KK-A6E7-01 TCGA-KK-A6E7-01A-11D-A31K-01 called 0.57 3.8 1.0 24.0 0.72 0.13 new +TCGA-KK-A6E8-01 TCGA-KK-A6E8-01A-11D-A31K-01 called 0.84 2.14 0.0 10.0 0.85 0.12 new +TCGA-KK-A7AP-01 TCGA-KK-A7AP-01A-12D-A33S-01 called 0.89 1.99 0.0 9.0 0.89 0.1 new +TCGA-KK-A7AQ-01 TCGA-KK-A7AQ-01A-11D-A33S-01 called 0.76 1.89 0.0 10.0 0.75 0.03 new +TCGA-KK-A7AU-01 TCGA-KK-A7AU-01A-11D-A32A-01 called 0.88 2.01 0.0 9.0 0.88 0.02 new +TCGA-KK-A7AV-01 TCGA-KK-A7AV-01A-11D-A32A-01 called 0.35 2.03 0.0 29.0 0.35 0.07 new +TCGA-KK-A7AW-01 TCGA-KK-A7AW-01A-11D-A32A-01 called 0.75 2.0 0.0 11.0 0.75 0.04 new +TCGA-KK-A7AY-01 TCGA-KK-A7AY-01A-11D-A33S-01 called 0.78 2.0 0.0 10.0 0.78 0.01 new +TCGA-KK-A7AZ-01 TCGA-KK-A7AZ-01A-12D-A32A-01 called 0.87 2.02 0.0 9.0 0.88 0.01 new +TCGA-KK-A7B0-01 TCGA-KK-A7B0-01A-11D-A32A-01 called 0.31 1.96 0.0 33.0 0.31 0.01 new +TCGA-KK-A7B1-01 TCGA-KK-A7B1-01A-11D-A32A-01 called 0.54 1.97 0.0 15.0 0.54 0.01 new +TCGA-KK-A7B2-01 TCGA-KK-A7B2-01A-12D-A32A-01 called 0.97 2.0 0.0 8.0 0.97 0.06 new +TCGA-KK-A7B3-01 TCGA-KK-A7B3-01A-11D-A33S-01 called 0.5 3.92 1.0 30.0 0.66 0.0 new +TCGA-KK-A7B4-01 TCGA-KK-A7B4-01A-11D-A32A-01 called 0.72 1.9 0.0 11.0 0.71 0.39 new +TCGA-KK-A8I4-01 TCGA-KK-A8I4-01A-11D-A363-01 called 0.4 2.35 0.0 25.0 0.44 0.25 new +TCGA-KK-A8I5-01 TCGA-KK-A8I5-01A-11D-A363-01 called 0.85 1.91 0.0 9.0 0.85 0.05 new +TCGA-KK-A8I6-01 TCGA-KK-A8I6-01A-11D-A363-01 called 0.66 1.97 0.0 12.0 0.66 0.07 new +TCGA-KK-A8I7-01 TCGA-KK-A8I7-01A-21D-A363-01 called 0.21 1.95 0.0 52.0 0.2 0.09 new +TCGA-KK-A8I8-01 TCGA-KK-A8I8-01A-11D-A363-01 called 0.73 2.02 0.0 11.0 0.73 0.0 new +TCGA-KK-A8I9-01 TCGA-KK-A8I9-01A-11D-A363-01 called 0.53 1.92 0.0 15.0 0.52 0.11 new +TCGA-KK-A8IA-01 TCGA-KK-A8IA-01A-11D-A363-01 called 0.88 1.93 0.0 9.0 0.88 0.37 new +TCGA-KK-A8IB-01 TCGA-KK-A8IB-01A-11D-A363-01 called 0.59 4.04 1.0 26.0 0.74 0.1 new +TCGA-KK-A8IC-01 TCGA-KK-A8IC-01A-11D-A363-01 called 0.35 1.88 0.0 27.0 0.34 0.08 new +TCGA-KK-A8ID-01 TCGA-KK-A8ID-01A-11D-A363-01 called 0.66 2.27 0.0 13.0 0.69 0.08 new +TCGA-KK-A8IF-01 TCGA-KK-A8IF-01A-11D-A363-01 called 0.97 2.14 0.0 9.0 0.97 0.14 new +TCGA-KK-A8IG-01 TCGA-KK-A8IG-01A-11D-A363-01 called 0.69 1.92 0.0 11.0 0.69 0.24 new +TCGA-KK-A8IH-01 TCGA-KK-A8IH-01A-11D-A363-01 called 0.82 1.92 0.0 9.0 0.82 0.05 new +TCGA-KK-A8II-01 TCGA-KK-A8II-01A-11D-A363-01 called 0.94 1.95 0.0 8.0 0.93 0.12 new +TCGA-KK-A8IJ-01 TCGA-KK-A8IJ-01A-11D-A34T-01 called 0.57 1.96 0.0 14.0 0.56 0.02 new +TCGA-KK-A8IK-01 TCGA-KK-A8IK-01A-11D-A363-01 called 0.96 4.06 1.0 17.0 0.98 0.17 new +TCGA-KK-A8IL-01 TCGA-KK-A8IL-01A-11D-A363-01 called 0.66 1.99 0.0 12.0 0.66 0.0 new +TCGA-KK-A8IM-01 TCGA-KK-A8IM-01A-11D-A363-01 called 0.39 1.94 0.0 21.0 0.39 0.01 new +TCGA-M7-A71Y-01 TCGA-M7-A71Y-01A-22D-A32A-01 called 0.19 1.95 0.0 58.0 0.18 0.03 new +TCGA-M7-A71Z-01 TCGA-M7-A71Z-01A-12D-A32A-01 called 0.9 1.95 0.0 9.0 0.9 0.02 new +TCGA-M7-A720-01 TCGA-M7-A720-01A-12D-A32A-01 called 0.94 2.0 0.0 8.0 0.94 0.0 new +TCGA-M7-A721-01 TCGA-M7-A721-01A-12D-A32A-01 called 0.24 1.87 0.0 44.0 0.23 0.12 new +TCGA-M7-A722-01 TCGA-M7-A722-01A-12D-A363-01 called 0.88 1.95 0.0 9.0 0.88 0.0 new +TCGA-M7-A724-01 TCGA-M7-A724-01A-12D-A32A-01 called 0.97 2.01 0.0 8.0 0.97 0.0 new +TCGA-M7-A725-01 TCGA-M7-A725-01A-12D-A32A-01 called 0.84 1.98 0.0 9.0 0.83 0.11 new +TCGA-MG-AAMC-01 TCGA-MG-AAMC-01A-11D-A41J-01 called 0.79 1.94 0.0 10.0 0.79 0.03 new +TCGA-QU-A6IL-01 TCGA-QU-A6IL-01A-11D-A31K-01 called 0.84 1.98 0.0 9.0 0.84 0.02 new +TCGA-QU-A6IM-01 TCGA-QU-A6IM-01A-11D-A31K-01 called 0.58 2.01 0.0 14.0 0.58 0.01 new +TCGA-QU-A6IN-01 TCGA-QU-A6IN-01A-11D-A31K-01 called 0.81 1.96 0.0 10.0 0.81 0.0 new +TCGA-QU-A6IO-01 TCGA-QU-A6IO-01A-11D-A31K-01 called 0.61 1.94 0.0 13.0 0.6 0.06 new +TCGA-QU-A6IP-01 TCGA-QU-A6IP-01A-11D-A31K-01 called 0.51 2.0 0.0 16.0 0.51 0.0 new +TCGA-SU-A7E7-01 TCGA-SU-A7E7-01A-22D-A33S-01 called 0.3 1.95 0.0 34.0 0.3 0.02 new +TCGA-TK-A8OK-01 TCGA-TK-A8OK-01A-22D-A363-01 called 0.52 1.96 0.0 16.0 0.52 0.0 new +TCGA-TP-A8TT-01 TCGA-TP-A8TT-01A-12D-A41J-01 called 0.58 1.95 0.0 14.0 0.57 0.0 new +TCGA-TP-A8TV-01 TCGA-TP-A8TV-01A-11D-A41J-01 called 0.92 1.91 0.0 8.0 0.92 0.1 new +TCGA-V1-A8MF-01 TCGA-V1-A8MF-01A-11D-A363-01 called 0.64 2.05 0.0 13.0 0.65 0.01 new +TCGA-V1-A8MG-01 TCGA-V1-A8MG-01A-11D-A363-01 called 0.29 2.09 0.0 37.0 0.3 0.19 new +TCGA-V1-A8MJ-01 TCGA-V1-A8MJ-01A-11D-A363-01 called 0.22 1.97 0.0 49.0 0.22 0.01 new +TCGA-V1-A8ML-01 TCGA-V1-A8ML-01A-11D-A376-01 called 0.35 1.98 0.0 29.0 0.34 0.01 new +TCGA-V1-A8MM-01 TCGA-V1-A8MM-01A-11D-A376-01 called 0.78 1.97 0.0 10.0 0.78 0.03 new +TCGA-V1-A8MU-01 TCGA-V1-A8MU-01A-11D-A376-01 called 0.47 1.95 0.0 17.0 0.47 0.0 new +TCGA-V1-A8WL-01 TCGA-V1-A8WL-01A-11D-A376-01 called 0.69 1.96 0.0 11.0 0.69 0.04 new +TCGA-V1-A8WN-01 TCGA-V1-A8WN-01A-11D-A376-01 called 0.38 2.0 0.0 24.0 0.38 0.0 new +TCGA-V1-A8WS-01 TCGA-V1-A8WS-01A-11D-A376-01 called 0.77 1.96 0.0 10.0 0.77 0.08 new +TCGA-V1-A8WV-01 TCGA-V1-A8WV-01A-11D-A376-01 called 0.48 3.13 1.0 25.0 0.59 0.23 new +TCGA-V1-A8WW-01 TCGA-V1-A8WW-01A-11D-A376-01 called 0.84 1.98 0.0 9.0 0.83 0.45 new +TCGA-V1-A8X3-01 TCGA-V1-A8X3-01A-11D-A376-01 called 0.65 1.94 0.0 12.0 0.64 0.07 new +TCGA-V1-A9O5-01 TCGA-V1-A9O5-01A-11D-A41J-01 called 0.58 2.15 0.0 15.0 0.59 0.28 new +TCGA-V1-A9O5-06 TCGA-V1-A9O5-06A-11D-A41J-01 called 0.6 4.0 1.0 25.0 0.75 0.25 new +TCGA-V1-A9O7-01 TCGA-V1-A9O7-01A-21D-A41J-01 called 0.32 2.07 0.0 32.0 0.33 0.35 new +TCGA-V1-A9O9-01 TCGA-V1-A9O9-01A-11D-A41J-01 called 0.55 1.93 0.0 14.0 0.55 0.16 new +TCGA-V1-A9OA-01 TCGA-V1-A9OA-01A-11D-A41J-01 called 0.61 1.98 0.0 13.0 0.61 0.05 new +TCGA-V1-A9OF-01 TCGA-V1-A9OF-01A-11D-A41J-01 called 0.81 1.98 0.0 10.0 0.8 0.0 new +TCGA-V1-A9OH-01 TCGA-V1-A9OH-01A-11D-A41J-01 called 0.49 2.02 0.0 17.0 0.49 0.05 new +TCGA-V1-A9OL-01 TCGA-V1-A9OL-01A-11D-A41J-01 called 0.9 1.95 0.0 8.0 0.9 0.2 new +TCGA-V1-A9OQ-01 TCGA-V1-A9OQ-01A-11D-A41J-01 called 0.77 1.95 0.0 10.0 0.77 0.02 new +TCGA-V1-A9OT-01 TCGA-V1-A9OT-01A-11D-A41J-01 called 0.79 1.95 0.0 10.0 0.78 0.0 new +TCGA-V1-A9OX-01 TCGA-V1-A9OX-01A-11D-A41J-01 called 0.44 1.97 0.0 19.0 0.43 0.09 new +TCGA-V1-A9OY-01 TCGA-V1-A9OY-01A-11D-A41J-01 called 0.53 1.98 0.0 15.0 0.53 0.01 new +TCGA-V1-A9Z7-01 TCGA-V1-A9Z7-01A-11D-A41J-01 called 0.59 1.99 0.0 14.0 0.59 0.19 new +TCGA-V1-A9Z8-01 TCGA-V1-A9Z8-01A-11D-A41J-01 called 0.45 2.04 0.0 19.0 0.45 0.04 new +TCGA-V1-A9Z9-01 TCGA-V1-A9Z9-01A-21D-A41J-01 called 0.65 1.93 0.0 12.0 0.65 0.0 new +TCGA-V1-A9ZG-01 TCGA-V1-A9ZG-01A-11D-A41J-01 called 0.4 1.97 0.0 21.0 0.39 0.0 new +TCGA-V1-A9ZI-01 TCGA-V1-A9ZI-01A-11D-A41J-01 called 0.8 2.12 0.0 11.0 0.81 0.03 new +TCGA-V1-A9ZK-01 TCGA-V1-A9ZK-01A-11D-A41J-01 called 0.36 1.87 0.0 26.0 0.34 0.15 new +TCGA-V1-A9ZR-01 TCGA-V1-A9ZR-01A-11D-A41J-01 called 0.54 1.93 0.0 15.0 0.53 0.0 new +TCGA-VN-A88I-01 TCGA-VN-A88I-01A-11D-A34T-01 called 0.2 1.99 0.0 53.0 0.2 0.05 new +TCGA-VN-A88K-01 TCGA-VN-A88K-01A-11D-A34T-01 called 0.82 1.99 0.0 10.0 0.82 0.06 new +TCGA-VN-A88L-01 TCGA-VN-A88L-01A-11D-A34T-01 called 0.63 1.96 0.0 13.0 0.62 0.02 new +TCGA-VN-A88M-01 TCGA-VN-A88M-01A-11D-A34T-01 called 0.84 2.0 0.0 9.0 0.84 0.04 new +TCGA-VN-A88N-01 TCGA-VN-A88N-01A-11D-A363-01 called 0.76 1.98 0.0 10.0 0.76 0.01 new +TCGA-VN-A88O-01 TCGA-VN-A88O-01A-11D-A34T-01 called 0.33 1.94 0.0 30.0 0.32 0.0 new +TCGA-VN-A88P-01 TCGA-VN-A88P-01A-11D-A34T-01 called 0.8 1.95 0.0 10.0 0.8 0.05 new +TCGA-VN-A88Q-01 TCGA-VN-A88Q-01A-11D-A34T-01 called 0.62 2.01 0.0 13.0 0.62 0.0 new +TCGA-VN-A88R-01 TCGA-VN-A88R-01A-11D-A363-01 called 0.79 1.94 0.0 10.0 0.79 0.01 new +TCGA-VN-A943-01 TCGA-VN-A943-01A-11D-A41J-01 called 0.92 1.96 0.0 8.0 0.91 0.03 new +TCGA-VP-A872-01 TCGA-VP-A872-01A-11D-A34T-01 called 0.6 1.91 0.0 13.0 0.59 0.36 new +TCGA-VP-A875-01 TCGA-VP-A875-01A-31D-A34T-01 called 0.97 1.98 0.0 8.0 0.97 0.41 new +TCGA-VP-A876-01 TCGA-VP-A876-01A-11D-A34T-01 called 0.89 1.96 0.0 9.0 0.89 0.18 new +TCGA-VP-A878-01 TCGA-VP-A878-01A-31D-A34T-01 called 0.41 1.93 0.0 20.0 0.4 0.0 new +TCGA-VP-A879-01 TCGA-VP-A879-01A-11D-A34T-01 called 0.5 1.99 0.0 16.0 0.5 0.0 new +TCGA-VP-A87B-01 TCGA-VP-A87B-01A-11D-A34T-01 called 0.91 1.98 0.0 9.0 0.9 0.0 new +TCGA-VP-A87C-01 TCGA-VP-A87C-01A-11D-A34T-01 called 0.4 1.93 0.0 21.0 0.39 0.0 new +TCGA-VP-A87D-01 TCGA-VP-A87D-01A-11D-A34T-01 called 0.76 1.96 0.0 10.0 0.76 0.09 new +TCGA-VP-A87E-01 TCGA-VP-A87E-01A-31D-A34T-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-VP-A87H-01 TCGA-VP-A87H-01A-11D-A34T-01 called 0.58 2.32 0.0 15.0 0.62 0.08 new +TCGA-VP-A87J-01 TCGA-VP-A87J-01A-11D-A34T-01 called 0.83 1.93 0.0 9.0 0.83 0.01 new +TCGA-VP-A87K-01 TCGA-VP-A87K-01A-11D-A34T-01 called 0.89 1.92 0.0 9.0 0.88 0.18 new +TCGA-VP-AA1N-01 TCGA-VP-AA1N-01A-31D-A41J-01 called 0.54 3.62 1.0 25.0 0.68 0.18 new +TCGA-WW-A8ZI-01 TCGA-WW-A8ZI-01A-11D-A376-01 called 0.94 1.91 0.0 8.0 0.93 0.02 new +TCGA-X4-A8KQ-01 TCGA-X4-A8KQ-01A-12D-A363-01 called 0.57 1.98 0.0 14.0 0.57 0.03 new +TCGA-X4-A8KS-01 TCGA-X4-A8KS-01A-12D-A363-01 called 0.24 2.04 0.0 45.0 0.24 0.0 new +TCGA-XA-A8JR-01 TCGA-XA-A8JR-01A-11D-A363-01 called 0.34 1.97 0.0 29.0 0.33 0.01 new +TCGA-XJ-A83F-01 TCGA-XJ-A83F-01A-11D-A34T-01 called 0.81 1.91 0.0 9.0 0.8 0.0 new +TCGA-XJ-A83G-01 TCGA-XJ-A83G-01A-11D-A34T-01 called 0.5 1.88 0.0 16.0 0.48 0.17 new +TCGA-XJ-A83H-01 TCGA-XJ-A83H-01A-11D-A34T-01 called 0.49 1.96 0.0 16.0 0.49 0.23 new +TCGA-XJ-A9DI-01 TCGA-XJ-A9DI-01A-11D-A376-01 called 0.48 2.0 0.0 17.0 0.48 0.17 new +TCGA-XJ-A9DK-01 TCGA-XJ-A9DK-01A-11D-A376-01 called 0.98 2.0 0.0 8.0 0.98 0.0 new +TCGA-XJ-A9DQ-01 TCGA-XJ-A9DQ-01A-11D-A376-01 called 0.65 2.0 0.0 12.0 0.65 0.01 new +TCGA-XJ-A9DX-01 TCGA-XJ-A9DX-01A-11D-A376-01 called 0.74 2.36 0.0 12.0 0.77 0.11 new +TCGA-XK-AAIR-01 TCGA-XK-AAIR-01A-11D-A41J-01 called 0.32 1.93 0.0 31.0 0.31 0.0 new +TCGA-XK-AAIV-01 TCGA-XK-AAIV-01A-11D-A41J-01 called 0.24 3.51 1.0 52.0 0.36 0.44 new +TCGA-XK-AAIW-01 TCGA-XK-AAIW-01A-11D-A41J-01 called 0.81 1.97 0.0 10.0 0.81 0.01 new +TCGA-XK-AAJA-01 TCGA-XK-AAJA-01A-11D-A41J-01 called 0.74 1.89 0.0 10.0 0.73 0.13 new +TCGA-XK-AAJP-01 TCGA-XK-AAJP-01A-11D-A41J-01 called 0.81 1.88 0.0 9.0 0.8 0.01 new +TCGA-XK-AAJR-01 TCGA-XK-AAJR-01A-11D-A41J-01 called 0.46 1.89 0.0 17.0 0.45 0.0 new +TCGA-XK-AAJT-01 TCGA-XK-AAJT-01A-11D-A41J-01 called 0.66 1.95 0.0 12.0 0.66 0.23 new +TCGA-XK-AAJU-01 TCGA-XK-AAJU-01A-11D-A41J-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-XQ-A8TA-01 TCGA-XQ-A8TA-01A-11D-A363-01 called 0.97 1.94 0.0 8.0 0.97 0.11 new +TCGA-XQ-A8TB-01 TCGA-XQ-A8TB-01A-11D-A363-01 called 0.99 1.93 0.0 8.0 0.99 0.03 new +TCGA-Y6-A8TL-01 TCGA-Y6-A8TL-01A-21D-A376-01 called 0.59 1.96 0.0 14.0 0.58 0.0 new +TCGA-Y6-A9XI-01 TCGA-Y6-A9XI-01A-11D-A41J-01 called 0.83 1.92 0.0 9.0 0.83 0.04 new +TCGA-YJ-A8SW-01 TCGA-YJ-A8SW-01A-11D-A376-01 called 0.83 2.4 0.0 11.0 0.85 0.09 new +TCGA-YL-A8HJ-01 TCGA-YL-A8HJ-01A-11D-A363-01 called 0.3 1.99 0.0 35.0 0.3 0.01 new +TCGA-YL-A8HK-01 TCGA-YL-A8HK-01A-11D-A363-01 called 0.39 1.86 0.0 21.0 0.38 0.04 new +TCGA-YL-A8HL-01 TCGA-YL-A8HL-01A-11D-A363-01 called 0.86 1.93 0.0 9.0 0.85 0.0 new +TCGA-YL-A8HM-01 TCGA-YL-A8HM-01A-11D-A363-01 called 0.79 2.9 1.0 14.0 0.85 0.49 new +TCGA-YL-A8HO-01 TCGA-YL-A8HO-01A-11D-A363-01 called 0.55 2.05 0.0 15.0 0.55 0.5 new +TCGA-YL-A8S8-01 TCGA-YL-A8S8-01A-11D-A376-01 called 0.61 2.3 0.0 15.0 0.64 0.02 new +TCGA-YL-A8S9-01 TCGA-YL-A8S9-01A-11D-A376-01 called 0.95 2.06 0.0 8.0 0.95 0.12 new +TCGA-YL-A8SA-01 TCGA-YL-A8SA-01A-21D-A376-01 called 0.81 1.92 0.0 9.0 0.8 0.02 new +TCGA-YL-A8SB-01 TCGA-YL-A8SB-01A-31D-A376-01 called 0.47 1.97 0.0 17.0 0.46 0.21 new +TCGA-YL-A8SC-01 TCGA-YL-A8SC-01A-11D-A376-01 called 0.66 1.95 0.0 12.0 0.66 0.06 new +TCGA-YL-A8SF-01 TCGA-YL-A8SF-01A-11D-A376-01 called 0.69 1.96 0.0 11.0 0.69 0.01 new +TCGA-YL-A8SH-01 TCGA-YL-A8SH-01B-11D-A376-01 called 0.68 1.93 0.0 11.0 0.68 0.02 new +TCGA-YL-A8SI-01 TCGA-YL-A8SI-01A-11D-A41J-01 called 0.19 1.95 0.0 57.0 0.19 0.03 new +TCGA-YL-A8SJ-01 TCGA-YL-A8SJ-01B-11D-A376-01 called 0.63 1.89 0.0 12.0 0.61 0.23 new +TCGA-YL-A8SK-01 TCGA-YL-A8SK-01B-21D-A376-01 called 0.44 2.03 0.0 19.0 0.44 0.08 new +TCGA-YL-A8SL-01 TCGA-YL-A8SL-01B-21D-A376-01 called 0.76 3.67 1.0 18.0 0.85 0.08 new +TCGA-YL-A8SO-01 TCGA-YL-A8SO-01B-31D-A376-01 called 0.55 2.0 0.0 15.0 0.55 0.15 new +TCGA-YL-A8SP-01 TCGA-YL-A8SP-01B-11D-A376-01 called 0.87 1.94 0.0 9.0 0.87 0.02 new +TCGA-YL-A8SQ-01 TCGA-YL-A8SQ-01B-11D-A376-01 called 0.63 3.44 1.0 19.0 0.75 0.45 new +TCGA-YL-A8SR-01 TCGA-YL-A8SR-01B-11D-A376-01 called 0.67 1.92 0.0 12.0 0.66 0.12 new +TCGA-YL-A9WH-01 TCGA-YL-A9WH-01A-11D-A376-01 called 0.75 3.11 1.0 15.0 0.82 0.49 new +TCGA-YL-A9WI-01 TCGA-YL-A9WI-01A-11D-A376-01 called 0.88 2.27 0.0 10.0 0.89 0.17 new +TCGA-YL-A9WJ-01 TCGA-YL-A9WJ-01A-11D-A376-01 called 0.39 1.97 0.0 21.0 0.39 0.07 new +TCGA-YL-A9WK-01 TCGA-YL-A9WK-01A-11D-A376-01 called 0.72 2.01 0.0 11.0 0.72 0.34 new +TCGA-YL-A9WL-01 TCGA-YL-A9WL-01A-11D-A41J-01 called 0.94 1.87 0.0 8.0 0.93 0.11 new +TCGA-YL-A9WX-01 TCGA-YL-A9WX-01A-21D-A41J-01 called 0.2 1.91 0.0 55.0 0.19 0.08 new +TCGA-YL-A9WY-01 TCGA-YL-A9WY-01A-11D-A41J-01 called 0.3 3.69 1.0 45.0 0.44 0.19 new +TCGA-ZG-A8QW-01 TCGA-ZG-A8QW-01A-11D-A376-01 called 0.3 1.95 0.0 34.0 0.3 0.3 new +TCGA-ZG-A8QX-01 TCGA-ZG-A8QX-01A-11D-A376-01 called 0.52 1.95 0.0 16.0 0.52 0.05 new +TCGA-ZG-A8QY-01 TCGA-ZG-A8QY-01A-11D-A376-01 called 0.55 1.88 0.0 14.0 0.54 0.0 new +TCGA-ZG-A8QZ-01 TCGA-ZG-A8QZ-01A-11D-A376-01 called 0.36 2.02 0.0 27.0 0.37 0.02 new +TCGA-ZG-A9KY-01 TCGA-ZG-A9KY-01A-11D-A41J-01 called 0.67 1.97 0.0 12.0 0.66 0.23 new +TCGA-ZG-A9L0-01 TCGA-ZG-A9L0-01A-11D-A41J-01 called 0.79 1.79 0.0 9.0 0.77 0.43 new +TCGA-ZG-A9L1-01 TCGA-ZG-A9L1-01A-11D-A41J-01 called 0.73 2.32 0.0 12.0 0.76 0.05 new +TCGA-ZG-A9L2-01 TCGA-ZG-A9L2-01A-31D-A41J-01 called 0.39 1.93 0.0 21.0 0.38 0.04 new +TCGA-ZG-A9L4-01 TCGA-ZG-A9L4-01A-11D-A41J-01 called 0.38 1.94 0.0 23.0 0.37 0.14 new +TCGA-ZG-A9L5-01 TCGA-ZG-A9L5-01A-12D-A41J-01 called 0.81 3.93 1.0 18.0 0.89 0.46 new +TCGA-ZG-A9L6-01 TCGA-ZG-A9L6-01A-11D-A41J-01 called 0.3 1.98 0.0 35.0 0.3 0.03 new +TCGA-ZG-A9L9-01 TCGA-ZG-A9L9-01A-11D-A41J-01 called 0.6 3.79 1.0 21.0 0.74 0.15 new +TCGA-ZG-A9LB-01 TCGA-ZG-A9LB-01A-11D-A41J-01 called 0.53 3.32 1.0 21.0 0.65 0.49 new +TCGA-ZG-A9LM-01 TCGA-ZG-A9LM-01A-11D-A41J-01 called 0.69 1.93 0.0 11.0 0.68 0.22 new +TCGA-ZG-A9LN-01 TCGA-ZG-A9LN-01A-11D-A41J-01 called 0.36 2.17 0.0 28.0 0.38 0.04 new +TCGA-ZG-A9LS-01 TCGA-ZG-A9LS-01A-12D-A41J-01 called 0.45 2.07 0.0 19.0 0.45 0.08 new +TCGA-ZG-A9LU-01 TCGA-ZG-A9LU-01A-11D-A41J-01 called 0.17 1.92 0.0 65.0 0.16 0.52 new +TCGA-ZG-A9LY-01 TCGA-ZG-A9LY-01A-11D-A41J-01 called 0.41 2.09 0.0 21.0 0.42 0.01 new +TCGA-ZG-A9LZ-01 TCGA-ZG-A9LZ-01A-11D-A41J-01 called 0.82 1.89 0.0 9.0 0.81 0.55 new +TCGA-ZG-A9M4-01 TCGA-ZG-A9M4-01A-11D-A41J-01 called 0.53 3.52 1.0 24.0 0.67 0.25 new +TCGA-ZG-A9MC-01 TCGA-ZG-A9MC-01A-31D-A41J-01 called 0.22 2.04 0.0 50.0 0.22 0.05 new +TCGA-ZG-A9N3-01 TCGA-ZG-A9N3-01A-11D-A41J-01 called 0.56 2.93 1.0 19.0 0.65 0.19 new +TCGA-ZG-A9ND-01 TCGA-ZG-A9ND-01A-11D-A41J-01 called 0.82 1.9 0.0 9.0 0.81 0.01 new +TCGA-ZG-A9NI-01 TCGA-ZG-A9NI-01A-11D-A41J-01 called 0.45 4.39 1.0 36.0 0.64 0.2 new +TCGA-AF-2687-01 TCGA-AF-2687-01A-02D-1732-01 called 0.44 2.8 1.0 25.0 0.52 0.51 new +TCGA-AF-2689-01 TCGA-AF-2689-01A-01D-1549-01 called 0.62 3.25 1.0 19.0 0.72 0.07 new +TCGA-AF-2690-01 TCGA-AF-2690-01A-02D-1732-01 called 0.37 3.22 1.0 35.0 0.48 0.25 new +TCGA-AF-2691-01 TCGA-AF-2691-01A-01D-1549-01 called 0.43 1.96 0.0 19.0 0.43 0.26 new +TCGA-AF-2692-01 TCGA-AF-2692-01A-01D-0819-01 called 0.74 2.76 1.0 14.0 0.79 0.1 new +TCGA-AF-2693-01 TCGA-AF-2693-01A-02D-1732-01 called 0.63 1.86 0.0 12.0 0.62 0.04 new +TCGA-AF-3400-01 TCGA-AF-3400-01A-01D-1549-01 called 0.23 2.71 1.0 50.0 0.29 0.17 new +TCGA-AF-3911-01 TCGA-AF-3911-01A-01D-1732-01 called 0.72 3.18 1.0 16.0 0.8 0.03 new +TCGA-AF-4110-01 TCGA-AF-4110-01A-02D-1732-01 called 0.42 3.78 1.0 34.0 0.58 0.12 new +TCGA-AF-5654-01 TCGA-AF-5654-01A-01D-1656-01 called 0.79 2.22 0.0 11.0 0.81 0.02 new +TCGA-AF-6136-01 TCGA-AF-6136-01A-11D-1825-01 called 0.58 3.02 1.0 18.0 0.67 0.33 new +TCGA-AF-6655-01 TCGA-AF-6655-01A-11D-1825-01 called 0.62 2.44 0.0 15.0 0.66 0.08 new +TCGA-AF-6672-01 TCGA-AF-6672-01A-11D-1825-01 called 0.71 3.14 1.0 16.0 0.79 0.12 new +TCGA-AF-A56K-01 TCGA-AF-A56K-01A-32D-A38W-01 called 0.55 3.34 1.0 21.0 0.67 0.4 new +TCGA-AF-A56L-01 TCGA-AF-A56L-01A-31D-A38W-01 called 0.5 3.7 1.0 28.0 0.65 0.16 new +TCGA-AF-A56N-01 TCGA-AF-A56N-01A-12D-A38W-01 called 0.8 1.96 0.0 10.0 0.79 0.12 new +TCGA-AG-3575-01 TCGA-AG-3575-01A-01D-0819-01 called 0.74 1.96 0.0 11.0 0.74 0.0 new +TCGA-AG-3580-01 TCGA-AG-3580-01A-01D-0819-01 called 0.72 2.01 0.0 11.0 0.72 0.01 new +TCGA-AG-3581-01 TCGA-AG-3581-01A-01D-0819-01 called 0.65 2.0 0.0 12.0 0.65 0.01 new +TCGA-AG-3583-01 TCGA-AG-3583-01A-01D-0819-01 called 0.64 3.83 1.0 21.0 0.77 0.02 new +TCGA-AG-3584-01 TCGA-AG-3584-01A-01D-0819-01 called 0.77 1.99 0.0 10.0 0.77 0.05 new +TCGA-AG-3591-01 TCGA-AG-3591-01A-01D-1732-01 called 0.84 3.59 1.0 16.0 0.9 0.06 new +TCGA-AG-3592-01 TCGA-AG-3592-01A-02D-1732-01 called 0.7 3.55 1.0 18.0 0.8 0.14 new +TCGA-AG-3594-01 TCGA-AG-3594-01A-02D-0819-01 called 0.63 2.03 0.0 13.0 0.64 0.06 new +TCGA-AG-3598-01 TCGA-AG-3598-01A-01D-0824-01 called 0.87 2.07 0.0 9.0 0.87 0.0 new +TCGA-AG-3599-01 TCGA-AG-3599-01A-02D-0824-01 called 0.83 2.01 0.0 10.0 0.83 0.15 new +TCGA-AG-3602-01 TCGA-AG-3602-01A-02D-0824-01 called 0.64 1.88 0.0 12.0 0.62 0.11 new +TCGA-AG-3605-01 TCGA-AG-3605-01A-01D-0824-01 called 0.71 2.08 0.0 12.0 0.71 0.14 new +TCGA-AG-3725-01 TCGA-AG-3725-01A-11D-1732-01 called 0.81 3.3 2.0 15.0 0.87 0.22 new +TCGA-AG-3726-01 TCGA-AG-3726-01A-02D-0903-01 called 0.76 2.08 0.0 11.0 0.77 0.01 new +TCGA-AG-3727-01 TCGA-AG-3727-01A-01D-0903-01 called 0.89 1.96 0.0 9.0 0.88 0.0 new +TCGA-AG-3731-01 TCGA-AG-3731-01A-11D-1732-01 called 0.3 3.84 1.0 46.0 0.45 0.18 new +TCGA-AG-3732-01 TCGA-AG-3732-01A-11D-1656-01 called 0.69 1.76 0.0 11.0 0.67 0.1 new +TCGA-AG-3742-01 TCGA-AG-3742-01A-11D-1656-01 called 0.79 2.04 0.0 10.0 0.79 0.03 new +TCGA-AG-3878-01 TCGA-AG-3878-01A-02D-0903-01 called 0.42 2.15 0.0 21.0 0.44 0.09 new +TCGA-AG-3881-01 TCGA-AG-3881-01A-01D-0903-01 called 0.67 2.74 1.0 15.0 0.73 0.05 new +TCGA-AG-3882-01 TCGA-AG-3882-01A-01D-0903-01 called 0.62 3.05 1.0 18.0 0.71 0.28 new +TCGA-AG-3883-01 TCGA-AG-3883-01A-02D-0903-01 called 0.56 2.99 1.0 19.0 0.66 0.13 new +TCGA-AG-3885-01 TCGA-AG-3885-01A-01D-0903-01 called 0.76 3.43 1.0 17.0 0.84 0.21 new +TCGA-AG-3887-01 TCGA-AG-3887-01A-01D-1428-01 called 0.83 2.05 0.0 10.0 0.84 0.0 new +TCGA-AG-3890-01 TCGA-AG-3890-01A-01D-1428-01 called 0.71 1.69 0.0 10.0 0.68 0.54 new +TCGA-AG-3892-01 TCGA-AG-3892-01A-01D-1428-01 called 0.4 2.0 0.0 21.0 0.4 0.0 new +TCGA-AG-3893-01 TCGA-AG-3893-01A-01D-1428-01 called 0.72 2.14 0.0 12.0 0.74 0.13 new +TCGA-AG-3894-01 TCGA-AG-3894-01A-01D-1428-01 called 0.81 2.06 0.0 10.0 0.81 0.0 new +TCGA-AG-3896-01 TCGA-AG-3896-01A-01D-1428-01 called 0.64 2.55 1.0 15.0 0.7 0.11 new +TCGA-AG-3898-01 TCGA-AG-3898-01A-01D-1428-01 called 0.53 4.05 1.0 29.0 0.7 0.29 new +TCGA-AG-3901-01 TCGA-AG-3901-01A-01D-1428-01 called 0.44 1.91 0.0 18.0 0.43 0.04 new +TCGA-AG-3902-01 TCGA-AG-3902-01A-01D-1428-01 called 0.53 2.18 0.0 16.0 0.55 0.24 new +TCGA-AG-3909-01 TCGA-AG-3909-01A-01D-1428-01 called 0.56 3.91 1.0 26.0 0.72 0.0 new +TCGA-AG-3999-01 TCGA-AG-3999-01A-01D-1428-01 called 0.72 3.19 1.0 16.0 0.8 0.08 new +TCGA-AG-4001-01 TCGA-AG-4001-01A-02D-1428-01 called 0.48 3.88 1.0 30.0 0.64 0.24 new +TCGA-AG-4005-01 TCGA-AG-4005-01A-01D-1428-01 called 0.67 3.14 1.0 17.0 0.77 0.11 new +TCGA-AG-4007-01 TCGA-AG-4007-01A-01D-1428-01 called 0.69 3.59 1.0 19.0 0.8 0.06 new +TCGA-AG-4008-01 TCGA-AG-4008-01A-01D-1428-01 called 0.5 4.05 1.0 31.0 0.67 0.28 new +TCGA-AG-4015-01 TCGA-AG-4015-01A-01D-1428-01 called 0.8 2.88 1.0 14.0 0.85 0.07 new +TCGA-AG-4021-01 TCGA-AG-4021-01A-01D-1732-01 called 0.81 1.9 0.0 9.0 0.81 0.08 new +TCGA-AG-4022-01 TCGA-AG-4022-01A-01D-1732-01 called 0.63 2.5 1.0 15.0 0.68 0.23 new +TCGA-AG-A002-01 TCGA-AG-A002-01A-01D-A003-01 called 0.82 2.0 0.0 10.0 0.82 0.0 new +TCGA-AG-A008-01 TCGA-AG-A008-01A-01D-A003-01 called 0.89 3.58 1.0 16.0 0.94 0.05 new +TCGA-AG-A00C-01 TCGA-AG-A00C-01A-01D-A003-01 called 0.78 2.0 0.0 10.0 0.78 0.09 new +TCGA-AG-A00Y-01 TCGA-AG-A00Y-01A-02D-A003-01 called 0.7 2.04 0.0 12.0 0.7 0.7 new +TCGA-AG-A011-01 TCGA-AG-A011-01A-01D-A003-01 called 0.55 1.95 0.0 15.0 0.54 0.06 new +TCGA-AG-A015-01 TCGA-AG-A015-01A-01D-A003-01 called 0.87 2.39 0.0 11.0 0.89 0.09 new +TCGA-AG-A016-01 TCGA-AG-A016-01A-01D-A003-01 called 0.87 2.35 1.0 11.0 0.89 0.12 new +TCGA-AG-A01J-01 TCGA-AG-A01J-01A-01D-A008-01 called 0.5 2.16 0.0 17.0 0.52 0.03 new +TCGA-AG-A01L-01 TCGA-AG-A01L-01A-01D-A003-01 called 0.78 3.63 1.0 17.0 0.87 0.25 new +TCGA-AG-A01N-01 TCGA-AG-A01N-01A-01D-A008-01 called 0.59 3.68 1.0 21.0 0.73 0.28 new +TCGA-AG-A01W-01 TCGA-AG-A01W-01A-21D-A080-01 called 0.61 2.99 1.0 18.0 0.7 0.12 new +TCGA-AG-A01Y-01 TCGA-AG-A01Y-01A-41D-A080-01 called 0.79 2.02 0.0 10.0 0.79 0.06 new +TCGA-AG-A020-01 TCGA-AG-A020-01A-21D-A080-01 called 0.87 1.98 0.0 9.0 0.87 0.3 new +TCGA-AG-A025-01 TCGA-AG-A025-01A-01D-A008-01 called 0.77 2.03 0.0 11.0 0.77 0.0 new +TCGA-AG-A026-01 TCGA-AG-A026-01A-32D-A080-01 called 0.9 3.02 1.0 13.0 0.93 0.12 new +TCGA-AG-A02G-01 TCGA-AG-A02G-01A-01D-A008-01 called 0.8 3.05 1.0 15.0 0.86 0.26 new +TCGA-AG-A02N-01 TCGA-AG-A02N-01A-11D-A080-01 called 0.83 2.11 0.0 10.0 0.84 0.0 new +TCGA-AG-A02X-01 TCGA-AG-A02X-01A-01D-A008-01 called 0.87 2.67 1.0 12.0 0.9 0.01 new +TCGA-AH-6544-01 TCGA-AH-6544-01A-11D-1825-01 called 0.46 2.79 1.0 21.0 0.55 0.07 new +TCGA-AH-6547-01 TCGA-AH-6547-01A-11D-1825-01 called 0.36 2.08 0.0 28.0 0.37 0.15 new +TCGA-AH-6643-01 TCGA-AH-6643-01A-11D-1825-01 called 0.75 3.08 1.0 15.0 0.82 0.21 new +TCGA-AH-6644-01 TCGA-AH-6644-01A-21D-1825-01 called 0.57 3.53 1.0 21.0 0.7 0.05 new +TCGA-AH-6897-01 TCGA-AH-6897-01A-11D-1923-01 called 0.83 3.29 1.0 15.0 0.89 0.03 new +TCGA-AH-6903-01 TCGA-AH-6903-01A-11D-1923-01 called 0.64 2.01 0.0 13.0 0.65 0.0 new +TCGA-CI-6619-01 TCGA-CI-6619-01B-11D-1825-01 called 0.31 4.33 2.0 47.0 0.49 0.1 new +TCGA-CI-6620-01 TCGA-CI-6620-01A-11D-1825-01 called 0.45 3.7 1.0 31.0 0.6 0.05 new +TCGA-CI-6621-01 TCGA-CI-6621-01A-11D-1825-01 called 0.46 3.4 1.0 28.0 0.59 0.38 new +TCGA-CI-6622-01 TCGA-CI-6622-01A-11D-1825-01 called 0.67 2.06 0.0 12.0 0.68 0.0 new +TCGA-CI-6623-01 TCGA-CI-6623-01B-11D-1825-01 called 0.54 3.6 1.0 25.0 0.68 0.13 new +TCGA-CI-6624-01 TCGA-CI-6624-01C-11D-1825-01 called 0.34 2.91 1.0 35.0 0.43 0.17 new +TCGA-CL-4957-01 TCGA-CL-4957-01A-01D-1732-01 called 0.61 2.92 1.0 17.0 0.69 0.09 new +TCGA-CL-5917-01 TCGA-CL-5917-01A-11D-1656-01 called 0.79 2.54 1.0 12.0 0.83 0.08 new +TCGA-CL-5918-01 TCGA-CL-5918-01A-11D-1656-01 called 0.77 2.18 0.0 11.0 0.78 0.11 new +TCGA-DC-4745-01 TCGA-DC-4745-01A-01D-1732-01 called 0.81 2.4 1.0 11.0 0.84 0.31 new +TCGA-DC-4749-01 TCGA-DC-4749-01A-01D-1732-01 called 0.74 3.19 1.0 16.0 0.82 0.17 new +TCGA-DC-5337-01 TCGA-DC-5337-01A-01D-1656-01 called 0.74 2.04 0.0 11.0 0.75 0.06 new +TCGA-DC-5869-01 TCGA-DC-5869-01A-01D-1656-01 called 0.55 4.2 2.0 29.0 0.72 0.38 new +TCGA-DC-6154-01 TCGA-DC-6154-01A-31D-1923-01 called 0.86 2.47 0.0 11.0 0.88 0.02 new +TCGA-DC-6155-01 TCGA-DC-6155-01A-11D-1656-01 called 0.63 2.73 1.0 16.0 0.7 0.12 new +TCGA-DC-6157-01 TCGA-DC-6157-01A-11D-1656-01 called 0.5 6.25 2.0 44.0 0.76 0.44 new +TCGA-DC-6158-01 TCGA-DC-6158-01A-11D-1656-01 called 0.54 2.81 1.0 19.0 0.62 0.21 new +TCGA-DC-6160-01 TCGA-DC-6160-01A-11D-1656-01 called 0.67 1.83 0.0 11.0 0.65 0.11 new +TCGA-DC-6681-01 TCGA-DC-6681-01A-11D-1825-01 called 0.57 1.98 0.0 14.0 0.57 0.11 new +TCGA-DC-6682-01 TCGA-DC-6682-01A-11D-1825-01 called 0.48 3.48 1.0 28.0 0.61 0.22 new +TCGA-DC-6683-01 TCGA-DC-6683-01A-11D-1825-01 called 0.61 3.18 1.0 18.0 0.72 0.23 new +TCGA-DT-5265-01 TCGA-DT-5265-01A-21D-1825-01 called 0.66 1.96 0.0 12.0 0.65 0.12 new +TCGA-DY-A0XA-01 TCGA-DY-A0XA-01A-11D-A151-01 called 0.7 4.06 1.0 20.0 0.82 0.14 new +TCGA-DY-A1DC-01 TCGA-DY-A1DC-01A-31D-A151-01 called 0.71 2.21 0.0 12.0 0.73 0.05 new +TCGA-DY-A1DD-01 TCGA-DY-A1DD-01A-21D-A151-01 called 0.88 2.2 0.0 10.0 0.89 0.09 new +TCGA-DY-A1DF-01 TCGA-DY-A1DF-01A-11D-A151-01 called 0.92 3.43 1.0 15.0 0.95 0.12 new +TCGA-DY-A1DG-01 TCGA-DY-A1DG-01A-11D-A151-01 called 0.92 3.0 1.0 13.0 0.95 0.14 new +TCGA-DY-A1H8-01 TCGA-DY-A1H8-01A-21D-A151-01 called 0.89 2.13 0.0 9.0 0.9 0.03 new +TCGA-EF-5830-01 TCGA-EF-5830-01A-01D-1656-01 called 0.84 2.06 0.0 10.0 0.85 0.13 new +TCGA-EI-6506-01 TCGA-EI-6506-01A-11D-1732-01 called 0.45 2.04 0.0 18.0 0.46 0.16 new +TCGA-EI-6507-01 TCGA-EI-6507-01A-11D-1732-01 called 0.56 2.05 0.0 15.0 0.57 0.0 new +TCGA-EI-6508-01 TCGA-EI-6508-01A-11D-1732-01 called 0.79 1.95 0.0 10.0 0.79 0.03 new +TCGA-EI-6509-01 TCGA-EI-6509-01A-11D-1732-01 called 0.83 2.0 0.0 9.0 0.83 0.2 new +TCGA-EI-6510-01 TCGA-EI-6510-01A-11D-1732-01 called 0.77 2.27 0.0 12.0 0.79 0.07 new +TCGA-EI-6511-01 TCGA-EI-6511-01A-11D-1732-01 called 0.65 2.12 0.0 13.0 0.66 0.07 new +TCGA-EI-6512-01 TCGA-EI-6512-01A-11D-1732-01 called 0.63 3.34 1.0 19.0 0.74 0.07 new +TCGA-EI-6513-01 TCGA-EI-6513-01A-21D-1732-01 called 0.84 1.95 0.0 9.0 0.83 0.02 new +TCGA-EI-6514-01 TCGA-EI-6514-01A-11D-1732-01 called 0.72 3.59 1.0 18.0 0.82 0.26 new +TCGA-EI-6881-01 TCGA-EI-6881-01A-11D-1923-01 called 0.61 3.67 1.0 21.0 0.74 0.11 new +TCGA-EI-6882-01 TCGA-EI-6882-01A-11D-1923-01 called 0.79 2.03 0.0 10.0 0.8 0.0 new +TCGA-EI-6884-01 TCGA-EI-6884-01A-11D-1923-01 called 0.42 2.2 0.0 20.0 0.45 0.19 new +TCGA-EI-6885-01 TCGA-EI-6885-01A-11D-1923-01 called 0.59 3.71 1.0 21.0 0.73 0.07 new +TCGA-EI-6917-01 TCGA-EI-6917-01A-11D-1923-01 called 0.52 2.0 0.0 16.0 0.52 0.03 new +TCGA-EI-7002-01 TCGA-EI-7002-01A-11D-1923-01 called 0.8 3.0 1.0 14.0 0.86 0.13 new +TCGA-EI-7004-01 TCGA-EI-7004-01A-11D-1923-01 called 0.49 2.01 0.0 17.0 0.49 0.06 new +TCGA-F5-6464-01 TCGA-F5-6464-01A-11D-1732-01 called 0.47 2.52 0.0 20.0 0.53 0.11 new +TCGA-F5-6465-01 TCGA-F5-6465-01A-11D-1732-01 called 0.55 2.27 0.0 16.0 0.58 0.02 new +TCGA-F5-6571-01 TCGA-F5-6571-01A-12D-1825-01 called 0.76 1.96 0.0 10.0 0.76 0.26 new +TCGA-F5-6702-01 TCGA-F5-6702-01A-11D-1825-01 called 0.33 3.68 1.0 42.0 0.47 0.27 new +TCGA-F5-6810-01 TCGA-F5-6810-01A-11D-1825-01 called 0.65 3.45 1.0 19.0 0.76 0.22 new +TCGA-F5-6811-01 TCGA-F5-6811-01A-11D-1825-01 called 0.6 3.29 1.0 19.0 0.71 0.3 new +TCGA-F5-6812-01 TCGA-F5-6812-01A-11D-1825-01 called 0.56 2.0 0.0 15.0 0.56 0.32 new +TCGA-F5-6813-01 TCGA-F5-6813-01A-11D-1825-01 called 0.67 2.04 0.0 12.0 0.67 0.03 new +TCGA-F5-6814-01 TCGA-F5-6814-01A-31D-1923-01 called 0.72 1.99 0.0 11.0 0.72 0.37 new +TCGA-F5-6861-01 TCGA-F5-6861-01A-11D-1923-01 called 0.55 2.07 0.0 15.0 0.56 0.11 new +TCGA-F5-6863-01 TCGA-F5-6863-01A-11D-1923-01 called 0.75 2.32 0.0 12.0 0.78 0.14 new +TCGA-F5-6864-01 TCGA-F5-6864-01A-11D-1923-01 called 0.48 4.36 1.0 34.0 0.67 0.13 new +TCGA-G5-6641-01 TCGA-G5-6641-01A-11D-1825-01 called 0.77 1.98 0.0 10.0 0.77 0.63 new +TCGA-3B-A9HI-01 TCGA-3B-A9HI-01A-11D-A386-01 called 0.55 3.33 1.0 21.0 0.67 0.08 new +TCGA-3B-A9HJ-01 TCGA-3B-A9HJ-01A-11D-A386-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-3B-A9HL-01 TCGA-3B-A9HL-01A-11D-A386-01 called 0.66 3.79 1.0 20.0 0.79 0.37 new +TCGA-3B-A9HO-01 TCGA-3B-A9HO-01A-11D-A386-01 called 0.31 3.73 1.0 44.0 0.45 0.07 new +TCGA-3B-A9HP-01 TCGA-3B-A9HP-01A-11D-A386-01 called 0.79 2.03 0.0 10.0 0.79 0.03 new +TCGA-3B-A9HQ-01 TCGA-3B-A9HQ-01A-11D-A386-01 called 0.78 1.96 0.0 10.0 0.78 0.02 new +TCGA-3B-A9HR-01 TCGA-3B-A9HR-01A-11D-A386-01 called 0.96 3.21 1.0 13.0 0.97 0.15 new +TCGA-3B-A9HS-01 TCGA-3B-A9HS-01A-11D-A38Y-01 called 0.57 3.29 1.0 20.0 0.68 0.43 new +TCGA-3B-A9HT-01 TCGA-3B-A9HT-01A-11D-A38Y-01 called 1.0 3.06 1.0 12.0 1.0 0.44 new +TCGA-3B-A9HU-01 TCGA-3B-A9HU-01A-11D-A38Y-01 called 0.63 1.8 0.0 12.0 0.61 0.13 new +TCGA-3B-A9HV-01 TCGA-3B-A9HV-01A-11D-A38Y-01 called 0.99 1.92 0.0 7.0 0.99 0.25 new +TCGA-3B-A9HX-01 TCGA-3B-A9HX-01A-11D-A38Y-01 called 0.53 3.14 1.0 20.0 0.64 0.24 new +TCGA-3B-A9HY-01 TCGA-3B-A9HY-01A-11D-A38Y-01 called 0.85 1.83 0.0 9.0 0.83 0.08 new +TCGA-3B-A9HZ-01 TCGA-3B-A9HZ-01A-11D-A38Y-01 called 0.7 1.86 0.0 11.0 0.69 0.11 new +TCGA-3B-A9I0-01 TCGA-3B-A9I0-01A-11D-A38Y-01 called 0.91 1.89 0.0 8.0 0.9 0.06 new +TCGA-3B-A9I1-01 TCGA-3B-A9I1-01A-11D-A38Y-01 called 0.96 3.17 1.0 13.0 0.97 0.37 new +TCGA-3B-A9I3-01 TCGA-3B-A9I3-01A-11D-A38Y-01 called 0.4 1.62 0.0 19.0 0.35 0.39 new +TCGA-3R-A8YX-01 TCGA-3R-A8YX-01A-11D-A37B-01 called 0.48 6.24 2.0 45.0 0.75 0.07 new +TCGA-DX-A1KU-01 TCGA-DX-A1KU-01A-32D-A24M-01 called 0.45 3.24 1.0 28.0 0.57 0.33 new +TCGA-DX-A1KW-01 TCGA-DX-A1KW-01A-22D-A24M-01 called 0.83 3.3 1.0 15.0 0.89 0.21 new +TCGA-DX-A1KX-01 TCGA-DX-A1KX-01A-22D-A24M-01 called 0.6 3.98 2.0 25.0 0.75 0.21 new +TCGA-DX-A1KY-01 TCGA-DX-A1KY-01A-11D-A24M-01 called 0.95 2.39 1.0 10.0 0.96 0.09 new +TCGA-DX-A1KZ-01 TCGA-DX-A1KZ-01A-11D-A24M-01 called 0.49 4.07 1.0 31.0 0.66 0.11 new +TCGA-DX-A1L0-01 TCGA-DX-A1L0-01A-11D-A24M-01 called 0.81 2.88 1.0 14.0 0.86 0.21 new +TCGA-DX-A1L1-01 TCGA-DX-A1L1-01A-11D-A24M-01 called 0.53 2.28 1.0 17.0 0.56 0.31 new +TCGA-DX-A1L2-01 TCGA-DX-A1L2-01A-22D-A24M-01 called 0.54 3.11 1.0 20.0 0.65 0.11 new +TCGA-DX-A1L3-01 TCGA-DX-A1L3-01A-11D-A24M-01 called 0.61 2.05 0.0 14.0 0.61 0.0 new +TCGA-DX-A1L4-01 TCGA-DX-A1L4-01A-12D-A26F-01 called 0.22 2.06 0.0 50.0 0.22 0.03 new +TCGA-DX-A23R-01 TCGA-DX-A23R-01A-11D-A26F-01 called 0.97 1.97 0.0 8.0 0.97 0.61 new +TCGA-DX-A23T-01 TCGA-DX-A23T-01A-11D-A26F-01 called 0.28 2.26 0.0 39.0 0.3 0.03 new +TCGA-DX-A23U-01 TCGA-DX-A23U-01A-11D-A26F-01 called 0.24 2.07 0.0 44.0 0.25 0.0 new +TCGA-DX-A23V-01 TCGA-DX-A23V-01A-11D-A29M-01 called 0.44 2.03 0.0 19.0 0.44 0.01 new +TCGA-DX-A23Y-01 TCGA-DX-A23Y-01A-11D-A27O-01 called 0.55 3.46 1.0 21.0 0.68 0.12 new +TCGA-DX-A240-01 TCGA-DX-A240-01A-32D-A27O-01 called 0.74 2.11 0.0 11.0 0.75 0.02 new +TCGA-DX-A2IZ-01 TCGA-DX-A2IZ-01A-11D-A21P-01 called 0.94 1.99 0.0 8.0 0.94 0.0 new +TCGA-DX-A2J0-01 TCGA-DX-A2J0-01A-11D-A21P-01 called 0.93 1.88 0.0 8.0 0.92 0.07 new +TCGA-DX-A2J1-01 TCGA-DX-A2J1-01A-11D-A21P-01 called 0.71 2.05 0.0 12.0 0.71 0.01 new +TCGA-DX-A2J4-01 TCGA-DX-A2J4-01A-32D-A21P-01 called 0.35 2.04 0.0 29.0 0.35 0.0 new +TCGA-DX-A3LS-01 TCGA-DX-A3LS-01A-11D-A21P-01 called 0.41 1.93 0.0 20.0 0.4 0.03 new +TCGA-DX-A3LT-01 TCGA-DX-A3LT-01A-12D-A21P-01 called 0.77 1.79 0.0 10.0 0.75 0.48 new +TCGA-DX-A3LU-01 TCGA-DX-A3LU-01A-11D-A21P-01 called 0.42 2.09 0.0 20.0 0.44 0.04 new +TCGA-DX-A3LW-01 TCGA-DX-A3LW-01A-21D-A21P-01 called 0.9 1.99 0.0 9.0 0.9 0.1 new +TCGA-DX-A3LY-01 TCGA-DX-A3LY-01B-11D-A27O-01 called 0.59 3.83 1.0 23.0 0.73 0.18 new +TCGA-DX-A3M1-01 TCGA-DX-A3M1-01A-11D-A227-01 called 0.8 3.68 1.0 17.0 0.88 0.15 new +TCGA-DX-A3M2-01 TCGA-DX-A3M2-01A-21D-A227-01 called 0.24 3.34 1.0 53.0 0.34 0.39 new +TCGA-DX-A3U5-01 TCGA-DX-A3U5-01A-11D-A227-01 called 0.62 2.03 0.0 13.0 0.63 0.02 new +TCGA-DX-A3U6-01 TCGA-DX-A3U6-01A-11D-A29M-01 called 0.2 2.06 0.0 54.0 0.21 0.0 new +TCGA-DX-A3U7-01 TCGA-DX-A3U7-01A-11D-A29M-01 called 0.86 3.21 1.0 14.0 0.91 0.2 new +TCGA-DX-A3U8-01 TCGA-DX-A3U8-01A-11D-A29M-01 called 0.42 2.23 0.0 21.0 0.45 0.0 new +TCGA-DX-A3U9-01 TCGA-DX-A3U9-01A-11D-A306-01 called 0.91 1.78 0.0 8.0 0.91 0.29 new +TCGA-DX-A3UA-01 TCGA-DX-A3UA-01A-12D-A306-01 called 0.87 1.85 0.0 8.0 0.86 0.34 new +TCGA-DX-A3UB-01 TCGA-DX-A3UB-01A-11D-A306-01 called 0.68 1.97 0.0 12.0 0.67 0.0 new +TCGA-DX-A3UC-01 TCGA-DX-A3UC-01A-11D-A306-01 called 0.94 1.9 0.0 8.0 0.93 0.02 new +TCGA-DX-A3UD-01 TCGA-DX-A3UD-01A-11D-A306-01 called 0.89 3.59 1.0 16.0 0.93 0.23 new +TCGA-DX-A3UE-01 TCGA-DX-A3UE-01A-11D-A306-01 called 0.93 1.89 0.0 8.0 0.93 0.1 new +TCGA-DX-A3UF-01 TCGA-DX-A3UF-01A-11D-A306-01 called 0.88 1.7 0.0 8.0 0.86 0.36 new +TCGA-DX-A48J-01 TCGA-DX-A48J-01A-21D-A306-01 called 0.89 1.88 0.0 8.0 0.88 0.1 new +TCGA-DX-A48K-01 TCGA-DX-A48K-01A-11D-A306-01 called 0.64 1.97 0.0 13.0 0.63 0.14 new +TCGA-DX-A48L-01 TCGA-DX-A48L-01A-11D-A306-01 called 0.92 1.91 0.0 8.0 0.91 0.58 new +TCGA-DX-A48N-01 TCGA-DX-A48N-01A-11D-A306-01 called 0.82 4.19 1.0 19.0 0.9 0.12 new +TCGA-DX-A48O-01 TCGA-DX-A48O-01A-11D-A306-01 called 0.92 1.81 0.0 8.0 0.91 0.0 new +TCGA-DX-A48P-01 TCGA-DX-A48P-01A-11D-A306-01 called 0.87 1.86 0.0 8.0 0.86 0.18 new +TCGA-DX-A48R-01 TCGA-DX-A48R-01A-11D-A306-01 called 0.97 1.82 0.0 7.0 0.96 0.32 new +TCGA-DX-A48U-01 TCGA-DX-A48U-01A-11D-A306-01 called 0.97 1.86 0.0 7.0 0.97 0.0 new +TCGA-DX-A48V-01 TCGA-DX-A48V-01A-11D-A306-01 called 0.93 1.78 0.0 7.0 0.92 0.14 new +TCGA-DX-A6B7-01 TCGA-DX-A6B7-01A-11D-A306-01 called 0.95 1.87 0.0 8.0 0.95 0.0 new +TCGA-DX-A6B8-01 TCGA-DX-A6B8-01A-11D-A306-01 called 0.91 1.53 0.0 7.0 0.89 0.27 new +TCGA-DX-A6B9-01 TCGA-DX-A6B9-01A-12D-A32H-01 called 0.87 1.88 0.0 9.0 0.87 0.0 new +TCGA-DX-A6BA-01 TCGA-DX-A6BA-01A-11D-A306-01 called 0.85 3.41 1.0 15.0 0.91 0.13 new +TCGA-DX-A6BB-01 TCGA-DX-A6BB-01A-12D-A32H-01 called 0.91 2.16 0.0 9.0 0.91 0.08 new +TCGA-DX-A6BE-01 TCGA-DX-A6BE-01A-41D-A32H-01 called 0.36 2.06 0.0 28.0 0.37 0.0 new +TCGA-DX-A6BF-01 TCGA-DX-A6BF-01A-11D-A306-01 called 0.59 3.72 1.0 21.0 0.73 0.08 new +TCGA-DX-A6BG-01 TCGA-DX-A6BG-01A-11D-A306-01 called 0.25 2.13 0.0 42.0 0.27 0.02 new +TCGA-DX-A6BH-01 TCGA-DX-A6BH-01A-12D-A306-01 called 0.64 2.02 0.0 13.0 0.64 0.02 new +TCGA-DX-A6BK-01 TCGA-DX-A6BK-01A-11D-A306-01 called 0.33 1.9 0.0 29.0 0.32 0.39 new +TCGA-DX-A6YQ-01 TCGA-DX-A6YQ-01A-12D-A33D-01 called 0.69 2.8 1.0 15.0 0.76 0.23 new +TCGA-DX-A6YR-01 TCGA-DX-A6YR-01A-33D-A350-01 called 0.77 2.87 1.0 14.0 0.83 0.08 new +TCGA-DX-A6YS-01 TCGA-DX-A6YS-01A-12D-A350-01 called 0.84 3.24 1.0 15.0 0.9 0.1 new +TCGA-DX-A6YT-01 TCGA-DX-A6YT-01A-21D-A350-01 called 0.84 3.49 1.0 16.0 0.9 0.02 new +TCGA-DX-A6YU-01 TCGA-DX-A6YU-01A-12D-A33D-01 called 0.51 3.24 1.0 21.0 0.63 0.17 new +TCGA-DX-A6YV-01 TCGA-DX-A6YV-01A-12D-A350-01 called 0.94 2.79 1.0 12.0 0.95 0.17 new +TCGA-DX-A6YX-01 TCGA-DX-A6YX-01A-11D-A416-01 called 0.83 2.94 1.0 14.0 0.88 0.06 new +TCGA-DX-A6YZ-01 TCGA-DX-A6YZ-01A-12D-A350-01 called 0.5 3.33 1.0 25.0 0.63 0.08 new +TCGA-DX-A6Z0-01 TCGA-DX-A6Z0-01A-13D-A36I-01 called 0.57 3.39 2.0 20.0 0.69 0.32 new +TCGA-DX-A6Z2-01 TCGA-DX-A6Z2-01A-12D-A40C-01 called 0.73 1.94 0.0 11.0 0.72 0.0 new +TCGA-DX-A7EF-01 TCGA-DX-A7EF-01A-11D-A33D-01 called 0.7 4.96 2.0 29.0 0.85 0.25 new +TCGA-DX-A7EI-01 TCGA-DX-A7EI-01A-11D-A33D-01 called 0.89 3.14 1.0 14.0 0.93 0.28 new +TCGA-DX-A7EL-01 TCGA-DX-A7EL-01A-12D-A40C-01 called 0.72 2.06 0.0 11.0 0.73 0.08 new +TCGA-DX-A7EM-01 TCGA-DX-A7EM-01A-11D-A36I-01 called 0.78 2.73 1.0 13.0 0.83 0.2 new +TCGA-DX-A7EN-01 TCGA-DX-A7EN-01A-11D-A38Y-01 called 1.0 1.81 0.0 7.0 1.0 0.11 new +TCGA-DX-A7EO-01 TCGA-DX-A7EO-01A-11D-A36I-01 called 0.75 1.9 0.0 10.0 0.74 0.0 new +TCGA-DX-A7EQ-01 TCGA-DX-A7EQ-01A-11D-A386-01 called 0.92 1.99 0.0 8.0 0.92 0.01 new +TCGA-DX-A7ER-01 TCGA-DX-A7ER-01A-11D-A40C-01 called 0.98 2.0 0.0 8.0 0.98 0.02 new +TCGA-DX-A7ES-01 TCGA-DX-A7ES-01A-31D-A38Y-01 called 0.3 2.06 0.0 34.0 0.31 0.01 new +TCGA-DX-A7ET-01 TCGA-DX-A7ET-01A-11D-A36I-01 called 0.49 2.53 1.0 19.0 0.55 0.23 new +TCGA-DX-A8BG-01 TCGA-DX-A8BG-01A-12D-A416-01 called 0.31 4.04 2.0 46.0 0.47 0.29 new +TCGA-DX-A8BH-01 TCGA-DX-A8BH-01A-11D-A37B-01 called 0.43 3.01 1.0 28.0 0.53 0.13 new +TCGA-DX-A8BJ-01 TCGA-DX-A8BJ-01A-11D-A416-01 called 0.78 2.96 2.0 14.0 0.84 0.38 new +TCGA-DX-A8BK-01 TCGA-DX-A8BK-01A-11D-A37B-01 called 0.43 3.31 1.0 30.0 0.56 0.26 new +TCGA-DX-A8BL-01 TCGA-DX-A8BL-01A-11D-A416-01 called 0.57 3.43 1.0 20.0 0.7 0.18 new +TCGA-DX-A8BM-01 TCGA-DX-A8BM-01A-11D-A416-01 called 0.75 2.99 1.0 15.0 0.81 0.2 new +TCGA-DX-A8BN-01 TCGA-DX-A8BN-01A-11D-A37B-01 called 0.6 3.83 1.0 22.0 0.74 0.07 new +TCGA-DX-A8BO-01 TCGA-DX-A8BO-01A-11D-A416-01 called 0.63 1.65 0.0 11.0 0.58 0.2 new +TCGA-DX-A8BP-01 TCGA-DX-A8BP-01A-11D-A37B-01 called 0.51 2.07 0.0 16.0 0.52 0.24 new +TCGA-DX-A8BR-01 TCGA-DX-A8BR-01A-11D-A416-01 called 0.69 1.91 0.0 11.0 0.68 0.0 new +TCGA-DX-A8BT-01 TCGA-DX-A8BT-01A-11D-A37B-01 called 0.64 2.02 1.0 13.0 0.65 0.13 new +TCGA-DX-A8BU-01 TCGA-DX-A8BU-01A-11D-A37B-01 called 0.93 1.73 0.0 7.0 0.92 0.52 new +TCGA-DX-A8BV-01 TCGA-DX-A8BV-01A-11D-A37B-01 called 0.51 3.45 1.0 25.0 0.64 0.19 new +TCGA-DX-A8BX-01 TCGA-DX-A8BX-01A-11D-A37B-01 called 0.68 2.54 1.0 14.0 0.73 0.05 new +TCGA-DX-A8BZ-01 TCGA-DX-A8BZ-01A-11D-A37B-01 called 0.74 1.83 0.0 10.0 0.73 0.22 new +TCGA-DX-AATS-01 TCGA-DX-AATS-01A-12D-A416-01 called 0.79 4.05 2.0 19.0 0.88 0.47 new +TCGA-DX-AB2E-01 TCGA-DX-AB2E-01A-11D-A38Y-01 called 0.51 5.15 2.0 37.0 0.72 0.31 new +TCGA-DX-AB2F-01 TCGA-DX-AB2F-01A-11D-A386-01 called 0.68 3.64 1.0 19.0 0.79 0.23 new +TCGA-DX-AB2H-01 TCGA-DX-AB2H-01A-11D-A38Y-01 called 0.99 1.91 0.0 7.0 0.99 0.16 new +TCGA-DX-AB2J-01 TCGA-DX-AB2J-01A-11D-A386-01 called 0.97 2.02 0.0 8.0 0.97 0.0 new +TCGA-DX-AB2O-01 TCGA-DX-AB2O-01A-12D-A38Y-01 called 0.93 3.07 1.0 13.0 0.95 0.28 new +TCGA-DX-AB2P-01 TCGA-DX-AB2P-01A-11D-A386-01 called 0.84 1.69 0.0 8.0 0.82 0.75 new +TCGA-DX-AB2Q-01 TCGA-DX-AB2Q-01A-11D-A38Y-01 called 0.6 4.56 2.0 29.0 0.78 0.26 new +TCGA-DX-AB2T-01 TCGA-DX-AB2T-01A-11D-A386-01 called 0.65 3.52 1.0 19.0 0.77 0.22 new +TCGA-DX-AB2V-01 TCGA-DX-AB2V-01A-11D-A416-01 called 0.78 1.78 0.0 9.0 0.76 0.46 new +TCGA-DX-AB2W-01 TCGA-DX-AB2W-01A-11D-A38Y-01 called 0.54 2.64 1.0 18.0 0.61 0.4 new +TCGA-DX-AB2X-01 TCGA-DX-AB2X-01A-11D-A386-01 called 0.8 2.69 1.0 13.0 0.84 0.28 new +TCGA-DX-AB2Z-01 TCGA-DX-AB2Z-01A-11D-A386-01 called 0.28 3.08 1.0 44.0 0.37 0.22 new +TCGA-DX-AB30-01 TCGA-DX-AB30-01A-11D-A38Y-01 called 0.95 2.18 1.0 9.0 0.95 0.15 new +TCGA-DX-AB32-01 TCGA-DX-AB32-01A-11D-A416-01 called 0.56 1.7 0.0 13.0 0.52 0.01 new +TCGA-DX-AB35-01 TCGA-DX-AB35-01A-21D-A416-01 called 0.85 3.36 1.0 15.0 0.9 0.51 new +TCGA-DX-AB36-01 TCGA-DX-AB36-01A-11D-A416-01 called 0.99 2.04 0.0 8.0 0.99 0.08 new +TCGA-DX-AB37-01 TCGA-DX-AB37-01A-11D-A416-01 called 0.57 2.16 0.0 15.0 0.58 0.06 new +TCGA-DX-AB3A-01 TCGA-DX-AB3A-01A-11D-A416-01 called 0.87 2.07 0.0 9.0 0.88 0.13 new +TCGA-DX-AB3B-01 TCGA-DX-AB3B-01A-11D-A416-01 called 0.73 1.94 0.0 11.0 0.73 0.04 new +TCGA-DX-AB3C-01 TCGA-DX-AB3C-01A-11D-A416-01 called 0.98 1.9 0.0 7.0 0.98 0.0 new +TCGA-FX-A2QS-01 TCGA-FX-A2QS-01A-11D-A21P-01 called 0.88 3.26 1.0 14.0 0.93 0.13 new +TCGA-FX-A3NJ-01 TCGA-FX-A3NJ-01A-11D-A21P-01 called 0.92 1.92 0.0 8.0 0.92 0.04 new +TCGA-FX-A3NK-01 TCGA-FX-A3NK-01A-11D-A21P-01 called 0.67 2.03 0.0 12.0 0.67 0.04 new +TCGA-FX-A3RE-01 TCGA-FX-A3RE-01A-11D-A227-01 called 0.88 1.89 0.0 9.0 0.87 0.19 new +TCGA-FX-A3TO-01 TCGA-FX-A3TO-01A-11D-A227-01 called 0.77 4.16 2.0 20.0 0.87 0.2 new +TCGA-FX-A48G-01 TCGA-FX-A48G-01A-11D-A24M-01 called 0.91 1.75 0.0 8.0 0.9 0.11 new +TCGA-FX-A76Y-01 TCGA-FX-A76Y-01A-11D-A350-01 called 0.91 1.9 0.0 8.0 0.91 0.01 new +TCGA-FX-A8OO-01 TCGA-FX-A8OO-01A-11D-A36I-01 called 0.92 2.04 0.0 9.0 0.92 0.0 new +TCGA-HB-A2OT-01 TCGA-HB-A2OT-01A-11D-A21P-01 called 0.46 1.71 0.0 17.0 0.42 0.65 new +TCGA-HB-A3L4-01 TCGA-HB-A3L4-01A-11D-A21P-01 called 0.98 1.85 0.0 7.0 0.98 0.01 new +TCGA-HB-A3YV-01 TCGA-HB-A3YV-01A-11D-A24M-01 called 0.88 3.5 1.0 15.0 0.93 0.14 new +TCGA-HB-A43Z-01 TCGA-HB-A43Z-01A-11D-A24M-01 called 0.92 2.8 1.0 12.0 0.94 0.32 new +TCGA-HB-A5W3-01 TCGA-HB-A5W3-01A-11D-A29M-01 called 0.86 1.74 0.0 8.0 0.84 0.16 new +TCGA-HS-A5N7-01 TCGA-HS-A5N7-01A-21D-A26F-01 called 0.82 1.73 0.0 8.0 0.8 0.02 new +TCGA-HS-A5N8-01 TCGA-HS-A5N8-01A-11D-A26F-01 called 0.74 2.85 1.0 15.0 0.8 0.4 new +TCGA-IE-A3OV-01 TCGA-IE-A3OV-01A-11D-A227-01 called 0.78 3.1 1.0 15.0 0.84 0.04 new +TCGA-IE-A4EH-01 TCGA-IE-A4EH-01A-11D-A24M-01 called 0.92 1.83 0.0 8.0 0.91 0.02 new +TCGA-IE-A4EI-01 TCGA-IE-A4EI-01A-11D-A24M-01 called 0.93 2.42 1.0 10.0 0.94 0.17 new +TCGA-IE-A4EJ-01 TCGA-IE-A4EJ-01A-11D-A24M-01 called 0.55 2.92 1.0 19.0 0.64 0.32 new +TCGA-IE-A4EK-01 TCGA-IE-A4EK-01A-11D-A24M-01 called 0.96 1.94 0.0 8.0 0.96 0.02 new +TCGA-IE-A6BZ-01 TCGA-IE-A6BZ-01A-11D-A306-01 called 0.9 2.8 1.0 12.0 0.93 0.1 new +TCGA-IF-A4AJ-01 TCGA-IF-A4AJ-01A-11D-A24M-01 called 0.7 2.86 1.0 15.0 0.77 0.05 new +TCGA-IS-A3K6-01 TCGA-IS-A3K6-01A-11D-A21P-01 called 0.86 1.93 0.0 9.0 0.86 0.0 new +TCGA-IS-A3K7-01 TCGA-IS-A3K7-01A-11D-A21P-01 called 0.73 1.63 0.0 9.0 0.69 0.14 new +TCGA-IS-A3K8-01 TCGA-IS-A3K8-01A-11D-A21P-01 called 0.85 1.92 0.0 9.0 0.85 0.0 new +TCGA-IS-A3KA-01 TCGA-IS-A3KA-01A-11D-A21P-01 called 0.63 3.22 1.0 18.0 0.73 0.18 new +TCGA-IW-A3M4-01 TCGA-IW-A3M4-01A-11D-A21P-01 called 0.93 1.83 0.0 8.0 0.92 0.0 new +TCGA-IW-A3M5-01 TCGA-IW-A3M5-01A-22D-A21P-01 called 0.86 3.1 1.0 14.0 0.91 0.46 new +TCGA-IW-A3M6-01 TCGA-IW-A3M6-01A-11D-A21P-01 called 0.75 1.72 0.0 10.0 0.72 0.17 new +TCGA-JV-A5VE-01 TCGA-JV-A5VE-01A-11D-A29M-01 called 0.83 1.88 0.0 9.0 0.82 0.12 new +TCGA-JV-A5VF-01 TCGA-JV-A5VF-01A-11D-A29M-01 called 0.81 2.87 1.0 14.0 0.86 0.45 new +TCGA-JV-A75J-01 TCGA-JV-A75J-01A-11D-A32H-01 called 0.99 2.02 0.0 8.0 0.99 0.05 new +TCGA-K1-A3PN-01 TCGA-K1-A3PN-01A-11D-A227-01 called 0.95 1.94 0.0 8.0 0.95 0.09 new +TCGA-K1-A3PN-02 TCGA-K1-A3PN-02A-11D-A227-01 called 0.94 1.87 0.0 8.0 0.94 0.0 new +TCGA-K1-A3PO-01 TCGA-K1-A3PO-01A-11D-A21P-01 called 0.39 1.97 0.0 21.0 0.38 0.0 new +TCGA-K1-A42W-01 TCGA-K1-A42W-01A-11D-A24M-01 called 0.71 2.81 1.0 15.0 0.78 0.12 new +TCGA-K1-A42X-01 TCGA-K1-A42X-01A-11D-A24M-01 called 0.97 1.91 0.0 8.0 0.97 0.04 new +TCGA-K1-A42X-02 TCGA-K1-A42X-02A-11D-A24M-01 called 0.96 1.91 0.0 8.0 0.96 0.03 new +TCGA-K1-A6RU-01 TCGA-K1-A6RU-01A-11D-A32H-01 called 0.51 3.54 1.0 26.0 0.65 0.19 new +TCGA-K1-A6RV-01 TCGA-K1-A6RV-01A-11D-A32H-01 called 0.71 2.93 1.0 15.0 0.78 0.15 new +TCGA-KD-A5QS-01 TCGA-KD-A5QS-01A-11D-A27O-01 called 0.81 3.04 1.0 14.0 0.87 0.13 new +TCGA-KD-A5QT-01 TCGA-KD-A5QT-01A-11D-A27O-01 called 0.96 1.9 0.0 8.0 0.96 0.04 new +TCGA-KD-A5QU-01 TCGA-KD-A5QU-01A-11D-A27O-01 called 0.93 1.5 0.0 6.0 0.91 0.55 new +TCGA-KF-A41W-01 TCGA-KF-A41W-01A-11D-A24M-01 called 0.58 2.56 1.0 16.0 0.64 0.08 new +TCGA-LI-A67I-01 TCGA-LI-A67I-01A-31D-A306-01 called 0.77 2.45 1.0 12.0 0.81 0.12 new +TCGA-LI-A9QH-01 TCGA-LI-A9QH-01A-11D-A37B-01 called 0.91 2.97 1.0 13.0 0.94 0.28 new +TCGA-MB-A5Y8-01 TCGA-MB-A5Y8-01A-11D-A29M-01 called 0.77 1.75 0.0 9.0 0.74 0.12 new +TCGA-MB-A5Y9-01 TCGA-MB-A5Y9-01A-11D-A29M-01 called 0.21 2.32 0.0 54.0 0.23 0.46 new +TCGA-MB-A5YA-01 TCGA-MB-A5YA-01A-11D-A29M-01 called 0.89 1.94 0.0 9.0 0.89 0.02 new +TCGA-MB-A8JK-01 TCGA-MB-A8JK-01A-11D-A36I-01 called 0.64 3.12 1.0 17.0 0.74 0.12 new +TCGA-MB-A8JL-01 TCGA-MB-A8JL-01A-11D-A36I-01 called 0.86 1.92 0.0 9.0 0.85 0.1 new +TCGA-MJ-A68H-01 TCGA-MJ-A68H-01A-11D-A306-01 called 0.84 3.26 1.0 15.0 0.89 0.1 new +TCGA-MJ-A68J-01 TCGA-MJ-A68J-01A-11D-A306-01 called 0.66 2.04 0.0 12.0 0.67 0.0 new +TCGA-MJ-A850-01 TCGA-MJ-A850-01A-11D-A350-01 called 0.29 2.0 0.0 37.0 0.28 0.0 new +TCGA-MO-A47P-01 TCGA-MO-A47P-01A-11D-A24M-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-MO-A47R-01 TCGA-MO-A47R-01A-11D-A24M-01 called 0.93 3.06 1.0 13.0 0.95 0.0 new +TCGA-N1-A6IA-01 TCGA-N1-A6IA-01A-12D-A32H-01 called 0.67 3.24 1.0 17.0 0.76 0.15 new +TCGA-PC-A5DK-01 TCGA-PC-A5DK-01A-11D-A27O-01 called 0.85 1.93 0.0 9.0 0.85 0.03 new +TCGA-PC-A5DL-01 TCGA-PC-A5DL-01A-11D-A26F-01 called 0.84 3.22 1.0 15.0 0.89 0.21 new +TCGA-PC-A5DN-01 TCGA-PC-A5DN-01A-12D-A27O-01 called 0.61 2.06 0.0 14.0 0.61 0.03 new +TCGA-PC-A5DO-01 TCGA-PC-A5DO-01A-11D-A26F-01 called 0.94 1.75 0.0 7.0 0.93 0.13 new +TCGA-QC-A6FX-01 TCGA-QC-A6FX-01A-11D-A32H-01 called 0.7 2.21 1.0 12.0 0.72 0.21 new +TCGA-QC-A7B5-01 TCGA-QC-A7B5-01A-11D-A33D-01 called 0.51 3.51 1.0 26.0 0.64 0.12 new +TCGA-QC-AA9N-01 TCGA-QC-AA9N-01A-11D-A38Y-01 called 0.75 1.75 0.0 10.0 0.72 0.11 new +TCGA-QQ-A5V2-01 TCGA-QQ-A5V2-01A-11D-A32H-01 called 0.4 2.0 0.0 21.0 0.4 0.0 new +TCGA-QQ-A5V9-01 TCGA-QQ-A5V9-01A-11D-A32H-01 called 0.48 3.52 2.0 28.0 0.62 0.21 new +TCGA-QQ-A5VA-01 TCGA-QQ-A5VA-01A-12D-A32H-01 called 0.33 2.46 1.0 33.0 0.38 0.08 new +TCGA-QQ-A5VB-01 TCGA-QQ-A5VB-01A-11D-A36I-01 called 0.45 3.26 2.0 28.0 0.57 0.13 new +TCGA-QQ-A5VC-01 TCGA-QQ-A5VC-01A-31D-A32H-01 called 0.88 2.5 1.0 11.0 0.9 0.32 new +TCGA-QQ-A5VD-01 TCGA-QQ-A5VD-01A-21D-A32H-01 called 0.42 1.87 0.0 19.0 0.4 0.24 new +TCGA-QQ-A8VB-01 TCGA-QQ-A8VB-01A-11D-A37B-01 called 0.91 2.69 1.0 12.0 0.93 0.02 new +TCGA-QQ-A8VD-01 TCGA-QQ-A8VD-01A-42D-A38Y-01 called 0.93 2.0 0.0 8.0 0.93 0.01 new +TCGA-QQ-A8VF-01 TCGA-QQ-A8VF-01A-11D-A37B-01 called 0.79 2.5 1.0 12.0 0.82 0.19 new +TCGA-QQ-A8VG-01 TCGA-QQ-A8VG-01A-11D-A37B-01 called 0.37 1.97 0.0 26.0 0.36 0.02 new +TCGA-QQ-A8VH-01 TCGA-QQ-A8VH-01A-11D-A37B-01 called 0.91 1.88 0.0 8.0 0.9 0.34 new +TCGA-RN-A68Q-01 TCGA-RN-A68Q-01A-11D-A306-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-RN-AAAQ-01 TCGA-RN-AAAQ-01A-21D-A38Y-01 called 0.58 3.24 1.0 19.0 0.69 0.34 new +TCGA-SG-A6Z4-01 TCGA-SG-A6Z4-01A-22D-A33D-01 called 0.81 3.05 1.0 14.0 0.87 0.43 new +TCGA-SG-A6Z7-01 TCGA-SG-A6Z7-01A-12D-A32H-01 called 0.93 3.65 1.0 16.0 0.96 0.27 new +TCGA-SG-A849-01 TCGA-SG-A849-01A-11D-A350-01 called 0.3 2.8 1.0 39.0 0.38 0.24 new +TCGA-SI-A71O-01 TCGA-SI-A71O-01A-12D-A33D-01 called 0.94 1.59 0.0 6.0 0.93 0.79 new +TCGA-SI-A71O-06 TCGA-SI-A71O-06A-11D-A386-01 called 0.46 1.73 0.0 17.0 0.42 0.29 new +TCGA-SI-A71P-01 TCGA-SI-A71P-01A-12D-A33D-01 called 0.32 3.26 1.0 40.0 0.43 0.25 new +TCGA-SI-A71Q-01 TCGA-SI-A71Q-01A-12D-A33D-01 called 0.93 3.27 1.0 14.0 0.95 0.09 new +TCGA-SI-AA8B-01 TCGA-SI-AA8B-01A-11D-A386-01 called 0.88 2.86 1.0 13.0 0.91 0.55 new +TCGA-SI-AA8C-01 TCGA-SI-AA8C-01A-11D-A386-01 called 0.87 1.84 0.0 8.0 0.86 0.18 new +TCGA-UE-A6QT-01 TCGA-UE-A6QT-01A-12D-A32H-01 called 0.24 2.3 1.0 47.0 0.26 0.0 new +TCGA-UE-A6QU-01 TCGA-UE-A6QU-01A-12D-A32H-01 called 0.36 2.78 1.0 32.0 0.44 0.1 new +TCGA-VT-A80G-01 TCGA-VT-A80G-01A-11D-A36I-01 called 0.86 2.79 1.0 13.0 0.89 0.24 new +TCGA-VT-A80J-01 TCGA-VT-A80J-01A-11D-A36I-01 called 0.37 1.6 0.0 21.0 0.32 0.51 new +TCGA-VT-A80J-02 TCGA-VT-A80J-02A-11D-A416-01 called 0.8 2.82 1.0 14.0 0.85 0.35 new +TCGA-VT-AB3D-01 TCGA-VT-AB3D-01A-12D-A416-01 called 0.29 1.86 0.0 35.0 0.27 0.33 new +TCGA-WK-A8XO-01 TCGA-WK-A8XO-01A-11D-A37B-01 called 0.58 1.92 0.0 14.0 0.57 0.09 new +TCGA-WK-A8XS-01 TCGA-WK-A8XS-01A-11D-A37B-01 called 0.84 3.28 1.0 15.0 0.9 0.12 new +TCGA-WK-A8XT-01 TCGA-WK-A8XT-01A-11D-A37B-01 called 0.85 1.93 0.0 9.0 0.84 0.0 new +TCGA-WK-A8XX-01 TCGA-WK-A8XX-01A-11D-A37B-01 called 0.75 3.42 1.0 17.0 0.84 0.1 new +TCGA-WK-A8XY-01 TCGA-WK-A8XY-01A-11D-A37B-01 called 0.93 1.69 0.0 7.0 0.92 0.0 new +TCGA-WK-A8Y0-01 TCGA-WK-A8Y0-01A-11D-A416-01 called 0.61 3.21 1.0 19.0 0.71 0.3 new +TCGA-WP-A9GB-01 TCGA-WP-A9GB-01A-11D-A37B-01 called 0.97 3.02 1.0 12.0 0.98 0.06 new +TCGA-X2-A95T-01 TCGA-X2-A95T-01A-11D-A37B-01 called 0.95 1.91 0.0 8.0 0.94 0.0 new +TCGA-X6-A7W8-01 TCGA-X6-A7W8-01A-21D-A350-01 called 0.67 2.65 1.0 15.0 0.72 0.19 new +TCGA-X6-A7WA-01 TCGA-X6-A7WA-01A-12D-A350-01 called 0.81 1.94 0.0 10.0 0.81 0.0 new +TCGA-X6-A7WB-01 TCGA-X6-A7WB-01A-11D-A350-01 called 0.96 1.8 0.0 7.0 0.95 0.08 new +TCGA-X6-A7WC-01 TCGA-X6-A7WC-01A-12D-A350-01 called 0.66 3.11 1.0 17.0 0.75 0.16 new +TCGA-X6-A7WD-01 TCGA-X6-A7WD-01A-21D-A350-01 called 0.87 1.94 0.0 9.0 0.86 0.17 new +TCGA-X6-A8C2-01 TCGA-X6-A8C2-01A-11D-A36I-01 called 0.79 2.96 1.0 14.0 0.85 0.24 new +TCGA-X6-A8C3-01 TCGA-X6-A8C3-01A-11D-A36I-01 called 0.53 3.42 1.0 23.0 0.65 0.29 new +TCGA-X6-A8C4-01 TCGA-X6-A8C4-01A-11D-A36I-01 called 0.92 3.03 1.0 13.0 0.94 0.11 new +TCGA-X6-A8C5-01 TCGA-X6-A8C5-01A-11D-A36I-01 called 0.77 1.87 0.0 10.0 0.76 0.12 new +TCGA-X6-A8C6-01 TCGA-X6-A8C6-01A-11D-A36I-01 called 0.35 5.37 2.0 48.0 0.6 0.33 new +TCGA-X6-A8C7-01 TCGA-X6-A8C7-01A-11D-A36I-01 called 0.97 1.96 0.0 8.0 0.97 0.03 new +TCGA-X9-A971-01 TCGA-X9-A971-01A-11D-A386-01 called 0.93 1.85 0.0 8.0 0.92 0.34 new +TCGA-X9-A973-01 TCGA-X9-A973-01A-11D-A386-01 called 0.68 2.31 1.0 13.0 0.71 0.2 new +TCGA-Z4-A8JB-01 TCGA-Z4-A8JB-01A-23D-A37B-01 called 0.51 1.98 0.0 16.0 0.51 0.06 new +TCGA-Z4-A9VC-01 TCGA-Z4-A9VC-01A-11D-A37B-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-Z4-AAPF-01 TCGA-Z4-AAPF-01A-11D-A38Y-01 called 0.88 2.36 0.0 11.0 0.89 0.05 new +TCGA-Z4-AAPG-01 TCGA-Z4-AAPG-01A-11D-A38Y-01 called 0.8 3.07 1.0 15.0 0.86 0.3 new +TCGA-3N-A9WB-06 TCGA-3N-A9WB-06A-11D-A38F-01 called 0.91 2.24 0.0 10.0 0.92 0.0 new +TCGA-3N-A9WC-06 TCGA-3N-A9WC-06A-11D-A38F-01 called 0.58 2.07 0.0 14.0 0.59 0.12 new +TCGA-3N-A9WD-06 TCGA-3N-A9WD-06A-11D-A38F-01 called 0.45 1.96 0.0 18.0 0.45 0.23 new +TCGA-BF-A1PU-01 TCGA-BF-A1PU-01A-11D-A192-01 called 0.92 1.76 0.0 7.0 0.91 0.03 new +TCGA-BF-A1PV-01 TCGA-BF-A1PV-01A-11D-A192-01 called 0.92 2.12 0.0 9.0 0.92 0.03 new +TCGA-BF-A1PX-01 TCGA-BF-A1PX-01A-12D-A192-01 called 0.25 1.79 0.0 41.0 0.23 0.06 new +TCGA-BF-A1PZ-01 TCGA-BF-A1PZ-01A-11D-A192-01 called 0.9 2.15 0.0 9.0 0.91 0.16 new +TCGA-BF-A1Q0-01 TCGA-BF-A1Q0-01A-21D-A192-01 called 0.4 5.61 2.0 46.0 0.65 0.33 new +TCGA-BF-A3DJ-01 TCGA-BF-A3DJ-01A-11D-A20B-01 called 0.8 1.86 0.0 9.0 0.79 0.08 new +TCGA-BF-A3DL-01 TCGA-BF-A3DL-01A-11D-A20B-01 called 0.49 3.96 1.0 31.0 0.65 0.02 new +TCGA-BF-A3DM-01 TCGA-BF-A3DM-01A-11D-A20B-01 called 0.94 1.93 0.0 8.0 0.94 0.06 new +TCGA-BF-A3DN-01 TCGA-BF-A3DN-01A-11D-A20B-01 called 0.75 2.6 1.0 13.0 0.8 0.54 new +TCGA-BF-A5EO-01 TCGA-BF-A5EO-01A-12D-A27J-01 called 0.6 1.9 0.0 13.0 0.59 0.06 new +TCGA-BF-A5EP-01 TCGA-BF-A5EP-01A-12D-A27J-01 called 0.75 3.21 1.0 16.0 0.83 0.1 new +TCGA-BF-A5EQ-01 TCGA-BF-A5EQ-01A-21D-A27J-01 called 0.58 3.74 1.0 22.0 0.72 0.24 new +TCGA-BF-A5ER-01 TCGA-BF-A5ER-01A-12D-A27J-01 called 0.8 2.08 0.0 10.0 0.8 0.06 new +TCGA-BF-A5ES-01 TCGA-BF-A5ES-01A-11D-A27J-01 called 0.71 2.07 0.0 12.0 0.72 0.02 new +TCGA-BF-A9VF-01 TCGA-BF-A9VF-01A-11D-A371-01 called 0.95 1.94 0.0 8.0 0.95 0.02 new +TCGA-BF-AAOU-01 TCGA-BF-AAOU-01A-12D-A396-01 called 0.59 1.89 0.0 13.0 0.57 0.01 new +TCGA-BF-AAOX-01 TCGA-BF-AAOX-01A-11D-A396-01 called 0.68 2.03 0.0 12.0 0.69 0.01 new +TCGA-BF-AAP0-06 TCGA-BF-AAP0-06A-11D-A396-01 called 0.25 1.97 0.0 43.0 0.24 0.21 new +TCGA-BF-AAP1-01 TCGA-BF-AAP1-01A-11D-A396-01 called 0.85 3.88 1.0 17.0 0.92 0.27 new +TCGA-BF-AAP2-01 TCGA-BF-AAP2-01A-11D-A400-01 called 0.89 1.91 0.0 9.0 0.88 0.22 new +TCGA-BF-AAP4-01 TCGA-BF-AAP4-01A-11D-A400-01 called 0.42 3.2 1.0 30.0 0.54 0.18 new +TCGA-BF-AAP6-01 TCGA-BF-AAP6-01A-11D-A400-01 called 0.86 2.08 0.0 10.0 0.87 0.02 new +TCGA-BF-AAP7-01 TCGA-BF-AAP7-01A-11D-A400-01 called 0.41 1.91 0.0 20.0 0.39 0.04 new +TCGA-BF-AAP8-01 TCGA-BF-AAP8-01A-11D-A400-01 called 0.83 2.15 0.0 10.0 0.84 0.11 new +TCGA-D3-A1Q1-06 TCGA-D3-A1Q1-06A-21D-A194-01 called 0.97 3.3 1.0 14.0 0.98 0.08 new +TCGA-D3-A1Q3-06 TCGA-D3-A1Q3-06A-11D-A194-01 called 0.63 2.33 0.0 14.0 0.67 0.12 new +TCGA-D3-A1Q4-06 TCGA-D3-A1Q4-06A-11D-A194-01 called 0.52 1.85 0.0 15.0 0.5 0.0 new +TCGA-D3-A1Q5-06 TCGA-D3-A1Q5-06A-11D-A194-01 called 0.92 2.86 1.0 12.0 0.94 0.0 new +TCGA-D3-A1Q6-06 TCGA-D3-A1Q6-06A-11D-A194-01 called 0.5 3.25 1.0 24.0 0.62 0.18 new +TCGA-D3-A1Q7-06 TCGA-D3-A1Q7-06A-11D-A192-01 called 0.38 2.02 0.0 24.0 0.38 0.11 new +TCGA-D3-A1Q8-06 TCGA-D3-A1Q8-06A-11D-A192-01 called 0.53 1.77 0.0 14.0 0.5 0.0 new +TCGA-D3-A1Q9-06 TCGA-D3-A1Q9-06A-11D-A192-01 called 0.69 3.37 1.0 18.0 0.79 0.08 new +TCGA-D3-A1QA-06 TCGA-D3-A1QA-06A-11D-A194-01 called 0.91 2.09 0.0 9.0 0.91 0.11 new +TCGA-D3-A1QB-06 TCGA-D3-A1QB-06A-11D-A192-01 called 0.45 2.19 0.0 19.0 0.47 0.03 new +TCGA-D3-A2J6-06 TCGA-D3-A2J6-06A-11D-A192-01 called 0.71 1.82 0.0 11.0 0.69 0.05 new +TCGA-D3-A2J7-06 TCGA-D3-A2J7-06A-11D-A194-01 called 0.42 1.81 0.0 19.0 0.4 0.0 new +TCGA-D3-A2J8-06 TCGA-D3-A2J8-06A-11D-A194-01 called 0.21 2.19 0.0 53.0 0.22 0.13 new +TCGA-D3-A2J9-06 TCGA-D3-A2J9-06A-11D-A194-01 called 0.2 2.33 0.0 56.0 0.22 0.04 new +TCGA-D3-A2JA-06 TCGA-D3-A2JA-06A-11D-A194-01 called 0.5 2.68 1.0 19.0 0.57 0.33 new +TCGA-D3-A2JB-06 TCGA-D3-A2JB-06A-11D-A194-01 called 0.21 1.88 0.0 51.0 0.2 0.25 new +TCGA-D3-A2JC-06 TCGA-D3-A2JC-06A-11D-A192-01 called 0.47 3.09 1.0 25.0 0.58 0.08 new +TCGA-D3-A2JD-06 TCGA-D3-A2JD-06A-11D-A192-01 called 0.39 3.21 1.0 32.0 0.51 0.13 new +TCGA-D3-A2JE-06 TCGA-D3-A2JE-06A-11D-A371-01 called 0.79 3.68 1.0 17.0 0.87 0.03 new +TCGA-D3-A2JF-06 TCGA-D3-A2JF-06A-11D-A194-01 called 0.58 3.33 1.0 20.0 0.7 0.15 new +TCGA-D3-A2JG-06 TCGA-D3-A2JG-06A-11D-A194-01 called 0.8 1.94 0.0 10.0 0.79 0.18 new +TCGA-D3-A2JH-06 TCGA-D3-A2JH-06A-11D-A194-01 called 0.28 2.07 0.0 39.0 0.28 0.16 new +TCGA-D3-A2JK-06 TCGA-D3-A2JK-06A-11D-A194-01 called 0.66 1.9 0.0 12.0 0.65 0.0 new +TCGA-D3-A2JL-06 TCGA-D3-A2JL-06A-11D-A194-01 called 0.45 3.47 1.0 29.0 0.59 0.16 new +TCGA-D3-A2JN-06 TCGA-D3-A2JN-06A-11D-A194-01 called 0.33 3.57 1.0 41.0 0.46 0.16 new +TCGA-D3-A2JO-06 TCGA-D3-A2JO-06A-11D-A194-01 called 0.33 3.63 1.0 41.0 0.47 0.11 new +TCGA-D3-A2JP-06 TCGA-D3-A2JP-06A-11D-A192-01 called 0.58 3.24 1.0 19.0 0.69 0.06 new +TCGA-D3-A3BZ-06 TCGA-D3-A3BZ-06A-12D-A194-01 called 0.96 2.03 0.0 8.0 0.96 0.28 new +TCGA-D3-A3C1-06 TCGA-D3-A3C1-06A-12D-A194-01 called 0.53 3.26 1.0 21.0 0.64 0.02 new +TCGA-D3-A3C3-06 TCGA-D3-A3C3-06A-12D-A192-01 called 0.57 3.1 1.0 19.0 0.67 0.0 new +TCGA-D3-A3C6-06 TCGA-D3-A3C6-06A-12D-A194-01 called 0.89 1.61 0.0 7.0 0.87 0.05 new +TCGA-D3-A3C7-06 TCGA-D3-A3C7-06A-11D-A194-01 called 0.79 1.86 0.0 10.0 0.77 0.0 new +TCGA-D3-A3C8-06 TCGA-D3-A3C8-06A-12D-A192-01 called 0.22 2.0 0.0 49.0 0.22 0.14 new +TCGA-D3-A3CB-06 TCGA-D3-A3CB-06A-11D-A194-01 called 0.27 2.42 0.0 42.0 0.31 0.21 new +TCGA-D3-A3CC-06 TCGA-D3-A3CC-06A-11D-A192-01 called 0.63 3.42 1.0 19.0 0.74 0.27 new +TCGA-D3-A3CE-06 TCGA-D3-A3CE-06A-11D-A192-01 called 0.62 3.48 1.0 19.0 0.74 0.01 new +TCGA-D3-A3CF-06 TCGA-D3-A3CF-06A-11D-A194-01 called 0.22 3.98 1.0 60.0 0.36 0.01 new +TCGA-D3-A3ML-06 TCGA-D3-A3ML-06A-11D-A219-01 called 0.97 2.23 0.0 9.0 0.97 0.01 new +TCGA-D3-A3MO-06 TCGA-D3-A3MO-06A-11D-A219-01 called 0.94 1.87 0.0 8.0 0.94 0.95 new +TCGA-D3-A3MR-06 TCGA-D3-A3MR-06A-11D-A219-01 called 0.37 1.64 0.0 21.0 0.32 0.37 new +TCGA-D3-A3MU-06 TCGA-D3-A3MU-06A-11D-A219-01 called 0.84 2.41 0.0 11.0 0.87 0.46 new +TCGA-D3-A3MV-06 TCGA-D3-A3MV-06A-11D-A219-01 called 0.74 2.58 1.0 13.0 0.78 0.24 new +TCGA-D3-A51E-06 TCGA-D3-A51E-06A-11D-A25P-01 called 0.77 2.1 0.0 11.0 0.78 0.15 new +TCGA-D3-A51G-06 TCGA-D3-A51G-06A-11D-A25P-01 called 0.76 3.68 2.0 18.0 0.85 0.23 new +TCGA-D3-A51H-06 TCGA-D3-A51H-06A-12D-A25P-01 called 0.1 2.01 0.0 125.0 0.1 0.0 new +TCGA-D3-A51J-06 TCGA-D3-A51J-06A-11D-A25P-01 called 0.55 2.0 0.0 15.0 0.55 0.0 new +TCGA-D3-A51K-06 TCGA-D3-A51K-06A-11D-A25P-01 called 0.85 2.27 0.0 10.0 0.87 0.03 new +TCGA-D3-A51N-06 TCGA-D3-A51N-06A-11D-A25P-01 called 0.53 3.73 1.0 27.0 0.68 0.22 new +TCGA-D3-A51R-06 TCGA-D3-A51R-06A-11D-A25P-01 called 0.91 2.17 0.0 9.0 0.92 0.03 new +TCGA-D3-A51T-06 TCGA-D3-A51T-06A-11D-A25P-01 called 0.83 1.87 0.0 9.0 0.82 0.1 new +TCGA-D3-A5GL-06 TCGA-D3-A5GL-06A-11D-A27J-01 called 0.78 1.84 0.0 10.0 0.76 0.13 new +TCGA-D3-A5GN-06 TCGA-D3-A5GN-06A-11D-A27J-01 called 0.53 3.99 2.0 28.0 0.69 0.46 new +TCGA-D3-A5GO-06 TCGA-D3-A5GO-06A-12D-A27J-01 called 0.71 3.76 1.0 19.0 0.82 0.17 new +TCGA-D3-A5GS-06 TCGA-D3-A5GS-06A-11D-A27J-01 called 0.79 2.05 0.0 10.0 0.79 0.13 new +TCGA-D3-A5GT-01 TCGA-D3-A5GT-01A-12D-A30W-01 called 0.87 4.4 1.0 19.0 0.93 0.25 new +TCGA-D3-A5GU-06 TCGA-D3-A5GU-06A-11D-A27J-01 called 0.73 3.3 1.0 17.0 0.82 0.15 new +TCGA-D3-A8GB-06 TCGA-D3-A8GB-06A-11D-A371-01 called 0.33 1.92 0.0 30.0 0.32 0.08 new +TCGA-D3-A8GC-06 TCGA-D3-A8GC-06A-11D-A371-01 called 0.81 3.34 1.0 16.0 0.88 0.35 new +TCGA-D3-A8GD-06 TCGA-D3-A8GD-06A-11D-A371-01 called 0.28 3.07 1.0 45.0 0.37 0.1 new +TCGA-D3-A8GE-06 TCGA-D3-A8GE-06A-11D-A371-01 called 0.6 2.0 0.0 13.0 0.6 0.01 new +TCGA-D3-A8GI-06 TCGA-D3-A8GI-06A-11D-A371-01 called 0.79 3.51 1.0 17.0 0.87 0.32 new +TCGA-D3-A8GJ-06 TCGA-D3-A8GJ-06A-11D-A371-01 called 0.45 2.13 0.0 19.0 0.47 0.04 new +TCGA-D3-A8GK-06 TCGA-D3-A8GK-06A-11D-A371-01 called 0.93 2.13 0.0 9.0 0.93 0.04 new +TCGA-D3-A8GL-06 TCGA-D3-A8GL-06A-11D-A371-01 called 0.95 2.06 0.0 8.0 0.95 0.04 new +TCGA-D3-A8GM-06 TCGA-D3-A8GM-06A-11D-A371-01 called 0.54 3.62 1.0 25.0 0.68 0.2 new +TCGA-D3-A8GN-06 TCGA-D3-A8GN-06A-11D-A371-01 called 0.26 3.68 1.0 51.0 0.39 0.16 new +TCGA-D3-A8GO-06 TCGA-D3-A8GO-06A-11D-A371-01 called 0.37 3.45 1.0 36.0 0.5 0.17 new +TCGA-D3-A8GP-06 TCGA-D3-A8GP-06A-11D-A371-01 called 0.96 3.14 1.0 13.0 0.97 0.09 new +TCGA-D3-A8GQ-06 TCGA-D3-A8GQ-06A-11D-A371-01 called 0.63 2.36 0.0 14.0 0.67 0.01 new +TCGA-D3-A8GR-06 TCGA-D3-A8GR-06A-11D-A371-01 called 0.8 1.95 0.0 10.0 0.8 0.0 new +TCGA-D3-A8GS-06 TCGA-D3-A8GS-06A-12D-A371-01 called 0.53 1.8 0.0 15.0 0.5 0.18 new +TCGA-D3-A8GV-06 TCGA-D3-A8GV-06A-11D-A371-01 called 0.94 1.99 0.0 8.0 0.94 0.02 new +TCGA-D9-A148-06 TCGA-D9-A148-06A-11D-A192-01 called 0.73 3.69 1.0 18.0 0.83 0.07 new +TCGA-D9-A149-06 TCGA-D9-A149-06A-11D-A194-01 called 0.57 3.76 1.0 24.0 0.71 0.07 new +TCGA-D9-A1JW-06 TCGA-D9-A1JW-06A-11D-A192-01 called 0.56 2.21 0.0 15.0 0.59 0.12 new +TCGA-D9-A1JX-06 TCGA-D9-A1JX-06A-11D-A192-01 called 0.8 1.96 0.0 10.0 0.8 0.01 new +TCGA-D9-A3Z1-06 TCGA-D9-A3Z1-06A-11D-A238-01 called 0.33 2.02 0.0 30.0 0.34 0.02 new +TCGA-D9-A3Z3-06 TCGA-D9-A3Z3-06A-11D-A238-01 called 0.61 1.82 0.0 12.0 0.59 0.09 new +TCGA-D9-A3Z4-01 TCGA-D9-A3Z4-01A-11D-A238-01 called 0.68 3.98 1.0 20.0 0.81 0.14 new +TCGA-D9-A4Z2-01 TCGA-D9-A4Z2-01A-11D-A24Q-01 called 0.89 1.99 0.0 9.0 0.89 0.2 new +TCGA-D9-A4Z3-01 TCGA-D9-A4Z3-01A-11D-A25P-01 called 0.86 2.13 0.0 10.0 0.86 0.06 new +TCGA-D9-A4Z5-01 TCGA-D9-A4Z5-01A-11D-A25P-01 called 0.93 3.48 1.0 15.0 0.96 0.21 new +TCGA-D9-A6E9-06 TCGA-D9-A6E9-06A-12D-A30W-01 called 0.37 3.29 1.0 35.0 0.49 0.02 new +TCGA-D9-A6EA-06 TCGA-D9-A6EA-06A-11D-A30W-01 called 0.85 4.57 2.0 20.0 0.93 0.38 new +TCGA-D9-A6EC-06 TCGA-D9-A6EC-06A-11D-A30W-01 called 0.95 3.33 1.0 14.0 0.97 0.11 new +TCGA-D9-A6EG-06 TCGA-D9-A6EG-06A-12D-A32M-01 called 0.84 2.08 0.0 10.0 0.84 0.08 new +TCGA-DA-A1HV-06 TCGA-DA-A1HV-06A-21D-A194-01 called 0.67 2.92 1.0 16.0 0.75 0.18 new +TCGA-DA-A1HW-06 TCGA-DA-A1HW-06A-11D-A192-01 called 0.67 1.63 0.0 10.0 0.63 0.22 new +TCGA-DA-A1HY-06 TCGA-DA-A1HY-06A-11D-A192-01 called 0.76 2.0 0.0 11.0 0.76 0.13 new +TCGA-DA-A1I0-06 TCGA-DA-A1I0-06A-11D-A20B-01 called 0.47 2.23 0.0 19.0 0.49 0.28 new +TCGA-DA-A1I1-06 TCGA-DA-A1I1-06A-12D-A194-01 called 0.56 2.97 1.0 19.0 0.65 0.03 new +TCGA-DA-A1I2-06 TCGA-DA-A1I2-06A-21D-A192-01 called 0.77 2.86 1.0 14.0 0.83 0.03 new +TCGA-DA-A1I4-06 TCGA-DA-A1I4-06A-11D-A194-01 called 0.5 2.01 0.0 17.0 0.5 0.0 new +TCGA-DA-A1I5-06 TCGA-DA-A1I5-06A-11D-A191-01 called 0.56 1.84 0.0 14.0 0.54 0.1 new +TCGA-DA-A1I7-06 TCGA-DA-A1I7-06A-22D-A191-01 called 0.58 3.12 1.0 19.0 0.68 0.02 new +TCGA-DA-A1I8-06 TCGA-DA-A1I8-06A-11D-A191-01 called 0.67 4.47 2.0 26.0 0.82 0.05 new +TCGA-DA-A1IA-06 TCGA-DA-A1IA-06A-11D-A194-01 called 0.94 3.19 1.0 14.0 0.96 0.07 new +TCGA-DA-A1IB-06 TCGA-DA-A1IB-06A-11D-A194-01 called 0.18 2.08 0.0 59.0 0.19 0.28 new +TCGA-DA-A1IC-06 TCGA-DA-A1IC-06A-11D-A191-01 called 0.77 2.11 0.0 11.0 0.78 0.0 new +TCGA-DA-A3F2-06 TCGA-DA-A3F2-06A-11D-A20B-01 called 0.93 2.0 0.0 8.0 0.93 0.0 new +TCGA-DA-A3F3-06 TCGA-DA-A3F3-06A-11D-A20B-01 called 0.92 2.46 0.0 11.0 0.93 0.08 new +TCGA-DA-A3F5-06 TCGA-DA-A3F5-06A-11D-A20B-01 called 0.44 3.98 2.0 33.0 0.61 0.33 new +TCGA-DA-A3F8-06 TCGA-DA-A3F8-06A-11D-A20B-01 called 0.39 2.08 0.0 22.0 0.4 0.23 new +TCGA-DA-A95V-06 TCGA-DA-A95V-06A-11D-A371-01 called 0.55 4.2 2.0 29.0 0.72 0.44 new +TCGA-DA-A95W-06 TCGA-DA-A95W-06A-11D-A371-01 called 0.88 2.17 0.0 10.0 0.89 0.02 new +TCGA-DA-A95X-06 TCGA-DA-A95X-06A-11D-A371-01 called 0.87 1.76 0.0 8.0 0.86 0.03 new +TCGA-DA-A95Y-06 TCGA-DA-A95Y-06A-11D-A371-01 called 0.75 3.87 1.0 19.0 0.86 0.08 new +TCGA-DA-A95Z-06 TCGA-DA-A95Z-06A-11D-A371-01 called 0.8 3.47 1.0 16.0 0.87 0.01 new +TCGA-DA-A960-01 TCGA-DA-A960-01A-11D-A371-01 called 0.85 3.61 1.0 16.0 0.91 0.14 new +TCGA-EB-A1NK-01 TCGA-EB-A1NK-01A-11D-A194-01 called 0.65 2.05 0.0 13.0 0.66 0.12 new +TCGA-EB-A24C-01 TCGA-EB-A24C-01A-11D-A191-01 called 0.91 1.72 0.0 7.0 0.89 0.15 new +TCGA-EB-A24D-01 TCGA-EB-A24D-01A-11D-A191-01 called 0.79 3.67 2.0 17.0 0.87 0.17 new +TCGA-EB-A299-01 TCGA-EB-A299-01A-21D-A191-01 called 0.7 2.01 0.0 11.0 0.7 0.19 new +TCGA-EB-A3HV-01 TCGA-EB-A3HV-01A-11D-A219-01 called 0.75 1.89 0.0 10.0 0.74 0.0 new +TCGA-EB-A3XB-01 TCGA-EB-A3XB-01A-11D-A238-01 called 0.41 3.6 1.0 33.0 0.56 0.05 new +TCGA-EB-A3XC-01 TCGA-EB-A3XC-01A-11D-A238-01 called 0.61 3.56 1.0 20.0 0.74 0.2 new +TCGA-EB-A3XD-01 TCGA-EB-A3XD-01A-22D-A238-01 called 0.19 1.97 0.0 57.0 0.19 0.28 new +TCGA-EB-A3XE-01 TCGA-EB-A3XE-01A-12D-A238-01 called 0.63 1.96 0.0 13.0 0.62 0.03 new +TCGA-EB-A3XF-01 TCGA-EB-A3XF-01A-31D-A238-01 called 0.78 2.02 0.0 10.0 0.78 0.04 new +TCGA-EB-A3Y6-01 TCGA-EB-A3Y6-01A-21D-A238-01 called 0.67 1.83 0.0 11.0 0.65 0.44 new +TCGA-EB-A3Y7-01 TCGA-EB-A3Y7-01A-11D-A238-01 called 0.59 1.92 0.0 13.0 0.58 0.03 new +TCGA-EB-A41A-01 TCGA-EB-A41A-01A-11D-A24Q-01 called 0.91 2.08 0.0 9.0 0.91 0.01 new +TCGA-EB-A41B-01 TCGA-EB-A41B-01A-11D-A24Q-01 called 0.88 1.92 0.0 9.0 0.88 0.13 new +TCGA-EB-A42Y-01 TCGA-EB-A42Y-01A-12D-A24Q-01 called 0.89 2.1 0.0 9.0 0.9 0.02 new +TCGA-EB-A42Z-01 TCGA-EB-A42Z-01A-12D-A24Q-01 called 0.89 1.9 0.0 8.0 0.88 0.01 new +TCGA-EB-A430-01 TCGA-EB-A430-01A-11D-A24Q-01 called 0.72 1.9 0.0 11.0 0.71 0.19 new +TCGA-EB-A431-01 TCGA-EB-A431-01A-11D-A25P-01 called 0.65 2.73 1.0 16.0 0.72 0.26 new +TCGA-EB-A44N-01 TCGA-EB-A44N-01A-11D-A25P-01 called 0.94 2.0 0.0 8.0 0.94 0.15 new +TCGA-EB-A44O-01 TCGA-EB-A44O-01A-11D-A25P-01 called 0.8 1.77 0.0 9.0 0.78 0.03 new +TCGA-EB-A44P-01 TCGA-EB-A44P-01A-11D-A25P-01 called 0.8 1.9 0.0 10.0 0.79 0.08 new +TCGA-EB-A44Q-06 TCGA-EB-A44Q-06A-11D-A25P-01 called 0.64 2.16 0.0 13.0 0.66 0.15 new +TCGA-EB-A44R-06 TCGA-EB-A44R-06A-41D-A25P-01 called 0.57 3.76 2.0 24.0 0.72 0.05 new +TCGA-EB-A4IQ-01 TCGA-EB-A4IQ-01A-12D-A25P-01 called 0.51 3.37 1.0 25.0 0.63 0.24 new +TCGA-EB-A4IS-01 TCGA-EB-A4IS-01A-21D-A25P-01 called 0.36 3.37 1.0 36.0 0.49 0.1 new +TCGA-EB-A4OY-01 TCGA-EB-A4OY-01A-11D-A25P-01 called 0.58 3.06 1.0 19.0 0.68 0.18 new +TCGA-EB-A4OZ-01 TCGA-EB-A4OZ-01A-12D-A25P-01 called 0.23 1.87 0.0 46.0 0.22 0.26 new +TCGA-EB-A4P0-01 TCGA-EB-A4P0-01A-41D-A25P-01 called 0.8 3.37 1.0 16.0 0.87 0.25 new +TCGA-EB-A4XL-01 TCGA-EB-A4XL-01A-11D-A27J-01 called 0.7 3.69 1.0 19.0 0.81 0.0 new +TCGA-EB-A51B-01 TCGA-EB-A51B-01A-11D-A27J-01 called 0.74 3.48 1.0 17.0 0.83 0.09 new +TCGA-EB-A550-01 TCGA-EB-A550-01A-61D-A27J-01 called 0.48 1.87 0.0 16.0 0.47 0.0 new +TCGA-EB-A551-01 TCGA-EB-A551-01A-21D-A27J-01 called 0.46 1.75 0.0 17.0 0.42 0.23 new +TCGA-EB-A553-01 TCGA-EB-A553-01A-12D-A27J-01 called 0.58 2.68 1.0 17.0 0.65 0.03 new +TCGA-EB-A57M-01 TCGA-EB-A57M-01A-51D-A30W-01 called 0.66 2.19 0.0 13.0 0.68 0.67 new +TCGA-EB-A5FP-01 TCGA-EB-A5FP-01A-11D-A27J-01 called 0.77 3.71 1.0 18.0 0.86 0.18 new +TCGA-EB-A5KH-06 TCGA-EB-A5KH-06A-11D-A27J-01 called 0.9 2.22 0.0 10.0 0.91 0.11 new +TCGA-EB-A5SE-01 TCGA-EB-A5SE-01A-11D-A30W-01 called 0.89 2.0 0.0 9.0 0.89 0.02 new +TCGA-EB-A5SF-01 TCGA-EB-A5SF-01A-11D-A30W-01 called 0.61 1.74 0.0 12.0 0.58 0.01 new +TCGA-EB-A5SG-06 TCGA-EB-A5SG-06A-11D-A30W-01 called 0.23 1.94 0.0 47.0 0.22 0.41 new +TCGA-EB-A5SH-06 TCGA-EB-A5SH-06A-11D-A30W-01 called 0.73 3.33 1.0 17.0 0.82 0.21 new +TCGA-EB-A5UL-06 TCGA-EB-A5UL-06A-11D-A30W-01 called 0.46 2.75 1.0 21.0 0.54 0.37 new +TCGA-EB-A5UM-01 TCGA-EB-A5UM-01A-11D-A30W-01 called 0.72 1.95 0.0 11.0 0.71 0.07 new +TCGA-EB-A5UN-06 TCGA-EB-A5UN-06A-11D-A30W-01 called 0.44 1.92 0.0 18.0 0.43 0.06 new +TCGA-EB-A5VU-01 TCGA-EB-A5VU-01A-21D-A32M-01 called 0.64 3.41 1.0 19.0 0.75 0.01 new +TCGA-EB-A5VV-06 TCGA-EB-A5VV-06A-11D-A32M-01 called 0.36 2.0 0.0 27.0 0.36 0.0 new +TCGA-EB-A6L9-06 TCGA-EB-A6L9-06A-11D-A32M-01 called 0.12 3.08 1.0 103.0 0.17 0.28 new +TCGA-EB-A6QY-01 TCGA-EB-A6QY-01A-12D-A32M-01 called 0.42 3.21 1.0 30.0 0.53 0.05 new +TCGA-EB-A6QZ-01 TCGA-EB-A6QZ-01A-12D-A32M-01 called 0.9 1.76 0.0 8.0 0.89 0.45 new +TCGA-EB-A6R0-01 TCGA-EB-A6R0-01A-12D-A32M-01 called 0.64 3.76 1.0 20.0 0.77 0.11 new +TCGA-EB-A82B-01 TCGA-EB-A82B-01A-11D-A34T-01 called 0.46 3.5 1.0 29.0 0.6 0.18 new +TCGA-EB-A82C-01 TCGA-EB-A82C-01A-11D-A34T-01 called 0.84 3.12 1.0 14.0 0.89 0.22 new +TCGA-EB-A85I-01 TCGA-EB-A85I-01A-11D-A34T-01 called 0.52 1.94 0.0 16.0 0.51 0.0 new +TCGA-EB-A85J-01 TCGA-EB-A85J-01A-12D-A34T-01 called 0.55 2.11 0.0 15.0 0.56 0.1 new +TCGA-EB-A97M-01 TCGA-EB-A97M-01A-11D-A38F-01 called 0.78 3.73 1.0 18.0 0.87 0.23 new +TCGA-EE-A17X-06 TCGA-EE-A17X-06A-11D-A191-01 called 0.93 1.92 0.0 8.0 0.93 0.0 new +TCGA-EE-A17Y-06 TCGA-EE-A17Y-06A-11D-A194-01 called 0.54 3.08 1.0 20.0 0.64 0.26 new +TCGA-EE-A17Z-06 TCGA-EE-A17Z-06A-11D-A194-01 called 0.99 1.98 0.0 8.0 0.99 0.0 new +TCGA-EE-A180-06 TCGA-EE-A180-06A-11D-A219-01 called 0.92 2.64 1.0 11.0 0.94 0.05 new +TCGA-EE-A181-06 TCGA-EE-A181-06A-11D-A194-01 called 0.54 3.07 1.0 20.0 0.64 0.25 new +TCGA-EE-A182-06 TCGA-EE-A182-06A-11D-A194-01 called 0.62 1.97 0.0 13.0 0.61 0.04 new +TCGA-EE-A183-06 TCGA-EE-A183-06A-11D-A194-01 called 0.34 2.13 0.0 30.0 0.36 0.04 new +TCGA-EE-A184-06 TCGA-EE-A184-06A-11D-A194-01 called 0.85 2.27 0.0 10.0 0.87 0.13 new +TCGA-EE-A185-06 TCGA-EE-A185-06A-11D-A194-01 called 0.93 1.86 0.0 8.0 0.93 0.1 new +TCGA-EE-A20B-06 TCGA-EE-A20B-06A-11D-A194-01 called 0.75 1.72 0.0 9.0 0.72 0.22 new +TCGA-EE-A20C-06 TCGA-EE-A20C-06A-11D-A194-01 called 0.93 3.55 1.0 15.0 0.96 0.06 new +TCGA-EE-A20F-06 TCGA-EE-A20F-06A-21D-A194-01 called 0.7 1.89 0.0 11.0 0.69 0.05 new +TCGA-EE-A20H-06 TCGA-EE-A20H-06A-11D-A191-01 called 0.95 3.3 1.0 14.0 0.97 0.06 new +TCGA-EE-A20I-06 TCGA-EE-A20I-06A-11D-A194-01 called 0.78 1.76 0.0 9.0 0.76 0.01 new +TCGA-EE-A29A-06 TCGA-EE-A29A-06A-12D-A194-01 called 0.81 4.42 1.0 20.0 0.91 0.04 new +TCGA-EE-A29B-06 TCGA-EE-A29B-06A-11D-A191-01 called 0.97 2.06 0.0 8.0 0.97 0.0 new +TCGA-EE-A29C-06 TCGA-EE-A29C-06A-21D-A191-01 called 0.62 1.72 0.0 12.0 0.59 0.14 new +TCGA-EE-A29D-06 TCGA-EE-A29D-06A-11D-A191-01 called 0.95 3.68 1.0 16.0 0.97 0.28 new +TCGA-EE-A29E-06 TCGA-EE-A29E-06A-11D-A191-01 called 0.86 2.06 0.0 9.0 0.86 0.16 new +TCGA-EE-A29G-06 TCGA-EE-A29G-06A-12D-A194-01 called 0.21 2.86 1.0 56.0 0.28 0.14 new +TCGA-EE-A29H-06 TCGA-EE-A29H-06A-12D-A191-01 called 0.86 1.92 0.0 9.0 0.85 0.04 new +TCGA-EE-A29L-06 TCGA-EE-A29L-06A-12D-A194-01 called 0.97 3.41 1.0 14.0 0.98 0.21 new +TCGA-EE-A29M-06 TCGA-EE-A29M-06A-11D-A194-01 called 0.58 1.86 0.0 13.0 0.56 0.3 new +TCGA-EE-A29N-06 TCGA-EE-A29N-06A-12D-A191-01 called 0.41 1.99 0.0 20.0 0.41 0.31 new +TCGA-EE-A29P-06 TCGA-EE-A29P-06A-11D-A191-01 called 0.43 3.41 1.0 30.0 0.57 0.44 new +TCGA-EE-A29Q-06 TCGA-EE-A29Q-06A-11D-A191-01 called 0.86 1.77 0.0 8.0 0.85 0.41 new +TCGA-EE-A29R-06 TCGA-EE-A29R-06A-11D-A191-01 called 0.98 2.58 1.0 11.0 0.98 0.33 new +TCGA-EE-A29S-06 TCGA-EE-A29S-06A-11D-A191-01 called 0.69 1.91 0.0 11.0 0.68 0.01 new +TCGA-EE-A29T-06 TCGA-EE-A29T-06A-11D-A191-01 called 0.4 3.36 1.0 33.0 0.53 0.15 new +TCGA-EE-A29V-06 TCGA-EE-A29V-06A-12D-A191-01 called 0.71 1.85 0.0 11.0 0.69 0.02 new +TCGA-EE-A29W-06 TCGA-EE-A29W-06A-11D-A194-01 called 0.64 6.43 2.0 40.0 0.85 0.01 new +TCGA-EE-A29X-06 TCGA-EE-A29X-06A-11D-A194-01 called 0.74 1.61 0.0 9.0 0.7 0.1 new +TCGA-EE-A2A0-06 TCGA-EE-A2A0-06A-11D-A194-01 called 0.39 1.91 0.0 21.0 0.38 0.02 new +TCGA-EE-A2A1-06 TCGA-EE-A2A1-06A-11D-A191-01 called 0.33 2.2 0.0 32.0 0.35 0.16 new +TCGA-EE-A2A2-06 TCGA-EE-A2A2-06A-11D-A194-01 called 0.83 1.93 0.0 9.0 0.83 0.33 new +TCGA-EE-A2A5-06 TCGA-EE-A2A5-06A-11D-A191-01 called 0.85 2.93 1.0 13.0 0.9 0.51 new +TCGA-EE-A2GB-06 TCGA-EE-A2GB-06A-11D-A191-01 called 0.84 3.27 1.0 15.0 0.9 0.12 new +TCGA-EE-A2GC-06 TCGA-EE-A2GC-06A-11D-A191-01 called 0.6 3.48 1.0 20.0 0.73 0.05 new +TCGA-EE-A2GD-06 TCGA-EE-A2GD-06A-11D-A194-01 called 0.43 1.96 0.0 19.0 0.42 0.2 new +TCGA-EE-A2GE-06 TCGA-EE-A2GE-06A-11D-A194-01 called 0.22 3.66 1.0 58.0 0.34 0.25 new +TCGA-EE-A2GH-06 TCGA-EE-A2GH-06A-11D-A194-01 called 0.33 1.54 0.0 27.0 0.27 0.08 new +TCGA-EE-A2GI-06 TCGA-EE-A2GI-06A-11D-A194-01 called 0.54 3.26 1.0 20.0 0.66 0.17 new +TCGA-EE-A2GJ-06 TCGA-EE-A2GJ-06A-11D-A194-01 called 0.7 1.96 0.0 11.0 0.7 0.09 new +TCGA-EE-A2GK-06 TCGA-EE-A2GK-06A-11D-A194-01 called 0.99 2.0 0.0 8.0 0.99 0.0 new +TCGA-EE-A2GL-06 TCGA-EE-A2GL-06A-11D-A194-01 called 0.26 2.09 0.0 41.0 0.27 0.02 new +TCGA-EE-A2GM-06 TCGA-EE-A2GM-06B-11D-A194-01 called 0.86 3.24 1.0 15.0 0.91 0.0 new +TCGA-EE-A2GN-06 TCGA-EE-A2GN-06A-11D-A194-01 called 0.89 2.44 0.0 11.0 0.91 0.27 new +TCGA-EE-A2GO-06 TCGA-EE-A2GO-06A-11D-A194-01 called 0.93 3.0 1.0 13.0 0.95 0.04 new +TCGA-EE-A2GP-06 TCGA-EE-A2GP-06A-11D-A191-01 called 0.63 3.21 1.0 18.0 0.73 0.11 new +TCGA-EE-A2GR-06 TCGA-EE-A2GR-06A-11D-A191-01 called 0.98 3.72 1.0 15.0 0.99 0.06 new +TCGA-EE-A2GS-06 TCGA-EE-A2GS-06A-12D-A191-01 called 0.93 1.96 0.0 8.0 0.93 0.0 new +TCGA-EE-A2GT-06 TCGA-EE-A2GT-06A-12D-A191-01 called 0.43 2.01 0.0 19.0 0.43 0.03 new +TCGA-EE-A2GU-06 TCGA-EE-A2GU-06A-11D-A194-01 called 0.61 1.92 0.0 13.0 0.6 0.01 new +TCGA-EE-A2M5-06 TCGA-EE-A2M5-06A-12D-A191-01 called 0.58 2.09 0.0 14.0 0.59 0.61 new +TCGA-EE-A2M6-06 TCGA-EE-A2M6-06A-12D-A191-01 called 0.95 3.19 1.0 13.0 0.97 0.29 new +TCGA-EE-A2M7-06 TCGA-EE-A2M7-06A-11D-A191-01 called 0.47 3.47 1.0 28.0 0.61 0.03 new +TCGA-EE-A2M8-06 TCGA-EE-A2M8-06A-12D-A194-01 called 0.25 1.97 0.0 43.0 0.25 0.15 new +TCGA-EE-A2MC-06 TCGA-EE-A2MC-06A-12D-A191-01 called 0.39 2.0 0.0 21.0 0.39 0.12 new +TCGA-EE-A2MD-06 TCGA-EE-A2MD-06A-11D-A191-01 called 0.63 1.94 0.0 13.0 0.62 0.02 new +TCGA-EE-A2ME-06 TCGA-EE-A2ME-06A-11D-A191-01 called 0.25 2.02 0.0 43.0 0.25 0.14 new +TCGA-EE-A2MF-06 TCGA-EE-A2MF-06A-11D-A219-01 called 0.89 1.9 0.0 8.0 0.89 0.05 new +TCGA-EE-A2MG-06 TCGA-EE-A2MG-06A-11D-A191-01 called 0.31 1.72 0.0 31.0 0.28 0.11 new +TCGA-EE-A2MH-06 TCGA-EE-A2MH-06A-11D-A191-01 called 0.43 2.0 0.0 19.0 0.43 0.11 new +TCGA-EE-A2MI-06 TCGA-EE-A2MI-06A-11D-A191-01 called 0.66 2.06 0.0 13.0 0.67 0.05 new +TCGA-EE-A2MJ-06 TCGA-EE-A2MJ-06A-11D-A191-01 called 0.35 1.78 0.0 26.0 0.33 0.68 new +TCGA-EE-A2MK-06 TCGA-EE-A2MK-06A-11D-A194-01 called 0.77 2.67 1.0 13.0 0.82 0.09 new +TCGA-EE-A2ML-06 TCGA-EE-A2ML-06A-11D-A191-01 called 0.62 2.12 0.0 14.0 0.63 0.95 new +TCGA-EE-A2MM-06 TCGA-EE-A2MM-06A-11D-A194-01 called 0.9 3.83 1.0 17.0 0.94 0.25 new +TCGA-EE-A2MN-06 TCGA-EE-A2MN-06A-11D-A191-01 called 0.79 2.07 0.0 10.0 0.79 0.08 new +TCGA-EE-A2MP-06 TCGA-EE-A2MP-06A-11D-A191-01 called 0.61 3.63 1.0 20.0 0.74 0.17 new +TCGA-EE-A2MQ-06 TCGA-EE-A2MQ-06A-11D-A191-01 called 0.81 2.02 0.0 10.0 0.81 0.09 new +TCGA-EE-A2MR-06 TCGA-EE-A2MR-06A-11D-A194-01 called 0.22 2.29 0.0 50.0 0.25 0.52 new +TCGA-EE-A2MS-06 TCGA-EE-A2MS-06A-11D-A191-01 called 0.82 3.0 1.0 14.0 0.87 0.23 new +TCGA-EE-A2MT-06 TCGA-EE-A2MT-06A-11D-A191-01 called 0.88 2.04 0.0 9.0 0.89 0.0 new +TCGA-EE-A2MU-06 TCGA-EE-A2MU-06A-21D-A194-01 called 0.29 2.83 1.0 41.0 0.37 0.19 new +TCGA-EE-A3AA-06 TCGA-EE-A3AA-06A-11D-A194-01 called 0.3 1.7 0.0 33.0 0.27 0.5 new +TCGA-EE-A3AB-06 TCGA-EE-A3AB-06A-11D-A194-01 called 0.51 3.73 1.0 28.0 0.66 0.21 new +TCGA-EE-A3AC-06 TCGA-EE-A3AC-06A-11D-A194-01 called 0.82 2.02 0.0 10.0 0.82 0.0 new +TCGA-EE-A3AD-06 TCGA-EE-A3AD-06A-11D-A194-01 called 1.0 3.89 1.0 16.0 1.0 0.32 new +TCGA-EE-A3AE-06 TCGA-EE-A3AE-06A-11D-A194-01 called 0.79 3.42 2.0 16.0 0.86 0.46 new +TCGA-EE-A3AF-06 TCGA-EE-A3AF-06A-11D-A194-01 called 0.78 1.92 0.0 10.0 0.77 0.04 new +TCGA-EE-A3AG-06 TCGA-EE-A3AG-06A-31D-A194-01 called 0.89 3.14 1.0 14.0 0.93 0.28 new +TCGA-EE-A3AH-06 TCGA-EE-A3AH-06A-11D-A194-01 called 0.98 1.87 0.0 7.0 0.98 0.0 new +TCGA-EE-A3J3-06 TCGA-EE-A3J3-06A-11D-A20B-01 called 0.63 3.62 1.0 20.0 0.76 0.34 new +TCGA-EE-A3J4-06 TCGA-EE-A3J4-06A-11D-A20B-01 called 0.91 2.06 0.0 9.0 0.91 0.06 new +TCGA-EE-A3J5-06 TCGA-EE-A3J5-06A-11D-A20B-01 called 0.73 1.84 0.0 10.0 0.71 0.68 new +TCGA-EE-A3J7-06 TCGA-EE-A3J7-06A-11D-A20B-01 called 0.89 2.53 1.0 11.0 0.91 0.32 new +TCGA-EE-A3J8-06 TCGA-EE-A3J8-06A-11D-A20B-01 called 0.97 1.86 0.0 7.0 0.97 0.08 new +TCGA-EE-A3JA-06 TCGA-EE-A3JA-06A-11D-A20B-01 called 0.75 2.54 1.0 13.0 0.8 0.03 new +TCGA-EE-A3JB-06 TCGA-EE-A3JB-06A-11D-A219-01 called 0.52 2.91 1.0 20.0 0.61 0.04 new +TCGA-EE-A3JD-06 TCGA-EE-A3JD-06A-11D-A20B-01 called 0.18 2.04 0.0 60.0 0.19 0.27 new +TCGA-EE-A3JE-06 TCGA-EE-A3JE-06A-11D-A20B-01 called 0.26 1.83 0.0 40.0 0.24 0.25 new +TCGA-EE-A3JH-06 TCGA-EE-A3JH-06A-11D-A219-01 called 0.21 2.91 1.0 58.0 0.27 0.36 new +TCGA-EE-A3JI-06 TCGA-EE-A3JI-06A-11D-A219-01 called 0.89 3.26 1.0 14.0 0.93 0.24 new +TCGA-ER-A193-06 TCGA-ER-A193-06A-12D-A191-01 called 0.67 1.81 0.0 11.0 0.65 0.14 new +TCGA-ER-A194-01 TCGA-ER-A194-01A-11D-A191-01 called 0.6 2.0 0.0 14.0 0.6 0.0 new +TCGA-ER-A195-06 TCGA-ER-A195-06A-11D-A194-01 called 0.58 1.83 0.0 13.0 0.56 0.0 new +TCGA-ER-A196-01 TCGA-ER-A196-01A-11D-A191-01 called 0.26 2.13 0.0 41.0 0.27 0.06 new +TCGA-ER-A197-06 TCGA-ER-A197-06A-32D-A191-01 called 0.31 3.17 1.0 41.0 0.41 0.56 new +TCGA-ER-A198-06 TCGA-ER-A198-06A-11D-A194-01 called 0.79 2.0 0.0 10.0 0.79 0.0 new +TCGA-ER-A199-06 TCGA-ER-A199-06A-11D-A191-01 called 0.42 1.39 0.0 17.0 0.34 0.39 new +TCGA-ER-A19B-06 TCGA-ER-A19B-06A-11D-A194-01 called 0.78 3.12 1.0 15.0 0.85 0.0 new +TCGA-ER-A19C-06 TCGA-ER-A19C-06A-11D-A194-01 called 0.8 1.84 0.0 9.0 0.79 0.44 new +TCGA-ER-A19D-06 TCGA-ER-A19D-06A-11D-A191-01 called 0.77 2.89 1.0 14.0 0.83 0.15 new +TCGA-ER-A19E-06 TCGA-ER-A19E-06A-11D-A191-01 called 0.72 3.11 1.0 16.0 0.8 0.16 new +TCGA-ER-A19F-06 TCGA-ER-A19F-06A-11D-A194-01 called 0.88 1.95 0.0 9.0 0.88 0.0 new +TCGA-ER-A19G-06 TCGA-ER-A19G-06A-11D-A194-01 called 0.64 3.53 1.0 19.0 0.76 0.08 new +TCGA-ER-A19H-06 TCGA-ER-A19H-06A-12D-A194-01 called 0.67 2.92 1.0 16.0 0.75 0.0 new +TCGA-ER-A19J-06 TCGA-ER-A19J-06A-11D-A194-01 called 0.91 2.28 0.0 10.0 0.92 0.1 new +TCGA-ER-A19K-01 TCGA-ER-A19K-01A-21D-A191-01 called 0.58 2.06 0.0 14.0 0.59 0.0 new +TCGA-ER-A19L-06 TCGA-ER-A19L-06A-12D-A191-01 called 0.87 1.94 0.0 9.0 0.87 0.06 new +TCGA-ER-A19M-06 TCGA-ER-A19M-06A-61D-A238-01 called 0.51 2.46 1.0 18.0 0.57 0.04 new +TCGA-ER-A19N-06 TCGA-ER-A19N-06A-11D-A191-01 called 0.35 2.31 0.0 30.0 0.39 0.13 new +TCGA-ER-A19O-06 TCGA-ER-A19O-06A-11D-A191-01 called 0.49 2.08 0.0 17.0 0.5 0.0 new +TCGA-ER-A19P-06 TCGA-ER-A19P-06A-11D-A194-01 called 0.27 1.72 0.0 37.0 0.24 0.57 new +TCGA-ER-A19Q-06 TCGA-ER-A19Q-06A-11D-A191-01 called 0.63 2.13 0.0 14.0 0.64 0.04 new +TCGA-ER-A19S-06 TCGA-ER-A19S-06A-11D-A194-01 called 0.32 1.86 0.0 31.0 0.31 0.49 new +TCGA-ER-A19T-01 TCGA-ER-A19T-01A-11D-A192-01 called 0.97 3.46 1.0 14.0 0.98 0.2 new +TCGA-ER-A19T-06 TCGA-ER-A19T-06A-11D-A192-01 called 0.73 3.21 1.0 16.0 0.81 0.11 new +TCGA-ER-A19W-06 TCGA-ER-A19W-06A-41D-A238-01 called 0.37 1.79 0.0 21.0 0.35 0.2 new +TCGA-ER-A1A1-06 TCGA-ER-A1A1-06A-11D-A191-01 called 0.2 2.0 0.0 55.0 0.2 0.02 new +TCGA-ER-A2NB-01 TCGA-ER-A2NB-01A-12D-A194-01 called 0.29 4.37 2.0 50.0 0.47 0.37 new +TCGA-ER-A2NC-06 TCGA-ER-A2NC-06A-11D-A191-01 called 0.73 2.27 0.0 12.0 0.76 0.19 new +TCGA-ER-A2ND-06 TCGA-ER-A2ND-06A-11D-A194-01 called 0.72 2.88 1.0 15.0 0.79 0.15 new +TCGA-ER-A2NE-06 TCGA-ER-A2NE-06A-21D-A194-01 called 0.98 1.75 0.0 7.0 0.98 0.02 new +TCGA-ER-A2NF-01 TCGA-ER-A2NF-01A-11D-A192-01 called 0.58 2.2 0.0 15.0 0.6 0.0 new +TCGA-ER-A2NF-06 TCGA-ER-A2NF-06A-11D-A192-01 called 0.86 2.2 0.0 10.0 0.87 0.08 new +TCGA-ER-A2NG-06 TCGA-ER-A2NG-06A-11D-A194-01 called 0.48 1.87 0.0 16.0 0.47 0.16 new +TCGA-ER-A2NH-06 TCGA-ER-A2NH-06A-11D-A194-01 called 0.47 1.77 0.0 16.0 0.44 0.01 new +TCGA-ER-A3ES-06 TCGA-ER-A3ES-06A-11D-A20B-01 called 0.99 2.08 0.0 8.0 0.99 0.0 new +TCGA-ER-A3ET-06 TCGA-ER-A3ET-06A-11D-A20B-01 called 0.6 2.46 1.0 16.0 0.65 0.19 new +TCGA-ER-A3EV-06 TCGA-ER-A3EV-06A-11D-A20B-01 called 0.63 3.95 1.0 21.0 0.77 0.15 new +TCGA-ER-A3PL-06 TCGA-ER-A3PL-06A-11D-A238-01 called 0.77 5.19 2.0 29.0 0.9 0.29 new +TCGA-ER-A42H-01 TCGA-ER-A42H-01A-11D-A24Q-01 called 0.94 4.36 1.0 19.0 0.97 0.33 new +TCGA-ER-A42K-06 TCGA-ER-A42K-06A-11D-A24Q-01 called 0.85 2.0 0.0 9.0 0.85 0.17 new +TCGA-ER-A42L-06 TCGA-ER-A42L-06A-11D-A24Q-01 called 0.11 5.01 2.0 134.0 0.24 0.21 new +TCGA-FR-A2OS-01 TCGA-FR-A2OS-01A-11D-A219-01 called 0.65 4.07 1.0 21.0 0.79 0.02 new +TCGA-FR-A3R1-01 TCGA-FR-A3R1-01A-11D-A238-01 called 0.75 2.07 0.0 11.0 0.75 0.0 new +TCGA-FR-A3YN-06 TCGA-FR-A3YN-06A-11D-A238-01 called 0.73 3.6 1.0 18.0 0.83 0.25 new +TCGA-FR-A3YO-06 TCGA-FR-A3YO-06A-11D-A238-01 called 0.41 3.64 1.0 34.0 0.56 0.06 new +TCGA-FR-A44A-06 TCGA-FR-A44A-06A-11D-A24Q-01 called 0.27 3.45 1.0 48.0 0.39 0.35 new +TCGA-FR-A69P-06 TCGA-FR-A69P-06A-21D-A30W-01 called 0.77 3.09 1.0 15.0 0.84 0.05 new +TCGA-FR-A726-01 TCGA-FR-A726-01A-11D-A32M-01 called 0.7 2.05 0.0 12.0 0.7 0.17 new +TCGA-FR-A728-01 TCGA-FR-A728-01A-11D-A32M-01 called 0.29 3.32 1.0 44.0 0.41 0.02 new +TCGA-FR-A729-06 TCGA-FR-A729-06A-11D-A34T-01 called 0.44 3.52 2.0 31.0 0.58 0.14 new +TCGA-FR-A7U8-06 TCGA-FR-A7U8-06A-21D-A34T-01 called 0.89 1.92 0.0 9.0 0.88 0.07 new +TCGA-FR-A7U9-06 TCGA-FR-A7U9-06A-11D-A34T-01 called 0.28 4.18 2.0 50.0 0.45 0.28 new +TCGA-FR-A7UA-06 TCGA-FR-A7UA-06A-32D-A34T-01 called 0.17 1.9 0.0 64.0 0.16 0.5 new +TCGA-FR-A8YC-06 TCGA-FR-A8YC-06A-11D-A371-01 called 0.8 3.32 1.0 16.0 0.87 0.36 new +TCGA-FR-A8YD-06 TCGA-FR-A8YD-06A-11D-A371-01 called 0.79 2.4 0.0 12.0 0.82 0.17 new +TCGA-FR-A8YE-06 TCGA-FR-A8YE-06A-11D-A371-01 called 0.21 2.08 0.0 52.0 0.22 0.03 new +TCGA-FS-A1YW-06 TCGA-FS-A1YW-06A-11D-A191-01 called 0.87 1.93 0.0 9.0 0.86 0.02 new +TCGA-FS-A1YX-06 TCGA-FS-A1YX-06A-11D-A191-01 called 0.76 1.63 0.0 9.0 0.72 0.13 new +TCGA-FS-A1YY-06 TCGA-FS-A1YY-06A-11D-A191-01 called 0.75 1.84 0.0 10.0 0.73 0.0 new +TCGA-FS-A1Z0-06 TCGA-FS-A1Z0-06A-11D-A191-01 called 0.73 1.94 0.0 11.0 0.72 0.5 new +TCGA-FS-A1Z3-06 TCGA-FS-A1Z3-06A-11D-A191-01 called 0.87 2.05 0.0 9.0 0.88 0.0 new +TCGA-FS-A1Z4-06 TCGA-FS-A1Z4-06A-11D-A191-01 called 0.3 1.6 0.0 31.0 0.26 0.57 new +TCGA-FS-A1Z7-06 TCGA-FS-A1Z7-06A-11D-A191-01 called 0.61 2.12 0.0 14.0 0.63 0.05 new +TCGA-FS-A1ZA-06 TCGA-FS-A1ZA-06A-11D-A191-01 called 0.69 3.6 1.0 19.0 0.8 0.0 new +TCGA-FS-A1ZB-06 TCGA-FS-A1ZB-06A-12D-A191-01 called 0.52 1.85 0.0 15.0 0.51 0.13 new +TCGA-FS-A1ZC-06 TCGA-FS-A1ZC-06A-11D-A191-01 called 0.89 3.09 1.0 14.0 0.93 0.04 new +TCGA-FS-A1ZD-06 TCGA-FS-A1ZD-06A-11D-A191-01 called 0.87 3.38 1.0 15.0 0.92 0.04 new +TCGA-FS-A1ZE-06 TCGA-FS-A1ZE-06A-11D-A191-01 called 0.98 2.07 0.0 8.0 0.98 0.03 new +TCGA-FS-A1ZF-06 TCGA-FS-A1ZF-06A-12D-A191-01 called 0.93 1.91 0.0 8.0 0.92 0.05 new +TCGA-FS-A1ZG-06 TCGA-FS-A1ZG-06A-11D-A191-01 called 1.0 1.97 0.0 8.0 1.0 0.03 new +TCGA-FS-A1ZH-06 TCGA-FS-A1ZH-06A-11D-A191-01 called 0.47 3.63 1.0 29.0 0.62 0.06 new +TCGA-FS-A1ZJ-06 TCGA-FS-A1ZJ-06A-12D-A191-01 called 0.94 1.95 0.0 8.0 0.94 0.07 new +TCGA-FS-A1ZK-06 TCGA-FS-A1ZK-06A-11D-A191-01 called 0.9 2.8 1.0 12.0 0.93 0.11 new +TCGA-FS-A1ZM-06 TCGA-FS-A1ZM-06A-12D-A191-01 called 0.99 2.53 0.0 10.0 0.99 0.67 new +TCGA-FS-A1ZN-01 TCGA-FS-A1ZN-01A-11D-A191-01 called 0.95 1.98 0.0 8.0 0.95 0.0 new +TCGA-FS-A1ZP-06 TCGA-FS-A1ZP-06A-11D-A191-01 called 0.81 2.27 0.0 11.0 0.83 0.03 new +TCGA-FS-A1ZQ-06 TCGA-FS-A1ZQ-06A-11D-A191-01 called 0.78 1.69 0.0 9.0 0.75 0.27 new +TCGA-FS-A1ZR-06 TCGA-FS-A1ZR-06A-21D-A191-01 called 0.81 1.95 0.0 10.0 0.8 0.03 new +TCGA-FS-A1ZS-06 TCGA-FS-A1ZS-06A-12D-A191-01 called 0.75 4.06 2.0 20.0 0.86 0.08 new +TCGA-FS-A1ZT-06 TCGA-FS-A1ZT-06A-11D-A191-01 called 0.69 2.06 0.0 12.0 0.7 0.31 new +TCGA-FS-A1ZU-06 TCGA-FS-A1ZU-06A-12D-A194-01 called 0.95 3.45 1.0 15.0 0.97 0.06 new +TCGA-FS-A1ZW-06 TCGA-FS-A1ZW-06A-12D-A191-01 called 0.62 1.8 0.0 12.0 0.59 0.32 new +TCGA-FS-A1ZY-06 TCGA-FS-A1ZY-06A-11D-A191-01 called 0.97 3.28 1.0 14.0 0.98 0.0 new +TCGA-FS-A1ZZ-06 TCGA-FS-A1ZZ-06A-11D-A191-01 called 1.0 2.05 0.0 8.0 1.0 0.05 new +TCGA-FS-A4F0-06 TCGA-FS-A4F0-06A-11D-A24Q-01 called 0.98 1.92 0.0 8.0 0.98 0.01 new +TCGA-FS-A4F2-06 TCGA-FS-A4F2-06A-11D-A24Q-01 called 0.76 3.31 1.0 16.0 0.84 0.21 new +TCGA-FS-A4F4-06 TCGA-FS-A4F4-06A-12D-A25P-01 called 0.79 1.91 0.0 10.0 0.78 0.11 new +TCGA-FS-A4F5-06 TCGA-FS-A4F5-06A-11D-A25P-01 called 0.89 3.28 1.0 14.0 0.93 0.07 new +TCGA-FS-A4F8-06 TCGA-FS-A4F8-06A-11D-A25P-01 called 0.37 1.44 0.0 20.0 0.3 0.39 new +TCGA-FS-A4F9-06 TCGA-FS-A4F9-06A-11D-A24Q-01 called 0.93 1.88 0.0 8.0 0.93 0.0 new +TCGA-FS-A4FB-06 TCGA-FS-A4FB-06A-11D-A25P-01 called 0.94 1.85 0.0 8.0 0.94 0.02 new +TCGA-FS-A4FC-06 TCGA-FS-A4FC-06A-11D-A24Q-01 called 0.59 1.97 0.0 14.0 0.59 0.0 new +TCGA-FS-A4FD-06 TCGA-FS-A4FD-06A-11D-A25P-01 called 0.82 2.21 0.0 11.0 0.83 0.19 new +TCGA-FW-A3I3-06 TCGA-FW-A3I3-06A-11D-A219-01 called 0.89 3.26 1.0 14.0 0.93 0.2 new +TCGA-FW-A3TU-06 TCGA-FW-A3TU-06A-11D-A238-01 called 0.84 1.85 0.0 9.0 0.82 0.15 new +TCGA-FW-A3TV-06 TCGA-FW-A3TV-06A-11D-A238-01 called 0.64 1.82 0.0 12.0 0.62 0.05 new +TCGA-FW-A5DX-01 TCGA-FW-A5DX-01A-11D-A27J-01 called 0.86 5.07 2.0 26.0 0.94 0.18 new +TCGA-FW-A5DY-06 TCGA-FW-A5DY-06A-11D-A30W-01 called 0.16 2.06 0.0 68.0 0.16 0.18 new +TCGA-GF-A2C7-01 TCGA-GF-A2C7-01A-11D-A191-01 called 0.85 2.09 0.0 10.0 0.85 0.08 new +TCGA-GF-A3OT-06 TCGA-GF-A3OT-06A-23D-A238-01 called 0.47 2.07 0.0 18.0 0.48 0.01 new +TCGA-GF-A4EO-06 TCGA-GF-A4EO-06A-12D-A24Q-01 called 0.22 3.16 1.0 55.0 0.31 0.33 new +TCGA-GF-A6C8-06 TCGA-GF-A6C8-06A-12D-A30W-01 called 0.67 1.78 0.0 11.0 0.64 0.06 new +TCGA-GF-A6C9-06 TCGA-GF-A6C9-06A-11D-A30W-01 called 0.32 1.88 0.0 31.0 0.31 0.51 new +TCGA-GF-A769-01 TCGA-GF-A769-01A-32D-A32M-01 called 0.86 2.3 0.0 10.0 0.88 0.06 new +TCGA-GN-A262-06 TCGA-GN-A262-06A-11D-A194-01 called 1.0 1.71 0.0 6.0 1.0 0.02 new +TCGA-GN-A263-01 TCGA-GN-A263-01A-11D-A194-01 called 0.53 1.91 0.0 15.0 0.52 0.0 new +TCGA-GN-A264-06 TCGA-GN-A264-06A-11D-A194-01 called 0.83 3.01 1.0 14.0 0.88 0.07 new +TCGA-GN-A265-06 TCGA-GN-A265-06A-21D-A191-01 called 0.17 2.47 1.0 67.0 0.2 0.26 new +TCGA-GN-A266-06 TCGA-GN-A266-06A-11D-A191-01 called 0.54 3.06 1.0 20.0 0.64 0.47 new +TCGA-GN-A267-06 TCGA-GN-A267-06A-21D-A194-01 called 0.74 2.02 0.0 11.0 0.74 0.32 new +TCGA-GN-A268-06 TCGA-GN-A268-06A-11D-A194-01 called 0.99 1.86 0.0 7.0 0.99 0.41 new +TCGA-GN-A269-01 TCGA-GN-A269-01A-11D-A192-01 called 0.37 2.13 0.0 27.0 0.38 0.03 new +TCGA-GN-A26A-06 TCGA-GN-A26A-06A-11D-A192-01 called 0.48 3.24 1.0 25.0 0.6 0.03 new +TCGA-GN-A26C-01 TCGA-GN-A26C-01A-11D-A192-01 called 0.38 2.54 1.0 29.0 0.44 0.18 new +TCGA-GN-A26D-06 TCGA-GN-A26D-06A-11D-A192-01 called 0.78 3.19 1.0 15.0 0.85 0.22 new +TCGA-GN-A4U3-06 TCGA-GN-A4U3-06A-11D-A32M-01 called 0.85 3.47 1.0 16.0 0.91 0.05 new +TCGA-GN-A4U4-06 TCGA-GN-A4U4-06A-11D-A32M-01 called 0.76 2.02 0.0 11.0 0.77 0.0 new +TCGA-GN-A4U5-01 TCGA-GN-A4U5-01A-11D-A32M-01 called 0.46 2.01 0.0 18.0 0.46 0.01 new +TCGA-GN-A4U7-06 TCGA-GN-A4U7-06A-21D-A32M-01 called 0.9 1.99 0.0 9.0 0.9 0.11 new +TCGA-GN-A4U8-06 TCGA-GN-A4U8-06A-11D-A32M-01 called 0.52 2.01 0.0 16.0 0.52 0.0 new +TCGA-GN-A4U9-06 TCGA-GN-A4U9-06A-11D-A32M-01 called 0.87 3.13 1.0 14.0 0.91 0.22 new +TCGA-GN-A8LK-06 TCGA-GN-A8LK-06A-11D-A371-01 called 0.95 3.53 1.0 15.0 0.97 0.46 new +TCGA-GN-A8LL-06 TCGA-GN-A8LL-06A-21D-A371-01 called 0.93 2.04 0.0 9.0 0.93 0.05 new +TCGA-GN-A8LN-01 TCGA-GN-A8LN-01A-11D-A371-01 called 0.86 3.4 1.0 15.0 0.91 0.19 new +TCGA-GN-A9SD-06 TCGA-GN-A9SD-06A-11D-A400-01 called 0.4 1.81 0.0 20.0 0.38 0.3 new +TCGA-HR-A5NC-01 TCGA-HR-A5NC-01A-11D-A27J-01 called 0.78 1.75 0.0 9.0 0.76 0.03 new +TCGA-IH-A3EA-01 TCGA-IH-A3EA-01A-11D-A20B-01 called 0.75 2.06 0.0 11.0 0.76 0.01 new +TCGA-LH-A9QB-06 TCGA-LH-A9QB-06A-11D-A38F-01 called 0.95 1.91 0.0 8.0 0.95 0.09 new +TCGA-OD-A75X-06 TCGA-OD-A75X-06A-12D-A32M-01 called 0.83 3.69 1.0 17.0 0.9 0.22 new +TCGA-QB-A6FS-06 TCGA-QB-A6FS-06A-11D-A30W-01 called 0.44 2.21 0.0 20.0 0.47 0.05 new +TCGA-QB-AA9O-06 TCGA-QB-AA9O-06A-11D-A396-01 called 0.62 3.45 1.0 19.0 0.73 0.26 new +TCGA-RP-A690-06 TCGA-RP-A690-06A-11D-A30W-01 called 0.96 2.02 0.0 8.0 0.96 0.02 new +TCGA-RP-A693-06 TCGA-RP-A693-06A-13D-A30W-01 called 0.32 3.74 1.0 43.0 0.46 0.04 new +TCGA-RP-A694-06 TCGA-RP-A694-06A-11D-A30W-01 called 0.65 2.05 0.0 13.0 0.66 0.03 new +TCGA-RP-A695-06 TCGA-RP-A695-06A-11D-A30W-01 called 0.63 3.57 1.0 20.0 0.75 0.04 new +TCGA-RP-A6K9-06 TCGA-RP-A6K9-06A-41D-A34T-01 called 0.47 3.58 1.0 29.0 0.61 0.14 new +TCGA-W3-A824-06 TCGA-W3-A824-06A-21D-A34T-01 called 0.75 2.1 0.0 11.0 0.76 0.04 new +TCGA-W3-A825-06 TCGA-W3-A825-06A-11D-A34T-01 called 0.69 3.09 1.0 16.0 0.77 0.32 new +TCGA-W3-A828-06 TCGA-W3-A828-06A-11D-A34T-01 called 0.66 2.02 0.0 12.0 0.66 0.12 new +TCGA-W3-AA1O-06 TCGA-W3-AA1O-06A-11D-A38F-01 called 0.77 2.48 0.0 12.0 0.81 0.16 new +TCGA-W3-AA1Q-06 TCGA-W3-AA1Q-06A-11D-A38F-01 called 0.71 2.12 0.0 12.0 0.72 0.04 new +TCGA-W3-AA1R-06 TCGA-W3-AA1R-06A-11D-A396-01 called 0.85 1.92 0.0 9.0 0.84 0.23 new +TCGA-W3-AA1V-06 TCGA-W3-AA1V-06B-11D-A400-01 called 0.73 2.7 1.0 14.0 0.78 0.12 new +TCGA-W3-AA1W-06 TCGA-W3-AA1W-06A-11D-A38F-01 called 0.37 2.23 0.0 27.0 0.4 0.02 new +TCGA-W3-AA21-06 TCGA-W3-AA21-06A-11D-A38F-01 called 0.89 2.28 0.0 10.0 0.9 0.28 new +TCGA-WE-A8JZ-06 TCGA-WE-A8JZ-06A-11D-A371-01 called 0.84 3.33 1.0 15.0 0.9 0.07 new +TCGA-WE-A8K1-06 TCGA-WE-A8K1-06A-21D-A371-01 called 0.44 2.09 0.0 19.0 0.45 0.17 new +TCGA-WE-A8K4-01 TCGA-WE-A8K4-01A-12D-A371-01 called 0.52 1.88 0.0 15.0 0.5 0.01 new +TCGA-WE-A8K5-06 TCGA-WE-A8K5-06A-11D-A371-01 called 0.72 3.98 1.0 20.0 0.84 0.01 new +TCGA-WE-A8K6-06 TCGA-WE-A8K6-06A-11D-A371-01 called 0.8 3.32 1.0 16.0 0.87 0.05 new +TCGA-WE-A8ZM-06 TCGA-WE-A8ZM-06A-11D-A371-01 called 0.85 3.79 1.0 17.0 0.92 0.07 new +TCGA-WE-A8ZN-06 TCGA-WE-A8ZN-06A-11D-A371-01 called 0.51 2.06 0.0 16.0 0.52 0.0 new +TCGA-WE-A8ZO-06 TCGA-WE-A8ZO-06A-11D-A371-01 called 0.81 1.99 0.0 10.0 0.81 0.01 new +TCGA-WE-A8ZQ-06 TCGA-WE-A8ZQ-06A-41D-A371-01 called 0.94 3.28 1.0 14.0 0.96 0.16 new +TCGA-WE-A8ZT-06 TCGA-WE-A8ZT-06A-11D-A371-01 called 0.81 2.03 0.0 10.0 0.81 0.04 new +TCGA-WE-A8ZX-06 TCGA-WE-A8ZX-06A-11D-A371-01 called 0.62 3.24 1.0 18.0 0.73 0.01 new +TCGA-WE-A8ZY-06 TCGA-WE-A8ZY-06A-11D-A371-01 called 0.81 2.86 1.0 14.0 0.86 0.11 new +TCGA-WE-AA9Y-06 TCGA-WE-AA9Y-06A-12D-A38F-01 called 0.28 1.88 0.0 37.0 0.26 0.11 new +TCGA-WE-AAA0-06 TCGA-WE-AAA0-06A-11D-A38F-01 called 0.61 2.08 0.0 14.0 0.62 0.06 new +TCGA-WE-AAA3-06 TCGA-WE-AAA3-06A-11D-A38F-01 called 0.49 3.3 1.0 25.0 0.62 0.02 new +TCGA-WE-AAA4-06 TCGA-WE-AAA4-06A-12D-A38F-01 called 0.36 1.88 0.0 26.0 0.34 0.22 new +TCGA-XV-A9VZ-01 TCGA-XV-A9VZ-01A-11D-A38F-01 called 0.67 1.99 0.0 12.0 0.67 0.08 new +TCGA-XV-A9W2-01 TCGA-XV-A9W2-01A-11D-A396-01 called 0.54 2.0 0.0 15.0 0.54 0.32 new +TCGA-XV-A9W5-01 TCGA-XV-A9W5-01A-11D-A38F-01 called 0.72 2.02 0.0 11.0 0.72 0.03 new +TCGA-XV-AAZV-01 TCGA-XV-AAZV-01A-11D-A400-01 called 0.53 1.53 0.0 14.0 0.46 0.06 new +TCGA-XV-AAZW-01 TCGA-XV-AAZW-01A-12D-A400-01 called 0.84 1.9 0.0 9.0 0.84 0.0 new +TCGA-XV-AAZY-01 TCGA-XV-AAZY-01A-12D-A400-01 called 0.46 1.91 0.0 18.0 0.45 0.0 new +TCGA-YD-A89C-06 TCGA-YD-A89C-06A-11D-A371-01 called 0.78 2.31 0.0 12.0 0.8 0.01 new +TCGA-YD-A9TA-06 TCGA-YD-A9TA-06A-11D-A396-01 called 0.71 3.1 1.0 16.0 0.79 0.32 new +TCGA-YD-A9TB-06 TCGA-YD-A9TB-06A-12D-A400-01 called 0.6 3.98 2.0 24.0 0.75 0.15 new +TCGA-YG-AA3N-01 TCGA-YG-AA3N-01A-11D-A38F-01 called 0.66 2.05 0.0 12.0 0.67 0.02 new +TCGA-YG-AA3O-06 TCGA-YG-AA3O-06A-11D-A38F-01 called 0.62 3.78 1.0 21.0 0.76 0.35 new +TCGA-YG-AA3P-06 TCGA-YG-AA3P-06A-11D-A38F-01 called 0.97 3.73 1.0 16.0 0.98 0.21 new +TCGA-Z2-A8RT-06 TCGA-Z2-A8RT-06A-11D-A371-01 called 0.83 1.82 0.0 9.0 0.81 0.1 new +TCGA-Z2-AA3S-06 TCGA-Z2-AA3S-06A-11D-A396-01 called 0.91 1.89 0.0 8.0 0.9 0.09 new +TCGA-Z2-AA3V-06 TCGA-Z2-AA3V-06A-11D-A396-01 called 0.45 1.98 0.0 18.0 0.45 0.04 new +TCGA-3M-AB46-01 TCGA-3M-AB46-01A-11D-A40Z-01 called 0.74 1.97 0.0 11.0 0.73 0.06 new +TCGA-3M-AB47-01 TCGA-3M-AB47-01A-22D-A40Z-01 called 0.39 2.16 0.0 24.0 0.41 0.0 new +TCGA-B7-5816-01 TCGA-B7-5816-01A-21D-1599-01 called 0.31 4.25 1.0 47.0 0.49 0.02 new +TCGA-B7-5818-01 TCGA-B7-5818-01A-11D-1599-01 called 0.71 2.15 0.0 12.0 0.72 0.01 new +TCGA-B7-A5TI-01 TCGA-B7-A5TI-01A-11D-A31K-01 called 0.6 1.87 0.0 13.0 0.59 0.06 new +TCGA-B7-A5TJ-01 TCGA-B7-A5TJ-01A-11D-A31K-01 called 0.65 2.77 1.0 16.0 0.72 0.19 new +TCGA-B7-A5TK-01 TCGA-B7-A5TK-01A-12D-A31K-01 called 0.25 2.18 0.0 43.0 0.27 0.01 new +TCGA-B7-A5TN-01 TCGA-B7-A5TN-01A-21D-A31K-01 called 0.54 2.75 1.0 19.0 0.61 0.35 new +TCGA-BR-4183-01 TCGA-BR-4183-01A-02D-1130-01 called 0.29 2.93 1.0 42.0 0.37 0.35 new +TCGA-BR-4184-01 TCGA-BR-4184-01A-01D-1130-01 called 0.5 2.04 0.0 17.0 0.5 0.42 new +TCGA-BR-4187-01 TCGA-BR-4187-01A-01D-1130-01 called 0.3 2.06 0.0 35.0 0.3 0.22 new +TCGA-BR-4188-01 TCGA-BR-4188-01A-01D-1130-01 called 0.35 2.0 0.0 28.0 0.35 0.0 new +TCGA-BR-4191-01 TCGA-BR-4191-01A-02D-1130-01 called 0.51 2.1 0.0 16.0 0.53 0.19 new +TCGA-BR-4201-01 TCGA-BR-4201-01A-01D-1130-01 called 0.36 2.08 0.0 28.0 0.37 0.02 new +TCGA-BR-4253-01 TCGA-BR-4253-01A-01D-1130-01 called 0.25 4.04 1.0 55.0 0.4 0.01 new +TCGA-BR-4255-01 TCGA-BR-4255-01A-01D-1130-01 called 0.21 3.08 1.0 56.0 0.3 0.32 new +TCGA-BR-4256-01 TCGA-BR-4256-01A-01D-1130-01 called 0.35 2.14 0.0 30.0 0.36 0.63 new +TCGA-BR-4257-01 TCGA-BR-4257-01A-01D-1130-01 called 0.54 2.65 1.0 18.0 0.61 0.08 new +TCGA-BR-4267-01 TCGA-BR-4267-01A-01D-1130-01 called 0.75 1.99 0.0 11.0 0.74 0.11 new +TCGA-BR-4279-01 TCGA-BR-4279-01A-01D-1130-01 called 0.34 1.85 0.0 28.0 0.32 0.03 new +TCGA-BR-4280-01 TCGA-BR-4280-01A-01D-1130-01 called 0.76 2.05 0.0 11.0 0.76 0.02 new +TCGA-BR-4292-01 TCGA-BR-4292-01A-01D-1130-01 called 0.68 2.16 0.0 13.0 0.69 0.0 new +TCGA-BR-4294-01 TCGA-BR-4294-01A-01D-1130-01 called 0.94 1.68 0.0 7.0 0.93 0.15 new +TCGA-BR-4357-01 TCGA-BR-4357-01A-01D-1155-01 called 0.44 2.51 1.0 21.0 0.49 0.13 new +TCGA-BR-4361-01 TCGA-BR-4361-01A-01D-1155-01 called 0.67 2.04 0.0 12.0 0.67 0.0 new +TCGA-BR-4362-01 TCGA-BR-4362-01A-01D-1155-01 called 0.55 2.27 0.0 16.0 0.58 0.0 new +TCGA-BR-4363-01 TCGA-BR-4363-01A-01D-1155-01 called 0.63 2.04 0.0 13.0 0.64 0.01 new +TCGA-BR-4366-01 TCGA-BR-4366-01A-01D-1155-01 called 0.8 2.07 0.0 10.0 0.81 0.26 new +TCGA-BR-4368-01 TCGA-BR-4368-01A-01D-1155-01 called 0.42 2.41 0.0 22.0 0.46 0.0 new +TCGA-BR-4369-01 TCGA-BR-4369-01A-01D-1155-01 called 0.4 4.41 2.0 39.0 0.6 0.43 new +TCGA-BR-4370-01 TCGA-BR-4370-01A-01D-1155-01 called 0.42 2.11 0.0 20.0 0.43 0.07 new +TCGA-BR-4371-01 TCGA-BR-4371-01A-01D-1155-01 called 0.89 2.22 0.0 10.0 0.9 0.16 new +TCGA-BR-6452-01 TCGA-BR-6452-01A-12D-1799-01 called 0.47 2.11 0.0 18.0 0.48 0.12 new +TCGA-BR-6453-01 TCGA-BR-6453-01A-11D-1799-01 called 0.19 2.16 0.0 59.0 0.2 0.08 new +TCGA-BR-6454-01 TCGA-BR-6454-01A-11D-1799-01 called 0.37 2.67 1.0 30.0 0.44 0.18 new +TCGA-BR-6455-01 TCGA-BR-6455-01A-11D-1799-01 called 0.66 2.12 0.0 13.0 0.68 0.0 new +TCGA-BR-6456-01 TCGA-BR-6456-01A-11D-1799-01 called 0.3 3.56 1.0 44.0 0.43 0.15 new +TCGA-BR-6457-01 TCGA-BR-6457-01A-21D-1799-01 called 0.23 2.0 0.0 46.0 0.23 0.45 new +TCGA-BR-6458-01 TCGA-BR-6458-01A-11D-1799-01 called 0.45 3.03 1.0 26.0 0.55 0.16 new +TCGA-BR-6563-01 TCGA-BR-6563-01A-13D-2052-01 called 0.23 2.03 0.0 48.0 0.23 0.36 new +TCGA-BR-6564-01 TCGA-BR-6564-01A-12D-1881-01 called 0.22 1.88 0.0 47.0 0.21 0.14 new +TCGA-BR-6565-01 TCGA-BR-6565-01A-11D-1799-01 called 0.32 4.81 2.0 49.0 0.53 0.42 new +TCGA-BR-6566-01 TCGA-BR-6566-01A-11D-1799-01 called 0.47 2.18 0.0 18.0 0.49 0.14 new +TCGA-BR-6705-01 TCGA-BR-6705-01A-12D-1881-01 called 0.17 2.14 0.0 67.0 0.18 0.38 new +TCGA-BR-6706-01 TCGA-BR-6706-01A-11D-1881-01 called 0.23 2.11 0.0 47.0 0.24 0.09 new +TCGA-BR-6707-01 TCGA-BR-6707-01A-11D-1881-01 called 0.53 2.13 0.0 16.0 0.54 0.05 new +TCGA-BR-6709-01 TCGA-BR-6709-01A-11D-1881-01 called 0.32 1.93 0.0 31.0 0.31 0.14 new +TCGA-BR-6710-01 TCGA-BR-6710-01A-11D-1881-01 called 0.55 2.0 0.0 15.0 0.55 0.0 new +TCGA-BR-6801-01 TCGA-BR-6801-01A-11D-1881-01 called 0.68 1.31 0.0 9.0 0.58 0.55 new +TCGA-BR-6802-01 TCGA-BR-6802-01A-11D-1881-01 called 0.33 2.12 0.0 32.0 0.34 0.03 new +TCGA-BR-6803-01 TCGA-BR-6803-01A-11D-1881-01 called 0.3 1.83 0.0 33.0 0.28 0.23 new +TCGA-BR-6852-01 TCGA-BR-6852-01A-11D-1881-01 called 0.35 2.06 0.0 28.0 0.36 0.07 new +TCGA-BR-7196-01 TCGA-BR-7196-01A-11D-2052-01 called 0.28 2.08 0.0 38.0 0.29 0.46 new +TCGA-BR-7197-01 TCGA-BR-7197-01A-11D-2200-01 called 0.63 2.54 1.0 15.0 0.69 0.15 new +TCGA-BR-7703-01 TCGA-BR-7703-01A-11D-2052-01 called 0.66 1.95 0.0 12.0 0.66 0.05 new +TCGA-BR-7704-01 TCGA-BR-7704-01A-11D-2052-01 called 0.65 2.45 1.0 14.0 0.7 0.02 new +TCGA-BR-7707-01 TCGA-BR-7707-01A-11D-2052-01 called 0.57 2.1 0.0 15.0 0.59 0.0 new +TCGA-BR-7715-01 TCGA-BR-7715-01A-11D-2052-01 called 0.67 3.3 1.0 18.0 0.77 0.51 new +TCGA-BR-7716-01 TCGA-BR-7716-01A-21D-2052-01 called 0.31 2.88 1.0 38.0 0.4 0.16 new +TCGA-BR-7717-01 TCGA-BR-7717-01A-11D-2052-01 called 0.55 2.59 1.0 17.0 0.61 0.21 new +TCGA-BR-7722-01 TCGA-BR-7722-01A-31D-2200-01 called 0.69 2.04 0.0 12.0 0.7 0.04 new +TCGA-BR-7723-01 TCGA-BR-7723-01A-11D-2052-01 called 0.55 4.17 2.0 29.0 0.72 0.15 new +TCGA-BR-7851-01 TCGA-BR-7851-01A-11D-2200-01 called 0.63 1.99 0.0 13.0 0.63 0.0 new +TCGA-BR-7901-01 TCGA-BR-7901-01A-11D-2200-01 called 0.31 4.69 2.0 50.0 0.51 0.56 new +TCGA-BR-7957-01 TCGA-BR-7957-01A-11D-2200-01 called 0.2 1.92 0.0 53.0 0.19 0.14 new +TCGA-BR-7958-01 TCGA-BR-7958-01A-21D-2338-01 called 0.44 2.15 0.0 19.0 0.46 0.07 new +TCGA-BR-7959-01 TCGA-BR-7959-01A-11D-2338-01 called 0.41 2.84 1.0 28.0 0.49 0.19 new +TCGA-BR-8058-01 TCGA-BR-8058-01A-31D-2338-01 called 0.3 1.76 0.0 33.0 0.27 0.2 new +TCGA-BR-8059-01 TCGA-BR-8059-01A-11D-2338-01 called 0.37 2.18 0.0 27.0 0.39 0.35 new +TCGA-BR-8060-01 TCGA-BR-8060-01A-11D-2338-01 called 0.63 2.87 1.0 17.0 0.71 0.24 new +TCGA-BR-8077-01 TCGA-BR-8077-01A-11D-2338-01 called 0.6 4.8 2.0 31.0 0.78 0.33 new +TCGA-BR-8078-01 TCGA-BR-8078-01A-11D-2338-01 called 0.66 2.14 0.0 13.0 0.68 0.0 new +TCGA-BR-8080-01 TCGA-BR-8080-01A-11D-2338-01 called 0.22 2.99 1.0 54.0 0.3 0.46 new +TCGA-BR-8081-01 TCGA-BR-8081-01A-11D-2338-01 called 0.37 2.0 0.0 25.0 0.37 0.01 new +TCGA-BR-8284-01 TCGA-BR-8284-01A-11D-2338-01 called 0.5 2.13 0.0 17.0 0.52 0.11 new +TCGA-BR-8285-01 TCGA-BR-8285-01A-11D-2338-01 called 0.3 2.08 0.0 35.0 0.31 0.13 new +TCGA-BR-8286-01 TCGA-BR-8286-01A-12D-2338-01 called 0.54 3.12 1.0 20.0 0.65 0.47 new +TCGA-BR-8289-01 TCGA-BR-8289-01A-11D-2338-01 called 0.5 3.81 2.0 29.0 0.66 0.36 new +TCGA-BR-8291-01 TCGA-BR-8291-01A-11D-2338-01 called 0.35 1.8 0.0 27.0 0.32 0.19 new +TCGA-BR-8295-01 TCGA-BR-8295-01A-11D-2338-01 called 0.65 3.43 2.0 19.0 0.76 0.14 new +TCGA-BR-8296-01 TCGA-BR-8296-01A-11D-2338-01 called 0.24 2.67 1.0 49.0 0.29 0.27 new +TCGA-BR-8297-01 TCGA-BR-8297-01A-12D-2338-01 called 0.22 4.41 2.0 62.0 0.39 0.41 new +TCGA-BR-8360-01 TCGA-BR-8360-01A-11D-2338-01 called 0.63 2.12 0.0 13.0 0.65 0.0 new +TCGA-BR-8361-01 TCGA-BR-8361-01A-11D-2338-01 called 0.64 2.01 0.0 13.0 0.64 0.08 new +TCGA-BR-8362-01 TCGA-BR-8362-01A-11D-2338-01 called 0.48 2.45 0.0 19.0 0.53 0.08 new +TCGA-BR-8363-01 TCGA-BR-8363-01A-11D-2338-01 called 0.35 2.09 0.0 29.0 0.36 0.02 new +TCGA-BR-8364-01 TCGA-BR-8364-01A-11D-2338-01 called 0.17 1.9 0.0 62.0 0.17 0.13 new +TCGA-BR-8365-01 TCGA-BR-8365-01A-21D-2338-01 called 0.28 1.75 0.0 37.0 0.25 0.24 new +TCGA-BR-8366-01 TCGA-BR-8366-01A-11D-2338-01 called 0.33 2.08 0.0 32.0 0.34 0.04 new +TCGA-BR-8367-01 TCGA-BR-8367-01A-11D-2338-01 called 0.38 2.1 0.0 26.0 0.39 0.07 new +TCGA-BR-8368-01 TCGA-BR-8368-01A-11D-2338-01 called 0.74 2.02 0.0 11.0 0.74 0.01 new +TCGA-BR-8369-01 TCGA-BR-8369-01A-11D-2338-01 called 0.29 3.34 1.0 44.0 0.4 0.35 new +TCGA-BR-8370-01 TCGA-BR-8370-01A-11D-2338-01 called 0.96 2.17 0.0 9.0 0.96 0.18 new +TCGA-BR-8371-01 TCGA-BR-8371-01A-11D-2338-01 called 0.95 2.0 0.0 8.0 0.95 0.0 new +TCGA-BR-8372-01 TCGA-BR-8372-01A-11D-2338-01 called 0.7 2.05 0.0 12.0 0.71 0.0 new +TCGA-BR-8373-01 TCGA-BR-8373-01A-11D-2338-01 called 0.58 2.97 1.0 18.0 0.67 0.11 new +TCGA-BR-8380-01 TCGA-BR-8380-01A-11D-2338-01 called 0.26 2.0 0.0 40.0 0.26 0.12 new +TCGA-BR-8381-01 TCGA-BR-8381-01A-11D-2390-01 called 0.34 2.26 0.0 31.0 0.37 0.16 new +TCGA-BR-8382-01 TCGA-BR-8382-01A-11D-2390-01 called 0.38 2.09 0.0 25.0 0.39 0.02 new +TCGA-BR-8384-01 TCGA-BR-8384-01A-21D-2390-01 called 0.15 2.01 0.0 71.0 0.15 0.39 new +TCGA-BR-8483-01 TCGA-BR-8483-01A-31D-2390-01 called 0.75 3.1 1.0 15.0 0.82 0.07 new +TCGA-BR-8484-01 TCGA-BR-8484-01A-11D-2390-01 called 0.39 3.06 1.0 32.0 0.49 0.32 new +TCGA-BR-8485-01 TCGA-BR-8485-01A-11D-2390-01 called 0.38 5.0 2.0 44.0 0.61 0.47 new +TCGA-BR-8486-01 TCGA-BR-8486-01A-31D-2390-01 called 0.65 1.75 0.0 11.0 0.62 0.48 new +TCGA-BR-8487-01 TCGA-BR-8487-01A-11D-2390-01 called 0.82 2.11 0.0 10.0 0.83 0.0 new +TCGA-BR-8588-01 TCGA-BR-8588-01A-11D-2390-01 called 0.27 2.23 0.0 41.0 0.29 0.07 new +TCGA-BR-8589-01 TCGA-BR-8589-01A-11D-2390-01 called 0.53 2.07 0.0 16.0 0.54 0.02 new +TCGA-BR-8590-01 TCGA-BR-8590-01A-11D-2390-01 called 0.31 3.8 1.0 45.0 0.46 0.54 new +TCGA-BR-8591-01 TCGA-BR-8591-01A-11D-2390-01 called 0.27 2.11 0.0 39.0 0.28 0.0 new +TCGA-BR-8592-01 TCGA-BR-8592-01A-11D-2390-01 called 0.17 2.0 0.0 65.0 0.17 0.0 new +TCGA-BR-8676-01 TCGA-BR-8676-01A-11D-2390-01 called 0.58 2.11 0.0 14.0 0.59 0.05 new +TCGA-BR-8677-01 TCGA-BR-8677-01A-11D-2390-01 called 0.26 1.9 0.0 40.0 0.25 0.31 new +TCGA-BR-8678-01 TCGA-BR-8678-01A-11D-2390-01 called 0.7 3.87 2.0 20.0 0.82 0.24 new +TCGA-BR-8679-01 TCGA-BR-8679-01A-11D-2390-01 called 0.53 3.65 2.0 26.0 0.67 0.23 new +TCGA-BR-8680-01 TCGA-BR-8680-01A-11D-2390-01 called 0.68 2.0 0.0 12.0 0.68 0.05 new +TCGA-BR-8682-01 TCGA-BR-8682-01A-11D-2390-01 called 0.45 2.23 0.0 19.0 0.48 0.04 new +TCGA-BR-8683-01 TCGA-BR-8683-01A-11D-2390-01 called 0.58 4.78 2.0 32.0 0.77 0.24 new +TCGA-BR-8686-01 TCGA-BR-8686-01A-11D-2390-01 called 0.28 4.02 2.0 49.0 0.44 0.35 new +TCGA-BR-8687-01 TCGA-BR-8687-01A-11D-2390-01 called 0.62 2.76 1.0 16.0 0.69 0.36 new +TCGA-BR-8690-01 TCGA-BR-8690-01A-11D-2390-01 called 0.34 2.96 1.0 36.0 0.43 0.42 new +TCGA-BR-A44T-01 TCGA-BR-A44T-01A-32D-A24C-01 called 0.64 2.01 0.0 13.0 0.64 0.02 new +TCGA-BR-A44U-01 TCGA-BR-A44U-01A-11D-A24C-01 called 0.62 2.33 0.0 15.0 0.66 0.2 new +TCGA-BR-A452-01 TCGA-BR-A452-01A-91D-A253-01 called 0.62 1.8 0.0 12.0 0.6 0.6 new +TCGA-BR-A453-01 TCGA-BR-A453-01A-11D-A24C-01 called 0.46 2.0 0.0 18.0 0.46 0.11 new +TCGA-BR-A4CQ-01 TCGA-BR-A4CQ-01A-12D-A253-01 called 0.68 2.78 1.0 15.0 0.75 0.44 new +TCGA-BR-A4CR-01 TCGA-BR-A4CR-01A-11D-A24C-01 called 0.77 3.22 1.0 16.0 0.84 0.31 new +TCGA-BR-A4CS-01 TCGA-BR-A4CS-01A-11D-A24C-01 called 0.42 3.09 1.0 29.0 0.53 0.34 new +TCGA-BR-A4IU-01 TCGA-BR-A4IU-01A-22D-A253-01 called 0.19 2.23 0.0 59.0 0.2 0.35 new +TCGA-BR-A4IV-01 TCGA-BR-A4IV-01A-31D-A253-01 called 0.6 2.0 0.0 14.0 0.6 0.07 new +TCGA-BR-A4IY-01 TCGA-BR-A4IY-01A-11D-A253-01 called 0.36 2.19 0.0 28.0 0.39 0.13 new +TCGA-BR-A4IZ-01 TCGA-BR-A4IZ-01A-32D-A253-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-BR-A4J1-01 TCGA-BR-A4J1-01A-11D-A253-01 called 0.8 2.59 1.0 12.0 0.84 0.21 new +TCGA-BR-A4J2-01 TCGA-BR-A4J2-01A-21D-A253-01 called 0.63 2.02 0.0 13.0 0.64 0.38 new +TCGA-BR-A4J4-01 TCGA-BR-A4J4-01A-12D-A253-01 called 0.45 2.19 0.0 19.0 0.47 0.03 new +TCGA-BR-A4J5-01 TCGA-BR-A4J5-01A-21D-A253-01 called 0.23 2.11 0.0 47.0 0.24 0.12 new +TCGA-BR-A4J6-01 TCGA-BR-A4J6-01A-11D-A253-01 called 0.62 1.87 0.0 13.0 0.6 0.01 new +TCGA-BR-A4J7-01 TCGA-BR-A4J7-01A-31D-A253-01 called 0.41 3.58 1.0 33.0 0.55 0.43 new +TCGA-BR-A4J8-01 TCGA-BR-A4J8-01A-11D-A253-01 called 0.59 2.6 1.0 16.0 0.65 0.55 new +TCGA-BR-A4J9-01 TCGA-BR-A4J9-01A-12D-A253-01 called 0.99 2.0 0.0 8.0 0.99 0.3 new +TCGA-BR-A4PD-01 TCGA-BR-A4PD-01A-11D-A253-01 called 0.43 4.26 2.0 36.0 0.62 0.38 new +TCGA-BR-A4PE-01 TCGA-BR-A4PE-01A-31D-A253-01 called 0.55 3.42 1.0 21.0 0.67 0.15 new +TCGA-BR-A4PF-01 TCGA-BR-A4PF-01A-11D-A253-01 called 0.5 2.7 1.0 19.0 0.58 0.09 new +TCGA-BR-A4QI-01 TCGA-BR-A4QI-01A-12D-A253-01 called 0.53 3.05 1.0 20.0 0.63 0.13 new +TCGA-BR-A4QL-01 TCGA-BR-A4QL-01A-31D-A253-01 called 0.81 2.05 0.0 10.0 0.81 0.0 new +TCGA-BR-A4QM-01 TCGA-BR-A4QM-01A-12D-A253-01 called 0.51 2.03 0.0 16.0 0.51 0.06 new +TCGA-CD-5798-01 TCGA-CD-5798-01A-11D-1599-01 called 0.19 2.02 0.0 56.0 0.19 0.12 new +TCGA-CD-5799-01 TCGA-CD-5799-01A-11D-1599-01 called 0.63 3.23 1.0 18.0 0.74 0.5 new +TCGA-CD-5800-01 TCGA-CD-5800-01A-11D-1599-01 called 0.47 3.06 1.0 25.0 0.58 0.44 new +TCGA-CD-5801-01 TCGA-CD-5801-01A-11D-1599-01 called 0.31 3.53 1.0 43.0 0.44 0.09 new +TCGA-CD-5802-01 TCGA-CD-5802-01A-11D-1599-01 called 0.46 1.78 0.0 17.0 0.43 0.07 new +TCGA-CD-5803-01 TCGA-CD-5803-01A-11D-1599-01 called 0.27 1.73 0.0 37.0 0.24 0.39 new +TCGA-CD-5804-01 TCGA-CD-5804-01A-12D-2052-01 called 0.43 2.29 1.0 21.0 0.46 0.16 new +TCGA-CD-8524-01 TCGA-CD-8524-01A-11D-2338-01 called 0.38 2.85 1.0 31.0 0.47 0.15 new +TCGA-CD-8525-01 TCGA-CD-8525-01A-11D-2338-01 called 0.3 3.09 1.0 41.0 0.4 0.21 new +TCGA-CD-8526-01 TCGA-CD-8526-01A-11D-2338-01 called 0.32 2.92 1.0 38.0 0.4 0.08 new +TCGA-CD-8527-01 TCGA-CD-8527-01A-11D-2338-01 called 0.75 2.71 1.0 14.0 0.81 0.22 new +TCGA-CD-8528-01 TCGA-CD-8528-01A-11D-2338-01 called 0.55 3.17 1.0 20.0 0.66 0.12 new +TCGA-CD-8529-01 TCGA-CD-8529-01A-11D-2338-01 called 0.99 2.02 0.0 8.0 0.99 0.67 new +TCGA-CD-8530-01 TCGA-CD-8530-01A-11D-2338-01 called 0.19 5.33 2.0 77.0 0.38 0.25 new +TCGA-CD-8531-01 TCGA-CD-8531-01A-11D-2338-01 called 0.85 2.03 0.0 9.0 0.85 0.0 new +TCGA-CD-8532-01 TCGA-CD-8532-01A-11D-2338-01 called 0.5 1.8 0.0 15.0 0.47 0.13 new +TCGA-CD-8533-01 TCGA-CD-8533-01A-11D-2338-01 called 0.79 3.03 1.0 15.0 0.85 0.28 new +TCGA-CD-8534-01 TCGA-CD-8534-01A-11D-2338-01 called 0.95 1.81 0.0 7.0 0.94 0.96 new +TCGA-CD-8535-01 TCGA-CD-8535-01A-11D-2338-01 called 0.91 2.76 1.0 12.0 0.93 0.2 new +TCGA-CD-8536-01 TCGA-CD-8536-01A-11D-2338-01 called 0.48 2.13 0.0 18.0 0.5 0.05 new +TCGA-CD-A486-01 TCGA-CD-A486-01A-11D-A24C-01 called 0.57 3.98 1.0 26.0 0.72 0.14 new +TCGA-CD-A487-01 TCGA-CD-A487-01A-21D-A24C-01 called 0.42 2.49 1.0 23.0 0.48 0.06 new +TCGA-CD-A489-01 TCGA-CD-A489-01A-11D-A24C-01 called 0.47 1.66 0.0 16.0 0.43 0.23 new +TCGA-CD-A48C-01 TCGA-CD-A48C-01A-11D-A24C-01 called 0.58 4.3 2.0 28.0 0.75 0.32 new +TCGA-CD-A4MG-01 TCGA-CD-A4MG-01A-11D-A253-01 called 0.62 2.22 0.0 14.0 0.65 0.05 new +TCGA-CD-A4MH-01 TCGA-CD-A4MH-01A-11D-A253-01 called 0.54 2.8 1.0 19.0 0.62 0.07 new +TCGA-CD-A4MI-01 TCGA-CD-A4MI-01A-21D-A253-01 called 0.26 2.03 0.0 40.0 0.27 0.0 new +TCGA-CD-A4MJ-01 TCGA-CD-A4MJ-01A-11D-A253-01 called 0.67 2.05 0.0 12.0 0.67 0.0 new +TCGA-CG-4301-01 TCGA-CG-4301-01A-01D-1155-01 called 0.42 1.88 0.0 19.0 0.4 0.03 new +TCGA-CG-4304-01 TCGA-CG-4304-01A-01D-1155-01 called 0.58 1.97 0.0 14.0 0.58 0.04 new +TCGA-CG-4305-01 TCGA-CG-4305-01A-01D-1155-01 called 0.39 2.29 0.0 26.0 0.42 0.0 new +TCGA-CG-4306-01 TCGA-CG-4306-01A-01D-1155-01 called 0.51 2.0 0.0 16.0 0.51 0.01 new +TCGA-CG-4436-01 TCGA-CG-4436-01A-01D-1155-01 called 0.64 2.15 0.0 13.0 0.66 0.69 new +TCGA-CG-4437-01 TCGA-CG-4437-01A-01D-1799-01 called 0.37 3.84 1.0 38.0 0.53 0.34 new +TCGA-CG-4438-01 TCGA-CG-4438-01A-01D-1155-01 called 0.66 2.82 1.0 16.0 0.73 0.27 new +TCGA-CG-4440-01 TCGA-CG-4440-01A-01D-1155-01 called 0.5 3.76 2.0 28.0 0.65 0.23 new +TCGA-CG-4441-01 TCGA-CG-4441-01A-01D-1799-01 called 0.63 2.05 0.0 13.0 0.64 0.06 new +TCGA-CG-4442-01 TCGA-CG-4442-01A-01D-1155-01 called 0.73 2.05 0.0 11.0 0.73 0.0 new +TCGA-CG-4443-01 TCGA-CG-4443-01A-01D-1155-01 called 0.87 1.95 0.0 9.0 0.87 0.04 new +TCGA-CG-4444-01 TCGA-CG-4444-01A-01D-1155-01 called 0.49 3.93 2.0 31.0 0.65 0.38 new +TCGA-CG-4449-01 TCGA-CG-4449-01A-01D-1155-01 called 0.61 1.89 0.0 13.0 0.6 0.06 new +TCGA-CG-4455-01 TCGA-CG-4455-01A-01D-1155-01 called 0.33 2.95 1.0 37.0 0.42 0.07 new +TCGA-CG-4462-01 TCGA-CG-4462-01A-01D-1155-01 called 0.22 2.08 0.0 50.0 0.22 0.01 new +TCGA-CG-4465-01 TCGA-CG-4465-01A-01D-1155-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-CG-4466-01 TCGA-CG-4466-01A-01D-1155-01 called 0.79 3.74 2.0 18.0 0.88 0.18 new +TCGA-CG-4469-01 TCGA-CG-4469-01A-01D-1155-01 called 0.82 2.09 0.0 10.0 0.83 0.06 new +TCGA-CG-4474-01 TCGA-CG-4474-01A-02D-1155-01 called 0.4 2.12 0.0 21.0 0.42 0.32 new +TCGA-CG-4475-01 TCGA-CG-4475-01A-01D-1155-01 called 0.43 3.02 1.0 28.0 0.53 0.13 new +TCGA-CG-4476-01 TCGA-CG-4476-01A-01D-1155-01 called 0.28 3.16 1.0 45.0 0.38 0.25 new +TCGA-CG-4477-01 TCGA-CG-4477-01A-01D-1155-01 called 0.49 1.73 0.0 16.0 0.45 0.14 new +TCGA-CG-5717-01 TCGA-CG-5717-01A-11D-1599-01 called 0.23 2.01 0.0 48.0 0.23 0.37 new +TCGA-CG-5718-01 TCGA-CG-5718-01A-11D-1599-01 called 0.58 2.28 0.0 15.0 0.61 0.1 new +TCGA-CG-5719-01 TCGA-CG-5719-01A-11D-1599-01 called 0.43 2.02 0.0 20.0 0.43 0.19 new +TCGA-CG-5720-01 TCGA-CG-5720-01A-11D-1599-01 called 0.63 1.97 0.0 13.0 0.63 0.1 new +TCGA-CG-5721-01 TCGA-CG-5721-01A-11D-1599-01 called 0.49 2.0 0.0 17.0 0.49 0.0 new +TCGA-CG-5722-01 TCGA-CG-5722-01A-21D-1599-01 called 0.25 2.38 0.0 44.0 0.29 0.09 new +TCGA-CG-5723-01 TCGA-CG-5723-01A-11D-1599-01 called 0.47 2.01 0.0 18.0 0.47 0.0 new +TCGA-CG-5724-01 TCGA-CG-5724-01A-11D-1599-01 called 0.65 2.86 1.0 16.0 0.73 0.31 new +TCGA-CG-5725-01 TCGA-CG-5725-01A-11D-1599-01 called 0.91 1.77 0.0 8.0 0.9 0.1 new +TCGA-CG-5726-01 TCGA-CG-5726-01A-11D-1599-01 called 0.9 2.18 0.0 10.0 0.91 0.0 new +TCGA-CG-5727-01 TCGA-CG-5727-01A-11D-1599-01 called 0.49 3.53 1.0 27.0 0.63 0.18 new +TCGA-CG-5728-01 TCGA-CG-5728-01A-11D-1599-01 called 0.42 2.03 0.0 20.0 0.42 0.0 new +TCGA-CG-5730-01 TCGA-CG-5730-01A-11D-1599-01 called 0.74 3.12 1.0 16.0 0.81 0.19 new +TCGA-CG-5732-01 TCGA-CG-5732-01A-11D-1599-01 called 0.58 2.03 0.0 14.0 0.58 0.4 new +TCGA-CG-5733-01 TCGA-CG-5733-01A-11D-1599-01 called 0.6 2.1 0.0 14.0 0.62 0.08 new +TCGA-CG-5734-01 TCGA-CG-5734-01A-11D-1599-01 called 0.19 1.57 0.0 53.0 0.16 0.51 new +TCGA-D7-5577-01 TCGA-D7-5577-01A-01D-1599-01 called 0.64 2.08 0.0 13.0 0.65 0.06 new +TCGA-D7-5578-01 TCGA-D7-5578-01A-01D-1599-01 called 0.6 2.03 0.0 14.0 0.6 0.54 new +TCGA-D7-5579-01 TCGA-D7-5579-01A-01D-1599-01 called 0.27 2.83 1.0 44.0 0.34 0.36 new +TCGA-D7-6518-01 TCGA-D7-6518-01A-11D-1799-01 called 0.35 2.1 0.0 29.0 0.36 0.48 new +TCGA-D7-6519-01 TCGA-D7-6519-01A-11D-1799-01 called 0.74 3.28 1.0 16.0 0.82 0.11 new +TCGA-D7-6520-01 TCGA-D7-6520-01A-11D-1799-01 called 0.52 3.86 1.0 28.0 0.67 0.06 new +TCGA-D7-6521-01 TCGA-D7-6521-01A-11D-1799-01 called 0.23 2.87 1.0 51.0 0.31 0.45 new +TCGA-D7-6522-01 TCGA-D7-6522-01A-11D-1799-01 called 0.08 2.0 0.0 159.0 0.08 0.02 new +TCGA-D7-6524-01 TCGA-D7-6524-01A-11D-1799-01 called 0.18 2.13 0.0 63.0 0.19 0.1 new +TCGA-D7-6525-01 TCGA-D7-6525-01A-11D-1799-01 called 0.63 1.85 0.0 12.0 0.61 0.19 new +TCGA-D7-6526-01 TCGA-D7-6526-01A-11D-1799-01 called 0.6 4.7 2.0 31.0 0.78 0.4 new +TCGA-D7-6527-01 TCGA-D7-6527-01A-11D-1799-01 called 0.46 5.06 2.0 39.0 0.69 0.2 new +TCGA-D7-6528-01 TCGA-D7-6528-01A-11D-1799-01 called 0.62 3.56 1.0 20.0 0.75 0.28 new +TCGA-D7-6815-01 TCGA-D7-6815-01A-11D-1881-01 called 0.82 1.93 0.0 9.0 0.81 0.54 new +TCGA-D7-6817-01 TCGA-D7-6817-01A-11D-1881-01 called 0.44 2.99 1.0 27.0 0.54 0.1 new +TCGA-D7-6818-01 TCGA-D7-6818-01A-11D-1881-01 called 0.43 2.37 1.0 21.0 0.48 0.25 new +TCGA-D7-6820-01 TCGA-D7-6820-01A-11D-1881-01 called 0.69 1.57 0.0 10.0 0.63 0.46 new +TCGA-D7-6822-01 TCGA-D7-6822-01A-11D-1881-01 called 0.73 2.32 0.0 12.0 0.76 0.13 new +TCGA-D7-8570-01 TCGA-D7-8570-01A-11D-2338-01 called 0.32 2.14 0.0 33.0 0.33 0.03 new +TCGA-D7-8572-01 TCGA-D7-8572-01A-11D-2338-01 called 0.43 1.99 0.0 19.0 0.43 0.03 new +TCGA-D7-8573-01 TCGA-D7-8573-01A-11D-2338-01 called 0.62 3.06 1.0 18.0 0.71 0.23 new +TCGA-D7-8574-01 TCGA-D7-8574-01A-13D-2338-01 called 0.13 2.04 0.0 84.0 0.13 0.11 new +TCGA-D7-8575-01 TCGA-D7-8575-01A-11D-2338-01 called 0.66 1.87 0.0 12.0 0.65 0.07 new +TCGA-D7-8576-01 TCGA-D7-8576-01A-11D-2338-01 called 0.69 1.65 0.0 10.0 0.65 0.33 new +TCGA-D7-8578-01 TCGA-D7-8578-01A-21D-2338-01 called 0.35 1.94 0.0 28.0 0.34 0.35 new +TCGA-D7-8579-01 TCGA-D7-8579-01A-11D-2338-01 called 0.25 2.12 0.0 44.0 0.26 0.03 new +TCGA-D7-A4YT-01 TCGA-D7-A4YT-01A-11D-A253-01 called 0.76 2.08 0.0 11.0 0.76 0.08 new +TCGA-D7-A4YU-01 TCGA-D7-A4YU-01A-21D-A253-01 called 0.33 3.44 1.0 40.0 0.45 0.08 new +TCGA-D7-A4YV-01 TCGA-D7-A4YV-01A-11D-A253-01 called 0.52 2.12 0.0 16.0 0.54 0.0 new +TCGA-D7-A4YX-01 TCGA-D7-A4YX-01A-11D-A253-01 called 0.55 2.09 0.0 15.0 0.56 0.09 new +TCGA-D7-A4YY-01 TCGA-D7-A4YY-01A-11D-A253-01 called 0.75 1.91 0.0 10.0 0.74 0.01 new +TCGA-D7-A4Z0-01 TCGA-D7-A4Z0-01A-22D-A253-01 called 0.31 2.2 0.0 34.0 0.33 0.03 new +TCGA-D7-A6ET-01 TCGA-D7-A6ET-01A-32D-A32M-01 called 0.5 2.0 0.0 16.0 0.5 0.03 new +TCGA-D7-A6EV-01 TCGA-D7-A6EV-01A-11D-A31K-01 called 0.59 2.54 1.0 16.0 0.65 0.31 new +TCGA-D7-A6EX-01 TCGA-D7-A6EX-01A-11D-A31K-01 called 0.77 2.81 1.0 14.0 0.83 0.15 new +TCGA-D7-A6EY-01 TCGA-D7-A6EY-01A-21D-A31K-01 called 0.39 2.07 0.0 23.0 0.4 0.04 new +TCGA-D7-A6EZ-01 TCGA-D7-A6EZ-01A-11D-A31K-01 called 0.67 2.05 0.0 12.0 0.68 0.0 new +TCGA-D7-A6F0-01 TCGA-D7-A6F0-01A-11D-A31K-01 called 0.56 4.6 2.0 32.0 0.74 0.19 new +TCGA-D7-A6F2-01 TCGA-D7-A6F2-01A-12D-A31K-01 called 0.63 3.44 1.0 19.0 0.75 0.24 new +TCGA-D7-A747-01 TCGA-D7-A747-01A-22D-A33S-01 called 0.16 2.37 0.0 70.0 0.18 0.14 new +TCGA-D7-A748-01 TCGA-D7-A748-01A-12D-A32M-01 called 0.15 2.08 0.0 72.0 0.16 0.09 new +TCGA-D7-A74A-01 TCGA-D7-A74A-01A-11D-A32M-01 called 0.87 2.74 1.0 12.0 0.9 0.1 new +TCGA-EQ-5647-01 TCGA-EQ-5647-01A-01D-1599-01 called 0.59 3.28 1.0 19.0 0.7 0.23 new +TCGA-EQ-8122-01 TCGA-EQ-8122-01A-11D-2338-01 called 0.47 4.3 2.0 34.0 0.65 0.31 new +TCGA-EQ-A4SO-01 TCGA-EQ-A4SO-01A-11D-A253-01 called 0.79 1.94 0.0 10.0 0.78 0.01 new +TCGA-F1-6177-01 TCGA-F1-6177-01A-11D-1799-01 called 0.87 2.08 0.0 9.0 0.87 0.0 new +TCGA-F1-6874-01 TCGA-F1-6874-01A-11D-1881-01 called 0.6 2.07 0.0 14.0 0.61 0.07 new +TCGA-F1-6875-01 TCGA-F1-6875-01A-11D-2052-01 called 0.89 2.55 1.0 11.0 0.91 0.09 new +TCGA-F1-A448-01 TCGA-F1-A448-01A-11D-A24C-01 called 0.3 2.16 0.0 36.0 0.32 0.78 new +TCGA-F1-A72C-01 TCGA-F1-A72C-01A-21D-A33S-01 called 0.39 1.86 0.0 20.0 0.38 0.05 new +TCGA-FP-7829-01 TCGA-FP-7829-01A-11D-2052-01 called 0.73 3.19 1.0 16.0 0.81 0.07 new +TCGA-FP-7916-01 TCGA-FP-7916-01A-11D-2200-01 called 0.3 3.04 1.0 41.0 0.39 0.13 new +TCGA-FP-7998-01 TCGA-FP-7998-01A-11D-2200-01 called 0.28 1.96 0.0 37.0 0.28 0.53 new +TCGA-FP-8099-01 TCGA-FP-8099-01A-11D-2338-01 called 0.6 4.31 2.0 28.0 0.76 0.39 new +TCGA-FP-8210-01 TCGA-FP-8210-01A-11D-2338-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-FP-8211-01 TCGA-FP-8211-01A-11D-2338-01 called 0.73 1.8 0.0 10.0 0.71 0.03 new +TCGA-FP-8631-01 TCGA-FP-8631-01A-11D-2390-01 called 0.58 3.01 1.0 18.0 0.68 0.08 new +TCGA-FP-A4BF-01 TCGA-FP-A4BF-01A-12D-A24C-01 called 0.28 4.15 2.0 50.0 0.45 0.34 new +TCGA-FP-A8CX-01 TCGA-FP-A8CX-01A-11D-A363-01 called 0.27 3.1 1.0 46.0 0.36 0.08 new +TCGA-FP-A9TM-01 TCGA-FP-A9TM-01A-11D-A396-01 called 0.28 2.45 1.0 40.0 0.33 0.59 new +TCGA-HF-7132-01 TCGA-HF-7132-01A-11D-2052-01 called 0.39 2.11 0.0 24.0 0.4 0.26 new +TCGA-HF-7133-01 TCGA-HF-7133-01A-11D-2052-01 called 0.57 1.79 0.0 13.0 0.55 0.03 new +TCGA-HF-7134-01 TCGA-HF-7134-01A-11D-2052-01 called 0.76 2.38 0.0 12.0 0.79 0.03 new +TCGA-HF-7136-01 TCGA-HF-7136-01A-11D-2052-01 called 0.75 3.05 1.0 15.0 0.82 0.22 new +TCGA-HF-A5NB-01 TCGA-HF-A5NB-01A-11D-A31K-01 called 0.91 2.08 0.0 9.0 0.92 0.05 new +TCGA-HJ-7597-01 TCGA-HJ-7597-01A-21D-2200-01 called 0.42 3.69 1.0 33.0 0.58 0.41 new +TCGA-HU-8238-01 TCGA-HU-8238-01A-11D-2338-01 called 0.52 2.0 0.0 16.0 0.52 0.08 new +TCGA-HU-8243-01 TCGA-HU-8243-01A-11D-2338-01 called 0.58 2.87 1.0 18.0 0.67 0.32 new +TCGA-HU-8244-01 TCGA-HU-8244-01A-11D-2338-01 called 0.9 2.17 0.0 10.0 0.9 0.04 new +TCGA-HU-8245-01 TCGA-HU-8245-01A-11D-2338-01 called 0.59 1.77 0.0 13.0 0.56 0.37 new +TCGA-HU-8249-01 TCGA-HU-8249-01A-11D-2338-01 called 0.76 3.76 1.0 18.0 0.86 0.26 new +TCGA-HU-8602-01 TCGA-HU-8602-01A-11D-2390-01 called 0.48 2.16 0.0 18.0 0.5 0.0 new +TCGA-HU-8604-01 TCGA-HU-8604-01A-11D-2390-01 called 0.26 2.87 1.0 45.0 0.34 0.1 new +TCGA-HU-8608-01 TCGA-HU-8608-01A-11D-2390-01 called 0.4 2.01 0.0 21.0 0.4 0.01 new +TCGA-HU-8610-01 TCGA-HU-8610-01A-22D-2390-01 called 0.97 1.76 0.0 7.0 0.97 0.99 new +TCGA-HU-A4G2-01 TCGA-HU-A4G2-01A-11D-A253-01 called 0.68 2.22 0.0 13.0 0.71 0.21 new +TCGA-HU-A4G6-01 TCGA-HU-A4G6-01A-11D-A24C-01 called 0.81 3.42 1.0 16.0 0.88 0.07 new +TCGA-HU-A4G8-01 TCGA-HU-A4G8-01A-11D-A253-01 called 0.51 2.08 0.0 16.0 0.52 0.24 new +TCGA-HU-A4G9-01 TCGA-HU-A4G9-01A-11D-A24C-01 called 0.87 2.22 0.0 10.0 0.88 0.33 new +TCGA-HU-A4GC-01 TCGA-HU-A4GC-01A-12D-A253-01 called 0.33 2.37 1.0 33.0 0.37 0.17 new +TCGA-HU-A4GD-01 TCGA-HU-A4GD-01A-11D-A253-01 called 0.82 1.38 0.0 7.0 0.76 0.38 new +TCGA-HU-A4GF-01 TCGA-HU-A4GF-01A-11D-A24C-01 called 0.66 2.52 1.0 14.0 0.71 0.3 new +TCGA-HU-A4GH-01 TCGA-HU-A4GH-01A-11D-A24C-01 called 0.75 2.84 1.0 14.0 0.81 0.39 new +TCGA-HU-A4GN-01 TCGA-HU-A4GN-01A-11D-A253-01 called 0.36 2.0 0.0 26.0 0.36 0.05 new +TCGA-HU-A4GP-01 TCGA-HU-A4GP-01A-11D-A253-01 called 0.78 1.95 0.0 10.0 0.78 0.49 new +TCGA-HU-A4GQ-01 TCGA-HU-A4GQ-01A-11D-A253-01 called 0.55 2.18 0.0 16.0 0.57 0.0 new +TCGA-HU-A4GT-01 TCGA-HU-A4GT-01A-21D-A253-01 called 0.78 2.22 0.0 11.0 0.8 0.11 new +TCGA-HU-A4GU-01 TCGA-HU-A4GU-01A-11D-A253-01 called 0.76 2.68 1.0 14.0 0.81 0.08 new +TCGA-HU-A4GX-01 TCGA-HU-A4GX-01A-12D-A253-01 called 0.52 2.12 0.0 16.0 0.54 0.0 new +TCGA-HU-A4GY-01 TCGA-HU-A4GY-01A-21D-A24C-01 called 0.21 2.31 0.0 53.0 0.24 0.44 new +TCGA-HU-A4H0-01 TCGA-HU-A4H0-01A-11D-A253-01 called 0.33 1.98 0.0 31.0 0.32 0.13 new +TCGA-HU-A4H2-01 TCGA-HU-A4H2-01A-11D-A253-01 called 0.49 2.96 1.0 21.0 0.58 0.42 new +TCGA-HU-A4H3-01 TCGA-HU-A4H3-01A-21D-A253-01 called 0.73 2.12 0.0 12.0 0.74 0.04 new +TCGA-HU-A4H4-01 TCGA-HU-A4H4-01A-21D-A253-01 called 0.37 2.48 1.0 29.0 0.42 0.28 new +TCGA-HU-A4H5-01 TCGA-HU-A4H5-01A-21D-A253-01 called 0.64 3.26 1.0 18.0 0.74 0.12 new +TCGA-HU-A4H6-01 TCGA-HU-A4H6-01A-11D-A253-01 called 0.23 2.61 1.0 51.0 0.27 0.3 new +TCGA-HU-A4H8-01 TCGA-HU-A4H8-01A-11D-A253-01 called 0.71 2.05 0.0 12.0 0.72 0.0 new +TCGA-HU-A4HB-01 TCGA-HU-A4HB-01A-12D-A253-01 called 0.66 2.0 0.0 12.0 0.66 0.04 new +TCGA-HU-A4HD-01 TCGA-HU-A4HD-01A-11D-A253-01 called 0.53 2.73 1.0 18.0 0.61 0.17 new +TCGA-IN-7806-01 TCGA-IN-7806-01A-11D-2052-01 called 0.65 1.77 0.0 11.0 0.63 0.04 new +TCGA-IN-7808-01 TCGA-IN-7808-01A-11D-2200-01 called 0.3 2.81 1.0 40.0 0.37 0.31 new +TCGA-IN-8462-01 TCGA-IN-8462-01A-11D-2338-01 called 0.55 1.86 0.0 14.0 0.53 0.26 new +TCGA-IN-8663-01 TCGA-IN-8663-01A-11D-2390-01 called 0.75 3.22 1.0 16.0 0.83 0.14 new +TCGA-IN-A6RI-01 TCGA-IN-A6RI-01A-11D-A32M-01 called 0.7 1.8 0.0 11.0 0.68 0.31 new +TCGA-IN-A6RJ-01 TCGA-IN-A6RJ-01A-21D-A33S-01 called 0.31 1.81 0.0 32.0 0.29 0.5 new +TCGA-IN-A6RL-01 TCGA-IN-A6RL-01A-11D-A32M-01 called 0.59 1.95 0.0 14.0 0.59 0.72 new +TCGA-IN-A6RN-01 TCGA-IN-A6RN-01A-12D-A33S-01 called 0.6 2.01 0.0 14.0 0.6 0.09 new +TCGA-IN-A6RO-01 TCGA-IN-A6RO-01A-12D-A33S-01 called 0.85 3.54 1.0 16.0 0.91 0.14 new +TCGA-IN-A6RP-01 TCGA-IN-A6RP-01A-21D-A33S-01 called 0.48 3.22 1.0 25.0 0.6 0.52 new +TCGA-IN-A6RR-01 TCGA-IN-A6RR-01A-12D-A32M-01 called 0.79 1.87 0.0 9.0 0.78 0.51 new +TCGA-IN-A6RS-01 TCGA-IN-A6RS-01A-12D-A34T-01 called 0.48 2.18 0.0 18.0 0.5 0.07 new +TCGA-IN-A7NR-01 TCGA-IN-A7NR-01A-11D-A34T-01 called 0.2 1.9 0.0 53.0 0.19 0.38 new +TCGA-IN-A7NT-01 TCGA-IN-A7NT-01A-21D-A34T-01 called 0.46 3.3 1.0 28.0 0.58 0.09 new +TCGA-IN-A7NU-01 TCGA-IN-A7NU-01A-22D-A34T-01 called 0.53 1.75 0.0 14.0 0.5 0.36 new +TCGA-IN-AB1V-01 TCGA-IN-AB1V-01A-21D-A40Z-01 called 0.37 1.9 0.0 25.0 0.36 0.24 new +TCGA-IN-AB1X-01 TCGA-IN-AB1X-01A-11D-A396-01 called 0.42 1.94 0.0 19.0 0.41 0.12 new +TCGA-IP-7968-01 TCGA-IP-7968-01A-11D-2200-01 called 0.72 2.03 0.0 11.0 0.73 0.15 new +TCGA-KB-A6F5-01 TCGA-KB-A6F5-01A-12D-A33S-01 called 0.41 3.24 1.0 31.0 0.52 0.17 new +TCGA-KB-A6F7-01 TCGA-KB-A6F7-01A-12D-A32M-01 called 0.62 1.85 0.0 13.0 0.6 0.61 new +TCGA-KB-A93G-01 TCGA-KB-A93G-01A-11D-A396-01 called 0.21 2.03 0.0 52.0 0.21 0.48 new +TCGA-KB-A93H-01 TCGA-KB-A93H-01A-11D-A396-01 called 0.6 4.99 2.0 32.0 0.79 0.3 new +TCGA-KB-A93J-01 TCGA-KB-A93J-01A-11D-A396-01 called 0.73 1.69 0.0 10.0 0.7 0.16 new +TCGA-MX-A5UG-01 TCGA-MX-A5UG-01A-21D-A31K-01 called 0.14 2.01 0.0 77.0 0.14 0.05 new +TCGA-MX-A5UJ-01 TCGA-MX-A5UJ-01A-11D-A31K-01 called 0.95 2.05 0.0 8.0 0.95 0.01 new +TCGA-MX-A663-01 TCGA-MX-A663-01A-11D-A31K-01 called 0.31 2.64 1.0 37.0 0.37 0.49 new +TCGA-MX-A666-01 TCGA-MX-A666-01A-11D-A31K-01 called 0.38 2.97 1.0 32.0 0.48 0.41 new +TCGA-R5-A7O7-01 TCGA-R5-A7O7-01A-11D-A33S-01 called 0.2 3.87 2.0 65.0 0.32 0.21 new +TCGA-R5-A7ZE-01 TCGA-R5-A7ZE-01B-11D-A34T-01 called 0.54 2.67 1.0 18.0 0.61 0.51 new +TCGA-R5-A7ZF-01 TCGA-R5-A7ZF-01A-11D-A34T-01 called 0.27 2.7 1.0 43.0 0.34 0.22 new +TCGA-R5-A7ZI-01 TCGA-R5-A7ZI-01A-11D-A34T-01 called 0.37 2.27 0.0 28.0 0.4 0.02 new +TCGA-R5-A7ZR-01 TCGA-R5-A7ZR-01A-11D-A34T-01 called 0.63 3.53 1.0 20.0 0.75 0.15 new +TCGA-R5-A804-01 TCGA-R5-A804-01A-11D-A363-01 called 0.3 2.02 0.0 34.0 0.31 0.24 new +TCGA-R5-A805-01 TCGA-R5-A805-01A-11D-A363-01 called 0.44 1.88 0.0 18.0 0.43 0.01 new +TCGA-RD-A7BS-01 TCGA-RD-A7BS-01A-11D-A32M-01 called 0.41 1.89 0.0 20.0 0.4 0.6 new +TCGA-RD-A7BT-01 TCGA-RD-A7BT-01A-11D-A33S-01 called 0.45 4.58 2.0 37.0 0.65 0.25 new +TCGA-RD-A7C1-01 TCGA-RD-A7C1-01A-11D-A32M-01 called 0.31 3.76 2.0 44.0 0.46 0.16 new +TCGA-RD-A8MV-01 TCGA-RD-A8MV-01A-11D-A363-01 called 0.31 2.27 0.0 35.0 0.33 0.38 new +TCGA-RD-A8MW-01 TCGA-RD-A8MW-01A-11D-A363-01 called 0.27 2.89 1.0 44.0 0.35 0.11 new +TCGA-RD-A8N1-01 TCGA-RD-A8N1-01A-12D-A363-01 called 0.28 2.59 1.0 40.0 0.34 0.29 new +TCGA-RD-A8N4-01 TCGA-RD-A8N4-01A-21D-A363-01 called 0.35 2.01 0.0 28.0 0.35 0.12 new +TCGA-RD-A8N5-01 TCGA-RD-A8N5-01A-12D-A363-01 called 0.15 2.62 1.0 76.0 0.19 0.33 new +TCGA-RD-A8N6-01 TCGA-RD-A8N6-01A-11D-A363-01 called 0.6 3.5 2.0 20.0 0.72 0.53 new +TCGA-RD-A8N9-01 TCGA-RD-A8N9-01A-12D-A396-01 called 0.37 2.4 1.0 29.0 0.42 0.31 new +TCGA-SW-A7EA-01 TCGA-SW-A7EA-01A-12D-A34T-01 called 0.66 2.04 0.0 13.0 0.66 0.08 new +TCGA-SW-A7EB-01 TCGA-SW-A7EB-01A-11D-A34T-01 called 0.22 2.83 1.0 53.0 0.29 0.09 new +TCGA-VQ-A8DL-01 TCGA-VQ-A8DL-01A-11D-A363-01 called 0.49 1.89 0.0 16.0 0.48 0.03 new +TCGA-VQ-A8DT-01 TCGA-VQ-A8DT-01A-11D-A363-01 called 0.9 2.12 0.0 9.0 0.91 0.63 new +TCGA-VQ-A8DU-01 TCGA-VQ-A8DU-01A-11D-A363-01 called 0.58 2.68 1.0 17.0 0.65 0.11 new +TCGA-VQ-A8DV-01 TCGA-VQ-A8DV-01A-12D-A363-01 called 0.58 4.09 2.0 27.0 0.74 0.28 new +TCGA-VQ-A8DZ-01 TCGA-VQ-A8DZ-01A-11D-A363-01 called 0.6 2.82 1.0 17.0 0.68 0.71 new +TCGA-VQ-A8E0-01 TCGA-VQ-A8E0-01A-11D-A40Z-01 called 0.46 2.74 1.0 21.0 0.54 0.27 new +TCGA-VQ-A8E2-01 TCGA-VQ-A8E2-01A-11D-A363-01 called 0.39 4.29 2.0 39.0 0.58 0.29 new +TCGA-VQ-A8E3-01 TCGA-VQ-A8E3-01A-11D-A396-01 called 0.6 2.26 1.0 15.0 0.63 0.2 new +TCGA-VQ-A8E7-01 TCGA-VQ-A8E7-01B-11D-A40Z-01 called 0.66 2.06 0.0 12.0 0.67 0.17 new +TCGA-VQ-A8P2-01 TCGA-VQ-A8P2-01A-11D-A363-01 called 0.84 2.05 0.0 10.0 0.84 0.0 new +TCGA-VQ-A8P3-01 TCGA-VQ-A8P3-01A-11D-A363-01 called 0.57 2.0 0.0 14.0 0.57 0.0 new +TCGA-VQ-A8P5-01 TCGA-VQ-A8P5-01A-11D-A396-01 called 0.49 2.8 1.0 20.0 0.58 0.39 new +TCGA-VQ-A8PB-01 TCGA-VQ-A8PB-01A-11D-A396-01 called 0.6 2.11 0.0 14.0 0.61 0.04 new +TCGA-VQ-A8PC-01 TCGA-VQ-A8PC-01A-11D-A396-01 called 0.34 1.79 0.0 28.0 0.31 0.31 new +TCGA-VQ-A8PD-01 TCGA-VQ-A8PD-01A-11D-A40Z-01 called 0.17 2.12 0.0 66.0 0.17 0.27 new +TCGA-VQ-A8PE-01 TCGA-VQ-A8PE-01A-11D-A40Z-01 called 0.5 2.49 1.0 19.0 0.55 0.33 new +TCGA-VQ-A8PF-01 TCGA-VQ-A8PF-01A-11D-A40Z-01 called 0.45 2.08 0.0 19.0 0.46 0.08 new +TCGA-VQ-A8PH-01 TCGA-VQ-A8PH-01A-12D-A40Z-01 called 0.52 3.11 1.0 21.0 0.62 0.14 new +TCGA-VQ-A8PJ-01 TCGA-VQ-A8PJ-01A-11D-A40Z-01 called 0.61 4.54 2.0 29.0 0.78 0.43 new +TCGA-VQ-A8PK-01 TCGA-VQ-A8PK-01A-12D-A40Z-01 called 0.65 1.6 0.0 11.0 0.59 0.08 new +TCGA-VQ-A8PM-01 TCGA-VQ-A8PM-01A-21D-A40Z-01 called 0.3 1.79 0.0 33.0 0.28 0.37 new +TCGA-VQ-A8PO-01 TCGA-VQ-A8PO-01A-11D-A40Z-01 called 0.55 2.06 0.0 15.0 0.55 0.09 new +TCGA-VQ-A8PP-01 TCGA-VQ-A8PP-01A-21D-A40Z-01 called 0.58 2.14 0.0 15.0 0.6 0.05 new +TCGA-VQ-A8PQ-01 TCGA-VQ-A8PQ-01A-11D-A40Z-01 called 0.18 2.07 0.0 61.0 0.18 0.4 new +TCGA-VQ-A8PS-01 TCGA-VQ-A8PS-01A-11D-A40Z-01 called 0.59 1.75 0.0 13.0 0.55 0.1 new +TCGA-VQ-A8PT-01 TCGA-VQ-A8PT-01A-11D-A40Z-01 called 0.78 2.05 0.0 10.0 0.78 0.0 new +TCGA-VQ-A8PU-01 TCGA-VQ-A8PU-01A-12D-A40Z-01 called 0.66 3.84 2.0 20.0 0.79 0.27 new +TCGA-VQ-A8PX-01 TCGA-VQ-A8PX-01A-12D-A40Z-01 called 0.41 3.26 1.0 31.0 0.53 0.19 new +TCGA-VQ-A8PY-01 TCGA-VQ-A8PY-01A-11D-A40Z-01 called 0.32 3.34 1.0 40.0 0.44 0.23 new +TCGA-VQ-A8PZ-01 TCGA-VQ-A8PZ-01A-11D-A40Z-01 called 0.34 1.79 0.0 28.0 0.31 0.67 new +TCGA-VQ-A91A-01 TCGA-VQ-A91A-01A-11D-A40Z-01 called 0.39 2.97 1.0 31.0 0.49 0.25 new +TCGA-VQ-A91D-01 TCGA-VQ-A91D-01A-11D-A40Z-01 called 0.7 1.98 0.0 11.0 0.69 0.04 new +TCGA-VQ-A91E-01 TCGA-VQ-A91E-01A-31D-A40Z-01 called 0.35 2.36 1.0 31.0 0.38 0.04 new +TCGA-VQ-A91K-01 TCGA-VQ-A91K-01A-11D-A40Z-01 called 0.72 1.98 0.0 11.0 0.72 0.02 new +TCGA-VQ-A91N-01 TCGA-VQ-A91N-01A-11D-A40Z-01 called 0.46 4.95 2.0 38.0 0.68 0.25 new +TCGA-VQ-A91Q-01 TCGA-VQ-A91Q-01A-12D-A40Z-01 called 0.71 1.85 0.0 11.0 0.69 0.41 new +TCGA-VQ-A91S-01 TCGA-VQ-A91S-01A-11D-A40Z-01 called 0.6 2.44 1.0 15.0 0.65 0.13 new +TCGA-VQ-A91U-01 TCGA-VQ-A91U-01A-11D-A40Z-01 called 0.56 3.53 2.0 21.0 0.7 0.07 new +TCGA-VQ-A91V-01 TCGA-VQ-A91V-01A-11D-A40Z-01 called 0.86 1.85 0.0 9.0 0.85 0.52 new +TCGA-VQ-A91W-01 TCGA-VQ-A91W-01A-11D-A40Z-01 called 0.55 2.13 0.0 15.0 0.57 0.06 new +TCGA-VQ-A91X-01 TCGA-VQ-A91X-01A-12D-A40Z-01 called 0.53 4.13 2.0 29.0 0.7 0.1 new +TCGA-VQ-A91Y-01 TCGA-VQ-A91Y-01A-11D-A40Z-01 called 0.42 1.83 0.0 19.0 0.39 0.32 new +TCGA-VQ-A91Z-01 TCGA-VQ-A91Z-01A-11D-A40Z-01 called 0.77 2.87 1.0 14.0 0.83 0.04 new +TCGA-VQ-A922-01 TCGA-VQ-A922-01A-11D-A40Z-01 called 0.35 5.76 2.0 51.0 0.61 0.36 new +TCGA-VQ-A923-01 TCGA-VQ-A923-01A-11D-A40Z-01 called 0.41 4.1 1.0 37.0 0.58 0.06 new +TCGA-VQ-A924-01 TCGA-VQ-A924-01A-11D-A40Z-01 called 0.6 1.99 0.0 13.0 0.6 0.0 new +TCGA-VQ-A925-01 TCGA-VQ-A925-01A-11D-A40Z-01 called 0.52 4.9 2.0 35.0 0.73 0.29 new +TCGA-VQ-A928-01 TCGA-VQ-A928-01A-11D-A40Z-01 called 0.56 2.09 0.0 15.0 0.57 0.14 new +TCGA-VQ-A92D-01 TCGA-VQ-A92D-01A-11D-A40Z-01 called 0.7 2.44 0.0 13.0 0.74 0.09 new +TCGA-VQ-A94O-01 TCGA-VQ-A94O-01A-11D-A40Z-01 called 0.63 3.92 2.0 21.0 0.77 0.21 new +TCGA-VQ-A94P-01 TCGA-VQ-A94P-01A-13D-A40Z-01 called 0.13 1.65 0.0 83.0 0.11 0.4 new +TCGA-VQ-A94R-01 TCGA-VQ-A94R-01A-11D-A40Z-01 called 0.69 2.39 1.0 13.0 0.72 0.58 new +TCGA-VQ-A94T-01 TCGA-VQ-A94T-01A-11D-A40Z-01 called 0.75 3.09 1.0 15.0 0.82 0.09 new +TCGA-VQ-A94U-01 TCGA-VQ-A94U-01A-12D-A40Z-01 called 0.64 2.71 1.0 16.0 0.71 0.05 new +TCGA-VQ-AA64-01 TCGA-VQ-AA64-01A-11D-A40Z-01 called 0.59 1.87 0.0 13.0 0.57 0.15 new +TCGA-VQ-AA68-01 TCGA-VQ-AA68-01A-11D-A40Z-01 called 0.33 6.01 2.0 54.0 0.6 0.33 new +TCGA-VQ-AA69-01 TCGA-VQ-AA69-01A-11D-A40Z-01 called 0.85 2.0 0.0 9.0 0.85 0.0 new +TCGA-VQ-AA6A-01 TCGA-VQ-AA6A-01A-11D-A40Z-01 called 0.8 2.07 0.0 10.0 0.81 0.42 new +TCGA-VQ-AA6B-01 TCGA-VQ-AA6B-01A-11D-A40Z-01 called 0.74 3.18 1.0 16.0 0.82 0.15 new +TCGA-VQ-AA6D-01 TCGA-VQ-AA6D-01A-11D-A40Z-01 called 0.82 1.93 0.0 9.0 0.81 0.06 new +TCGA-VQ-AA6F-01 TCGA-VQ-AA6F-01A-31D-A40Z-01 called 0.34 1.6 0.0 26.0 0.29 0.29 new +TCGA-VQ-AA6G-01 TCGA-VQ-AA6G-01A-11D-A40Z-01 called 0.62 1.97 0.0 13.0 0.61 0.04 new +TCGA-VQ-AA6I-01 TCGA-VQ-AA6I-01A-11D-A40Z-01 called 0.46 2.95 1.0 24.0 0.56 0.04 new +TCGA-VQ-AA6J-01 TCGA-VQ-AA6J-01A-11D-A40Z-01 called 0.35 1.82 0.0 26.0 0.33 0.45 new +TCGA-VQ-AA6K-01 TCGA-VQ-AA6K-01A-11D-A40Z-01 called 0.61 1.67 0.0 12.0 0.57 0.29 new +TCGA-ZA-A8F6-01 TCGA-ZA-A8F6-01A-23D-A363-01 called 0.4 2.18 0.0 21.0 0.42 0.03 new +TCGA-ZQ-A9CR-01 TCGA-ZQ-A9CR-01A-11D-A396-01 called 0.33 2.79 1.0 36.0 0.41 0.31 new +TCGA-2G-AAEW-01 TCGA-2G-AAEW-01A-11D-A42X-01 called 0.42 3.77 1.0 34.0 0.58 0.02 new +TCGA-2G-AAEX-01 TCGA-2G-AAEX-01A-11D-A42X-01 called 0.41 3.28 1.0 32.0 0.53 0.05 new +TCGA-2G-AAF1-01 TCGA-2G-AAF1-01A-11D-A42X-01 called 0.18 3.23 1.0 67.0 0.26 0.23 new +TCGA-2G-AAF4-01 TCGA-2G-AAF4-01A-11D-A42X-01 called 0.42 3.5 1.0 32.0 0.56 0.11 new +TCGA-2G-AAF6-01 TCGA-2G-AAF6-01A-11D-A42X-01 called 0.57 2.71 1.0 17.0 0.64 0.03 new +TCGA-2G-AAF8-01 TCGA-2G-AAF8-01A-11D-A42X-01 called 0.45 3.07 1.0 27.0 0.55 0.07 new +TCGA-2G-AAFG-01 TCGA-2G-AAFG-01A-11D-A42X-01 called 0.45 2.94 1.0 26.0 0.54 0.02 new +TCGA-2G-AAFG-05 TCGA-2G-AAFG-05A-11D-A42X-01 called 0.26 2.97 1.0 47.0 0.34 0.04 new +TCGA-2G-AAFH-01 TCGA-2G-AAFH-01A-12D-A42X-01 called 0.41 3.09 1.0 30.0 0.52 0.04 new +TCGA-2G-AAFI-01 TCGA-2G-AAFI-01A-21D-A42X-01 called 0.79 2.58 1.0 13.0 0.83 0.33 new +TCGA-2G-AAFJ-01 TCGA-2G-AAFJ-01A-11D-A42X-01 called 0.91 2.83 1.0 12.0 0.94 0.14 new +TCGA-2G-AAFL-01 TCGA-2G-AAFL-01A-21D-A42X-01 called 0.24 2.62 1.0 49.0 0.29 0.19 new +TCGA-2G-AAFM-01 TCGA-2G-AAFM-01A-11D-A42X-01 called 0.39 2.36 1.0 26.0 0.43 0.51 new +TCGA-2G-AAFN-01 TCGA-2G-AAFN-01A-31D-A42X-01 called 0.8 3.0 1.0 14.0 0.86 0.21 new +TCGA-2G-AAFO-01 TCGA-2G-AAFO-01A-31D-A42X-01 called 0.24 2.84 1.0 49.0 0.31 0.42 new +TCGA-2G-AAFV-01 TCGA-2G-AAFV-01A-11D-A42X-01 called 0.64 2.52 1.0 15.0 0.69 0.03 new +TCGA-2G-AAFY-01 TCGA-2G-AAFY-01A-11D-A42X-01 called 0.29 3.0 1.0 41.0 0.38 0.16 new +TCGA-2G-AAFZ-01 TCGA-2G-AAFZ-01A-11D-A42X-01 called 0.91 2.45 1.0 11.0 0.93 0.12 new +TCGA-2G-AAG0-01 TCGA-2G-AAG0-01A-11D-A42X-01 called 0.43 2.86 1.0 26.0 0.52 0.11 new +TCGA-2G-AAG3-01 TCGA-2G-AAG3-01A-11D-A42X-01 called 0.83 2.4 1.0 11.0 0.85 0.25 new +TCGA-2G-AAG5-01 TCGA-2G-AAG5-01A-11D-A42X-01 called 0.78 2.22 1.0 11.0 0.79 0.0 new +TCGA-2G-AAG6-01 TCGA-2G-AAG6-01A-11D-A42X-01 called 0.76 2.63 1.0 13.0 0.8 0.09 new +TCGA-2G-AAG7-01 TCGA-2G-AAG7-01A-11D-A42X-01 called 0.81 2.73 1.0 13.0 0.85 0.25 new +TCGA-2G-AAG8-01 TCGA-2G-AAG8-01A-31D-A42X-01 called 0.35 4.54 2.0 44.0 0.55 0.1 new +TCGA-2G-AAG9-01 TCGA-2G-AAG9-01A-11D-A42X-01 called 0.55 2.82 1.0 18.0 0.64 0.06 new +TCGA-2G-AAGA-01 TCGA-2G-AAGA-01A-11D-A42X-01 called 0.64 3.13 1.0 18.0 0.73 0.17 new +TCGA-2G-AAGC-01 TCGA-2G-AAGC-01A-21D-A42X-01 called 0.66 2.99 1.0 17.0 0.75 0.22 new +TCGA-2G-AAGE-01 TCGA-2G-AAGE-01A-21D-A42X-01 called 0.82 2.72 1.0 13.0 0.86 0.37 new +TCGA-2G-AAGF-01 TCGA-2G-AAGF-01A-31D-A42X-01 called 0.83 2.84 1.0 13.0 0.87 0.38 new +TCGA-2G-AAGG-01 TCGA-2G-AAGG-01A-11D-A42X-01 called 0.71 2.62 1.0 14.0 0.77 0.34 new +TCGA-2G-AAGI-01 TCGA-2G-AAGI-01A-11D-A42X-01 called 0.83 2.49 1.0 12.0 0.86 0.05 new +TCGA-2G-AAGI-05 TCGA-2G-AAGI-05A-11D-A42X-01 called 0.29 3.37 1.0 44.0 0.41 0.04 new +TCGA-2G-AAGJ-01 TCGA-2G-AAGJ-01A-11D-A42X-01 called 0.41 2.89 1.0 28.0 0.5 0.07 new +TCGA-2G-AAGK-01 TCGA-2G-AAGK-01A-11D-A42X-01 called 0.58 2.75 1.0 17.0 0.66 0.23 new +TCGA-2G-AAGM-01 TCGA-2G-AAGM-01A-11D-A42X-01 called 0.85 4.66 2.0 21.0 0.93 0.15 new +TCGA-2G-AAGN-01 TCGA-2G-AAGN-01A-11D-A42X-01 called 0.52 2.95 1.0 20.0 0.62 0.13 new +TCGA-2G-AAGO-01 TCGA-2G-AAGO-01A-11D-A42X-01 called 0.66 2.95 1.0 16.0 0.74 0.09 new +TCGA-2G-AAGP-01 TCGA-2G-AAGP-01A-11D-A42X-01 called 0.36 2.67 1.0 31.0 0.43 0.11 new +TCGA-2G-AAGS-01 TCGA-2G-AAGS-01A-11D-A42X-01 called 0.88 2.91 1.0 13.0 0.91 0.11 new +TCGA-2G-AAGT-01 TCGA-2G-AAGT-01A-11D-A42X-01 called 0.81 2.4 1.0 12.0 0.83 0.15 new +TCGA-2G-AAGV-01 TCGA-2G-AAGV-01A-11D-A42X-01 called 0.84 2.82 1.0 13.0 0.88 0.08 new +TCGA-2G-AAGW-01 TCGA-2G-AAGW-01A-11D-A42X-01 called 0.92 2.83 1.0 12.0 0.94 0.22 new +TCGA-2G-AAGX-01 TCGA-2G-AAGX-01A-11D-A42X-01 called 0.92 2.94 1.0 13.0 0.94 0.02 new +TCGA-2G-AAGY-01 TCGA-2G-AAGY-01A-11D-A42X-01 called 0.83 2.95 1.0 14.0 0.87 0.16 new +TCGA-2G-AAGY-05 TCGA-2G-AAGY-05A-11D-A42X-01 called 0.79 3.12 1.0 15.0 0.85 0.06 new +TCGA-2G-AAGZ-01 TCGA-2G-AAGZ-01A-11D-A42X-01 called 0.16 2.81 1.0 74.0 0.21 0.22 new +TCGA-2G-AAH0-01 TCGA-2G-AAH0-01A-11D-A42X-01 called 0.46 3.24 1.0 27.0 0.58 0.18 new +TCGA-2G-AAH2-01 TCGA-2G-AAH2-01A-11D-A42X-01 called 0.77 2.81 1.0 14.0 0.82 0.08 new +TCGA-2G-AAH3-01 TCGA-2G-AAH3-01A-11D-A42X-01 called 0.69 2.73 1.0 15.0 0.75 0.21 new +TCGA-2G-AAH4-01 TCGA-2G-AAH4-01A-12D-A42X-01 called 0.85 2.8 1.0 13.0 0.89 0.16 new +TCGA-2G-AAH8-01 TCGA-2G-AAH8-01A-11D-A42X-01 called 0.74 3.39 1.0 17.0 0.83 0.03 new +TCGA-2G-AAHA-01 TCGA-2G-AAHA-01A-11D-A42X-01 called 0.42 3.51 1.0 32.0 0.56 0.03 new +TCGA-2G-AAHC-01 TCGA-2G-AAHC-01A-11D-A42X-01 called 0.3 2.73 1.0 39.0 0.37 0.03 new +TCGA-2G-AAHG-01 TCGA-2G-AAHG-01A-11D-A42X-01 called 0.76 2.68 1.0 13.0 0.81 0.06 new +TCGA-2G-AAHL-01 TCGA-2G-AAHL-01A-11D-A42X-01 called 0.6 2.87 1.0 17.0 0.69 0.03 new +TCGA-2G-AAHN-01 TCGA-2G-AAHN-01A-11D-A42X-01 called 0.32 3.17 1.0 40.0 0.42 0.09 new +TCGA-2G-AAHP-01 TCGA-2G-AAHP-01A-12D-A42X-01 called 0.88 2.81 1.0 12.0 0.91 0.07 new +TCGA-2G-AAHP-05 TCGA-2G-AAHP-05A-11D-A42X-01 called 0.42 3.45 1.0 32.0 0.56 0.06 new +TCGA-2G-AAHT-01 TCGA-2G-AAHT-01A-11D-A42X-01 called 0.52 3.0 1.0 20.0 0.62 0.02 new +TCGA-2G-AAKD-01 TCGA-2G-AAKD-01A-31D-A42X-01 called 0.59 2.87 1.0 18.0 0.67 0.07 new +TCGA-2G-AAKG-01 TCGA-2G-AAKG-01A-11D-A42X-01 called 0.64 2.78 1.0 16.0 0.71 0.11 new +TCGA-2G-AAKG-05 TCGA-2G-AAKG-05A-11D-A42X-01 called 0.4 2.78 1.0 29.0 0.48 0.03 new +TCGA-2G-AAKH-01 TCGA-2G-AAKH-01A-11D-A42X-01 called 0.4 3.86 2.0 36.0 0.56 0.53 new +TCGA-2G-AAKL-01 TCGA-2G-AAKL-01A-11D-A42X-01 called 0.63 2.61 1.0 16.0 0.69 0.14 new +TCGA-2G-AAKM-01 TCGA-2G-AAKM-01A-11D-A42X-01 called 0.75 2.65 1.0 14.0 0.8 0.52 new +TCGA-2G-AAKO-01 TCGA-2G-AAKO-01A-11D-A42X-01 called 0.13 4.78 2.0 97.0 0.27 0.28 new +TCGA-2G-AAKO-05 TCGA-2G-AAKO-05A-11D-A42X-01 called 0.41 3.99 1.0 36.0 0.58 0.53 new +TCGA-2G-AAL5-01 TCGA-2G-AAL5-01A-11D-A42X-01 called 0.93 2.74 1.0 12.0 0.95 0.01 new +TCGA-2G-AAL7-01 TCGA-2G-AAL7-01A-11D-A42X-01 called 0.59 2.86 1.0 18.0 0.67 0.47 new +TCGA-2G-AALF-01 TCGA-2G-AALF-01A-11D-A42X-01 called 0.66 3.38 1.0 18.0 0.77 0.28 new +TCGA-2G-AALG-01 TCGA-2G-AALG-01A-11D-A42X-01 called 0.62 2.53 1.0 15.0 0.67 0.05 new +TCGA-2G-AALN-01 TCGA-2G-AALN-01A-11D-A42X-01 called 0.73 2.67 1.0 14.0 0.78 0.18 new +TCGA-2G-AALO-01 TCGA-2G-AALO-01A-12D-A42X-01 called 0.75 2.55 1.0 13.0 0.8 0.04 new +TCGA-2G-AALP-01 TCGA-2G-AALP-01A-12D-A42X-01 called 0.82 2.72 1.0 13.0 0.86 0.06 new +TCGA-2G-AALQ-01 TCGA-2G-AALQ-01A-12D-A42X-01 called 0.81 2.63 1.0 12.0 0.85 0.01 new +TCGA-2G-AALR-01 TCGA-2G-AALR-01A-21D-A42X-01 called 0.97 2.44 0.0 10.0 0.97 0.19 new +TCGA-2G-AALS-01 TCGA-2G-AALS-01A-12D-A42X-01 called 0.3 2.75 1.0 39.0 0.38 0.16 new +TCGA-2G-AALT-01 TCGA-2G-AALT-01A-11D-A42X-01 called 0.66 2.87 1.0 16.0 0.73 0.05 new +TCGA-2G-AALW-01 TCGA-2G-AALW-01A-11D-A42X-01 called 0.84 2.68 1.0 12.0 0.88 0.09 new +TCGA-2G-AALX-01 TCGA-2G-AALX-01A-11D-A42X-01 called 0.84 2.5 1.0 12.0 0.87 0.06 new +TCGA-2G-AALY-01 TCGA-2G-AALY-01A-11D-A42X-01 called 0.69 2.81 1.0 15.0 0.75 0.14 new +TCGA-2G-AALZ-01 TCGA-2G-AALZ-01A-11D-A42X-01 called 0.29 2.72 1.0 40.0 0.36 0.06 new +TCGA-2G-AAM2-01 TCGA-2G-AAM2-01A-11D-A434-01 called 0.8 2.68 1.0 13.0 0.84 0.05 new +TCGA-2G-AAM3-01 TCGA-2G-AAM3-01A-11D-A434-01 called 0.78 2.73 1.0 13.0 0.83 0.08 new +TCGA-2G-AAM4-01 TCGA-2G-AAM4-01A-11D-A434-01 called 0.86 2.48 1.0 11.0 0.88 0.09 new +TCGA-2X-A9D5-01 TCGA-2X-A9D5-01A-11D-A434-01 called 0.46 2.82 1.0 21.0 0.55 0.1 new +TCGA-2X-A9D6-01 TCGA-2X-A9D6-01A-11D-A434-01 called 0.32 3.33 1.0 41.0 0.43 0.09 new +TCGA-4K-AA1G-01 TCGA-4K-AA1G-01A-11D-A434-01 called 0.67 2.88 1.0 16.0 0.75 0.26 new +TCGA-4K-AA1H-01 TCGA-4K-AA1H-01A-11D-A434-01 called 0.27 1.9 0.0 38.0 0.26 0.36 new +TCGA-4K-AA1I-01 TCGA-4K-AA1I-01A-11D-A434-01 called 0.28 2.83 1.0 42.0 0.36 0.1 new +TCGA-4K-AAAL-01 TCGA-4K-AAAL-01A-11D-A434-01 called 0.4 4.5 2.0 40.0 0.6 0.18 new +TCGA-S6-A8JW-01 TCGA-S6-A8JW-01A-11D-A434-01 called 0.68 3.22 1.0 17.0 0.77 0.07 new +TCGA-S6-A8JX-01 TCGA-S6-A8JX-01A-11D-A434-01 called 0.89 3.09 1.0 14.0 0.92 0.1 new +TCGA-S6-A8JY-01 TCGA-S6-A8JY-01A-11D-A434-01 called 0.74 2.84 1.0 14.0 0.8 0.02 new +TCGA-SB-A6J6-01 TCGA-SB-A6J6-01A-11D-A434-01 called 0.28 4.97 2.0 55.0 0.49 0.14 new +TCGA-SB-A76C-01 TCGA-SB-A76C-01A-11D-A434-01 called 0.64 2.95 1.0 17.0 0.73 0.04 new +TCGA-SN-A6IS-01 TCGA-SN-A6IS-01A-11D-A434-01 called 0.51 2.98 1.0 20.0 0.6 0.05 new +TCGA-SN-A84W-01 TCGA-SN-A84W-01A-11D-A434-01 called 0.9 2.66 1.0 12.0 0.92 0.02 new +TCGA-SN-A84X-01 TCGA-SN-A84X-01A-11D-A434-01 called 0.75 2.54 0.0 13.0 0.79 0.06 new +TCGA-SN-A84Y-01 TCGA-SN-A84Y-01A-11D-A434-01 called 0.77 2.63 1.0 13.0 0.82 0.18 new +TCGA-SO-A8JP-01 TCGA-SO-A8JP-01A-11D-A434-01 called 0.76 4.76 2.0 25.0 0.88 0.26 new +TCGA-VF-A8A8-01 TCGA-VF-A8A8-01A-11D-A434-01 called 0.92 2.46 1.0 11.0 0.93 0.21 new +TCGA-VF-A8A9-01 TCGA-VF-A8A9-01A-11D-A434-01 called 0.36 3.09 1.0 34.0 0.47 0.03 new +TCGA-VF-A8AA-01 TCGA-VF-A8AA-01A-11D-A434-01 called 0.32 3.55 1.0 41.0 0.46 0.27 new +TCGA-VF-A8AB-01 TCGA-VF-A8AB-01A-31D-A434-01 called 0.3 2.95 1.0 40.0 0.39 0.02 new +TCGA-VF-A8AC-01 TCGA-VF-A8AC-01A-11D-A434-01 called 0.27 3.83 1.0 50.0 0.41 0.06 new +TCGA-VF-A8AD-01 TCGA-VF-A8AD-01A-11D-A434-01 called 0.43 2.92 1.0 27.0 0.52 0.14 new +TCGA-VF-A8AE-01 TCGA-VF-A8AE-01A-11D-A434-01 called 0.13 4.41 2.0 97.0 0.25 0.32 new +TCGA-W4-A7U2-01 TCGA-W4-A7U2-01A-11D-A434-01 called 0.62 2.82 1.0 17.0 0.69 0.04 new +TCGA-W4-A7U3-01 TCGA-W4-A7U3-01A-12D-A434-01 called 0.72 2.8 1.0 15.0 0.78 0.37 new +TCGA-W4-A7U4-01 TCGA-W4-A7U4-01A-12D-A434-01 called 0.68 3.01 1.0 16.0 0.76 0.51 new +TCGA-WZ-A7V3-01 TCGA-WZ-A7V3-01A-11D-A434-01 called 0.57 3.02 1.0 19.0 0.67 0.02 new +TCGA-WZ-A7V4-01 TCGA-WZ-A7V4-01A-11D-A434-01 called 0.27 2.77 1.0 44.0 0.34 0.14 new +TCGA-WZ-A7V5-01 TCGA-WZ-A7V5-01A-11D-A434-01 called 0.38 2.73 1.0 31.0 0.45 0.23 new +TCGA-WZ-A8D5-01 TCGA-WZ-A8D5-01A-11D-A434-01 called 0.26 4.42 2.0 55.0 0.43 0.18 new +TCGA-X3-A8G4-01 TCGA-X3-A8G4-01A-11D-A434-01 called 0.47 4.53 2.0 36.0 0.66 0.22 new +TCGA-XE-A8H1-01 TCGA-XE-A8H1-01A-11D-A434-01 called 0.47 2.73 1.0 21.0 0.55 0.16 new +TCGA-XE-A8H4-01 TCGA-XE-A8H4-01A-31D-A434-01 called 0.27 2.97 1.0 45.0 0.36 0.09 new +TCGA-XE-A8H5-01 TCGA-XE-A8H5-01A-11D-A434-01 called 0.67 3.15 1.0 17.0 0.76 0.04 new +TCGA-XE-A9SE-01 TCGA-XE-A9SE-01A-21D-A434-01 called 0.5 3.13 1.0 21.0 0.61 0.04 new +TCGA-XE-AANI-01 TCGA-XE-AANI-01A-11D-A434-01 called 0.81 2.86 1.0 14.0 0.86 0.02 new +TCGA-XE-AANJ-01 TCGA-XE-AANJ-01A-11D-A434-01 called 0.59 2.81 1.0 17.0 0.67 0.02 new +TCGA-XE-AANR-01 TCGA-XE-AANR-01A-11D-A434-01 called 0.62 2.85 1.0 17.0 0.7 0.0 new +TCGA-XE-AANV-01 TCGA-XE-AANV-01A-11D-A434-01 called 0.45 3.29 1.0 28.0 0.58 0.04 new +TCGA-XE-AAO3-01 TCGA-XE-AAO3-01A-11D-A434-01 called 0.7 3.19 1.0 17.0 0.78 0.04 new +TCGA-XE-AAO4-01 TCGA-XE-AAO4-01A-11D-A434-01 called 0.43 3.08 1.0 28.0 0.53 0.02 new +TCGA-XE-AAO6-01 TCGA-XE-AAO6-01A-31D-A434-01 called 0.55 3.35 1.0 21.0 0.67 0.01 new +TCGA-XE-AAOB-01 TCGA-XE-AAOB-01A-11D-A434-01 called 0.37 2.88 1.0 32.0 0.46 0.21 new +TCGA-XE-AAOC-01 TCGA-XE-AAOC-01A-11D-A434-01 called 0.9 2.57 1.0 11.0 0.92 0.04 new +TCGA-XE-AAOD-01 TCGA-XE-AAOD-01A-11D-A434-01 called 0.17 2.8 1.0 69.0 0.22 0.06 new +TCGA-XE-AAOF-01 TCGA-XE-AAOF-01A-11D-A434-01 called 0.34 2.99 1.0 36.0 0.44 0.11 new +TCGA-XE-AAOJ-01 TCGA-XE-AAOJ-01A-12D-A434-01 called 0.84 2.89 1.0 13.0 0.89 0.11 new +TCGA-XE-AAOL-01 TCGA-XE-AAOL-01A-11D-A434-01 called 0.73 4.8 2.0 27.0 0.87 0.21 new +TCGA-XY-A89B-01 TCGA-XY-A89B-01A-11D-A434-01 called 0.35 2.83 1.0 34.0 0.43 0.01 new +TCGA-XY-A8S2-01 TCGA-XY-A8S2-01A-11D-A434-01 called 0.73 2.72 1.0 14.0 0.78 0.22 new +TCGA-XY-A8S3-01 TCGA-XY-A8S3-01B-11D-A434-01 called 0.87 2.95 1.0 13.0 0.91 0.21 new +TCGA-XY-A9T9-01 TCGA-XY-A9T9-01A-11D-A434-01 called 0.37 2.99 1.0 33.0 0.46 0.12 new +TCGA-YU-A90P-01 TCGA-YU-A90P-01A-11D-A434-01 called 0.54 2.66 1.0 18.0 0.61 0.13 new +TCGA-YU-A90Q-01 TCGA-YU-A90Q-01A-11D-A434-01 called 0.8 3.01 1.0 14.0 0.85 0.0 new +TCGA-YU-A90S-01 TCGA-YU-A90S-01A-11D-A434-01 called 0.44 2.0 0.0 19.0 0.45 0.22 new +TCGA-YU-A90W-01 TCGA-YU-A90W-01A-11D-A434-01 called 0.51 4.8 2.0 35.0 0.72 0.16 new +TCGA-YU-A90Y-01 TCGA-YU-A90Y-01A-11D-A434-01 called 0.6 2.69 1.0 17.0 0.67 0.21 new +TCGA-YU-A912-01 TCGA-YU-A912-01A-11D-A434-01 called 0.67 2.79 1.0 15.0 0.74 0.03 new +TCGA-YU-A94D-01 TCGA-YU-A94D-01A-11D-A434-01 called 0.83 2.2 0.0 10.0 0.85 0.04 new +TCGA-YU-A94I-01 TCGA-YU-A94I-01A-11D-A434-01 called 0.88 2.69 1.0 12.0 0.91 0.24 new +TCGA-YU-AA4L-01 TCGA-YU-AA4L-01A-11D-A434-01 called 0.84 2.78 1.0 13.0 0.88 0.18 new +TCGA-YU-AA61-01 TCGA-YU-AA61-01A-11D-A434-01 called 0.6 2.85 1.0 17.0 0.68 0.2 new +TCGA-ZM-AA05-01 TCGA-ZM-AA05-01A-12D-A434-01 called 0.33 3.0 1.0 36.0 0.43 0.51 new +TCGA-ZM-AA06-01 TCGA-ZM-AA06-01A-12D-A434-01 called 0.58 2.67 1.0 17.0 0.65 0.01 new +TCGA-ZM-AA0B-01 TCGA-ZM-AA0B-01A-11D-A434-01 called 0.48 2.97 1.0 21.0 0.58 0.01 new +TCGA-ZM-AA0D-01 TCGA-ZM-AA0D-01A-11D-A434-01 called 0.32 2.03 0.0 32.0 0.32 0.6 new +TCGA-ZM-AA0E-01 TCGA-ZM-AA0E-01A-12D-A434-01 called 0.28 3.12 1.0 45.0 0.37 0.02 new +TCGA-ZM-AA0F-01 TCGA-ZM-AA0F-01A-21D-A434-01 called 0.26 1.64 0.0 39.0 0.22 0.54 new +TCGA-ZM-AA0H-01 TCGA-ZM-AA0H-01A-11D-A434-01 called 0.26 3.31 1.0 48.0 0.37 0.07 new +TCGA-ZM-AA0N-01 TCGA-ZM-AA0N-01A-21D-A434-01 called 0.33 3.51 1.0 41.0 0.46 0.1 new +TCGA-4C-A93U-01 TCGA-4C-A93U-01A-11D-A396-01 called 0.73 2.02 0.0 11.0 0.73 0.02 new +TCGA-BJ-A0YZ-01 TCGA-BJ-A0YZ-01A-11D-A10T-01 called 0.38 1.99 0.0 22.0 0.38 0.0 new +TCGA-BJ-A0Z0-01 TCGA-BJ-A0Z0-01A-11D-A10T-01 called 0.89 1.97 0.0 9.0 0.89 0.0 new +TCGA-BJ-A0Z2-01 TCGA-BJ-A0Z2-01A-11D-A10T-01 called 0.97 1.99 0.0 8.0 0.97 0.0 new +TCGA-BJ-A0Z3-01 TCGA-BJ-A0Z3-01A-11D-A13V-01 called 0.54 2.0 0.0 15.0 0.54 0.0 new +TCGA-BJ-A0Z9-01 TCGA-BJ-A0Z9-01A-11D-A10T-01 called 0.61 2.0 0.0 13.0 0.61 0.0 new +TCGA-BJ-A0ZA-01 TCGA-BJ-A0ZA-01A-11D-A10T-01 called 0.86 2.0 0.0 9.0 0.86 0.0 new +TCGA-BJ-A0ZB-01 TCGA-BJ-A0ZB-01A-11D-A10T-01 called 0.67 2.0 0.0 12.0 0.67 0.01 new +TCGA-BJ-A0ZC-01 TCGA-BJ-A0ZC-01A-12D-A13V-01 called 0.76 1.98 0.0 10.0 0.76 0.0 new +TCGA-BJ-A0ZE-01 TCGA-BJ-A0ZE-01A-11D-A10T-01 called 0.73 2.0 0.0 11.0 0.73 0.0 new +TCGA-BJ-A0ZG-01 TCGA-BJ-A0ZG-01A-11D-A10T-01 called 0.63 2.0 0.0 13.0 0.63 0.0 new +TCGA-BJ-A0ZH-01 TCGA-BJ-A0ZH-01A-11D-A10T-01 called 0.62 2.0 0.0 13.0 0.62 0.01 new +TCGA-BJ-A0ZJ-01 TCGA-BJ-A0ZJ-01A-11D-A10T-01 called 0.56 2.0 0.0 15.0 0.56 0.0 new +TCGA-BJ-A18Y-01 TCGA-BJ-A18Y-01A-11D-A13V-01 called 0.6 1.99 0.0 13.0 0.6 0.0 new +TCGA-BJ-A18Z-01 TCGA-BJ-A18Z-01A-21D-A13V-01 called 0.33 2.0 0.0 31.0 0.33 0.0 new +TCGA-BJ-A191-01 TCGA-BJ-A191-01A-11D-A13V-01 called 0.36 2.0 0.0 27.0 0.36 0.0 new +TCGA-BJ-A28R-01 TCGA-BJ-A28R-01A-11D-A16M-01 called 0.75 2.0 0.0 11.0 0.75 0.0 new +TCGA-BJ-A28S-01 TCGA-BJ-A28S-01A-11D-A19I-01 called 0.79 2.0 0.0 10.0 0.79 0.0 new +TCGA-BJ-A28T-01 TCGA-BJ-A28T-01A-11D-A16M-01 called 0.84 2.0 0.0 9.0 0.84 0.0 new +TCGA-BJ-A28V-01 TCGA-BJ-A28V-01A-11D-A19I-01 called 0.72 2.0 0.0 11.0 0.72 0.0 new +TCGA-BJ-A28X-01 TCGA-BJ-A28X-01A-11D-A22C-01 called 0.94 2.0 0.0 8.0 0.94 0.0 new +TCGA-BJ-A2N7-01 TCGA-BJ-A2N7-01A-11D-A18E-01 called 0.77 2.0 0.0 10.0 0.77 0.0 new +TCGA-BJ-A2N8-01 TCGA-BJ-A2N8-01A-11D-A18E-01 called 0.64 2.0 0.0 13.0 0.64 0.06 new +TCGA-BJ-A2NA-01 TCGA-BJ-A2NA-01A-12D-A19I-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-BJ-A2P4-01 TCGA-BJ-A2P4-01A-11D-A18E-01 called 0.84 1.99 0.0 9.0 0.84 0.0 new +TCGA-BJ-A3EZ-01 TCGA-BJ-A3EZ-01A-11D-A201-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-BJ-A3PR-01 TCGA-BJ-A3PR-01A-11D-A21Y-01 called 0.46 2.0 0.0 18.0 0.46 0.0 new +TCGA-BJ-A3PT-01 TCGA-BJ-A3PT-01A-12D-A21Y-01 called 0.67 1.99 0.0 12.0 0.67 0.01 new +TCGA-BJ-A3PU-01 TCGA-BJ-A3PU-01A-11D-A21Y-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-BJ-A45D-01 TCGA-BJ-A45D-01A-11D-A23T-01 called 0.61 1.99 0.0 13.0 0.61 0.0 new +TCGA-BJ-A45E-01 TCGA-BJ-A45E-01A-11D-A23T-01 called 0.25 2.21 0.0 45.0 0.26 0.0 new +TCGA-BJ-A45F-01 TCGA-BJ-A45F-01A-12D-A23T-01 called 0.84 2.0 0.0 9.0 0.84 0.01 new +TCGA-BJ-A45G-01 TCGA-BJ-A45G-01A-11D-A23T-01 called 0.78 2.0 0.0 10.0 0.78 0.0 new +TCGA-BJ-A45H-01 TCGA-BJ-A45H-01A-12D-A23T-01 called 0.5 2.01 0.0 16.0 0.5 0.0 new +TCGA-BJ-A45I-01 TCGA-BJ-A45I-01A-11D-A23T-01 called 0.99 2.0 0.0 8.0 0.99 0.0 new +TCGA-BJ-A45K-01 TCGA-BJ-A45K-01A-11D-A23T-01 called 0.85 2.0 0.0 9.0 0.85 0.0 new +TCGA-BJ-A4O8-01 TCGA-BJ-A4O8-01A-11D-A256-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-BJ-A4O9-01 TCGA-BJ-A4O9-01A-11D-A256-01 called 0.96 1.99 0.0 8.0 0.96 0.0 new +TCGA-CE-A13K-01 TCGA-CE-A13K-01A-11D-A10T-01 called 0.8 2.0 0.0 10.0 0.8 0.03 new +TCGA-CE-A27D-01 TCGA-CE-A27D-01A-11D-A16M-01 called 0.54 2.0 0.0 15.0 0.54 0.01 new +TCGA-CE-A3MD-01 TCGA-CE-A3MD-01A-11D-A20A-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-CE-A3ME-01 TCGA-CE-A3ME-01A-11D-A20A-01 called 0.6 2.0 0.0 14.0 0.6 0.0 new +TCGA-CE-A482-01 TCGA-CE-A482-01A-11D-A23T-01 called 0.55 2.0 0.0 15.0 0.55 0.04 new +TCGA-CE-A483-01 TCGA-CE-A483-01A-11D-A23T-01 called 0.67 2.0 0.0 12.0 0.67 0.06 new +TCGA-CE-A484-01 TCGA-CE-A484-01A-11D-A23T-01 called 0.91 1.99 0.0 9.0 0.91 0.0 new +TCGA-CE-A485-01 TCGA-CE-A485-01A-11D-A23T-01 called 0.93 2.0 0.0 8.0 0.93 0.01 new +TCGA-DE-A0XZ-01 TCGA-DE-A0XZ-01A-11D-A17S-01 called 0.76 1.99 0.0 11.0 0.76 0.01 new +TCGA-DE-A0Y2-01 TCGA-DE-A0Y2-01A-11D-A10T-01 called 0.85 2.0 0.0 9.0 0.85 0.0 new +TCGA-DE-A0Y3-01 TCGA-DE-A0Y3-01B-11D-A10T-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-DE-A2OL-01 TCGA-DE-A2OL-01A-11D-A18E-01 called 0.63 2.0 0.0 13.0 0.63 0.0 new +TCGA-DE-A3KN-01 TCGA-DE-A3KN-01A-11D-A20A-01 called 0.75 1.98 0.0 11.0 0.75 0.0 new +TCGA-DE-A4M8-01 TCGA-DE-A4M8-01A-21D-A256-01 called 0.33 1.99 0.0 30.0 0.33 0.0 new +TCGA-DE-A4M9-01 TCGA-DE-A4M9-01A-11D-A256-01 called 0.99 2.0 0.0 8.0 0.99 0.0 new +TCGA-DE-A4MA-01 TCGA-DE-A4MA-01A-11D-A256-01 called 0.89 2.0 0.0 9.0 0.89 0.0 new +TCGA-DE-A4MB-01 TCGA-DE-A4MB-01A-11D-A256-01 called 0.67 2.07 0.0 12.0 0.67 0.12 new +TCGA-DE-A4MC-01 TCGA-DE-A4MC-01A-11D-A256-01 called 0.82 2.04 0.0 10.0 0.82 0.0 new +TCGA-DE-A4MD-01 TCGA-DE-A4MD-01A-11D-A256-01 called 0.93 2.01 0.0 8.0 0.93 0.02 new +TCGA-DE-A4MD-06 TCGA-DE-A4MD-06A-11D-A256-01 called 0.58 2.01 0.0 14.0 0.58 0.0 new +TCGA-DE-A69J-01 TCGA-DE-A69J-01A-21D-A396-01 called 0.66 2.0 0.0 12.0 0.66 0.03 new +TCGA-DE-A69K-01 TCGA-DE-A69K-01A-11D-A396-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-DE-A7U5-01 TCGA-DE-A7U5-01A-11D-A396-01 called 0.93 2.0 0.0 8.0 0.93 0.0 new +TCGA-DJ-A13M-01 TCGA-DJ-A13M-01A-11D-A10T-01 called 0.88 1.99 0.0 9.0 0.88 0.0 new +TCGA-DJ-A13O-01 TCGA-DJ-A13O-01A-11D-A10T-01 called 0.36 2.0 0.0 26.0 0.36 0.0 new +TCGA-DJ-A13P-01 TCGA-DJ-A13P-01A-11D-A10T-01 called 0.82 1.97 0.0 9.0 0.82 0.0 new +TCGA-DJ-A13R-01 TCGA-DJ-A13R-01A-11D-A10T-01 called 0.58 2.0 0.0 14.0 0.58 0.0 new +TCGA-DJ-A13S-01 TCGA-DJ-A13S-01A-11D-A10T-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-DJ-A13T-01 TCGA-DJ-A13T-01A-11D-A10T-01 called 0.9 1.99 0.0 9.0 0.9 0.0 new +TCGA-DJ-A13U-01 TCGA-DJ-A13U-01A-11D-A10T-01 called 0.3 2.07 0.0 35.0 0.31 0.0 new +TCGA-DJ-A13V-01 TCGA-DJ-A13V-01A-11D-A10T-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-DJ-A13W-01 TCGA-DJ-A13W-01A-11D-A10T-01 called 0.87 2.0 0.0 9.0 0.87 0.0 new +TCGA-DJ-A13X-01 TCGA-DJ-A13X-01A-11D-A10T-01 called 0.72 2.0 0.0 11.0 0.72 0.0 new +TCGA-DJ-A1QD-01 TCGA-DJ-A1QD-01A-11D-A14V-01 called 0.49 2.0 0.0 17.0 0.49 0.0 new +TCGA-DJ-A1QE-01 TCGA-DJ-A1QE-01A-21D-A14V-01 called 0.95 2.0 0.0 8.0 0.95 0.02 new +TCGA-DJ-A1QF-01 TCGA-DJ-A1QF-01A-12D-A14V-01 called 0.78 2.0 0.0 10.0 0.78 0.0 new +TCGA-DJ-A1QG-01 TCGA-DJ-A1QG-01A-11D-A14V-01 called 0.76 1.99 0.0 10.0 0.76 0.0 new +TCGA-DJ-A1QH-01 TCGA-DJ-A1QH-01A-21D-A14V-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-DJ-A1QI-01 TCGA-DJ-A1QI-01A-11D-A14V-01 called 0.91 2.0 0.0 9.0 0.91 0.0 new +TCGA-DJ-A1QL-01 TCGA-DJ-A1QL-01A-11D-A14V-01 called 0.84 2.0 0.0 9.0 0.84 0.0 new +TCGA-DJ-A1QM-01 TCGA-DJ-A1QM-01A-11D-A14V-01 called 0.19 2.0 0.0 56.0 0.19 0.0 new +TCGA-DJ-A1QN-01 TCGA-DJ-A1QN-01A-11D-A14V-01 called 0.6 1.96 0.0 13.0 0.59 0.02 new +TCGA-DJ-A1QO-01 TCGA-DJ-A1QO-01A-11D-A14V-01 called 0.68 2.0 0.0 12.0 0.68 0.04 new +TCGA-DJ-A1QQ-01 TCGA-DJ-A1QQ-01A-11D-A14V-01 called 0.93 2.0 0.0 8.0 0.93 0.0 new +TCGA-DJ-A2PN-01 TCGA-DJ-A2PN-01A-21D-A19I-01 called 0.84 2.0 0.0 9.0 0.84 0.0 new +TCGA-DJ-A2PO-01 TCGA-DJ-A2PO-01A-21D-A19I-01 called 0.96 2.0 0.0 8.0 0.96 0.0 new +TCGA-DJ-A2PP-01 TCGA-DJ-A2PP-01A-11D-A19I-01 called 0.77 2.0 0.0 10.0 0.77 0.0 new +TCGA-DJ-A2PQ-01 TCGA-DJ-A2PQ-01A-11D-A18E-01 called 0.97 2.0 0.0 8.0 0.97 0.0 new +TCGA-DJ-A2PR-01 TCGA-DJ-A2PR-01A-11D-A19I-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-DJ-A2PS-01 TCGA-DJ-A2PS-01A-11D-A18E-01 called 0.67 2.0 0.0 12.0 0.67 0.01 new +TCGA-DJ-A2PT-01 TCGA-DJ-A2PT-01A-11D-A18E-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-DJ-A2PU-01 TCGA-DJ-A2PU-01A-12D-A19I-01 called 0.87 2.0 0.0 9.0 0.87 0.0 new +TCGA-DJ-A2PV-01 TCGA-DJ-A2PV-01A-11D-A19I-01 called 0.36 2.99 1.0 34.0 0.46 0.14 new +TCGA-DJ-A2PW-01 TCGA-DJ-A2PW-01A-11D-A19I-01 called 0.3 2.03 0.0 35.0 0.3 0.01 new +TCGA-DJ-A2PX-01 TCGA-DJ-A2PX-01A-11D-A18E-01 called 0.18 2.0 0.0 59.0 0.18 0.0 new +TCGA-DJ-A2PY-01 TCGA-DJ-A2PY-01A-11D-A18E-01 called 0.58 2.0 0.0 14.0 0.58 0.0 new +TCGA-DJ-A2PZ-01 TCGA-DJ-A2PZ-01A-21D-A18E-01 called 0.55 2.0 0.0 15.0 0.55 0.0 new +TCGA-DJ-A2Q0-01 TCGA-DJ-A2Q0-01A-11D-A201-01 called 0.59 2.94 1.0 18.0 0.68 0.0 new +TCGA-DJ-A2Q1-01 TCGA-DJ-A2Q1-01A-22D-A19I-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-DJ-A2Q2-01 TCGA-DJ-A2Q2-01A-11D-A19I-01 called 0.45 2.0 0.0 19.0 0.45 0.04 new +TCGA-DJ-A2Q3-01 TCGA-DJ-A2Q3-01A-11D-A18E-01 called 0.43 2.0 0.0 19.0 0.43 0.0 new +TCGA-DJ-A2Q4-01 TCGA-DJ-A2Q4-01A-21D-A18E-01 called 0.76 2.0 0.0 10.0 0.76 0.0 new +TCGA-DJ-A2Q5-01 TCGA-DJ-A2Q5-01A-11D-A18E-01 called 0.44 2.0 0.0 19.0 0.44 0.0 new +TCGA-DJ-A2Q6-01 TCGA-DJ-A2Q6-01A-11D-A18E-01 called 0.57 2.0 0.0 14.0 0.57 0.0 new +TCGA-DJ-A2Q7-01 TCGA-DJ-A2Q7-01A-11D-A18E-01 called 0.68 1.99 0.0 12.0 0.68 0.01 new +TCGA-DJ-A2Q8-01 TCGA-DJ-A2Q8-01A-11D-A18E-01 called 0.52 2.0 0.0 16.0 0.52 0.0 new +TCGA-DJ-A2QA-01 TCGA-DJ-A2QA-01A-11D-A18E-01 called 0.53 1.99 0.0 16.0 0.53 0.01 new +TCGA-DJ-A2QB-01 TCGA-DJ-A2QB-01A-11D-A19I-01 called 0.67 1.99 0.0 12.0 0.67 0.0 new +TCGA-DJ-A2QC-01 TCGA-DJ-A2QC-01A-11D-A18E-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-DJ-A3UK-01 TCGA-DJ-A3UK-01A-11D-A22C-01 called 0.96 2.0 0.0 8.0 0.96 0.01 new +TCGA-DJ-A3UM-01 TCGA-DJ-A3UM-01A-11D-A22C-01 called 0.72 2.0 0.0 11.0 0.72 0.0 new +TCGA-DJ-A3UN-01 TCGA-DJ-A3UN-01A-11D-A22C-01 called 0.7 1.99 0.0 11.0 0.7 0.01 new +TCGA-DJ-A3UP-01 TCGA-DJ-A3UP-01A-11D-A22C-01 called 0.88 1.99 0.0 9.0 0.88 0.0 new +TCGA-DJ-A3UQ-01 TCGA-DJ-A3UQ-01A-11D-A22C-01 called 0.67 2.0 0.0 12.0 0.67 0.05 new +TCGA-DJ-A3UR-01 TCGA-DJ-A3UR-01A-11D-A22C-01 called 0.84 2.0 0.0 9.0 0.84 0.0 new +TCGA-DJ-A3UT-01 TCGA-DJ-A3UT-01A-11D-A22C-01 called 0.25 2.0 0.0 42.0 0.25 0.0 new +TCGA-DJ-A3UU-01 TCGA-DJ-A3UU-01A-11D-A22C-01 called 0.49 2.0 0.0 17.0 0.49 0.0 new +TCGA-DJ-A3UW-01 TCGA-DJ-A3UW-01A-11D-A22C-01 called 0.32 2.0 0.0 31.0 0.32 0.0 new +TCGA-DJ-A3UY-01 TCGA-DJ-A3UY-01A-21D-A22C-01 called 0.38 2.0 0.0 24.0 0.38 0.0 new +TCGA-DJ-A3V0-01 TCGA-DJ-A3V0-01A-11D-A22Y-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-DJ-A3V2-01 TCGA-DJ-A3V2-01A-11D-A22Y-01 called 0.42 2.0 0.0 20.0 0.42 0.0 new +TCGA-DJ-A3V3-01 TCGA-DJ-A3V3-01A-11D-A22Y-01 called 0.66 2.0 0.0 12.0 0.66 0.01 new +TCGA-DJ-A3V4-01 TCGA-DJ-A3V4-01A-11D-A22Y-01 called 0.5 2.0 0.0 16.0 0.5 0.01 new +TCGA-DJ-A3V5-01 TCGA-DJ-A3V5-01A-11D-A22Y-01 called 0.56 2.0 0.0 15.0 0.56 0.0 new +TCGA-DJ-A3V8-01 TCGA-DJ-A3V8-01A-11D-A23L-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-DJ-A3V9-01 TCGA-DJ-A3V9-01A-11D-A23L-01 called 0.42 2.0 0.0 20.0 0.42 0.0 new +TCGA-DJ-A3VB-01 TCGA-DJ-A3VB-01A-11D-A23L-01 called 0.66 2.0 0.0 12.0 0.66 0.03 new +TCGA-DJ-A3VD-01 TCGA-DJ-A3VD-01A-11D-A23L-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-DJ-A3VE-01 TCGA-DJ-A3VE-01A-11D-A23L-01 called 0.68 2.0 0.0 12.0 0.68 0.0 new +TCGA-DJ-A3VF-01 TCGA-DJ-A3VF-01A-11D-A23L-01 called 0.38 2.0 0.0 24.0 0.38 0.0 new +TCGA-DJ-A3VG-01 TCGA-DJ-A3VG-01A-11D-A23L-01 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-DJ-A3VI-01 TCGA-DJ-A3VI-01A-11D-A23L-01 called 0.63 2.0 0.0 13.0 0.63 0.0 new +TCGA-DJ-A3VJ-01 TCGA-DJ-A3VJ-01A-11D-A23L-01 called 0.52 2.0 0.0 16.0 0.52 0.0 new +TCGA-DJ-A3VK-01 TCGA-DJ-A3VK-01A-11D-A23L-01 called 0.61 1.99 0.0 13.0 0.61 0.09 new +TCGA-DJ-A3VL-01 TCGA-DJ-A3VL-01A-11D-A23L-01 called 0.89 2.0 0.0 9.0 0.89 0.02 new +TCGA-DJ-A3VM-01 TCGA-DJ-A3VM-01A-11D-A23L-01 called 0.8 1.99 0.0 10.0 0.8 0.0 new +TCGA-DJ-A4UL-01 TCGA-DJ-A4UL-01A-11D-A256-01 called 0.84 2.0 0.0 9.0 0.84 0.01 new +TCGA-DJ-A4UP-01 TCGA-DJ-A4UP-01A-11D-A256-01 called 0.33 2.0 0.0 31.0 0.33 0.0 new +TCGA-DJ-A4UQ-01 TCGA-DJ-A4UQ-01A-11D-A256-01 called 0.68 2.0 0.0 12.0 0.68 0.0 new +TCGA-DJ-A4UR-01 TCGA-DJ-A4UR-01A-11D-A256-01 called 0.78 1.97 0.0 10.0 0.77 0.0 new +TCGA-DJ-A4UT-01 TCGA-DJ-A4UT-01A-11D-A256-01 called 0.51 2.0 0.0 16.0 0.51 0.12 new +TCGA-DJ-A4UW-01 TCGA-DJ-A4UW-01A-11D-A256-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-DJ-A4V0-01 TCGA-DJ-A4V0-01A-11D-A256-01 called 0.45 2.0 0.0 18.0 0.45 0.0 new +TCGA-DJ-A4V2-01 TCGA-DJ-A4V2-01A-11D-A256-01 called 0.6 2.0 0.0 13.0 0.6 0.0 new +TCGA-DJ-A4V4-01 TCGA-DJ-A4V4-01A-11D-A256-01 called 0.59 2.0 0.0 14.0 0.59 0.01 new +TCGA-DJ-A4V5-01 TCGA-DJ-A4V5-01A-11D-A256-01 called 0.61 2.0 0.0 13.0 0.61 0.0 new +TCGA-DO-A1JZ-01 TCGA-DO-A1JZ-01A-11D-A13V-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-DO-A1K0-01 TCGA-DO-A1K0-01A-11D-A13V-01 called 0.92 2.0 0.0 9.0 0.92 0.0 new +TCGA-DO-A2HM-01 TCGA-DO-A2HM-01B-11D-A22C-01 called 0.18 2.0 0.0 62.0 0.18 0.15 new +TCGA-E3-A3DY-01 TCGA-E3-A3DY-01A-11D-A20A-01 called 0.69 2.0 0.0 12.0 0.69 0.0 new +TCGA-E3-A3DZ-01 TCGA-E3-A3DZ-01A-11D-A20A-01 called 0.77 1.99 0.0 10.0 0.77 0.0 new +TCGA-E3-A3E0-01 TCGA-E3-A3E0-01A-11D-A20A-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-E3-A3E1-01 TCGA-E3-A3E1-01A-11D-A20A-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-E3-A3E2-01 TCGA-E3-A3E2-01A-11D-A20A-01 called 0.61 2.0 0.0 13.0 0.61 0.0 new +TCGA-E3-A3E3-01 TCGA-E3-A3E3-01A-11D-A20A-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-E3-A3E5-01 TCGA-E3-A3E5-01A-11D-A20A-01 called 0.88 1.99 0.0 9.0 0.88 0.0 new +TCGA-E8-A242-01 TCGA-E8-A242-01A-21D-A16M-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-E8-A3X7-01 TCGA-E8-A3X7-01A-11D-A22Y-01 called 0.65 2.0 0.0 12.0 0.65 0.0 new +TCGA-E8-A413-01 TCGA-E8-A413-01A-21D-A23L-01 called 0.54 2.0 0.0 15.0 0.54 0.0 new +TCGA-E8-A414-01 TCGA-E8-A414-01A-11D-A23L-01 called 0.45 2.0 0.0 18.0 0.45 0.0 new +TCGA-E8-A417-01 TCGA-E8-A417-01A-21D-A23L-01 called 0.72 2.0 0.0 11.0 0.72 0.03 new +TCGA-E8-A418-01 TCGA-E8-A418-01A-11D-A23L-01 called 0.87 2.0 0.0 9.0 0.87 0.01 new +TCGA-E8-A419-01 TCGA-E8-A419-01A-11D-A23L-01 called 0.54 2.0 0.0 15.0 0.54 0.0 new +TCGA-E8-A432-01 TCGA-E8-A432-01A-11D-A23L-01 called 0.58 3.76 1.0 23.0 0.72 0.06 new +TCGA-E8-A434-01 TCGA-E8-A434-01A-11D-A23L-01 called 0.5 2.0 0.0 16.0 0.5 0.01 new +TCGA-E8-A437-01 TCGA-E8-A437-01A-12D-A23T-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-E8-A438-01 TCGA-E8-A438-01A-11D-A23T-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-E8-A44K-01 TCGA-E8-A44K-01A-21D-A23T-01 called 0.95 2.0 0.0 8.0 0.95 0.0 new +TCGA-EL-A3CL-01 TCGA-EL-A3CL-01A-11D-A19I-01 called 0.74 1.99 0.0 11.0 0.73 0.0 new +TCGA-EL-A3CM-01 TCGA-EL-A3CM-01A-11D-A19I-01 called 0.53 2.0 0.0 15.0 0.53 0.0 new +TCGA-EL-A3CN-01 TCGA-EL-A3CN-01A-12D-A20A-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EL-A3CO-01 TCGA-EL-A3CO-01A-11D-A19I-01 called 0.47 2.0 0.0 18.0 0.47 0.0 new +TCGA-EL-A3CP-01 TCGA-EL-A3CP-01A-11D-A19I-01 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-EL-A3CR-01 TCGA-EL-A3CR-01A-12D-A201-01 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-EL-A3CS-01 TCGA-EL-A3CS-01A-21D-A19I-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-EL-A3CT-01 TCGA-EL-A3CT-01A-12D-A201-01 called 0.49 2.0 0.0 17.0 0.49 0.01 new +TCGA-EL-A3CU-01 TCGA-EL-A3CU-01A-11D-A19I-01 called 0.59 2.0 0.0 14.0 0.59 0.0 new +TCGA-EL-A3CV-01 TCGA-EL-A3CV-01A-11D-A19I-01 called 0.44 2.0 0.0 19.0 0.44 0.0 new +TCGA-EL-A3CX-01 TCGA-EL-A3CX-01A-11D-A19I-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-EL-A3CZ-01 TCGA-EL-A3CZ-01A-11D-A19I-01 called 0.55 2.0 0.0 15.0 0.55 0.0 new +TCGA-EL-A3D1-01 TCGA-EL-A3D1-01A-11D-A19I-01 called 0.8 1.99 0.0 10.0 0.8 0.02 new +TCGA-EL-A3D4-01 TCGA-EL-A3D4-01A-11D-A19I-01 called 0.6 1.99 0.0 13.0 0.6 0.0 new +TCGA-EL-A3D6-01 TCGA-EL-A3D6-01A-12D-A201-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EL-A3GO-01 TCGA-EL-A3GO-01A-11D-A201-01 called 0.8 1.97 0.0 10.0 0.8 0.0 new +TCGA-EL-A3GP-01 TCGA-EL-A3GP-01A-11D-A201-01 called 0.62 1.89 0.0 13.0 0.61 0.0 new +TCGA-EL-A3GQ-01 TCGA-EL-A3GQ-01A-11D-A201-01 called 0.85 1.99 0.0 9.0 0.85 0.0 new +TCGA-EL-A3GR-01 TCGA-EL-A3GR-01A-21D-A201-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EL-A3GS-01 TCGA-EL-A3GS-01A-11D-A20A-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-EL-A3GV-01 TCGA-EL-A3GV-01A-11D-A219-01 called 0.9 2.0 0.0 9.0 0.9 0.0 new +TCGA-EL-A3GW-01 TCGA-EL-A3GW-01A-11D-A201-01 called 0.85 1.99 0.0 9.0 0.85 0.0 new +TCGA-EL-A3GY-01 TCGA-EL-A3GY-01A-21D-A201-01 called 0.68 2.0 0.0 12.0 0.68 0.0 new +TCGA-EL-A3H1-01 TCGA-EL-A3H1-01A-11D-A219-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-EL-A3H2-01 TCGA-EL-A3H2-01A-11D-A20A-01 called 0.84 1.94 0.0 9.0 0.84 0.0 new +TCGA-EL-A3H3-01 TCGA-EL-A3H3-01A-11D-A201-01 called 0.87 2.0 0.0 9.0 0.87 0.0 new +TCGA-EL-A3H4-01 TCGA-EL-A3H4-01A-11D-A201-01 called 0.73 2.0 0.0 11.0 0.73 0.0 new +TCGA-EL-A3H7-01 TCGA-EL-A3H7-01A-11D-A219-01 called 0.61 2.0 0.0 13.0 0.61 0.0 new +TCGA-EL-A3H8-01 TCGA-EL-A3H8-01A-11D-A20A-01 called 0.69 2.0 0.0 12.0 0.69 0.0 new +TCGA-EL-A3MW-01 TCGA-EL-A3MW-01A-11D-A20A-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-EL-A3MX-01 TCGA-EL-A3MX-01A-11D-A219-01 called 0.65 2.02 0.0 13.0 0.65 0.05 new +TCGA-EL-A3MY-01 TCGA-EL-A3MY-01A-11D-A219-01 called 0.57 2.0 0.0 14.0 0.57 0.0 new +TCGA-EL-A3MZ-01 TCGA-EL-A3MZ-01A-11D-A219-01 called 0.6 2.05 0.0 14.0 0.6 0.0 new +TCGA-EL-A3N2-01 TCGA-EL-A3N2-01A-11D-A20A-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-EL-A3N3-01 TCGA-EL-A3N3-01A-11D-A20A-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-EL-A3T1-01 TCGA-EL-A3T1-01A-11D-A22C-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-EL-A3T2-01 TCGA-EL-A3T2-01A-11D-A22C-01 called 0.77 1.99 0.0 10.0 0.77 0.01 new +TCGA-EL-A3T3-01 TCGA-EL-A3T3-01A-11D-A22C-01 called 0.77 2.0 0.0 10.0 0.77 0.0 new +TCGA-EL-A3T6-01 TCGA-EL-A3T6-01A-11D-A21Y-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-EL-A3T7-01 TCGA-EL-A3T7-01A-11D-A22C-01 called 0.87 2.0 0.0 9.0 0.87 0.0 new +TCGA-EL-A3T8-01 TCGA-EL-A3T8-01A-21D-A22C-01 called 0.48 2.0 0.0 17.0 0.48 0.0 new +TCGA-EL-A3T9-01 TCGA-EL-A3T9-01A-21D-A22C-01 called 0.6 2.27 0.0 15.0 0.63 0.02 new +TCGA-EL-A3TA-01 TCGA-EL-A3TA-01A-12D-A22C-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-EL-A3TB-01 TCGA-EL-A3TB-01A-11D-A22C-01 called 0.83 2.0 0.0 9.0 0.83 0.0 new +TCGA-EL-A3ZG-01 TCGA-EL-A3ZG-01A-11D-A23L-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-EL-A3ZH-01 TCGA-EL-A3ZH-01A-31D-A23L-01 called 0.82 2.03 0.0 10.0 0.82 0.0 new +TCGA-EL-A3ZK-01 TCGA-EL-A3ZK-01A-21D-A23L-01 called 0.67 2.0 0.0 12.0 0.67 0.03 new +TCGA-EL-A3ZL-01 TCGA-EL-A3ZL-01A-11D-A23L-01 called 0.89 1.99 0.0 9.0 0.89 0.02 new +TCGA-EL-A3ZM-01 TCGA-EL-A3ZM-01A-12D-A23L-01 called 0.85 2.14 0.0 10.0 0.86 0.01 new +TCGA-EL-A3ZN-01 TCGA-EL-A3ZN-01A-11D-A23L-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-EL-A3ZO-01 TCGA-EL-A3ZO-01A-11D-A23L-01 called 0.7 2.02 0.0 12.0 0.7 0.03 new +TCGA-EL-A3ZP-01 TCGA-EL-A3ZP-01A-11D-A23L-01 called 0.84 2.0 0.0 9.0 0.84 0.0 new +TCGA-EL-A3ZQ-01 TCGA-EL-A3ZQ-01A-11D-A23L-01 called 0.61 2.0 0.0 13.0 0.61 0.03 new +TCGA-EL-A3ZR-01 TCGA-EL-A3ZR-01A-11D-A23L-01 called 0.55 2.15 0.0 16.0 0.56 0.04 new +TCGA-EL-A3ZS-01 TCGA-EL-A3ZS-01A-12D-A23L-01 called 0.5 1.99 0.0 16.0 0.5 0.0 new +TCGA-EL-A3ZT-01 TCGA-EL-A3ZT-01A-12D-A23L-01 called 0.65 2.0 0.0 12.0 0.65 0.02 new +TCGA-EL-A4JV-01 TCGA-EL-A4JV-01A-11D-A256-01 called 0.67 2.0 0.0 12.0 0.67 0.06 new +TCGA-EL-A4JW-01 TCGA-EL-A4JW-01A-11D-A256-01 called 0.63 2.0 0.0 13.0 0.63 0.0 new +TCGA-EL-A4JX-01 TCGA-EL-A4JX-01A-12D-A256-01 called 0.32 2.07 0.0 33.0 0.32 0.03 new +TCGA-EL-A4JZ-01 TCGA-EL-A4JZ-01A-11D-A256-01 called 0.67 1.99 0.0 12.0 0.67 0.0 new +TCGA-EL-A4K0-01 TCGA-EL-A4K0-01A-11D-A256-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EL-A4K1-01 TCGA-EL-A4K1-01A-11D-A256-01 called 0.96 2.0 0.0 8.0 0.96 0.0 new +TCGA-EL-A4K2-01 TCGA-EL-A4K2-01A-11D-A256-01 called 0.85 2.0 0.0 9.0 0.85 0.02 new +TCGA-EL-A4K4-01 TCGA-EL-A4K4-01A-11D-A256-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EL-A4K6-01 TCGA-EL-A4K6-01A-12D-A256-01 called 0.82 1.89 0.0 9.0 0.81 0.07 new +TCGA-EL-A4K7-01 TCGA-EL-A4K7-01A-11D-A256-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-EL-A4K9-01 TCGA-EL-A4K9-01A-11D-A256-01 called 0.67 2.02 0.0 12.0 0.67 0.03 new +TCGA-EL-A4KD-01 TCGA-EL-A4KD-01A-11D-A256-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-EL-A4KG-01 TCGA-EL-A4KG-01A-11D-A256-01 called 0.41 2.0 0.0 20.0 0.41 0.0 new +TCGA-EL-A4KH-01 TCGA-EL-A4KH-01A-11D-A256-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EL-A4KI-01 TCGA-EL-A4KI-01A-11D-A256-01 called 0.79 3.07 1.0 15.0 0.86 0.26 new +TCGA-EM-A1CS-01 TCGA-EM-A1CS-01A-11D-A13V-01 called 0.8 1.99 0.0 10.0 0.8 0.0 new +TCGA-EM-A1CT-01 TCGA-EM-A1CT-01A-11D-A13V-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-EM-A1CU-01 TCGA-EM-A1CU-01A-11D-A13V-01 called 0.73 2.0 0.0 11.0 0.73 0.0 new +TCGA-EM-A1CV-01 TCGA-EM-A1CV-01A-11D-A13V-01 called 0.89 2.0 0.0 9.0 0.89 0.0 new +TCGA-EM-A1CW-01 TCGA-EM-A1CW-01A-21D-A13V-01 called 0.54 2.0 0.0 15.0 0.54 0.0 new +TCGA-EM-A1YA-01 TCGA-EM-A1YA-01A-11D-A14V-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-EM-A1YB-01 TCGA-EM-A1YB-01A-11D-A14V-01 called 0.69 1.94 0.0 11.0 0.68 0.0 new +TCGA-EM-A1YE-01 TCGA-EM-A1YE-01A-11D-A14V-01 called 0.68 3.57 1.0 19.0 0.79 0.0 new +TCGA-EM-A22I-01 TCGA-EM-A22I-01A-11D-A17S-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EM-A22J-01 TCGA-EM-A22J-01A-11D-A17S-01 called 0.96 2.0 0.0 8.0 0.96 0.0 new +TCGA-EM-A22K-01 TCGA-EM-A22K-01A-11D-A17S-01 called 0.86 1.99 0.0 9.0 0.86 0.0 new +TCGA-EM-A22L-01 TCGA-EM-A22L-01A-11D-A17S-01 called 0.8 1.99 0.0 10.0 0.8 0.0 new +TCGA-EM-A22M-01 TCGA-EM-A22M-01A-11D-A17S-01 called 0.51 1.95 0.0 16.0 0.51 0.03 new +TCGA-EM-A22O-01 TCGA-EM-A22O-01A-11D-A17S-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-EM-A22P-01 TCGA-EM-A22P-01A-11D-A19I-01 called 0.41 1.98 0.0 20.0 0.4 0.0 new +TCGA-EM-A2CJ-01 TCGA-EM-A2CJ-01A-11D-A17S-01 called 0.87 2.0 0.0 9.0 0.87 0.0 new +TCGA-EM-A2CK-01 TCGA-EM-A2CK-01A-11D-A17S-01 called 0.77 2.0 0.0 10.0 0.77 0.0 new +TCGA-EM-A2CL-01 TCGA-EM-A2CL-01A-11D-A17S-01 called 0.96 2.0 0.0 8.0 0.96 0.0 new +TCGA-EM-A2CM-01 TCGA-EM-A2CM-01A-11D-A17S-01 called 0.9 1.99 0.0 9.0 0.9 0.04 new +TCGA-EM-A2CN-01 TCGA-EM-A2CN-01A-11D-A19I-01 called 0.97 2.0 0.0 8.0 0.97 0.0 new +TCGA-EM-A2CO-01 TCGA-EM-A2CO-01A-11D-A19I-01 called 0.48 2.01 0.0 17.0 0.48 0.49 new +TCGA-EM-A2CP-01 TCGA-EM-A2CP-01A-11D-A17S-01 called 0.99 2.0 0.0 8.0 0.99 0.0 new +TCGA-EM-A2CQ-01 TCGA-EM-A2CQ-01A-11D-A17S-01 called 0.53 2.0 0.0 15.0 0.53 0.0 new +TCGA-EM-A2CT-01 TCGA-EM-A2CT-01A-11D-A17S-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-EM-A2OV-01 TCGA-EM-A2OV-01A-11D-A201-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EM-A2OW-01 TCGA-EM-A2OW-01A-11D-A201-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-EM-A2OX-01 TCGA-EM-A2OX-01A-11D-A201-01 called 0.47 1.98 0.0 17.0 0.47 0.0 new +TCGA-EM-A2OZ-01 TCGA-EM-A2OZ-01A-11D-A201-01 called 0.6 2.0 0.0 14.0 0.6 0.0 new +TCGA-EM-A2P0-01 TCGA-EM-A2P0-01A-11D-A201-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-EM-A2P1-01 TCGA-EM-A2P1-01A-11D-A201-01 called 0.29 2.0 0.0 36.0 0.29 0.0 new +TCGA-EM-A2P1-06 TCGA-EM-A2P1-06A-11D-A201-01 called 0.48 2.0 0.0 17.0 0.48 0.0 new +TCGA-EM-A2P2-01 TCGA-EM-A2P2-01A-11D-A201-01 called 0.85 2.0 0.0 9.0 0.85 0.0 new +TCGA-EM-A2P3-01 TCGA-EM-A2P3-01A-11D-A201-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-EM-A3AI-01 TCGA-EM-A3AI-01A-11D-A201-01 called 0.78 2.34 0.0 12.0 0.8 0.01 new +TCGA-EM-A3AJ-01 TCGA-EM-A3AJ-01A-11D-A201-01 called 0.41 2.0 0.0 20.0 0.41 0.02 new +TCGA-EM-A3AK-01 TCGA-EM-A3AK-01A-11D-A201-01 called 0.68 2.0 0.0 12.0 0.68 0.0 new +TCGA-EM-A3AL-01 TCGA-EM-A3AL-01A-11D-A201-01 called 0.75 2.0 0.0 11.0 0.75 0.0 new +TCGA-EM-A3AN-01 TCGA-EM-A3AN-01A-11D-A201-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-EM-A3AO-01 TCGA-EM-A3AO-01A-11D-A201-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EM-A3AP-01 TCGA-EM-A3AP-01A-12D-A20A-01 called 0.74 1.99 0.0 11.0 0.74 0.0 new +TCGA-EM-A3AR-01 TCGA-EM-A3AR-01A-12D-A20A-01 called 0.36 2.0 0.0 27.0 0.36 0.0 new +TCGA-EM-A3FJ-01 TCGA-EM-A3FJ-01A-11D-A219-01 called 0.61 2.0 0.0 13.0 0.61 0.01 new +TCGA-EM-A3FK-01 TCGA-EM-A3FK-01A-11D-A219-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EM-A3FL-01 TCGA-EM-A3FL-01A-11D-A219-01 called 0.53 2.0 0.0 15.0 0.53 0.0 new +TCGA-EM-A3FM-01 TCGA-EM-A3FM-01A-11D-A219-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EM-A3FN-01 TCGA-EM-A3FN-01A-11D-A219-01 called 0.66 1.99 0.0 12.0 0.66 0.52 new +TCGA-EM-A3FO-01 TCGA-EM-A3FO-01A-11D-A219-01 called 0.82 2.0 0.0 10.0 0.82 0.04 new +TCGA-EM-A3FP-01 TCGA-EM-A3FP-01A-11D-A219-01 called 0.63 2.0 0.0 13.0 0.63 0.0 new +TCGA-EM-A3FQ-01 TCGA-EM-A3FQ-01A-11D-A219-01 called 0.53 2.0 0.0 15.0 0.53 0.0 new +TCGA-EM-A3FQ-06 TCGA-EM-A3FQ-06A-11D-A219-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-EM-A3FR-01 TCGA-EM-A3FR-01A-11D-A21Y-01 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-EM-A3O3-01 TCGA-EM-A3O3-01A-11D-A21Y-01 called 0.65 2.04 0.0 13.0 0.66 0.0 new +TCGA-EM-A3O6-01 TCGA-EM-A3O6-01A-11D-A21Y-01 called 0.71 1.99 0.0 11.0 0.71 0.0 new +TCGA-EM-A3O7-01 TCGA-EM-A3O7-01A-11D-A21Y-01 called 0.95 2.0 0.0 8.0 0.95 0.0 new +TCGA-EM-A3O8-01 TCGA-EM-A3O8-01A-11D-A21Y-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-EM-A3O9-01 TCGA-EM-A3O9-01A-11D-A21Y-01 called 0.39 2.82 1.0 29.0 0.48 0.0 new +TCGA-EM-A3OA-01 TCGA-EM-A3OA-01A-11D-A21Y-01 called 0.86 2.0 0.0 9.0 0.86 0.0 new +TCGA-EM-A3OB-01 TCGA-EM-A3OB-01A-11D-A21Y-01 called 0.9 2.02 0.0 9.0 0.9 0.0 new +TCGA-EM-A3ST-01 TCGA-EM-A3ST-01A-11D-A22Y-01 called 0.67 2.0 0.0 12.0 0.67 0.01 new +TCGA-EM-A3SU-01 TCGA-EM-A3SU-01A-11D-A22Y-01 called 0.66 2.0 0.0 12.0 0.66 0.05 new +TCGA-EM-A3SU-06 TCGA-EM-A3SU-06A-11D-A22Y-01 called 0.36 2.0 0.0 27.0 0.36 0.02 new +TCGA-EM-A3SX-01 TCGA-EM-A3SX-01A-11D-A22Y-01 called 0.68 1.99 0.0 12.0 0.67 0.0 new +TCGA-EM-A3SY-01 TCGA-EM-A3SY-01A-11D-A22Y-01 called 0.69 3.09 1.0 16.0 0.77 0.0 new +TCGA-EM-A3SZ-01 TCGA-EM-A3SZ-01A-11D-A22Y-01 called 0.66 2.0 0.0 12.0 0.66 0.04 new +TCGA-EM-A4FF-01 TCGA-EM-A4FF-01A-11D-A256-01 called 0.59 2.0 0.0 14.0 0.59 0.06 new +TCGA-EM-A4FH-01 TCGA-EM-A4FH-01A-11D-A256-01 called 0.65 2.0 0.0 13.0 0.65 0.0 new +TCGA-EM-A4FK-01 TCGA-EM-A4FK-01A-11D-A256-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-EM-A4FM-01 TCGA-EM-A4FM-01A-11D-A256-01 called 0.59 2.0 0.0 14.0 0.59 0.0 new +TCGA-EM-A4FN-01 TCGA-EM-A4FN-01A-11D-A256-01 called 0.61 2.0 0.0 13.0 0.61 0.0 new +TCGA-EM-A4FO-01 TCGA-EM-A4FO-01A-11D-A256-01 called 0.99 2.0 0.0 8.0 0.99 0.01 new +TCGA-EM-A4FQ-01 TCGA-EM-A4FQ-01A-11D-A256-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-EM-A4FR-01 TCGA-EM-A4FR-01A-11D-A256-01 called 0.86 1.99 0.0 9.0 0.86 0.1 new +TCGA-EM-A4FU-01 TCGA-EM-A4FU-01A-11D-A256-01 called 0.73 1.99 0.0 11.0 0.73 0.0 new +TCGA-EM-A4FV-01 TCGA-EM-A4FV-01A-11D-A256-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-EM-A4G1-01 TCGA-EM-A4G1-01A-11D-A256-01 called 0.59 2.0 0.0 14.0 0.59 0.0 new +TCGA-ET-A25G-01 TCGA-ET-A25G-01A-11D-A16M-01 called 0.82 2.0 0.0 10.0 0.82 0.0 new +TCGA-ET-A25I-01 TCGA-ET-A25I-01A-11D-A16M-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-ET-A25J-01 TCGA-ET-A25J-01A-11D-A16M-01 called 0.78 2.0 0.0 10.0 0.78 0.0 new +TCGA-ET-A25K-01 TCGA-ET-A25K-01A-11D-A16M-01 called 0.7 2.0 0.0 11.0 0.7 0.0 new +TCGA-ET-A25O-01 TCGA-ET-A25O-01A-11D-A16M-01 called 0.98 1.99 0.0 8.0 0.98 0.0 new +TCGA-ET-A25R-01 TCGA-ET-A25R-01A-11D-A16M-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-ET-A2MX-01 TCGA-ET-A2MX-01A-11D-A23L-01 called 0.93 2.0 0.0 8.0 0.93 0.0 new +TCGA-ET-A2MY-01 TCGA-ET-A2MY-01A-11D-A18E-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-ET-A2MZ-01 TCGA-ET-A2MZ-01A-12D-A19I-01 called 0.49 3.0 1.0 21.0 0.6 0.42 new +TCGA-ET-A2N0-01 TCGA-ET-A2N0-01A-11D-A18E-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-ET-A2N1-01 TCGA-ET-A2N1-01A-11D-A18E-01 called 0.87 2.0 0.0 9.0 0.87 0.0 new +TCGA-ET-A2N3-01 TCGA-ET-A2N3-01B-21D-A23L-01 called 0.75 2.0 0.0 11.0 0.75 0.07 new +TCGA-ET-A2N4-01 TCGA-ET-A2N4-01A-12D-A19I-01 called 0.8 1.98 0.0 10.0 0.8 0.0 new +TCGA-ET-A2N5-01 TCGA-ET-A2N5-01A-11D-A18E-01 called 0.82 2.0 0.0 10.0 0.82 0.0 new +TCGA-ET-A39I-01 TCGA-ET-A39I-01A-11D-A19I-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-ET-A39J-01 TCGA-ET-A39J-01A-11D-A19I-01 called 0.77 2.0 0.0 10.0 0.77 0.0 new +TCGA-ET-A39K-01 TCGA-ET-A39K-01A-11D-A19I-01 called 0.76 2.0 0.0 10.0 0.76 0.0 new +TCGA-ET-A39L-01 TCGA-ET-A39L-01A-12D-A19I-01 called 0.68 2.0 0.0 12.0 0.68 0.01 new +TCGA-ET-A39M-01 TCGA-ET-A39M-01A-11D-A19I-01 called 0.39 2.99 1.0 31.0 0.48 0.19 new +TCGA-ET-A39N-01 TCGA-ET-A39N-01A-11D-A19I-01 called 0.79 2.57 0.0 13.0 0.83 0.03 new +TCGA-ET-A39O-01 TCGA-ET-A39O-01A-11D-A19I-01 called 0.72 2.0 0.0 11.0 0.72 0.0 new +TCGA-ET-A39P-01 TCGA-ET-A39P-01A-21D-A19I-01 called 0.75 2.04 0.0 11.0 0.76 0.0 new +TCGA-ET-A39R-01 TCGA-ET-A39R-01A-11D-A19I-01 called 0.22 2.0 0.0 48.0 0.22 0.0 new +TCGA-ET-A39S-01 TCGA-ET-A39S-01A-11D-A19I-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-ET-A39T-01 TCGA-ET-A39T-01A-11D-A19I-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-ET-A3BN-01 TCGA-ET-A3BN-01A-11D-A19I-01 called 0.91 2.0 0.0 9.0 0.91 0.0 new +TCGA-ET-A3BO-01 TCGA-ET-A3BO-01A-11D-A19I-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-ET-A3BQ-01 TCGA-ET-A3BQ-01B-11D-A201-01 called 0.72 2.0 0.0 11.0 0.72 0.0 new +TCGA-ET-A3BS-01 TCGA-ET-A3BS-01A-11D-A201-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-ET-A3BT-01 TCGA-ET-A3BT-01A-11D-A19I-01 called 0.91 2.0 0.0 9.0 0.91 0.05 new +TCGA-ET-A3BU-01 TCGA-ET-A3BU-01A-11D-A19I-01 called 0.54 2.0 0.0 15.0 0.54 0.0 new +TCGA-ET-A3BV-01 TCGA-ET-A3BV-01A-11D-A19I-01 called 0.42 2.0 0.0 20.0 0.42 0.14 new +TCGA-ET-A3BW-01 TCGA-ET-A3BW-01A-11D-A19I-01 called 0.71 2.0 0.0 11.0 0.71 0.0 new +TCGA-ET-A3BX-01 TCGA-ET-A3BX-01A-11D-A19I-01 called 0.77 2.0 0.0 10.0 0.77 0.0 new +TCGA-ET-A3DO-01 TCGA-ET-A3DO-01A-11D-A19I-01 called 0.6 2.0 0.0 14.0 0.6 0.0 new +TCGA-ET-A3DP-01 TCGA-ET-A3DP-01A-11D-A219-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-ET-A3DQ-01 TCGA-ET-A3DQ-01A-11D-A19I-01 called 0.37 1.98 0.0 25.0 0.37 0.0 new +TCGA-ET-A3DR-01 TCGA-ET-A3DR-01A-11D-A19I-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-ET-A3DS-01 TCGA-ET-A3DS-01A-11D-A19I-01 called 0.82 2.02 0.0 10.0 0.82 0.0 new +TCGA-ET-A3DT-01 TCGA-ET-A3DT-01A-11D-A19I-01 called 0.53 2.0 0.0 16.0 0.53 0.0 new +TCGA-ET-A3DU-01 TCGA-ET-A3DU-01A-11D-A19I-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-ET-A3DV-01 TCGA-ET-A3DV-01A-12D-A201-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-ET-A3DW-01 TCGA-ET-A3DW-01A-11D-A19I-01 called 0.84 2.0 0.0 9.0 0.84 0.0 new +TCGA-ET-A40P-01 TCGA-ET-A40P-01A-11D-A23L-01 called 0.75 1.99 0.0 11.0 0.75 0.0 new +TCGA-ET-A40Q-01 TCGA-ET-A40Q-01A-11D-A23L-01 called 1.0 2.0 0.0 8.0 1.0 0.01 new +TCGA-ET-A40S-01 TCGA-ET-A40S-01A-11D-A23L-01 called 0.69 1.97 0.0 12.0 0.68 0.02 new +TCGA-ET-A40T-01 TCGA-ET-A40T-01A-11D-A23L-01 called 0.63 1.99 0.0 13.0 0.62 0.01 new +TCGA-ET-A4KN-01 TCGA-ET-A4KN-01A-11D-A256-01 called 0.4 2.0 0.0 21.0 0.4 0.01 new +TCGA-ET-A4KQ-01 TCGA-ET-A4KQ-01A-12D-A256-01 called 0.36 2.0 0.0 27.0 0.36 0.04 new +TCGA-FE-A22Z-01 TCGA-FE-A22Z-01A-11D-A16M-01 called 0.77 2.0 0.0 10.0 0.77 0.01 new +TCGA-FE-A230-01 TCGA-FE-A230-01A-11D-A14V-01 called 0.63 2.0 0.0 13.0 0.63 0.0 new +TCGA-FE-A231-01 TCGA-FE-A231-01A-11D-A14V-01 called 0.91 2.01 0.0 9.0 0.91 0.0 new +TCGA-FE-A232-01 TCGA-FE-A232-01A-11D-A14V-01 called 0.53 2.0 0.0 16.0 0.53 0.0 new +TCGA-FE-A233-01 TCGA-FE-A233-01A-11D-A14V-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-FE-A234-01 TCGA-FE-A234-01A-11D-A14V-01 called 0.58 2.0 0.0 14.0 0.58 0.0 new +TCGA-FE-A235-01 TCGA-FE-A235-01A-11D-A16M-01 called 0.87 1.98 0.0 9.0 0.87 0.0 new +TCGA-FE-A236-01 TCGA-FE-A236-01A-11D-A16M-01 called 0.82 2.0 0.0 10.0 0.82 0.0 new +TCGA-FE-A237-01 TCGA-FE-A237-01A-11D-A16M-01 called 0.63 2.0 0.0 13.0 0.63 0.01 new +TCGA-FE-A23A-01 TCGA-FE-A23A-01A-11D-A16M-01 called 0.7 2.0 0.0 12.0 0.7 0.0 new +TCGA-FE-A3PA-01 TCGA-FE-A3PA-01A-12D-A21Y-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-FE-A3PB-01 TCGA-FE-A3PB-01A-11D-A21Y-01 called 0.57 2.0 0.0 14.0 0.57 0.01 new +TCGA-FE-A3PC-01 TCGA-FE-A3PC-01A-11D-A21Y-01 called 0.82 2.0 0.0 10.0 0.82 0.0 new +TCGA-FE-A3PD-01 TCGA-FE-A3PD-01A-11D-A21Y-01 called 0.85 2.0 0.0 9.0 0.85 0.0 new +TCGA-FK-A3S3-01 TCGA-FK-A3S3-01A-11D-A22C-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-FK-A3SB-01 TCGA-FK-A3SB-01A-11D-A22C-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-FK-A3SD-01 TCGA-FK-A3SD-01A-11D-A22C-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-FK-A3SE-01 TCGA-FK-A3SE-01A-11D-A22C-01 called 0.9 2.0 0.0 9.0 0.9 0.0 new +TCGA-FK-A3SG-01 TCGA-FK-A3SG-01A-11D-A22C-01 called 0.54 1.97 0.0 15.0 0.54 0.01 new +TCGA-FK-A3SH-01 TCGA-FK-A3SH-01A-11D-A22C-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-FK-A4UB-01 TCGA-FK-A4UB-01A-11D-A256-01 called 0.81 2.0 0.0 10.0 0.81 0.07 new +TCGA-FY-A2QD-01 TCGA-FY-A2QD-01A-11D-A19I-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-FY-A3BL-01 TCGA-FY-A3BL-01A-11D-A19I-01 called 0.97 2.0 0.0 8.0 0.97 0.0 new +TCGA-FY-A3I4-01 TCGA-FY-A3I4-01A-11D-A219-01 called 0.98 2.0 0.0 8.0 0.98 0.0 new +TCGA-FY-A3I5-01 TCGA-FY-A3I5-01B-11D-A21Y-01 called 0.67 2.58 1.0 14.0 0.73 0.01 new +TCGA-FY-A3NM-01 TCGA-FY-A3NM-01A-11D-A219-01 called 0.89 2.39 0.0 11.0 0.91 0.0 new +TCGA-FY-A3NN-01 TCGA-FY-A3NN-01A-11D-A219-01 called 0.63 2.0 0.0 13.0 0.63 0.0 new +TCGA-FY-A3ON-01 TCGA-FY-A3ON-01A-11D-A21Y-01 called 0.95 2.0 0.0 8.0 0.95 0.0 new +TCGA-FY-A3R6-01 TCGA-FY-A3R6-01A-11D-A21Y-01 called 0.48 2.0 0.0 17.0 0.48 0.01 new +TCGA-FY-A3R7-01 TCGA-FY-A3R7-01A-11D-A21Y-01 called 0.29 1.99 0.0 36.0 0.29 0.0 new +TCGA-FY-A3R8-01 TCGA-FY-A3R8-01A-11D-A21Y-01 called 0.77 2.0 0.0 10.0 0.77 0.0 new +TCGA-FY-A3R9-01 TCGA-FY-A3R9-01A-11D-A21Y-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-FY-A3RA-01 TCGA-FY-A3RA-01A-11D-A21Y-01 called 0.97 2.0 0.0 8.0 0.97 0.0 new +TCGA-FY-A3TY-01 TCGA-FY-A3TY-01A-11D-A22Y-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-FY-A3W9-01 TCGA-FY-A3W9-01A-11D-A22C-01 called 0.89 1.94 0.0 9.0 0.89 0.03 new +TCGA-FY-A3YR-01 TCGA-FY-A3YR-01A-11D-A22Y-01 called 0.93 2.0 0.0 8.0 0.93 0.01 new +TCGA-FY-A40K-01 TCGA-FY-A40K-01A-11D-A23L-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-FY-A40L-01 TCGA-FY-A40L-01A-11D-A23L-01 called 0.66 2.04 0.0 12.0 0.67 0.04 new +TCGA-FY-A40M-01 TCGA-FY-A40M-01A-11D-A23L-01 called 1.0 2.0 0.0 8.0 1.0 0.05 new +TCGA-FY-A40N-01 TCGA-FY-A40N-01A-11D-A23L-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-FY-A4B0-01 TCGA-FY-A4B0-01A-21D-A23T-01 called 0.72 2.0 0.0 11.0 0.72 0.04 new +TCGA-FY-A4B3-01 TCGA-FY-A4B3-01A-11D-A23T-01 called 0.65 2.0 0.0 12.0 0.65 0.0 new +TCGA-FY-A4B4-01 TCGA-FY-A4B4-01A-11D-A23T-01 called 0.65 2.0 0.0 12.0 0.65 0.02 new +TCGA-FY-A76V-01 TCGA-FY-A76V-01A-11D-A396-01 called 0.67 2.0 0.0 12.0 0.67 0.03 new +TCGA-GE-A2C6-01 TCGA-GE-A2C6-01A-11D-A16M-01 called 0.57 1.99 0.0 14.0 0.57 0.02 new +TCGA-H2-A26U-01 TCGA-H2-A26U-01A-11D-A16M-01 called 0.32 2.05 0.0 32.0 0.33 0.01 new +TCGA-H2-A2K9-01 TCGA-H2-A2K9-01A-11D-A17S-01 called 0.85 2.0 0.0 9.0 0.85 0.0 new +TCGA-H2-A3RH-01 TCGA-H2-A3RH-01A-11D-A21Y-01 called 0.75 2.0 0.0 11.0 0.75 0.01 new +TCGA-H2-A3RI-01 TCGA-H2-A3RI-01A-11D-A21Y-01 called 0.79 2.0 0.0 10.0 0.79 0.0 new +TCGA-H2-A421-01 TCGA-H2-A421-01A-11D-A23L-01 called 0.48 2.0 0.0 17.0 0.48 0.06 new +TCGA-H2-A422-01 TCGA-H2-A422-01A-11D-A23L-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-IM-A3EB-01 TCGA-IM-A3EB-01A-11D-A201-01 called 0.68 2.04 0.0 12.0 0.69 0.04 new +TCGA-IM-A3ED-01 TCGA-IM-A3ED-01A-11D-A201-01 called 0.6 2.0 0.0 14.0 0.6 0.0 new +TCGA-IM-A3U2-01 TCGA-IM-A3U2-01A-21D-A22C-01 called 0.65 2.0 0.0 12.0 0.65 0.04 new +TCGA-IM-A3U3-01 TCGA-IM-A3U3-01A-11D-A22C-01 called 0.86 2.0 0.0 9.0 0.86 0.01 new +TCGA-IM-A41Y-01 TCGA-IM-A41Y-01A-11D-A23T-01 called 0.62 2.0 0.0 13.0 0.62 0.0 new +TCGA-IM-A41Z-01 TCGA-IM-A41Z-01A-11D-A23L-01 called 0.6 2.0 0.0 14.0 0.6 0.05 new +TCGA-IM-A420-01 TCGA-IM-A420-01A-11D-A23L-01 called 0.67 2.0 0.0 12.0 0.67 0.02 new +TCGA-IM-A4EB-01 TCGA-IM-A4EB-01A-11D-A256-01 called 0.58 2.0 0.0 14.0 0.58 0.0 new +TCGA-J8-A3NZ-01 TCGA-J8-A3NZ-01A-11D-A219-01 called 0.78 2.0 0.0 10.0 0.78 0.0 new +TCGA-J8-A3O0-01 TCGA-J8-A3O0-01A-11D-A219-01 called 0.85 1.99 0.0 9.0 0.85 0.01 new +TCGA-J8-A3O1-01 TCGA-J8-A3O1-01A-11D-A219-01 called 0.85 2.04 0.0 9.0 0.85 0.0 new +TCGA-J8-A3O2-01 TCGA-J8-A3O2-01A-11D-A23L-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-J8-A3O2-06 TCGA-J8-A3O2-06A-11D-A23L-01 called 1.0 2.0 0.0 8.0 1.0 0.03 new +TCGA-J8-A3YD-01 TCGA-J8-A3YD-01A-11D-A22Y-01 called 0.28 1.99 0.0 37.0 0.28 0.01 new +TCGA-J8-A3YE-01 TCGA-J8-A3YE-01A-12D-A23L-01 called 0.91 2.0 0.0 9.0 0.91 0.01 new +TCGA-J8-A3YF-01 TCGA-J8-A3YF-01A-12D-A23L-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-J8-A3YG-01 TCGA-J8-A3YG-01A-11D-A22Y-01 called 0.37 2.0 0.0 25.0 0.37 0.07 new +TCGA-J8-A3YH-01 TCGA-J8-A3YH-01A-11D-A22Y-01 called 0.67 2.0 0.0 12.0 0.67 0.01 new +TCGA-J8-A3YH-06 TCGA-J8-A3YH-06A-11D-A23L-01 called 0.63 2.0 0.0 13.0 0.63 0.0 new +TCGA-J8-A42S-01 TCGA-J8-A42S-01A-11D-A23L-01 called 0.73 2.0 0.0 11.0 0.73 0.0 new +TCGA-J8-A4HW-01 TCGA-J8-A4HW-01A-11D-A256-01 called 0.67 1.99 0.0 12.0 0.67 0.01 new +TCGA-J8-A4HW-06 TCGA-J8-A4HW-06A-11D-A256-01 called 0.3 2.0 0.0 34.0 0.3 0.0 new +TCGA-J8-A4HY-01 TCGA-J8-A4HY-01A-11D-A256-01 called 0.45 2.0 0.0 18.0 0.45 0.0 new +TCGA-KS-A41F-01 TCGA-KS-A41F-01A-11D-A23L-01 called 0.82 2.0 0.0 10.0 0.82 0.02 new +TCGA-KS-A41I-01 TCGA-KS-A41I-01A-11D-A23L-01 called 0.75 1.99 0.0 11.0 0.75 0.0 new +TCGA-KS-A41J-01 TCGA-KS-A41J-01A-11D-A23L-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-KS-A41L-01 TCGA-KS-A41L-01A-11D-A23L-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-KS-A4I1-01 TCGA-KS-A4I1-01A-11D-A256-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-KS-A4I3-01 TCGA-KS-A4I3-01A-11D-A256-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-KS-A4I5-01 TCGA-KS-A4I5-01A-11D-A256-01 called 0.55 2.0 0.0 15.0 0.55 0.03 new +TCGA-KS-A4I7-01 TCGA-KS-A4I7-01A-11D-A256-01 called 0.57 1.99 0.0 14.0 0.57 0.07 new +TCGA-KS-A4I9-01 TCGA-KS-A4I9-01A-11D-A256-01 called 0.62 2.0 0.0 13.0 0.62 0.0 new +TCGA-KS-A4IB-01 TCGA-KS-A4IB-01A-11D-A256-01 called 0.99 2.03 0.0 8.0 0.99 0.0 new +TCGA-KS-A4IC-01 TCGA-KS-A4IC-01A-11D-A256-01 called 0.82 2.0 0.0 10.0 0.82 0.0 new +TCGA-KS-A4ID-01 TCGA-KS-A4ID-01A-11D-A256-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-L6-A4EP-01 TCGA-L6-A4EP-01A-11D-A256-01 called 0.81 2.0 0.0 10.0 0.81 0.05 new +TCGA-L6-A4EQ-01 TCGA-L6-A4EQ-01A-11D-A256-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-L6-A4ET-01 TCGA-L6-A4ET-01A-11D-A256-01 called 0.93 2.0 0.0 8.0 0.93 0.0 new +TCGA-L6-A4EU-01 TCGA-L6-A4EU-01A-11D-A256-01 called 0.75 2.03 0.0 11.0 0.75 0.0 new +TCGA-MK-A4N6-01 TCGA-MK-A4N6-01A-11D-A256-01 called 0.96 2.0 0.0 8.0 0.96 0.02 new +TCGA-MK-A4N7-01 TCGA-MK-A4N7-01A-11D-A256-01 called 0.74 2.0 0.0 11.0 0.74 0.09 new +TCGA-MK-A4N9-01 TCGA-MK-A4N9-01A-11D-A256-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-MK-A84Z-01 TCGA-MK-A84Z-01A-11D-A396-01 called 0.85 1.99 0.0 9.0 0.85 0.0 new +TCGA-QD-A8IV-01 TCGA-QD-A8IV-01A-11D-A396-01 called 0.87 1.99 0.0 9.0 0.87 0.0 new +TCGA-3G-AB0O-01 TCGA-3G-AB0O-01A-22D-A422-01 called 0.26 2.0 0.0 40.0 0.26 0.0 new +TCGA-3G-AB0Q-01 TCGA-3G-AB0Q-01A-11D-A422-01 called 0.46 1.98 0.0 18.0 0.46 0.0 new +TCGA-3G-AB0T-01 TCGA-3G-AB0T-01A-11D-A422-01 called 0.32 2.05 0.0 33.0 0.32 0.21 new +TCGA-3G-AB14-01 TCGA-3G-AB14-01A-11D-A422-01 called 0.46 1.89 0.0 18.0 0.44 0.02 new +TCGA-3G-AB19-01 TCGA-3G-AB19-01A-21D-A422-01 called 0.76 1.99 0.0 10.0 0.76 0.0 new +TCGA-3Q-A9WF-01 TCGA-3Q-A9WF-01A-11D-A422-01 called 0.33 2.0 0.0 31.0 0.33 0.02 new +TCGA-3S-A8YW-01 TCGA-3S-A8YW-01A-11D-A422-01 called 0.67 2.82 1.0 16.0 0.74 0.37 new +TCGA-4V-A9QI-01 TCGA-4V-A9QI-01A-11D-A422-01 called 0.26 2.0 0.0 41.0 0.26 0.22 new +TCGA-4V-A9QJ-01 TCGA-4V-A9QJ-01A-11D-A422-01 called 0.37 2.05 0.0 27.0 0.37 0.37 new +TCGA-4V-A9QL-01 TCGA-4V-A9QL-01A-11D-A422-01 called 0.41 1.99 0.0 20.0 0.41 0.02 new +TCGA-4V-A9QM-01 TCGA-4V-A9QM-01A-11D-A422-01 called 0.34 2.0 0.0 29.0 0.34 0.05 new +TCGA-4V-A9QN-01 TCGA-4V-A9QN-01A-11D-A422-01 called 0.87 1.9 0.0 9.0 0.87 0.0 new +TCGA-4V-A9QR-01 TCGA-4V-A9QR-01A-11D-A422-01 called 0.28 3.41 1.0 46.0 0.4 0.01 new +TCGA-4V-A9QS-01 TCGA-4V-A9QS-01A-11D-A422-01 called 0.18 2.54 0.0 65.0 0.21 0.3 new +TCGA-4V-A9QT-01 TCGA-4V-A9QT-01A-11D-A422-01 called 0.26 2.0 0.0 41.0 0.26 0.02 new +TCGA-4V-A9QU-01 TCGA-4V-A9QU-01A-11D-A422-01 called 0.23 2.0 0.0 46.0 0.23 0.01 new +TCGA-4V-A9QW-01 TCGA-4V-A9QW-01A-11D-A422-01 called 0.46 2.0 0.0 18.0 0.46 0.01 new +TCGA-4V-A9QX-01 TCGA-4V-A9QX-01A-11D-A422-01 called 0.17 1.97 0.0 65.0 0.17 0.01 new +TCGA-4X-A9FA-01 TCGA-4X-A9FA-01A-11D-A422-01 called 0.93 2.0 0.0 8.0 0.93 0.0 new +TCGA-4X-A9FD-01 TCGA-4X-A9FD-01A-11D-A422-01 called 0.33 2.76 1.0 35.0 0.41 0.0 new +TCGA-5G-A9ZZ-01 TCGA-5G-A9ZZ-01A-31D-A422-01 called 0.39 1.98 0.0 21.0 0.39 0.0 new +TCGA-5K-AAAP-01 TCGA-5K-AAAP-01A-11D-A422-01 called 0.45 1.99 0.0 18.0 0.45 0.0 new +TCGA-5U-AB0D-01 TCGA-5U-AB0D-01A-11D-A422-01 called 0.7 3.68 1.0 19.0 0.81 0.04 new +TCGA-5U-AB0E-01 TCGA-5U-AB0E-01A-11D-A422-01 called 0.31 2.81 1.0 38.0 0.39 0.02 new +TCGA-5U-AB0F-01 TCGA-5U-AB0F-01A-11D-A422-01 called 0.24 1.97 0.0 44.0 0.24 0.03 new +TCGA-5V-A9RR-01 TCGA-5V-A9RR-01A-11D-A422-01 called 0.54 1.99 0.0 15.0 0.54 0.02 new +TCGA-X7-A8D6-01 TCGA-X7-A8D6-01A-11D-A422-01 called 0.5 2.0 0.0 17.0 0.5 0.0 new +TCGA-X7-A8D7-01 TCGA-X7-A8D7-01A-11D-A422-01 called 0.25 2.0 0.0 43.0 0.25 0.04 new +TCGA-X7-A8D8-01 TCGA-X7-A8D8-01A-11D-A422-01 called 0.48 2.0 0.0 17.0 0.48 0.01 new +TCGA-X7-A8D9-01 TCGA-X7-A8D9-01A-11D-A422-01 called 0.4 1.97 0.0 21.0 0.39 0.02 new +TCGA-X7-A8DB-01 TCGA-X7-A8DB-01A-11D-A422-01 called 0.29 2.0 0.0 36.0 0.29 0.0 new +TCGA-X7-A8DC-01 TCGA-X7-A8DC-01A-11D-A422-01 called 0.23 2.0 0.0 46.0 0.23 0.0 new +TCGA-X7-A8DI-01 TCGA-X7-A8DI-01A-11D-A422-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-X7-A8DJ-01 TCGA-X7-A8DJ-01A-11D-A422-01 called 0.27 1.99 0.0 39.0 0.27 0.11 new +TCGA-X7-A8M0-01 TCGA-X7-A8M0-01A-11D-A422-01 called 0.29 1.93 0.0 35.0 0.28 0.06 new +TCGA-X7-A8M1-01 TCGA-X7-A8M1-01A-11D-A422-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-X7-A8M3-01 TCGA-X7-A8M3-01A-11D-A422-01 called 0.89 2.8 1.0 12.0 0.92 0.02 new +TCGA-X7-A8M5-01 TCGA-X7-A8M5-01A-11D-A422-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-X7-A8M6-01 TCGA-X7-A8M6-01A-11D-A422-01 called 0.24 2.0 0.0 44.0 0.24 0.16 new +TCGA-X7-A8M7-01 TCGA-X7-A8M7-01A-11D-A422-01 called 0.3 2.0 0.0 35.0 0.3 0.14 new +TCGA-X7-A8M8-01 TCGA-X7-A8M8-01A-11D-A422-01 called 0.32 2.0 0.0 32.0 0.32 0.0 new +TCGA-XM-A8R8-01 TCGA-XM-A8R8-01A-11D-A422-01 called 0.68 2.0 0.0 12.0 0.68 0.0 new +TCGA-XM-A8R9-01 TCGA-XM-A8R9-01A-31D-A422-01 called 0.25 2.0 0.0 43.0 0.25 0.03 new +TCGA-XM-A8RB-01 TCGA-XM-A8RB-01A-11D-A422-01 called 0.35 2.0 0.0 28.0 0.35 0.2 new +TCGA-XM-A8RC-01 TCGA-XM-A8RC-01A-11D-A422-01 called 0.19 3.07 1.0 64.0 0.26 0.3 new +TCGA-XM-A8RF-01 TCGA-XM-A8RF-01A-11D-A422-01 called 0.75 2.0 0.0 11.0 0.75 0.01 new +TCGA-XM-A8RG-01 TCGA-XM-A8RG-01A-11D-A422-01 called 0.91 1.96 0.0 8.0 0.91 0.0 new +TCGA-XM-A8RL-01 TCGA-XM-A8RL-01A-11D-A422-01 called 0.29 2.0 0.0 35.0 0.29 0.0 new +TCGA-XM-AAZ1-01 TCGA-XM-AAZ1-01A-11D-A422-01 called 0.65 2.03 0.0 13.0 0.65 0.17 new +TCGA-XM-AAZ2-01 TCGA-XM-AAZ2-01A-11D-A422-01 called 0.24 1.99 0.0 44.0 0.24 0.01 new +TCGA-XM-AAZ3-01 TCGA-XM-AAZ3-01A-11D-A422-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-XU-A92O-01 TCGA-XU-A92O-01A-11D-A422-01 called 0.69 2.0 0.0 12.0 0.69 0.0 new +TCGA-XU-A92Q-01 TCGA-XU-A92Q-01A-11D-A422-01 called 0.96 2.0 0.0 8.0 0.96 0.0 new +TCGA-XU-A92R-01 TCGA-XU-A92R-01A-11D-A422-01 called 0.22 2.04 0.0 48.0 0.23 0.01 new +TCGA-XU-A92T-01 TCGA-XU-A92T-01A-11D-A422-01 called 0.96 2.0 0.0 8.0 0.96 0.0 new +TCGA-XU-A92U-01 TCGA-XU-A92U-01A-11D-A422-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-XU-A92V-01 TCGA-XU-A92V-01A-11D-A422-01 called 0.67 1.99 0.0 12.0 0.67 0.02 new +TCGA-XU-A92W-01 TCGA-XU-A92W-01A-11D-A422-01 called 0.62 2.0 0.0 13.0 0.63 0.02 new +TCGA-XU-A92X-01 TCGA-XU-A92X-01A-11D-A422-01 called 0.27 2.85 1.0 43.0 0.35 0.0 new +TCGA-XU-A92Y-01 TCGA-XU-A92Y-01A-11D-A422-01 called 0.2 2.2 0.0 55.0 0.22 0.0 new +TCGA-XU-A92Z-01 TCGA-XU-A92Z-01A-11D-A422-01 called 0.69 1.99 0.0 12.0 0.69 0.0 new +TCGA-XU-A930-01 TCGA-XU-A930-01A-11D-A422-01 called 0.64 4.76 2.0 29.0 0.81 0.01 new +TCGA-XU-A931-01 TCGA-XU-A931-01A-11D-A422-01 called 0.65 2.23 0.0 14.0 0.67 0.03 new +TCGA-XU-A932-01 TCGA-XU-A932-01A-11D-A422-01 called 0.13 2.18 0.0 83.0 0.14 0.17 new +TCGA-XU-A933-01 TCGA-XU-A933-01A-11D-A422-01 called 0.76 2.17 0.0 11.0 0.77 0.0 new +TCGA-XU-A936-01 TCGA-XU-A936-01A-11D-A427-01 called 0.39 3.48 1.0 34.0 0.52 0.19 new +TCGA-XU-AAXW-01 TCGA-XU-AAXW-01A-11D-A427-01 called 0.32 2.0 0.0 32.0 0.32 0.16 new +TCGA-XU-AAXX-01 TCGA-XU-AAXX-01A-11D-A427-01 called 0.27 2.01 0.0 40.0 0.27 0.19 new +TCGA-XU-AAXY-01 TCGA-XU-AAXY-01A-11D-A427-01 called 0.32 2.0 0.0 32.0 0.32 0.28 new +TCGA-XU-AAXZ-01 TCGA-XU-AAXZ-01A-11D-A427-01 called 0.67 2.0 0.0 12.0 0.67 0.09 new +TCGA-XU-AAY0-01 TCGA-XU-AAY0-01A-11D-A427-01 called 0.27 2.0 0.0 39.0 0.27 0.01 new +TCGA-XU-AAY1-01 TCGA-XU-AAY1-01A-11D-A427-01 called 0.27 2.0 0.0 39.0 0.27 0.0 new +TCGA-YT-A95D-01 TCGA-YT-A95D-01A-11D-A427-01 called 0.7 1.96 0.0 11.0 0.7 0.02 new +TCGA-YT-A95E-01 TCGA-YT-A95E-01A-11D-A427-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-YT-A95G-01 TCGA-YT-A95G-01A-11D-A427-01 called 0.72 2.05 0.0 11.0 0.72 0.28 new +TCGA-YT-A95H-01 TCGA-YT-A95H-01A-11D-A427-01 called 0.2 2.0 0.0 53.0 0.2 0.02 new +TCGA-ZB-A961-01 TCGA-ZB-A961-01A-11D-A427-01 called 0.51 1.92 0.0 16.0 0.5 0.0 new +TCGA-ZB-A962-01 TCGA-ZB-A962-01A-11D-A427-01 called 0.91 2.0 0.0 9.0 0.91 0.01 new +TCGA-ZB-A963-01 TCGA-ZB-A963-01A-11D-A427-01 called 0.3 1.99 0.0 34.0 0.3 0.04 new +TCGA-ZB-A964-01 TCGA-ZB-A964-01A-11D-A427-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-ZB-A965-01 TCGA-ZB-A965-01A-11D-A427-01 called 0.75 2.0 0.0 11.0 0.75 0.0 new +TCGA-ZB-A966-01 TCGA-ZB-A966-01A-11D-A427-01 called 0.63 2.03 0.0 13.0 0.64 0.0 new +TCGA-ZB-A969-01 TCGA-ZB-A969-01A-11D-A427-01 called 0.88 1.92 0.0 9.0 0.87 0.0 new +TCGA-ZB-A96A-01 TCGA-ZB-A96A-01A-11D-A427-01 called 0.25 2.0 0.0 43.0 0.25 0.01 new +TCGA-ZB-A96B-01 TCGA-ZB-A96B-01A-11D-A427-01 called 0.2 2.0 0.0 53.0 0.2 0.0 new +TCGA-ZB-A96C-01 TCGA-ZB-A96C-01A-11D-A427-01 called 0.82 1.99 0.0 10.0 0.82 0.0 new +TCGA-ZB-A96D-01 TCGA-ZB-A96D-01A-11D-A427-01 called 0.28 2.0 0.0 37.0 0.28 0.0 new +TCGA-ZB-A96E-01 TCGA-ZB-A96E-01A-11D-A427-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-ZB-A96F-01 TCGA-ZB-A96F-01A-11D-A427-01 called 0.25 1.26 0.0 38.0 0.17 0.01 new +TCGA-ZB-A96G-01 TCGA-ZB-A96G-01A-11D-A427-01 called 0.2 2.0 0.0 54.0 0.2 0.0 new +TCGA-ZB-A96H-01 TCGA-ZB-A96H-01A-11D-A427-01 called 1.0 1.99 0.0 8.0 1.0 0.0 new +TCGA-ZB-A96I-01 TCGA-ZB-A96I-01A-11D-A427-01 called 0.65 1.92 0.0 12.0 0.64 0.0 new +TCGA-ZB-A96K-01 TCGA-ZB-A96K-01A-11D-A427-01 called 0.44 1.98 0.0 19.0 0.44 0.0 new +TCGA-ZB-A96L-01 TCGA-ZB-A96L-01A-11D-A427-01 called 0.81 2.01 0.0 10.0 0.81 0.0 new +TCGA-ZB-A96M-01 TCGA-ZB-A96M-01A-11D-A427-01 called 0.37 2.0 0.0 26.0 0.37 0.0 new +TCGA-ZB-A96O-01 TCGA-ZB-A96O-01A-11D-A427-01 called 0.28 2.0 0.0 37.0 0.28 0.0 new +TCGA-ZB-A96P-01 TCGA-ZB-A96P-01A-11D-A427-01 called 0.26 2.0 0.0 40.0 0.26 0.0 new +TCGA-ZB-A96Q-01 TCGA-ZB-A96Q-01A-11D-A427-01 called 0.28 2.0 0.0 38.0 0.28 0.0 new +TCGA-ZB-A96R-01 TCGA-ZB-A96R-01A-11D-A427-01 called 0.27 2.0 0.0 40.0 0.27 0.05 new +TCGA-ZB-A96V-01 TCGA-ZB-A96V-01A-11D-A427-01 called 0.46 2.12 0.0 18.0 0.47 0.03 new +TCGA-ZC-AAA7-01 TCGA-ZC-AAA7-01A-11D-A427-01 called 0.36 4.24 1.0 42.0 0.54 0.01 new +TCGA-ZC-AAAA-01 TCGA-ZC-AAAA-01A-11D-A427-01 called 0.29 2.0 0.0 36.0 0.29 0.45 new +TCGA-ZC-AAAF-01 TCGA-ZC-AAAF-01A-11D-A427-01 called 0.27 1.97 0.0 40.0 0.26 0.04 new +TCGA-ZC-AAAH-01 TCGA-ZC-AAAH-01A-11D-A427-01 called 0.25 2.0 0.0 43.0 0.25 0.09 new +TCGA-ZL-A9V6-01 TCGA-ZL-A9V6-01A-11D-A427-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-ZT-A8OM-01 TCGA-ZT-A8OM-01A-11D-A427-01 called 0.96 2.0 0.0 8.0 0.96 0.02 new +TCGA-2E-A9G8-01 TCGA-2E-A9G8-01A-11D-A402-01 called 0.93 1.93 0.0 8.0 0.92 0.09 new +TCGA-4E-A92E-01 TCGA-4E-A92E-01A-11D-A37M-01 called 0.77 2.04 0.0 11.0 0.77 0.0 new +TCGA-5B-A90C-01 TCGA-5B-A90C-01A-11D-A37M-01 called 0.83 3.21 1.0 15.0 0.88 0.12 new +TCGA-5S-A9Q8-01 TCGA-5S-A9Q8-01A-11D-A402-01 called 0.94 2.01 0.0 8.0 0.94 0.0 new +TCGA-A5-A0G5-01 TCGA-A5-A0G5-01A-11D-A042-01 called 0.5 2.72 1.0 20.0 0.57 0.08 new +TCGA-A5-A0G9-01 TCGA-A5-A0G9-01A-11D-A042-01 called 0.9 2.07 0.0 9.0 0.9 0.04 new +TCGA-A5-A0GA-01 TCGA-A5-A0GA-01A-11D-A042-01 called 0.49 2.07 0.0 17.0 0.49 0.05 new +TCGA-A5-A0GB-01 TCGA-A5-A0GB-01A-11D-A042-01 called 0.81 2.04 0.0 10.0 0.82 0.0 new +TCGA-A5-A0GD-01 TCGA-A5-A0GD-01A-11D-A042-01 called 0.67 2.0 0.0 12.0 0.67 0.03 new +TCGA-A5-A0GE-01 TCGA-A5-A0GE-01A-11D-A042-01 called 0.6 2.15 0.0 14.0 0.61 0.01 new +TCGA-A5-A0GG-01 TCGA-A5-A0GG-01A-11D-A120-01 called 0.41 1.96 0.0 20.0 0.4 0.01 new +TCGA-A5-A0GH-01 TCGA-A5-A0GH-01A-21D-A042-01 called 0.93 2.0 0.0 8.0 0.93 0.0 new +TCGA-A5-A0GI-01 TCGA-A5-A0GI-01A-11D-A042-01 called 0.96 2.05 0.0 8.0 0.96 0.02 new +TCGA-A5-A0GJ-01 TCGA-A5-A0GJ-01A-11D-A042-01 called 0.81 1.93 0.0 9.0 0.81 0.05 new +TCGA-A5-A0GM-01 TCGA-A5-A0GM-01A-11D-A042-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-A5-A0GN-01 TCGA-A5-A0GN-01A-11D-A042-01 called 0.87 2.68 1.0 12.0 0.9 0.3 new +TCGA-A5-A0GP-01 TCGA-A5-A0GP-01A-11D-A042-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-A5-A0GQ-01 TCGA-A5-A0GQ-01A-11D-A120-01 called 0.4 2.0 0.0 21.0 0.4 0.0 new +TCGA-A5-A0GR-01 TCGA-A5-A0GR-01A-11D-A120-01 called 0.5 1.82 0.0 16.0 0.48 0.12 new +TCGA-A5-A0GU-01 TCGA-A5-A0GU-01A-11D-A042-01 called 0.77 2.12 0.0 11.0 0.78 0.0 new +TCGA-A5-A0GV-01 TCGA-A5-A0GV-01A-31D-A042-01 called 0.88 2.24 0.0 10.0 0.9 0.01 new +TCGA-A5-A0GW-01 TCGA-A5-A0GW-01A-11D-A042-01 called 0.52 2.05 0.0 16.0 0.53 0.0 new +TCGA-A5-A0GX-01 TCGA-A5-A0GX-01A-11D-A042-01 called 0.31 2.03 0.0 34.0 0.31 0.0 new +TCGA-A5-A0R6-01 TCGA-A5-A0R6-01A-11D-A102-01 called 0.46 3.53 1.0 29.0 0.6 0.08 new +TCGA-A5-A0R7-01 TCGA-A5-A0R7-01A-31D-A102-01 called 0.72 1.87 0.0 11.0 0.7 0.43 new +TCGA-A5-A0R8-01 TCGA-A5-A0R8-01A-11D-A102-01 called 0.45 2.0 0.0 18.0 0.45 0.0 new +TCGA-A5-A0R9-01 TCGA-A5-A0R9-01A-11D-A102-01 called 0.82 2.05 0.0 10.0 0.83 0.0 new +TCGA-A5-A0RA-01 TCGA-A5-A0RA-01A-21D-A102-01 called 0.55 2.0 0.0 15.0 0.55 0.0 new +TCGA-A5-A0VP-01 TCGA-A5-A0VP-01A-21D-A102-01 called 0.85 1.91 0.0 9.0 0.84 0.04 new +TCGA-A5-A0VQ-01 TCGA-A5-A0VQ-01A-11D-A102-01 called 0.84 2.0 0.0 9.0 0.84 0.0 new +TCGA-A5-A1OF-01 TCGA-A5-A1OF-01A-11D-A14F-01 called 0.52 2.0 0.0 16.0 0.52 0.0 new +TCGA-A5-A1OG-01 TCGA-A5-A1OG-01A-11D-A14F-01 called 0.59 3.67 1.0 21.0 0.73 0.22 new +TCGA-A5-A1OJ-01 TCGA-A5-A1OJ-01A-11D-A14F-01 called 0.59 2.09 0.0 14.0 0.6 0.09 new +TCGA-A5-A1OK-01 TCGA-A5-A1OK-01A-11D-A14J-01 called 0.31 2.21 0.0 35.0 0.33 0.08 new +TCGA-A5-A2K2-01 TCGA-A5-A2K2-01A-11D-A18N-01 called 0.81 3.67 1.0 17.0 0.89 0.29 new +TCGA-A5-A2K3-01 TCGA-A5-A2K3-01A-11D-A17U-01 called 0.2 3.98 1.0 65.0 0.33 0.33 new +TCGA-A5-A2K4-01 TCGA-A5-A2K4-01A-11D-A18N-01 called 0.48 3.46 1.0 28.0 0.62 0.26 new +TCGA-A5-A2K5-01 TCGA-A5-A2K5-01A-11D-A17U-01 called 0.73 2.0 0.0 11.0 0.73 0.0 new +TCGA-A5-A2K7-01 TCGA-A5-A2K7-01A-11D-A17U-01 called 0.82 2.0 0.0 10.0 0.82 0.0 new +TCGA-A5-A3LO-01 TCGA-A5-A3LO-01A-11D-A227-01 called 0.43 2.79 1.0 26.0 0.51 0.1 new +TCGA-A5-A3LP-01 TCGA-A5-A3LP-01A-11D-A227-01 called 0.61 3.41 1.0 19.0 0.73 0.19 new +TCGA-A5-A7WK-01 TCGA-A5-A7WK-01A-11D-A34P-01 called 0.95 1.89 0.0 8.0 0.94 0.02 new +TCGA-A5-AB3J-01 TCGA-A5-AB3J-01A-11D-A402-01 called 0.43 2.16 0.0 20.0 0.45 0.0 new +TCGA-AJ-A23M-01 TCGA-AJ-A23M-01A-11D-A160-01 called 0.78 3.31 1.0 16.0 0.85 0.3 new +TCGA-AJ-A23N-01 TCGA-AJ-A23N-01A-11D-A227-01 called 0.53 3.34 1.0 21.0 0.65 0.14 new +TCGA-AJ-A23O-01 TCGA-AJ-A23O-01A-11D-A160-01 called 0.63 2.13 0.0 13.0 0.64 0.02 new +TCGA-AJ-A2QK-01 TCGA-AJ-A2QK-01A-11D-A18N-01 called 0.65 1.78 0.0 12.0 0.62 0.22 new +TCGA-AJ-A2QL-01 TCGA-AJ-A2QL-01A-11D-A18N-01 called 0.75 1.99 0.0 11.0 0.74 0.04 new +TCGA-AJ-A2QM-01 TCGA-AJ-A2QM-01A-11D-A18N-01 called 0.83 3.72 1.0 17.0 0.9 0.1 new +TCGA-AJ-A2QN-01 TCGA-AJ-A2QN-01A-11D-A18N-01 called 0.66 2.1 0.0 13.0 0.67 0.0 new +TCGA-AJ-A2QO-01 TCGA-AJ-A2QO-01A-11D-A18N-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-AJ-A3BD-01 TCGA-AJ-A3BD-01A-11D-A19X-01 called 0.82 3.92 1.0 18.0 0.9 0.64 new +TCGA-AJ-A3BF-01 TCGA-AJ-A3BF-01A-11D-A20R-01 called 0.8 1.88 0.0 9.0 0.79 0.17 new +TCGA-AJ-A3BG-01 TCGA-AJ-A3BG-01A-11D-A19X-01 called 0.88 1.99 0.0 9.0 0.88 0.01 new +TCGA-AJ-A3BH-01 TCGA-AJ-A3BH-01A-11D-A19X-01 called 0.57 2.12 0.0 15.0 0.58 0.0 new +TCGA-AJ-A3BI-01 TCGA-AJ-A3BI-01A-11D-A20R-01 called 0.82 3.05 1.0 14.0 0.87 0.33 new +TCGA-AJ-A3BK-01 TCGA-AJ-A3BK-01A-11D-A19X-01 called 0.75 2.14 0.0 11.0 0.76 0.0 new +TCGA-AJ-A3EJ-01 TCGA-AJ-A3EJ-01A-11D-A19X-01 called 0.63 3.02 1.0 17.0 0.72 0.25 new +TCGA-AJ-A3EK-01 TCGA-AJ-A3EK-01A-11D-A19X-01 called 0.68 2.0 0.0 12.0 0.68 0.0 new +TCGA-AJ-A3EL-01 TCGA-AJ-A3EL-01A-11D-A20R-01 called 0.68 2.0 0.0 12.0 0.68 0.0 new +TCGA-AJ-A3EM-01 TCGA-AJ-A3EM-01A-11D-A20R-01 called 0.75 3.19 1.0 16.0 0.83 0.08 new +TCGA-AJ-A3I9-01 TCGA-AJ-A3I9-01A-11D-A227-01 called 0.94 1.91 0.0 8.0 0.94 0.01 new +TCGA-AJ-A3IA-01 TCGA-AJ-A3IA-01A-11D-A20R-01 called 0.53 2.73 1.0 19.0 0.6 0.1 new +TCGA-AJ-A3NC-01 TCGA-AJ-A3NC-01A-11D-A227-01 called 0.78 2.12 0.0 11.0 0.79 0.0 new +TCGA-AJ-A3NE-01 TCGA-AJ-A3NE-01A-11D-A227-01 called 0.67 1.99 0.0 12.0 0.67 0.05 new +TCGA-AJ-A3NF-01 TCGA-AJ-A3NF-01A-11D-A227-01 called 0.24 3.73 1.0 55.0 0.36 0.18 new +TCGA-AJ-A3NG-01 TCGA-AJ-A3NG-01A-11D-A227-01 called 0.84 2.19 0.0 10.0 0.85 0.1 new +TCGA-AJ-A3NH-01 TCGA-AJ-A3NH-01A-11D-A227-01 called 0.72 3.07 1.0 16.0 0.8 0.22 new +TCGA-AJ-A3OJ-01 TCGA-AJ-A3OJ-01A-11D-A227-01 called 0.63 2.0 0.0 13.0 0.63 0.0 new +TCGA-AJ-A3OK-01 TCGA-AJ-A3OK-01A-12D-A227-01 called 0.73 2.0 0.0 11.0 0.73 0.0 new +TCGA-AJ-A3OL-01 TCGA-AJ-A3OL-01A-11D-A227-01 called 1.0 2.09 0.0 8.0 1.0 0.0 new +TCGA-AJ-A3QS-01 TCGA-AJ-A3QS-01A-11D-A227-01 called 0.47 3.4 1.0 28.0 0.6 0.47 new +TCGA-AJ-A3TW-01 TCGA-AJ-A3TW-01A-11D-A227-01 called 0.63 2.85 1.0 16.0 0.71 0.39 new +TCGA-AJ-A5DV-01 TCGA-AJ-A5DV-01A-11D-A27O-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-AJ-A5DW-01 TCGA-AJ-A5DW-01A-11D-A27O-01 called 0.79 2.0 0.0 10.0 0.79 0.0 new +TCGA-AJ-A6NU-01 TCGA-AJ-A6NU-01A-11D-A34P-01 called 0.42 1.87 0.0 19.0 0.4 0.06 new +TCGA-AJ-A8CT-01 TCGA-AJ-A8CT-01A-11D-A37M-01 called 0.5 2.0 0.0 16.0 0.5 0.0 new +TCGA-AJ-A8CV-01 TCGA-AJ-A8CV-01A-11D-A37M-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-AJ-A8CW-01 TCGA-AJ-A8CW-01A-11D-A37M-01 called 0.78 2.23 0.0 11.0 0.8 0.09 new +TCGA-AP-A051-01 TCGA-AP-A051-01A-21D-A00X-01 called 0.66 2.07 0.0 13.0 0.67 0.0 new +TCGA-AP-A052-01 TCGA-AP-A052-01A-11D-A00X-01 called 0.89 1.88 0.0 8.0 0.88 0.26 new +TCGA-AP-A054-01 TCGA-AP-A054-01A-11D-A042-01 called 0.95 2.01 0.0 8.0 0.95 0.0 new +TCGA-AP-A056-01 TCGA-AP-A056-01A-11D-A00X-01 called 0.65 2.0 0.0 12.0 0.65 0.0 new +TCGA-AP-A059-01 TCGA-AP-A059-01A-21D-A120-01 called 0.46 2.0 0.0 18.0 0.46 0.02 new +TCGA-AP-A05A-01 TCGA-AP-A05A-01A-11D-A00X-01 called 0.95 2.06 0.0 9.0 0.95 0.03 new +TCGA-AP-A05D-01 TCGA-AP-A05D-01A-11D-A00X-01 called 0.68 3.57 1.0 19.0 0.79 0.21 new +TCGA-AP-A05H-01 TCGA-AP-A05H-01A-11D-A00X-01 called 0.9 2.66 1.0 12.0 0.93 0.09 new +TCGA-AP-A05J-01 TCGA-AP-A05J-01A-11D-A00X-01 called 0.95 1.93 0.0 8.0 0.95 0.05 new +TCGA-AP-A05N-01 TCGA-AP-A05N-01A-11D-A00X-01 called 0.92 2.0 0.0 8.0 0.92 0.05 new +TCGA-AP-A05O-01 TCGA-AP-A05O-01A-12D-A120-01 called 0.63 2.02 0.0 13.0 0.63 0.0 new +TCGA-AP-A05P-01 TCGA-AP-A05P-01A-11D-A042-01 called 0.46 2.19 0.0 19.0 0.49 0.03 new +TCGA-AP-A0L8-01 TCGA-AP-A0L8-01A-11D-A042-01 called 0.88 3.47 1.0 15.0 0.93 0.29 new +TCGA-AP-A0L9-01 TCGA-AP-A0L9-01A-11D-A042-01 called 0.84 5.58 2.0 30.0 0.93 0.38 new +TCGA-AP-A0LD-01 TCGA-AP-A0LD-01A-11D-A042-01 called 0.8 2.14 0.0 11.0 0.81 0.03 new +TCGA-AP-A0LE-01 TCGA-AP-A0LE-01A-11D-A102-01 called 0.9 2.04 0.0 9.0 0.9 0.01 new +TCGA-AP-A0LF-01 TCGA-AP-A0LF-01A-11D-A120-01 called 0.38 3.24 1.0 33.0 0.5 0.35 new +TCGA-AP-A0LG-01 TCGA-AP-A0LG-01A-11D-A042-01 called 0.85 2.0 0.0 9.0 0.85 0.0 new +TCGA-AP-A0LH-01 TCGA-AP-A0LH-01A-11D-A042-01 called 0.93 1.97 0.0 8.0 0.93 0.98 new +TCGA-AP-A0LI-01 TCGA-AP-A0LI-01A-11D-A042-01 called 0.43 3.41 1.0 31.0 0.56 0.14 new +TCGA-AP-A0LJ-01 TCGA-AP-A0LJ-01A-11D-A042-01 called 0.61 2.05 0.0 14.0 0.61 0.02 new +TCGA-AP-A0LL-01 TCGA-AP-A0LL-01A-12D-A102-01 called 0.94 2.07 0.0 9.0 0.94 0.02 new +TCGA-AP-A0LM-01 TCGA-AP-A0LM-01A-11D-A120-01 called 0.57 2.0 0.0 14.0 0.57 0.03 new +TCGA-AP-A0LN-01 TCGA-AP-A0LN-01A-11D-A042-01 called 0.79 2.05 0.0 10.0 0.79 0.0 new +TCGA-AP-A0LO-01 TCGA-AP-A0LO-01A-11D-A042-01 called 0.6 2.35 0.0 15.0 0.64 0.24 new +TCGA-AP-A0LP-01 TCGA-AP-A0LP-01A-12D-A102-01 called 0.81 2.0 0.0 10.0 0.81 0.0 new +TCGA-AP-A0LQ-01 TCGA-AP-A0LQ-01A-12D-A102-01 called 0.62 2.05 0.0 13.0 0.63 0.09 new +TCGA-AP-A0LS-01 TCGA-AP-A0LS-01A-11D-A14F-01 called 0.92 2.0 0.0 9.0 0.92 0.0 new +TCGA-AP-A0LT-01 TCGA-AP-A0LT-01A-11D-A042-01 called 0.89 2.0 0.0 9.0 0.89 0.0 new +TCGA-AP-A0LV-01 TCGA-AP-A0LV-01A-11D-A042-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-AP-A1DH-01 TCGA-AP-A1DH-01A-31D-A134-01 called 0.64 2.0 0.0 13.0 0.64 0.0 new +TCGA-AP-A1DK-01 TCGA-AP-A1DK-01A-11D-A134-01 called 0.6 2.0 0.0 14.0 0.6 0.11 new +TCGA-AP-A1DO-01 TCGA-AP-A1DO-01A-11D-A134-01 called 0.86 2.26 0.0 10.0 0.87 0.06 new +TCGA-AP-A1DP-01 TCGA-AP-A1DP-01A-11D-A134-01 called 0.91 2.07 0.0 9.0 0.91 0.0 new +TCGA-AP-A1DQ-01 TCGA-AP-A1DQ-01A-11D-A134-01 called 0.58 3.16 1.0 19.0 0.69 0.07 new +TCGA-AP-A1DR-01 TCGA-AP-A1DR-01A-11D-A134-01 called 0.77 2.0 0.0 10.0 0.77 0.0 new +TCGA-AP-A1DV-01 TCGA-AP-A1DV-01A-21D-A134-01 called 0.88 2.02 0.0 9.0 0.88 0.0 new +TCGA-AP-A1E0-01 TCGA-AP-A1E0-01A-11D-A134-01 called 0.73 2.0 0.0 11.0 0.73 0.0 new +TCGA-AP-A1E1-01 TCGA-AP-A1E1-01A-11D-A134-01 called 0.57 2.11 0.0 15.0 0.58 0.03 new +TCGA-AP-A1E3-01 TCGA-AP-A1E3-01A-11D-A134-01 called 0.32 2.05 0.0 32.0 0.33 0.0 new +TCGA-AP-A3K1-01 TCGA-AP-A3K1-01A-11D-A20R-01 called 0.76 4.85 2.0 26.0 0.88 0.35 new +TCGA-AP-A5FX-01 TCGA-AP-A5FX-01A-11D-A27O-01 called 0.68 3.41 1.0 18.0 0.79 0.28 new +TCGA-AW-A1PO-01 TCGA-AW-A1PO-01A-12D-A160-01 called 0.96 1.73 0.0 7.0 0.95 0.05 new +TCGA-AX-A05S-01 TCGA-AX-A05S-01A-11D-A00X-01 called 0.68 2.1 0.0 12.0 0.69 0.0 new +TCGA-AX-A05T-01 TCGA-AX-A05T-01A-11D-A00X-01 called 0.87 2.05 0.0 9.0 0.88 0.02 new +TCGA-AX-A05U-01 TCGA-AX-A05U-01A-11D-A00X-01 called 1.0 2.04 0.0 8.0 1.0 0.03 new +TCGA-AX-A05W-01 TCGA-AX-A05W-01A-21D-A00X-01 called 0.69 2.23 0.0 13.0 0.71 0.09 new +TCGA-AX-A05Y-01 TCGA-AX-A05Y-01A-11D-A00X-01 called 0.98 2.03 0.0 8.0 0.98 0.02 new +TCGA-AX-A05Z-01 TCGA-AX-A05Z-01A-11D-A00X-01 called 0.6 2.01 0.0 14.0 0.6 0.05 new +TCGA-AX-A060-01 TCGA-AX-A060-01A-11D-A00X-01 called 0.97 2.07 0.0 8.0 0.97 0.02 new +TCGA-AX-A062-01 TCGA-AX-A062-01A-11D-A00X-01 called 0.94 2.0 0.0 8.0 0.94 0.0 new +TCGA-AX-A063-01 TCGA-AX-A063-01A-11D-A00X-01 called 0.78 2.05 0.0 10.0 0.78 0.0 new +TCGA-AX-A064-01 TCGA-AX-A064-01A-11D-A00X-01 called 0.75 2.07 0.0 11.0 0.75 0.05 new +TCGA-AX-A06B-01 TCGA-AX-A06B-01A-11D-A00X-01 called 0.68 1.72 0.0 11.0 0.64 0.1 new +TCGA-AX-A06F-01 TCGA-AX-A06F-01A-11D-A00X-01 called 0.82 2.0 0.0 10.0 0.82 0.0 new +TCGA-AX-A06H-01 TCGA-AX-A06H-01A-11D-A120-01 called 0.59 2.0 0.0 14.0 0.59 0.0 new +TCGA-AX-A06J-01 TCGA-AX-A06J-01A-11D-A00X-01 called 0.72 2.05 0.0 11.0 0.72 0.13 new +TCGA-AX-A06L-01 TCGA-AX-A06L-01A-11D-A120-01 called 0.67 2.0 0.0 12.0 0.67 0.04 new +TCGA-AX-A0IU-01 TCGA-AX-A0IU-01A-11D-A102-01 called 0.79 2.18 0.0 11.0 0.8 0.06 new +TCGA-AX-A0IW-01 TCGA-AX-A0IW-01A-11D-A042-01 called 0.82 2.65 1.0 13.0 0.85 0.29 new +TCGA-AX-A0IZ-01 TCGA-AX-A0IZ-01A-11D-A120-01 called 0.56 2.0 0.0 15.0 0.56 0.04 new +TCGA-AX-A0J0-01 TCGA-AX-A0J0-01A-11D-A107-01 called 0.91 2.0 0.0 9.0 0.91 0.0 new +TCGA-AX-A0J1-01 TCGA-AX-A0J1-01A-11D-A042-01 called 0.78 2.07 0.0 11.0 0.79 0.02 new +TCGA-AX-A1C4-01 TCGA-AX-A1C4-01A-11D-A134-01 called 0.93 2.09 0.0 9.0 0.93 0.0 new +TCGA-AX-A1C5-01 TCGA-AX-A1C5-01A-11D-A134-01 called 0.59 2.01 0.0 14.0 0.59 0.0 new +TCGA-AX-A1C7-01 TCGA-AX-A1C7-01A-11D-A134-01 called 0.94 3.81 1.0 16.0 0.97 0.19 new +TCGA-AX-A1C8-01 TCGA-AX-A1C8-01A-11D-A134-01 called 0.74 4.01 1.0 20.0 0.85 0.23 new +TCGA-AX-A1C9-01 TCGA-AX-A1C9-01A-11D-A134-01 called 0.78 1.91 0.0 10.0 0.77 0.03 new +TCGA-AX-A1CA-01 TCGA-AX-A1CA-01A-12D-A134-01 called 0.65 3.01 1.0 17.0 0.74 0.51 new +TCGA-AX-A1CC-01 TCGA-AX-A1CC-01A-11D-A134-01 called 0.29 1.89 0.0 36.0 0.28 0.63 new +TCGA-AX-A1CE-01 TCGA-AX-A1CE-01A-11D-A134-01 called 0.76 2.0 0.0 11.0 0.76 0.0 new +TCGA-AX-A1CF-01 TCGA-AX-A1CF-01A-11D-A134-01 called 0.76 1.82 0.0 10.0 0.74 0.24 new +TCGA-AX-A1CI-01 TCGA-AX-A1CI-01A-11D-A134-01 called 0.91 2.02 0.0 9.0 0.91 0.03 new +TCGA-AX-A1CJ-01 TCGA-AX-A1CJ-01A-11D-A134-01 called 0.73 2.09 0.0 11.0 0.73 0.01 new +TCGA-AX-A1CK-01 TCGA-AX-A1CK-01A-11D-A134-01 called 0.91 2.11 0.0 9.0 0.91 0.0 new +TCGA-AX-A1CN-01 TCGA-AX-A1CN-01A-11D-A134-01 called 0.86 1.96 0.0 9.0 0.85 0.0 new +TCGA-AX-A2H2-01 TCGA-AX-A2H2-01A-11D-A17U-01 called 0.63 3.07 1.0 18.0 0.72 0.25 new +TCGA-AX-A2H4-01 TCGA-AX-A2H4-01A-21D-A18N-01 called 0.56 2.85 1.0 18.0 0.64 0.11 new +TCGA-AX-A2H5-01 TCGA-AX-A2H5-01A-11D-A17C-01 called 0.95 2.0 0.0 8.0 0.95 0.15 new +TCGA-AX-A2H7-01 TCGA-AX-A2H7-01A-12D-A18N-01 called 0.85 2.43 0.0 11.0 0.87 0.1 new +TCGA-AX-A2HA-01 TCGA-AX-A2HA-01A-12D-A18N-01 called 0.91 2.13 0.0 9.0 0.91 0.17 new +TCGA-AX-A2HC-01 TCGA-AX-A2HC-01A-11D-A17C-01 called 0.99 2.08 0.0 8.0 0.99 0.0 new +TCGA-AX-A2HD-01 TCGA-AX-A2HD-01A-21D-A17C-01 called 0.87 1.99 0.0 9.0 0.87 0.01 new +TCGA-AX-A2HG-01 TCGA-AX-A2HG-01A-11D-A17C-01 called 0.71 2.0 0.0 11.0 0.71 0.0 new +TCGA-AX-A2HH-01 TCGA-AX-A2HH-01A-11D-A17C-01 called 0.95 2.22 0.0 9.0 0.95 0.03 new +TCGA-AX-A2HJ-01 TCGA-AX-A2HJ-01A-11D-A17C-01 called 0.75 2.01 0.0 11.0 0.75 0.0 new +TCGA-AX-A2HK-01 TCGA-AX-A2HK-01A-11D-A17C-01 called 0.89 4.2 2.0 18.0 0.94 0.27 new +TCGA-AX-A2IN-01 TCGA-AX-A2IN-01A-12D-A17U-01 called 0.8 2.04 0.0 10.0 0.8 0.01 new +TCGA-AX-A2IO-01 TCGA-AX-A2IO-01A-11D-A17U-01 called 0.61 1.96 0.0 13.0 0.61 0.02 new +TCGA-AX-A3FS-01 TCGA-AX-A3FS-01A-11D-A227-01 called 0.89 1.99 0.0 9.0 0.89 0.04 new +TCGA-AX-A3FT-01 TCGA-AX-A3FT-01A-11D-A227-01 called 0.7 2.05 0.0 12.0 0.71 0.0 new +TCGA-AX-A3FV-01 TCGA-AX-A3FV-01A-11D-A227-01 called 0.94 2.78 1.0 12.0 0.95 0.07 new +TCGA-AX-A3FW-01 TCGA-AX-A3FW-01A-11D-A227-01 called 0.93 2.01 0.0 8.0 0.93 0.06 new +TCGA-AX-A3FX-01 TCGA-AX-A3FX-01A-11D-A227-01 called 0.81 1.98 0.0 10.0 0.81 0.25 new +TCGA-AX-A3FZ-01 TCGA-AX-A3FZ-01A-11D-A227-01 called 0.93 2.96 1.0 13.0 0.95 0.03 new +TCGA-AX-A3G1-01 TCGA-AX-A3G1-01A-11D-A227-01 called 0.73 1.84 0.0 10.0 0.72 0.37 new +TCGA-AX-A3G4-01 TCGA-AX-A3G4-01A-11D-A20R-01 called 0.61 3.61 1.0 20.0 0.74 0.25 new +TCGA-AX-A3G6-01 TCGA-AX-A3G6-01A-11D-A20R-01 called 0.82 3.97 2.0 18.0 0.9 0.17 new +TCGA-AX-A3G7-01 TCGA-AX-A3G7-01A-12D-A20R-01 called 0.73 1.94 0.0 11.0 0.72 0.12 new +TCGA-AX-A3G8-01 TCGA-AX-A3G8-01A-11D-A227-01 called 0.93 2.07 0.0 9.0 0.93 0.0 new +TCGA-AX-A3G9-01 TCGA-AX-A3G9-01A-11D-A227-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-AX-A3GB-01 TCGA-AX-A3GB-01A-11D-A227-01 called 0.52 2.07 0.0 16.0 0.53 0.04 new +TCGA-AX-A3GI-01 TCGA-AX-A3GI-01A-11D-A20R-01 called 0.98 1.64 0.0 6.0 0.97 0.3 new +TCGA-B5-A0JN-01 TCGA-B5-A0JN-01A-11D-A102-01 called 0.74 3.23 1.0 16.0 0.82 0.48 new +TCGA-B5-A0JR-01 TCGA-B5-A0JR-01A-13D-A042-01 called 0.74 2.16 0.0 11.0 0.76 0.0 new +TCGA-B5-A0JS-01 TCGA-B5-A0JS-01A-11D-A102-01 called 0.65 2.02 0.0 12.0 0.65 0.0 new +TCGA-B5-A0JT-01 TCGA-B5-A0JT-01A-21D-A120-01 called 0.71 2.36 0.0 13.0 0.74 0.08 new +TCGA-B5-A0JU-01 TCGA-B5-A0JU-01B-11D-A14F-01 called 0.82 2.0 0.0 10.0 0.82 0.0 new +TCGA-B5-A0JV-01 TCGA-B5-A0JV-01A-11D-A102-01 called 0.85 2.03 0.0 9.0 0.85 0.01 new +TCGA-B5-A0JX-01 TCGA-B5-A0JX-01A-21D-A14J-01 called 0.76 2.08 0.0 11.0 0.76 0.06 new +TCGA-B5-A0JY-01 TCGA-B5-A0JY-01A-11D-A102-01 called 0.6 2.0 0.0 13.0 0.6 0.0 new +TCGA-B5-A0JZ-01 TCGA-B5-A0JZ-01A-11D-A042-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-B5-A0K1-01 TCGA-B5-A0K1-01A-11D-A042-01 called 0.82 2.0 0.0 10.0 0.82 0.0 new +TCGA-B5-A0K2-01 TCGA-B5-A0K2-01A-12D-A102-01 called 0.62 2.0 0.0 13.0 0.62 0.0 new +TCGA-B5-A0K3-01 TCGA-B5-A0K3-01A-11D-A042-01 called 0.76 1.88 0.0 10.0 0.75 0.19 new +TCGA-B5-A0K4-01 TCGA-B5-A0K4-01A-11D-A042-01 called 0.82 2.31 0.0 11.0 0.84 0.0 new +TCGA-B5-A0K6-01 TCGA-B5-A0K6-01A-11D-A042-01 called 0.77 2.02 0.0 10.0 0.77 0.01 new +TCGA-B5-A0K7-01 TCGA-B5-A0K7-01A-11D-A102-01 called 0.73 2.16 0.0 12.0 0.75 0.0 new +TCGA-B5-A0K8-01 TCGA-B5-A0K8-01A-11D-A14J-01 called 0.8 1.78 0.0 9.0 0.79 0.39 new +TCGA-B5-A0K9-01 TCGA-B5-A0K9-01A-21D-A102-01 called 0.56 2.16 0.0 15.0 0.58 0.05 new +TCGA-B5-A11F-01 TCGA-B5-A11F-01A-11D-A10L-01 called 0.84 2.03 0.0 10.0 0.85 0.0 new +TCGA-B5-A11G-01 TCGA-B5-A11G-01A-13D-A120-01 called 0.9 1.97 0.0 9.0 0.9 0.04 new +TCGA-B5-A11H-01 TCGA-B5-A11H-01A-11D-A120-01 called 0.66 2.02 0.0 12.0 0.67 0.01 new +TCGA-B5-A11I-01 TCGA-B5-A11I-01A-11D-A10L-01 called 0.73 1.88 0.0 10.0 0.72 0.36 new +TCGA-B5-A11J-01 TCGA-B5-A11J-01A-11D-A120-01 called 0.78 2.0 0.0 10.0 0.78 0.0 new +TCGA-B5-A11L-01 TCGA-B5-A11L-01B-21D-A13J-01 called 0.62 2.07 0.0 13.0 0.63 0.0 new +TCGA-B5-A11N-01 TCGA-B5-A11N-01A-11D-A120-01 called 0.56 1.97 0.0 14.0 0.56 0.0 new +TCGA-B5-A11O-01 TCGA-B5-A11O-01A-11D-A120-01 called 0.39 2.0 0.0 22.0 0.39 0.0 new +TCGA-B5-A11P-01 TCGA-B5-A11P-01B-11D-A14F-01 called 0.93 2.57 1.0 11.0 0.95 0.02 new +TCGA-B5-A11Q-01 TCGA-B5-A11Q-01A-11D-A120-01 called 0.95 2.14 0.0 9.0 0.95 0.02 new +TCGA-B5-A11R-01 TCGA-B5-A11R-01A-11D-A120-01 called 0.82 2.36 0.0 11.0 0.84 0.04 new +TCGA-B5-A11S-01 TCGA-B5-A11S-01A-11D-A120-01 called 0.8 2.2 0.0 11.0 0.81 0.07 new +TCGA-B5-A11U-01 TCGA-B5-A11U-01A-11D-A120-01 called 0.74 2.0 0.0 11.0 0.74 0.03 new +TCGA-B5-A11V-01 TCGA-B5-A11V-01A-11D-A10L-01 called 0.85 2.13 0.0 10.0 0.86 0.0 new +TCGA-B5-A11W-01 TCGA-B5-A11W-01A-12D-A120-01 called 0.85 2.0 0.0 9.0 0.85 0.0 new +TCGA-B5-A11Y-01 TCGA-B5-A11Y-01A-21D-A10L-01 called 0.42 2.0 0.0 20.0 0.42 0.05 new +TCGA-B5-A121-01 TCGA-B5-A121-01A-31D-A120-01 called 0.75 2.0 0.0 11.0 0.75 0.12 new +TCGA-B5-A1MR-01 TCGA-B5-A1MR-01A-31D-A14F-01 called 0.65 2.04 0.0 13.0 0.65 0.07 new +TCGA-B5-A1MS-01 TCGA-B5-A1MS-01B-11D-A227-01 called 0.91 3.73 1.0 16.0 0.95 0.38 new +TCGA-B5-A1MU-01 TCGA-B5-A1MU-01A-11D-A13J-01 called 0.25 2.15 0.0 43.0 0.27 0.26 new +TCGA-B5-A1MV-01 TCGA-B5-A1MV-01A-31D-A14F-01 called 0.59 2.11 0.0 14.0 0.6 0.02 new +TCGA-B5-A1MW-01 TCGA-B5-A1MW-01A-11D-A17C-01 called 0.79 2.11 0.0 11.0 0.8 0.01 new +TCGA-B5-A1MX-01 TCGA-B5-A1MX-01A-11D-A141-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-B5-A1MY-01 TCGA-B5-A1MY-01A-11D-A141-01 called 0.71 3.1 1.0 16.0 0.79 0.19 new +TCGA-B5-A1N2-01 TCGA-B5-A1N2-01A-21D-A141-01 called 0.77 3.1 1.0 15.0 0.84 0.41 new +TCGA-B5-A3F9-01 TCGA-B5-A3F9-01A-21D-A227-01 called 0.26 2.81 1.0 46.0 0.33 0.08 new +TCGA-B5-A3FA-01 TCGA-B5-A3FA-01A-11D-A19X-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-B5-A3FB-01 TCGA-B5-A3FB-01A-11D-A19X-01 called 0.68 2.01 0.0 12.0 0.68 0.0 new +TCGA-B5-A3FC-01 TCGA-B5-A3FC-01A-11D-A227-01 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-B5-A3FD-01 TCGA-B5-A3FD-01A-11D-A19X-01 called 0.91 1.78 0.0 8.0 0.9 0.24 new +TCGA-B5-A3FH-01 TCGA-B5-A3FH-01A-11D-A19X-01 called 0.81 2.07 0.0 10.0 0.81 0.0 new +TCGA-B5-A3S1-01 TCGA-B5-A3S1-01A-11D-A227-01 called 0.78 3.44 1.0 17.0 0.86 0.6 new +TCGA-B5-A5OC-01 TCGA-B5-A5OC-01A-21D-A27O-01 called 0.47 2.12 0.0 18.0 0.49 0.0 new +TCGA-B5-A5OD-01 TCGA-B5-A5OD-01A-11D-A31T-01 called 0.72 3.25 1.0 17.0 0.81 0.04 new +TCGA-B5-A5OE-01 TCGA-B5-A5OE-01A-11D-A31T-01 called 0.92 1.91 0.0 8.0 0.92 0.11 new +TCGA-BG-A0LW-01 TCGA-BG-A0LW-01A-11D-A042-01 called 0.94 2.0 0.0 8.0 0.94 0.0 new +TCGA-BG-A0M3-01 TCGA-BG-A0M3-01A-11D-A102-01 called 0.88 2.16 0.0 10.0 0.89 0.0 new +TCGA-BG-A0M4-01 TCGA-BG-A0M4-01A-11D-A102-01 called 0.72 2.2 0.0 12.0 0.74 0.0 new +TCGA-BG-A0M6-01 TCGA-BG-A0M6-01A-31D-A102-01 called 0.69 3.3 1.0 17.0 0.78 0.18 new +TCGA-BG-A0M7-01 TCGA-BG-A0M7-01A-11D-A042-01 called 0.75 2.0 0.0 11.0 0.75 0.0 new +TCGA-BG-A0MA-01 TCGA-BG-A0MA-01A-11D-A17C-01 called 0.72 2.05 0.0 11.0 0.73 0.03 new +TCGA-BG-A0MC-01 TCGA-BG-A0MC-01A-21D-A042-01 called 0.64 2.01 0.0 13.0 0.64 0.0 new +TCGA-BG-A0MG-01 TCGA-BG-A0MG-01A-21D-A102-01 called 0.76 2.1 0.0 11.0 0.77 0.0 new +TCGA-BG-A0MI-01 TCGA-BG-A0MI-01A-11D-A042-01 called 0.86 2.0 0.0 9.0 0.86 0.0 new +TCGA-BG-A0MK-01 TCGA-BG-A0MK-01A-51D-A19X-01 called 0.6 2.0 0.0 13.0 0.6 0.0 new +TCGA-BG-A0MO-01 TCGA-BG-A0MO-01A-11D-A042-01 called 0.22 2.14 0.0 51.0 0.23 0.05 new +TCGA-BG-A0MQ-01 TCGA-BG-A0MQ-01A-11D-A102-01 called 0.85 2.05 0.0 9.0 0.86 0.0 new +TCGA-BG-A0MT-01 TCGA-BG-A0MT-01A-11D-A102-01 called 0.81 2.12 0.0 10.0 0.82 0.02 new +TCGA-BG-A0MU-01 TCGA-BG-A0MU-01A-11D-A102-01 called 0.86 2.02 0.0 9.0 0.87 0.01 new +TCGA-BG-A0VT-01 TCGA-BG-A0VT-01A-11D-A10L-01 called 0.75 2.02 0.0 11.0 0.76 0.24 new +TCGA-BG-A0VV-01 TCGA-BG-A0VV-01A-21D-A120-01 called 0.64 2.04 0.0 13.0 0.65 0.08 new +TCGA-BG-A0VW-01 TCGA-BG-A0VW-01A-11D-A120-01 called 0.69 1.99 0.0 12.0 0.69 0.0 new +TCGA-BG-A0VX-01 TCGA-BG-A0VX-01A-11D-A120-01 called 0.58 2.0 0.0 14.0 0.58 0.0 new +TCGA-BG-A0VZ-01 TCGA-BG-A0VZ-01A-11D-A107-01 called 0.77 2.0 0.0 10.0 0.77 0.0 new +TCGA-BG-A0W2-01 TCGA-BG-A0W2-01A-11D-A107-01 called 0.8 2.05 0.0 10.0 0.81 0.0 new +TCGA-BG-A0YV-01 TCGA-BG-A0YV-01A-11D-A10L-01 called 0.83 3.65 1.0 17.0 0.9 0.0 new +TCGA-BG-A186-01 TCGA-BG-A186-01A-11D-A12G-01 called 0.82 2.02 0.0 10.0 0.82 0.0 new +TCGA-BG-A187-01 TCGA-BG-A187-01A-11D-A12G-01 called 0.82 2.05 0.0 10.0 0.83 0.0 new +TCGA-BG-A18B-01 TCGA-BG-A18B-01A-11D-A12G-01 called 0.91 2.0 0.0 9.0 0.91 0.0 new +TCGA-BG-A18C-01 TCGA-BG-A18C-01A-11D-A12G-01 called 0.86 1.66 0.0 8.0 0.83 0.14 new +TCGA-BG-A2AE-01 TCGA-BG-A2AE-01A-11D-A16C-01 called 0.67 2.14 0.0 13.0 0.68 0.23 new +TCGA-BG-A2L7-01 TCGA-BG-A2L7-01A-11D-A18N-01 called 0.7 2.0 0.0 11.0 0.7 0.0 new +TCGA-BG-A3EW-01 TCGA-BG-A3EW-01A-11D-A227-01 called 0.88 2.07 0.0 9.0 0.89 0.0 new +TCGA-BG-A3PP-01 TCGA-BG-A3PP-01A-11D-A227-01 called 0.59 3.55 1.0 20.0 0.72 0.3 new +TCGA-BK-A0C9-01 TCGA-BK-A0C9-01A-11D-A00X-01 called 0.75 2.43 0.0 13.0 0.78 0.01 new +TCGA-BK-A0CA-01 TCGA-BK-A0CA-01A-21D-A275-01 called 0.56 2.0 0.0 14.0 0.56 0.03 new +TCGA-BK-A0CB-01 TCGA-BK-A0CB-01A-32D-A102-01 called 0.67 2.0 0.0 12.0 0.67 0.05 new +TCGA-BK-A0CC-01 TCGA-BK-A0CC-01A-21D-A275-01 called 0.67 5.33 2.0 32.0 0.85 0.47 new +TCGA-BK-A139-01 TCGA-BK-A139-01A-11D-A275-01 called 0.44 3.53 1.0 31.0 0.58 0.33 new +TCGA-BK-A139-02 TCGA-BK-A139-02A-11D-A27O-01 called 0.58 3.05 1.0 19.0 0.67 0.05 new +TCGA-BK-A13B-01 TCGA-BK-A13B-01A-51D-A227-01 called 0.86 2.07 0.0 10.0 0.86 0.0 new +TCGA-BK-A26L-01 TCGA-BK-A26L-01A-11D-A275-01 called 0.57 3.44 1.0 20.0 0.7 0.36 new +TCGA-BK-A4ZD-01 TCGA-BK-A4ZD-01A-11D-A27O-01 called 0.87 3.72 2.0 16.0 0.93 0.18 new +TCGA-BK-A56F-01 TCGA-BK-A56F-01A-32D-A27O-01 called 0.8 2.0 0.0 10.0 0.8 0.01 new +TCGA-BK-A6W3-01 TCGA-BK-A6W3-01A-12D-A34P-01 called 0.79 2.0 0.0 10.0 0.79 0.0 new +TCGA-BK-A6W4-01 TCGA-BK-A6W4-01A-12D-A34P-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-BS-A0T9-01 TCGA-BS-A0T9-01A-11D-A12G-01 called 0.48 2.1 0.0 18.0 0.49 0.02 new +TCGA-BS-A0TA-01 TCGA-BS-A0TA-01A-11D-A102-01 called 0.31 2.0 0.0 34.0 0.31 0.01 new +TCGA-BS-A0TC-01 TCGA-BS-A0TC-01A-11D-A102-01 called 0.79 2.0 0.0 10.0 0.79 0.0 new +TCGA-BS-A0TD-01 TCGA-BS-A0TD-01A-11D-A102-01 called 0.61 2.0 0.0 13.0 0.61 0.0 new +TCGA-BS-A0TE-01 TCGA-BS-A0TE-01A-11D-A102-01 called 0.76 1.43 0.0 8.0 0.7 0.43 new +TCGA-BS-A0TG-01 TCGA-BS-A0TG-01A-32D-A102-01 called 0.74 2.05 0.0 11.0 0.75 0.02 new +TCGA-BS-A0TI-01 TCGA-BS-A0TI-01A-11D-A102-01 called 0.53 4.26 2.0 30.0 0.7 0.29 new +TCGA-BS-A0TJ-01 TCGA-BS-A0TJ-01A-11D-A102-01 called 0.79 2.0 0.0 10.0 0.79 0.0 new +TCGA-BS-A0U5-01 TCGA-BS-A0U5-01A-11D-A107-01 called 0.76 2.0 0.0 10.0 0.76 0.0 new +TCGA-BS-A0U7-01 TCGA-BS-A0U7-01A-21D-A102-01 called 0.6 2.14 0.0 14.0 0.62 0.0 new +TCGA-BS-A0U8-01 TCGA-BS-A0U8-01A-11D-A102-01 called 0.86 2.0 0.0 9.0 0.86 0.0 new +TCGA-BS-A0U9-01 TCGA-BS-A0U9-01B-21D-A10L-01 called 0.83 3.54 1.0 16.0 0.89 0.03 new +TCGA-BS-A0UA-01 TCGA-BS-A0UA-01A-11D-A120-01 called 0.58 2.0 0.0 14.0 0.58 0.0 new +TCGA-BS-A0UF-01 TCGA-BS-A0UF-01A-11D-A102-01 called 0.57 2.0 0.0 14.0 0.57 0.0 new +TCGA-BS-A0UJ-01 TCGA-BS-A0UJ-01A-12D-A102-01 called 0.87 2.0 0.0 9.0 0.87 0.0 new +TCGA-BS-A0UL-01 TCGA-BS-A0UL-01A-11D-A107-01 called 0.39 2.0 0.0 21.0 0.39 0.0 new +TCGA-BS-A0UV-01 TCGA-BS-A0UV-01A-11D-A102-01 called 0.7 2.13 0.0 12.0 0.71 0.03 new +TCGA-BS-A0V4-01 TCGA-BS-A0V4-01A-11D-A14F-01 called 0.78 2.03 0.0 10.0 0.78 0.0 new +TCGA-BS-A0V6-01 TCGA-BS-A0V6-01A-11D-A120-01 called 0.5 2.0 0.0 16.0 0.5 0.02 new +TCGA-BS-A0V7-01 TCGA-BS-A0V7-01A-21D-A120-01 called 0.26 2.16 0.0 42.0 0.27 0.24 new +TCGA-BS-A0V8-01 TCGA-BS-A0V8-01A-11D-A120-01 called 0.61 3.15 1.0 18.0 0.71 0.07 new +TCGA-BS-A0VI-01 TCGA-BS-A0VI-01A-11D-A14F-01 called 0.66 2.05 0.0 13.0 0.66 0.08 new +TCGA-BS-A0WQ-01 TCGA-BS-A0WQ-01A-21D-A107-01 called 0.97 2.05 0.0 8.0 0.97 0.0 new +TCGA-D1-A0ZN-01 TCGA-D1-A0ZN-01A-11D-A120-01 called 0.77 2.08 0.0 11.0 0.77 0.05 new +TCGA-D1-A0ZO-01 TCGA-D1-A0ZO-01A-11D-A120-01 called 0.6 2.09 0.0 14.0 0.61 0.05 new +TCGA-D1-A0ZP-01 TCGA-D1-A0ZP-01A-21D-A10L-01 called 0.75 2.19 0.0 11.0 0.77 0.05 new +TCGA-D1-A0ZQ-01 TCGA-D1-A0ZQ-01A-11D-A120-01 called 0.75 2.06 0.0 11.0 0.76 0.01 new +TCGA-D1-A0ZR-01 TCGA-D1-A0ZR-01A-21D-A10L-01 called 0.25 4.18 1.0 56.0 0.4 0.0 new +TCGA-D1-A0ZS-01 TCGA-D1-A0ZS-01A-11D-A120-01 called 0.75 2.0 0.0 11.0 0.75 0.0 new +TCGA-D1-A0ZV-01 TCGA-D1-A0ZV-01A-11D-A10L-01 called 0.57 2.0 0.0 14.0 0.57 0.0 new +TCGA-D1-A0ZZ-01 TCGA-D1-A0ZZ-01A-11D-A10L-01 called 0.86 3.52 1.0 16.0 0.92 0.07 new +TCGA-D1-A101-01 TCGA-D1-A101-01A-12D-A10L-01 called 0.23 2.0 0.0 46.0 0.23 0.0 new +TCGA-D1-A102-01 TCGA-D1-A102-01A-11D-A10L-01 called 0.75 2.18 0.0 11.0 0.77 0.0 new +TCGA-D1-A103-01 TCGA-D1-A103-01A-11D-A10L-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-D1-A15V-01 TCGA-D1-A15V-01A-11D-A120-01 called 0.78 4.12 1.0 19.0 0.88 0.28 new +TCGA-D1-A15W-01 TCGA-D1-A15W-01A-11D-A120-01 called 0.66 2.0 0.0 12.0 0.66 0.01 new +TCGA-D1-A15X-01 TCGA-D1-A15X-01A-11D-A120-01 called 0.59 2.0 0.0 14.0 0.59 0.1 new +TCGA-D1-A15Z-01 TCGA-D1-A15Z-01A-11D-A120-01 called 0.83 2.05 0.0 10.0 0.83 0.02 new +TCGA-D1-A160-01 TCGA-D1-A160-01A-11D-A120-01 called 0.71 2.07 0.0 12.0 0.71 0.02 new +TCGA-D1-A161-01 TCGA-D1-A161-01A-11D-A120-01 called 0.79 2.05 0.0 10.0 0.8 0.02 new +TCGA-D1-A163-01 TCGA-D1-A163-01A-11D-A12G-01 called 0.8 2.0 0.0 10.0 0.8 0.0 new +TCGA-D1-A165-01 TCGA-D1-A165-01A-11D-A12G-01 called 0.71 2.28 0.0 12.0 0.74 0.14 new +TCGA-D1-A167-01 TCGA-D1-A167-01A-11D-A12G-01 called 0.91 2.0 0.0 9.0 0.91 0.0 new +TCGA-D1-A169-01 TCGA-D1-A169-01A-11D-A12G-01 called 0.67 1.92 0.0 12.0 0.66 0.29 new +TCGA-D1-A16B-01 TCGA-D1-A16B-01A-11D-A12G-01 called 0.65 2.0 0.0 12.0 0.65 0.0 new +TCGA-D1-A16E-01 TCGA-D1-A16E-01A-22D-A12G-01 called 0.57 2.0 0.0 14.0 0.57 0.0 new +TCGA-D1-A16G-01 TCGA-D1-A16G-01A-31D-A12G-01 called 0.36 4.05 1.0 40.0 0.53 0.07 new +TCGA-D1-A16I-01 TCGA-D1-A16I-01A-11D-A12G-01 called 0.87 1.94 0.0 9.0 0.87 0.44 new +TCGA-D1-A16J-01 TCGA-D1-A16J-01A-11D-A12G-01 called 0.73 1.98 0.0 11.0 0.73 0.0 new +TCGA-D1-A16N-01 TCGA-D1-A16N-01A-11D-A12G-01 called 0.89 1.82 0.0 8.0 0.88 0.09 new +TCGA-D1-A16O-01 TCGA-D1-A16O-01A-11D-A12G-01 called 0.83 1.98 0.0 9.0 0.83 0.99 new +TCGA-D1-A16Q-01 TCGA-D1-A16Q-01A-12D-A12G-01 called 0.82 1.99 0.0 10.0 0.82 0.0 new +TCGA-D1-A16R-01 TCGA-D1-A16R-01A-11D-A12G-01 called 0.78 2.05 0.0 10.0 0.78 0.33 new +TCGA-D1-A16S-01 TCGA-D1-A16S-01A-11D-A12G-01 called 0.71 3.55 1.0 18.0 0.81 0.4 new +TCGA-D1-A16V-01 TCGA-D1-A16V-01A-11D-A12G-01 called 0.82 1.82 0.0 9.0 0.81 0.02 new +TCGA-D1-A16X-01 TCGA-D1-A16X-01A-11D-A12G-01 called 0.57 2.0 0.0 14.0 0.57 0.0 new +TCGA-D1-A16Y-01 TCGA-D1-A16Y-01A-31D-A12G-01 called 0.89 2.0 0.0 9.0 0.89 0.0 new +TCGA-D1-A174-01 TCGA-D1-A174-01A-11D-A12G-01 called 0.62 2.0 0.0 13.0 0.62 0.05 new +TCGA-D1-A176-01 TCGA-D1-A176-01A-11D-A12G-01 called 0.82 2.13 0.0 10.0 0.82 0.98 new +TCGA-D1-A177-01 TCGA-D1-A177-01A-21D-A12G-01 called 0.98 2.04 0.0 8.0 0.98 0.0 new +TCGA-D1-A179-01 TCGA-D1-A179-01A-11D-A12G-01 called 0.91 1.73 0.0 7.0 0.9 0.08 new +TCGA-D1-A17A-01 TCGA-D1-A17A-01A-11D-A12G-01 called 0.69 2.07 0.0 12.0 0.7 0.0 new +TCGA-D1-A17B-01 TCGA-D1-A17B-01A-22D-A12G-01 called 0.4 2.04 0.0 21.0 0.4 0.04 new +TCGA-D1-A17C-01 TCGA-D1-A17C-01A-11D-A12G-01 called 0.52 2.0 0.0 16.0 0.52 0.06 new +TCGA-D1-A17D-01 TCGA-D1-A17D-01A-12D-A12G-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-D1-A17F-01 TCGA-D1-A17F-01A-11D-A12G-01 called 0.68 1.91 0.0 11.0 0.67 0.12 new +TCGA-D1-A17H-01 TCGA-D1-A17H-01A-11D-A12G-01 called 0.74 1.99 0.0 11.0 0.74 0.0 new +TCGA-D1-A17K-01 TCGA-D1-A17K-01A-11D-A12G-01 called 0.92 1.87 0.0 8.0 0.91 0.07 new +TCGA-D1-A17L-01 TCGA-D1-A17L-01A-11D-A12G-01 called 0.74 2.07 0.0 11.0 0.75 0.0 new +TCGA-D1-A17M-01 TCGA-D1-A17M-01A-21D-A12G-01 called 0.83 2.03 0.0 10.0 0.83 0.0 new +TCGA-D1-A17N-01 TCGA-D1-A17N-01A-11D-A12G-01 called 0.53 2.0 0.0 16.0 0.53 0.0 new +TCGA-D1-A17Q-01 TCGA-D1-A17Q-01A-11D-A12G-01 called 0.88 2.0 0.0 9.0 0.88 0.0 new +TCGA-D1-A17R-01 TCGA-D1-A17R-01A-11D-A12G-01 called 0.85 2.22 0.0 10.0 0.86 0.0 new +TCGA-D1-A17S-01 TCGA-D1-A17S-01A-11D-A12G-01 called 0.85 2.0 0.0 9.0 0.85 0.04 new +TCGA-D1-A17T-01 TCGA-D1-A17T-01A-11D-A12G-01 called 0.82 2.05 0.0 10.0 0.82 0.0 new +TCGA-D1-A17U-01 TCGA-D1-A17U-01A-21D-A12G-01 called 0.7 2.0 0.0 11.0 0.7 0.0 new +TCGA-D1-A1NS-01 TCGA-D1-A1NS-01A-11D-A14F-01 called 0.51 2.0 0.0 16.0 0.51 0.0 new +TCGA-D1-A1NU-01 TCGA-D1-A1NU-01A-11D-A14F-01 called 0.87 1.83 0.0 8.0 0.86 0.12 new +TCGA-D1-A1NW-01 TCGA-D1-A1NW-01A-11D-A14J-01 called 0.81 1.95 0.0 10.0 0.8 0.39 new +TCGA-D1-A1NX-01 TCGA-D1-A1NX-01A-11D-A16C-01 called 0.88 2.0 0.0 9.0 0.88 0.06 new +TCGA-D1-A1NY-01 TCGA-D1-A1NY-01A-11D-A16C-01 called 0.8 2.02 0.0 10.0 0.8 0.09 new +TCGA-D1-A1NZ-01 TCGA-D1-A1NZ-01A-21D-A14F-01 called 0.8 2.07 0.0 10.0 0.81 0.05 new +TCGA-D1-A1O0-01 TCGA-D1-A1O0-01A-11D-A17C-01 called 0.85 3.58 1.0 16.0 0.91 0.2 new +TCGA-D1-A1O5-01 TCGA-D1-A1O5-01A-11D-A14F-01 called 0.9 2.0 0.0 9.0 0.9 0.0 new +TCGA-D1-A1O7-01 TCGA-D1-A1O7-01A-11D-A14F-01 called 0.73 2.0 0.0 11.0 0.73 0.05 new +TCGA-D1-A1O8-01 TCGA-D1-A1O8-01A-11D-A14F-01 called 0.45 2.0 0.0 18.0 0.45 0.0 new +TCGA-D1-A2G0-01 TCGA-D1-A2G0-01A-11D-A17C-01 called 0.76 2.1 0.0 11.0 0.77 0.0 new +TCGA-D1-A2G5-01 TCGA-D1-A2G5-01A-11D-A17C-01 called 0.91 2.42 0.0 11.0 0.92 0.02 new +TCGA-D1-A2G6-01 TCGA-D1-A2G6-01A-11D-A17C-01 called 0.6 2.34 0.0 15.0 0.64 0.05 new +TCGA-D1-A2G7-01 TCGA-D1-A2G7-01A-21D-A17U-01 called 0.71 2.0 0.0 11.0 0.71 0.01 new +TCGA-D1-A3DA-01 TCGA-D1-A3DA-01A-12D-A20R-01 called 0.84 2.08 0.0 10.0 0.85 0.0 new +TCGA-D1-A3DG-01 TCGA-D1-A3DG-01A-11D-A19X-01 called 0.97 1.74 0.0 7.0 0.97 0.04 new +TCGA-D1-A3DH-01 TCGA-D1-A3DH-01A-11D-A19X-01 called 0.89 3.28 1.0 14.0 0.93 0.09 new +TCGA-D1-A3JQ-01 TCGA-D1-A3JQ-01A-11D-A227-01 called 0.79 1.96 0.0 10.0 0.78 0.44 new +TCGA-DF-A2KN-01 TCGA-DF-A2KN-01A-11D-A17U-01 called 0.61 2.0 0.0 13.0 0.61 0.0 new +TCGA-DF-A2KR-01 TCGA-DF-A2KR-01A-11D-A17U-01 called 0.78 3.07 1.0 15.0 0.85 0.18 new +TCGA-DF-A2KS-01 TCGA-DF-A2KS-01A-11D-A18N-01 called 0.71 3.06 1.0 16.0 0.79 0.2 new +TCGA-DF-A2KU-01 TCGA-DF-A2KU-01A-11D-A17U-01 called 0.73 2.0 0.0 11.0 0.73 0.0 new +TCGA-DF-A2KV-01 TCGA-DF-A2KV-01A-11D-A17U-01 called 0.6 2.0 0.0 14.0 0.6 0.0 new +TCGA-DF-A2KY-01 TCGA-DF-A2KY-01A-21D-A20R-01 called 0.71 2.0 0.0 11.0 0.71 0.01 new +TCGA-DF-A2KZ-01 TCGA-DF-A2KZ-01A-11D-A20R-01 called 0.51 2.04 0.0 16.0 0.51 0.02 new +TCGA-DF-A2L0-01 TCGA-DF-A2L0-01A-11D-A17U-01 called 0.68 2.74 1.0 15.0 0.74 0.24 new +TCGA-DI-A0WH-01 TCGA-DI-A0WH-01A-12D-A12G-01 called 0.82 2.07 0.0 10.0 0.82 0.0 new +TCGA-DI-A1BU-01 TCGA-DI-A1BU-01A-11D-A134-01 called 0.61 2.0 0.0 13.0 0.61 0.0 new +TCGA-DI-A1BY-01 TCGA-DI-A1BY-01A-21D-A134-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-DI-A1C3-01 TCGA-DI-A1C3-01A-41D-A134-01 called 0.3 2.1 0.0 35.0 0.31 0.05 new +TCGA-DI-A1NN-01 TCGA-DI-A1NN-01A-11D-A16C-01 called 0.62 3.42 1.0 19.0 0.74 0.27 new +TCGA-DI-A1NO-01 TCGA-DI-A1NO-01A-31D-A160-01 called 0.94 3.01 1.0 13.0 0.96 0.16 new +TCGA-DI-A2QT-01 TCGA-DI-A2QT-01A-12D-A19X-01 called 0.86 2.96 1.0 13.0 0.9 0.13 new +TCGA-DI-A2QU-01 TCGA-DI-A2QU-01A-11D-A18N-01 called 0.84 2.02 0.0 9.0 0.85 0.02 new +TCGA-DI-A2QY-01 TCGA-DI-A2QY-01A-12D-A19X-01 called 0.68 3.36 1.0 18.0 0.78 0.28 new +TCGA-E6-A1LX-01 TCGA-E6-A1LX-01A-11D-A14F-01 called 0.4 1.99 0.0 21.0 0.4 0.0 new +TCGA-E6-A1LZ-01 TCGA-E6-A1LZ-01A-11D-A141-01 called 0.56 3.36 1.0 21.0 0.68 0.02 new +TCGA-E6-A1M0-01 TCGA-E6-A1M0-01A-11D-A141-01 called 0.81 2.26 0.0 11.0 0.83 0.15 new +TCGA-E6-A2P8-01 TCGA-E6-A2P8-01A-11D-A19X-01 called 0.59 2.0 0.0 14.0 0.59 0.0 new +TCGA-E6-A2P9-01 TCGA-E6-A2P9-01A-11D-A19X-01 called 0.87 2.12 0.0 10.0 0.87 0.03 new +TCGA-E6-A8L9-01 TCGA-E6-A8L9-01A-21D-A37M-01 called 0.73 3.2 1.0 16.0 0.81 0.2 new +TCGA-EC-A1NJ-01 TCGA-EC-A1NJ-01A-31D-A14F-01 called 0.69 2.02 0.0 12.0 0.69 0.0 new +TCGA-EC-A1QX-01 TCGA-EC-A1QX-01A-31D-A16C-01 called 0.59 2.08 0.0 14.0 0.6 0.05 new +TCGA-EC-A24G-01 TCGA-EC-A24G-01A-11D-A16C-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-EO-A1Y5-01 TCGA-EO-A1Y5-01A-11D-A160-01 called 0.81 3.41 1.0 16.0 0.88 0.27 new +TCGA-EO-A1Y7-01 TCGA-EO-A1Y7-01A-11D-A160-01 called 0.94 1.99 0.0 8.0 0.94 0.13 new +TCGA-EO-A1Y8-01 TCGA-EO-A1Y8-01A-11D-A160-01 called 0.82 4.1 1.0 19.0 0.9 0.09 new +TCGA-EO-A22R-01 TCGA-EO-A22R-01A-11D-A18N-01 called 0.74 2.0 0.0 11.0 0.74 0.0 new +TCGA-EO-A22S-01 TCGA-EO-A22S-01A-11D-A18N-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-EO-A22T-01 TCGA-EO-A22T-01A-21D-A18N-01 called 0.56 2.05 0.0 15.0 0.56 0.03 new +TCGA-EO-A22U-01 TCGA-EO-A22U-01A-11D-A17U-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-EO-A22X-01 TCGA-EO-A22X-01A-11D-A17U-01 called 0.78 2.02 0.0 10.0 0.78 0.01 new +TCGA-EO-A22Y-01 TCGA-EO-A22Y-01A-11D-A17U-01 called 0.72 2.57 1.0 14.0 0.77 0.05 new +TCGA-EO-A2CG-01 TCGA-EO-A2CG-01A-12D-A17U-01 called 0.46 3.21 1.0 27.0 0.58 0.25 new +TCGA-EO-A2CH-01 TCGA-EO-A2CH-01A-11D-A17U-01 called 0.87 3.94 1.0 18.0 0.93 0.07 new +TCGA-EO-A3AS-01 TCGA-EO-A3AS-01A-11D-A19X-01 called 0.79 2.04 0.0 10.0 0.79 0.06 new +TCGA-EO-A3AU-01 TCGA-EO-A3AU-01A-21D-A19X-01 called 0.67 2.0 0.0 12.0 0.67 0.01 new +TCGA-EO-A3AV-01 TCGA-EO-A3AV-01A-12D-A19X-01 called 0.45 2.07 0.0 19.0 0.46 0.02 new +TCGA-EO-A3AY-01 TCGA-EO-A3AY-01A-12D-A19X-01 called 0.76 2.0 0.0 10.0 0.76 0.0 new +TCGA-EO-A3AZ-01 TCGA-EO-A3AZ-01A-12D-A19X-01 called 0.45 1.66 0.0 17.0 0.41 0.33 new +TCGA-EO-A3B1-01 TCGA-EO-A3B1-01A-12D-A19X-01 called 0.49 3.36 1.0 26.0 0.61 0.16 new +TCGA-EO-A3KU-01 TCGA-EO-A3KU-01A-11D-A227-01 called 0.78 3.17 1.0 15.0 0.85 0.72 new +TCGA-EO-A3KW-01 TCGA-EO-A3KW-01A-11D-A227-01 called 0.72 3.75 1.0 19.0 0.83 0.03 new +TCGA-EO-A3KX-01 TCGA-EO-A3KX-01A-11D-A227-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EO-A3L0-01 TCGA-EO-A3L0-01A-11D-A227-01 called 0.56 2.15 0.0 15.0 0.57 0.04 new +TCGA-EY-A1GC-01 TCGA-EY-A1GC-01A-11D-A13J-01 called 0.58 3.39 1.0 20.0 0.7 0.26 new +TCGA-EY-A1GD-01 TCGA-EY-A1GD-01A-11D-A13J-01 called 0.83 2.07 0.0 10.0 0.83 0.0 new +TCGA-EY-A1GE-01 TCGA-EY-A1GE-01A-11D-A13J-01 called 0.67 2.0 0.0 12.0 0.67 0.0 new +TCGA-EY-A1GF-01 TCGA-EY-A1GF-01A-11D-A13J-01 called 0.9 2.05 0.0 9.0 0.9 0.0 new +TCGA-EY-A1GH-01 TCGA-EY-A1GH-01A-11D-A13J-01 called 0.72 2.19 0.0 12.0 0.74 0.0 new +TCGA-EY-A1GI-01 TCGA-EY-A1GI-01A-11D-A13J-01 called 0.91 2.0 0.0 9.0 0.91 0.0 new +TCGA-EY-A1GJ-01 TCGA-EY-A1GJ-01A-12D-A141-01 called 0.92 1.92 0.0 8.0 0.92 0.04 new +TCGA-EY-A1GK-01 TCGA-EY-A1GK-01A-11D-A13J-01 called 0.7 2.04 0.0 12.0 0.7 0.0 new +TCGA-EY-A1GL-01 TCGA-EY-A1GL-01A-11D-A13J-01 called 0.8 2.05 0.0 10.0 0.81 0.06 new +TCGA-EY-A1GM-01 TCGA-EY-A1GM-01A-12D-A14F-01 called 0.95 2.12 0.0 9.0 0.95 0.03 new +TCGA-EY-A1GO-01 TCGA-EY-A1GO-01A-11D-A14F-01 called 0.96 3.39 1.0 14.0 0.98 0.01 new +TCGA-EY-A1GP-01 TCGA-EY-A1GP-01A-11D-A13J-01 called 0.85 1.63 0.0 8.0 0.82 0.01 new +TCGA-EY-A1GQ-01 TCGA-EY-A1GQ-01A-21D-A13J-01 called 0.79 2.31 0.0 11.0 0.82 0.01 new +TCGA-EY-A1GR-01 TCGA-EY-A1GR-01A-11D-A13J-01 called 0.82 3.08 1.0 14.0 0.88 0.16 new +TCGA-EY-A1GS-01 TCGA-EY-A1GS-01A-11D-A13J-01 called 0.81 3.61 2.0 17.0 0.88 0.09 new +TCGA-EY-A1GV-01 TCGA-EY-A1GV-01A-11D-A13J-01 called 0.32 1.95 0.0 31.0 0.32 0.09 new +TCGA-EY-A1GW-01 TCGA-EY-A1GW-01A-22D-A13J-01 called 0.97 1.75 0.0 7.0 0.96 0.25 new +TCGA-EY-A1GX-01 TCGA-EY-A1GX-01A-12D-A13J-01 called 0.98 2.21 0.0 9.0 0.98 0.0 new +TCGA-EY-A1H0-01 TCGA-EY-A1H0-01A-11D-A13J-01 called 0.87 2.15 0.0 10.0 0.87 0.0 new +TCGA-EY-A210-01 TCGA-EY-A210-01A-11D-A160-01 called 0.87 1.99 0.0 9.0 0.86 0.05 new +TCGA-EY-A212-01 TCGA-EY-A212-01A-11D-A14J-01 called 0.94 1.93 0.0 8.0 0.93 0.4 new +TCGA-EY-A214-01 TCGA-EY-A214-01A-12D-A160-01 called 0.75 1.57 0.0 9.0 0.7 0.61 new +TCGA-EY-A215-01 TCGA-EY-A215-01A-11D-A14J-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-EY-A2OM-01 TCGA-EY-A2OM-01A-11D-A18N-01 called 0.71 2.05 0.0 12.0 0.71 0.0 new +TCGA-EY-A2ON-01 TCGA-EY-A2ON-01A-21D-A18N-01 called 0.73 3.3 1.0 17.0 0.82 0.17 new +TCGA-EY-A2OO-01 TCGA-EY-A2OO-01A-11D-A19X-01 called 0.38 2.87 1.0 32.0 0.46 0.28 new +TCGA-EY-A2OP-01 TCGA-EY-A2OP-01A-11D-A19X-01 called 0.9 2.08 0.0 9.0 0.91 0.0 new +TCGA-EY-A2OQ-01 TCGA-EY-A2OQ-01A-11D-A19X-01 called 0.78 3.89 1.0 18.0 0.87 0.22 new +TCGA-EY-A3L3-01 TCGA-EY-A3L3-01A-11D-A227-01 called 0.91 3.17 1.0 14.0 0.94 0.12 new +TCGA-EY-A3QX-01 TCGA-EY-A3QX-01A-11D-A227-01 called 0.83 1.77 0.0 9.0 0.81 0.05 new +TCGA-EY-A4KR-01 TCGA-EY-A4KR-01A-11D-A27O-01 called 0.63 2.01 0.0 13.0 0.63 0.64 new +TCGA-EY-A547-01 TCGA-EY-A547-01A-11D-A27O-01 called 0.98 1.99 0.0 8.0 0.98 0.03 new +TCGA-EY-A548-01 TCGA-EY-A548-01A-11D-A27O-01 called 0.66 2.0 0.0 12.0 0.66 0.0 new +TCGA-EY-A549-01 TCGA-EY-A549-01A-11D-A27O-01 called 0.85 2.15 0.0 10.0 0.86 0.0 new +TCGA-EY-A54A-01 TCGA-EY-A54A-01A-11D-A27O-01 called 0.79 1.87 0.0 10.0 0.78 0.42 new +TCGA-EY-A5W2-01 TCGA-EY-A5W2-01A-11D-A31T-01 called 0.85 2.04 0.0 9.0 0.85 0.0 new +TCGA-EY-A72D-01 TCGA-EY-A72D-01A-12D-A34P-01 called 0.82 2.73 1.0 13.0 0.86 0.16 new +TCGA-FI-A2CX-01 TCGA-FI-A2CX-01A-11D-A17C-01 called 0.67 2.01 0.0 12.0 0.67 0.45 new +TCGA-FI-A2CY-01 TCGA-FI-A2CY-01A-11D-A17C-01 called 0.83 1.92 0.0 9.0 0.82 0.02 new +TCGA-FI-A2D0-01 TCGA-FI-A2D0-01A-11D-A17C-01 called 0.75 2.0 0.0 11.0 0.75 0.06 new +TCGA-FI-A2D2-01 TCGA-FI-A2D2-01A-11D-A17C-01 called 0.68 3.38 1.0 18.0 0.78 0.12 new +TCGA-FI-A2D4-01 TCGA-FI-A2D4-01A-12D-A17C-01 called 0.89 2.25 0.0 10.0 0.9 0.0 new +TCGA-FI-A2D5-01 TCGA-FI-A2D5-01A-11D-A17C-01 called 0.6 2.0 0.0 13.0 0.6 0.0 new +TCGA-FI-A2D6-01 TCGA-FI-A2D6-01A-11D-A17C-01 called 0.88 2.05 0.0 9.0 0.89 0.0 new +TCGA-FI-A2EU-01 TCGA-FI-A2EU-01A-11D-A17C-01 called 0.94 1.91 0.0 8.0 0.94 0.14 new +TCGA-FI-A2EW-01 TCGA-FI-A2EW-01A-11D-A17C-01 called 0.85 3.38 1.0 15.0 0.91 0.18 new +TCGA-FI-A2EX-01 TCGA-FI-A2EX-01A-11D-A17C-01 called 0.76 3.23 1.0 16.0 0.83 0.54 new +TCGA-FI-A2EY-01 TCGA-FI-A2EY-01A-12D-A18N-01 called 0.89 2.74 1.0 12.0 0.92 0.2 new +TCGA-FI-A2F4-01 TCGA-FI-A2F4-01A-11D-A17C-01 called 0.63 2.11 0.0 13.0 0.65 0.03 new +TCGA-FI-A2F8-01 TCGA-FI-A2F8-01A-12D-A17C-01 called 0.5 3.57 1.0 27.0 0.64 0.37 new +TCGA-FI-A2F9-01 TCGA-FI-A2F9-01A-11D-A17C-01 called 0.96 2.04 0.0 8.0 0.96 0.17 new +TCGA-FI-A3PV-01 TCGA-FI-A3PV-01A-11D-A227-01 called 0.67 3.69 1.0 19.0 0.79 0.27 new +TCGA-FI-A3PX-01 TCGA-FI-A3PX-01A-11D-A227-01 called 0.94 3.69 1.0 16.0 0.97 0.11 new +TCGA-H5-A2HR-01 TCGA-H5-A2HR-01A-11D-A17U-01 called 0.91 1.99 0.0 9.0 0.91 0.12 new +TCGA-JU-AAVI-01 TCGA-JU-AAVI-01A-11D-A402-01 called 0.64 1.63 0.0 11.0 0.59 0.49 new +TCGA-K6-A3WQ-01 TCGA-K6-A3WQ-01A-11D-A227-01 called 0.78 3.38 1.0 16.0 0.86 0.08 new +TCGA-KP-A3VZ-01 TCGA-KP-A3VZ-01A-11D-A227-01 called 0.94 2.8 1.0 12.0 0.96 0.24 new +TCGA-KP-A3W0-01 TCGA-KP-A3W0-01A-21D-A227-01 called 0.7 2.02 0.0 12.0 0.71 0.3 new +TCGA-KP-A3W1-01 TCGA-KP-A3W1-01A-11D-A227-01 called 0.34 4.5 2.0 45.0 0.53 0.12 new +TCGA-KP-A3W3-01 TCGA-KP-A3W3-01A-11D-A227-01 called 0.81 2.89 1.0 14.0 0.86 0.1 new +TCGA-KP-A3W4-01 TCGA-KP-A3W4-01A-11D-A227-01 called 0.71 1.94 0.0 11.0 0.7 0.23 new +TCGA-PG-A5BC-01 TCGA-PG-A5BC-01A-12D-A27O-01 called 0.73 1.76 0.0 10.0 0.71 0.01 new +TCGA-PG-A6IB-01 TCGA-PG-A6IB-01A-21D-A31T-01 called 0.58 2.0 0.0 14.0 0.58 0.0 new +TCGA-PG-A7D5-01 TCGA-PG-A7D5-01A-11D-A34P-01 called 0.82 1.82 0.0 9.0 0.81 0.42 new +TCGA-PG-A914-01 TCGA-PG-A914-01A-11D-A37M-01 called 0.8 3.5 1.0 16.0 0.87 0.11 new +TCGA-PG-A915-01 TCGA-PG-A915-01A-11D-A37M-01 called 0.85 3.52 1.0 16.0 0.91 0.18 new +TCGA-PG-A916-01 TCGA-PG-A916-01A-11D-A37M-01 called 0.83 2.0 0.0 10.0 0.83 0.0 new +TCGA-PG-A917-01 TCGA-PG-A917-01A-31D-A37M-01 called 0.77 2.05 0.0 11.0 0.78 0.01 new +TCGA-QF-A5YS-01 TCGA-QF-A5YS-01A-11D-A31T-01 called 0.85 2.0 0.0 9.0 0.85 0.0 new +TCGA-QF-A5YT-01 TCGA-QF-A5YT-01A-11D-A31T-01 called 1.0 2.0 0.0 8.0 1.0 0.0 new +TCGA-QS-A5YQ-01 TCGA-QS-A5YQ-01A-11D-A31T-01 called 0.89 2.0 0.0 9.0 0.89 0.0 new +TCGA-QS-A5YR-01 TCGA-QS-A5YR-01A-31D-A31T-01 called 0.54 2.01 0.0 15.0 0.55 0.0 new +TCGA-QS-A744-01 TCGA-QS-A744-01A-11D-A34P-01 called 0.89 2.21 0.0 10.0 0.9 0.04 new +TCGA-QS-A8F1-01 TCGA-QS-A8F1-01A-21D-A37M-01 called 0.72 3.17 1.0 16.0 0.8 0.28 new +TCGA-SJ-A6ZI-01 TCGA-SJ-A6ZI-01A-12D-A34P-01 called 0.6 1.97 0.0 13.0 0.6 0.04 new +TCGA-SJ-A6ZJ-01 TCGA-SJ-A6ZJ-01A-12D-A34P-01 called 0.76 2.05 0.0 11.0 0.77 0.0 new +TCGA-SL-A6J9-01 TCGA-SL-A6J9-01A-11D-A31T-01 called 0.57 3.39 1.0 20.0 0.7 0.18 new +TCGA-SL-A6JA-01 TCGA-SL-A6JA-01A-11D-A31T-01 called 0.92 2.02 0.0 9.0 0.92 0.0 new +TCGA-N5-A4RA-01 TCGA-N5-A4RA-01A-11D-A28Q-01 called 0.82 2.91 1.0 14.0 0.87 0.24 new +TCGA-N5-A4RD-01 TCGA-N5-A4RD-01A-11D-A28Q-01 called 0.91 1.84 0.0 8.0 0.9 0.26 new +TCGA-N5-A4RF-01 TCGA-N5-A4RF-01A-11D-A28Q-01 called 0.74 5.22 2.0 30.0 0.88 0.44 new +TCGA-N5-A4RJ-01 TCGA-N5-A4RJ-01A-11D-A28Q-01 called 0.86 3.14 1.0 14.0 0.9 0.21 new +TCGA-N5-A4RM-01 TCGA-N5-A4RM-01A-11D-A28Q-01 called 0.96 1.84 0.0 7.0 0.95 0.4 new +TCGA-N5-A4RN-01 TCGA-N5-A4RN-01A-12D-A28Q-01 called 0.93 3.33 1.0 14.0 0.96 0.03 new +TCGA-N5-A4RO-01 TCGA-N5-A4RO-01A-11D-A28Q-01 called 0.93 2.64 1.0 11.0 0.94 0.07 new +TCGA-N5-A4RS-01 TCGA-N5-A4RS-01A-11D-A28Q-01 called 0.97 2.1 1.0 8.0 0.97 0.04 new +TCGA-N5-A4RT-01 TCGA-N5-A4RT-01A-11D-A28Q-01 called 0.91 3.04 1.0 13.0 0.94 0.18 new +TCGA-N5-A4RU-01 TCGA-N5-A4RU-01A-31D-A28Q-01 called 0.72 6.24 2.0 37.0 0.89 0.28 new +TCGA-N5-A4RV-01 TCGA-N5-A4RV-01A-21D-A28Q-01 called 0.97 3.32 1.0 14.0 0.98 0.14 new +TCGA-N5-A59E-01 TCGA-N5-A59E-01A-11D-A28Q-01 called 0.93 2.81 1.0 12.0 0.95 0.51 new +TCGA-N5-A59F-01 TCGA-N5-A59F-01A-11D-A28Q-01 called 0.72 2.65 1.0 14.0 0.77 0.54 new +TCGA-N6-A4V9-01 TCGA-N6-A4V9-01A-11D-A28Q-01 called 0.97 1.78 0.0 7.0 0.97 0.18 new +TCGA-N6-A4VC-01 TCGA-N6-A4VC-01A-11D-A28Q-01 called 0.83 2.91 1.0 14.0 0.87 0.16 new +TCGA-N6-A4VD-01 TCGA-N6-A4VD-01A-11D-A28Q-01 called 0.86 2.01 0.0 9.0 0.86 0.0 new +TCGA-N6-A4VE-01 TCGA-N6-A4VE-01A-11D-A28Q-01 called 0.95 3.69 1.0 16.0 0.97 0.37 new +TCGA-N6-A4VF-01 TCGA-N6-A4VF-01A-31D-A28Q-01 called 0.72 1.86 0.0 11.0 0.7 0.53 new +TCGA-N6-A4VG-01 TCGA-N6-A4VG-01A-31D-A28Q-01 called 0.85 3.19 1.0 14.0 0.9 0.43 new +TCGA-N7-A4Y0-01 TCGA-N7-A4Y0-01A-12D-A28Q-01 called 0.83 2.27 0.0 11.0 0.85 0.03 new +TCGA-N7-A4Y5-01 TCGA-N7-A4Y5-01A-12D-A28Q-01 called 0.93 2.74 1.0 12.0 0.95 0.24 new +TCGA-N7-A4Y8-01 TCGA-N7-A4Y8-01A-11D-A28Q-01 called 0.91 2.9 1.0 12.0 0.94 0.29 new +TCGA-N7-A59B-01 TCGA-N7-A59B-01A-11D-A28Q-01 called 0.9 3.48 1.0 15.0 0.94 0.08 new +TCGA-N8-A4PI-01 TCGA-N8-A4PI-01A-21D-A28Q-01 called 0.78 3.87 1.0 18.0 0.88 0.19 new +TCGA-N8-A4PL-01 TCGA-N8-A4PL-01A-11D-A28Q-01 called 0.92 3.14 1.0 13.0 0.95 0.17 new +TCGA-N8-A4PM-01 TCGA-N8-A4PM-01A-11D-A28Q-01 called 0.9 3.75 1.0 16.0 0.94 0.27 new +TCGA-N8-A4PN-01 TCGA-N8-A4PN-01A-11D-A28Q-01 called 0.96 3.35 1.0 14.0 0.97 0.11 new +TCGA-N8-A4PO-01 TCGA-N8-A4PO-01A-11D-A28Q-01 called 0.93 2.79 1.0 12.0 0.95 0.4 new +TCGA-N8-A4PP-01 TCGA-N8-A4PP-01A-11D-A28Q-01 called 0.53 2.77 1.0 19.0 0.61 0.19 new +TCGA-N8-A4PQ-01 TCGA-N8-A4PQ-01A-11D-A28Q-01 called 0.64 3.9 2.0 21.0 0.78 0.17 new +TCGA-N8-A56S-01 TCGA-N8-A56S-01A-11D-A28Q-01 called 0.75 3.48 1.0 17.0 0.84 0.46 new +TCGA-N9-A4PZ-01 TCGA-N9-A4PZ-01A-22D-A28Q-01 called 0.82 6.23 2.0 35.0 0.93 0.43 new +TCGA-N9-A4Q1-01 TCGA-N9-A4Q1-01A-11D-A28Q-01 called 0.88 3.12 1.0 14.0 0.92 0.17 new +TCGA-N9-A4Q3-01 TCGA-N9-A4Q3-01A-11D-A28Q-01 called 0.89 3.29 1.0 14.0 0.93 0.05 new +TCGA-N9-A4Q4-01 TCGA-N9-A4Q4-01A-11D-A28Q-01 called 0.94 3.27 1.0 14.0 0.96 0.17 new +TCGA-N9-A4Q7-01 TCGA-N9-A4Q7-01A-11D-A28Q-01 called 0.32 3.76 2.0 42.0 0.47 0.48 new +TCGA-N9-A4Q8-01 TCGA-N9-A4Q8-01A-31D-A28Q-01 called 0.84 3.19 1.0 15.0 0.89 0.57 new +TCGA-NA-A4QV-01 TCGA-NA-A4QV-01A-11D-A28Q-01 called 0.83 3.26 1.0 15.0 0.89 0.04 new +TCGA-NA-A4QW-01 TCGA-NA-A4QW-01A-11D-A28Q-01 called 0.82 4.27 2.0 19.0 0.91 0.3 new +TCGA-NA-A4QX-01 TCGA-NA-A4QX-01A-11D-A28Q-01 called 0.76 3.7 1.0 18.0 0.85 0.17 new +TCGA-NA-A4QY-01 TCGA-NA-A4QY-01A-11D-A28Q-01 called 0.77 3.23 1.0 16.0 0.84 0.01 new +TCGA-NA-A4R0-01 TCGA-NA-A4R0-01A-11D-A28Q-01 called 0.29 3.28 1.0 44.0 0.4 0.11 new +TCGA-NA-A4R1-01 TCGA-NA-A4R1-01A-11D-A28Q-01 called 0.97 3.64 1.0 15.0 0.98 0.0 new +TCGA-NA-A5I1-01 TCGA-NA-A5I1-01A-21D-A28Q-01 called 0.82 3.85 1.0 18.0 0.9 0.22 new +TCGA-ND-A4W6-01 TCGA-ND-A4W6-01A-11D-A28Q-01 called 0.44 4.89 2.0 39.0 0.66 0.43 new +TCGA-ND-A4WA-01 TCGA-ND-A4WA-01A-12D-A28Q-01 called 0.95 2.55 1.0 11.0 0.96 0.2 new +TCGA-ND-A4WC-01 TCGA-ND-A4WC-01A-21D-A28Q-01 called 0.73 2.0 0.0 11.0 0.73 0.0 new +TCGA-ND-A4WF-01 TCGA-ND-A4WF-01A-11D-A28Q-01 called 0.95 2.86 1.0 12.0 0.96 0.16 new +TCGA-NF-A4WU-01 TCGA-NF-A4WU-01A-11D-A28Q-01 called 0.55 3.7 1.0 25.0 0.69 0.16 new +TCGA-NF-A4WX-01 TCGA-NF-A4WX-01A-11D-A28Q-01 called 0.9 5.83 2.0 31.0 0.96 0.5 new +TCGA-NF-A4X2-01 TCGA-NF-A4X2-01A-11D-A28Q-01 called 0.81 3.04 1.0 14.0 0.87 0.45 new +TCGA-NF-A5CP-01 TCGA-NF-A5CP-01A-12D-A28Q-01 called 0.79 2.1 0.0 11.0 0.8 0.53 new +TCGA-NG-A4VU-01 TCGA-NG-A4VU-01A-11D-A28Q-01 called 0.92 2.79 1.0 12.0 0.94 0.18 new +TCGA-NG-A4VW-01 TCGA-NG-A4VW-01A-11D-A28Q-01 called 0.36 2.36 0.0 30.0 0.39 0.0 new +TCGA-QM-A5NM-01 TCGA-QM-A5NM-01A-11D-A28Q-01 called 0.87 3.81 1.0 17.0 0.93 0.07 new +TCGA-QN-A5NN-01 TCGA-QN-A5NN-01A-11D-A28Q-01 called 0.71 4.37 2.0 22.0 0.84 0.19 new +TCGA-RZ-AB0B-01 TCGA-RZ-AB0B-01A-11D-A39V-01 called 0.93 2.08 0.0 9.0 0.93 0.12 new +TCGA-V3-A9ZX-01 TCGA-V3-A9ZX-01A-11D-A39V-01 called 0.83 2.04 0.0 10.0 0.83 0.09 new +TCGA-V3-A9ZY-01 TCGA-V3-A9ZY-01A-11D-A39V-01 called 0.98 2.06 0.0 8.0 0.98 0.0 new +TCGA-V4-A9E5-01 TCGA-V4-A9E5-01A-11D-A39V-01 called 1.0 2.24 0.0 9.0 1.0 0.0 new +TCGA-V4-A9E7-01 TCGA-V4-A9E7-01A-11D-A39V-01 called 1.0 1.89 0.0 7.0 1.0 0.07 new +TCGA-V4-A9E8-01 TCGA-V4-A9E8-01A-11D-A39V-01 called 0.84 2.14 0.0 10.0 0.85 0.14 new +TCGA-V4-A9E9-01 TCGA-V4-A9E9-01A-11D-A39V-01 called 1.0 2.08 0.0 8.0 1.0 0.02 new +TCGA-V4-A9EA-01 TCGA-V4-A9EA-01A-11D-A39V-01 called 1.0 2.03 0.0 8.0 1.0 0.02 new +TCGA-V4-A9EC-01 TCGA-V4-A9EC-01A-11D-A39V-01 called 1.0 1.99 0.0 8.0 1.0 0.01 new +TCGA-V4-A9ED-01 TCGA-V4-A9ED-01A-11D-A39V-01 called 0.92 1.93 0.0 8.0 0.92 0.03 new +TCGA-V4-A9EE-01 TCGA-V4-A9EE-01A-11D-A39V-01 called 0.92 1.98 0.0 8.0 0.92 0.12 new +TCGA-V4-A9EF-01 TCGA-V4-A9EF-01A-21D-A39V-01 called 0.97 2.0 0.0 8.0 0.97 0.01 new +TCGA-V4-A9EH-01 TCGA-V4-A9EH-01A-11D-A39V-01 called 0.71 2.09 0.0 12.0 0.72 0.03 new +TCGA-V4-A9EI-01 TCGA-V4-A9EI-01A-11D-A39V-01 called 0.93 2.18 0.0 9.0 0.94 0.18 new +TCGA-V4-A9EJ-01 TCGA-V4-A9EJ-01A-11D-A39V-01 called 0.95 2.07 0.0 9.0 0.95 0.01 new +TCGA-V4-A9EK-01 TCGA-V4-A9EK-01A-11D-A39V-01 called 0.93 2.24 0.0 10.0 0.93 0.01 new +TCGA-V4-A9EL-01 TCGA-V4-A9EL-01A-11D-A39V-01 called 0.86 2.04 0.0 9.0 0.86 0.01 new +TCGA-V4-A9EM-01 TCGA-V4-A9EM-01A-11D-A39V-01 called 0.97 2.19 0.0 9.0 0.97 0.04 new +TCGA-V4-A9EO-01 TCGA-V4-A9EO-01A-12D-A39V-01 called 0.98 3.36 1.0 14.0 0.99 0.0 new +TCGA-V4-A9EQ-01 TCGA-V4-A9EQ-01A-11D-A39V-01 called 0.99 1.94 0.0 8.0 0.99 0.09 new +TCGA-V4-A9ES-01 TCGA-V4-A9ES-01A-11D-A39V-01 called 1.0 1.85 0.0 7.0 1.0 0.03 new +TCGA-V4-A9ET-01 TCGA-V4-A9ET-01A-11D-A39V-01 called 1.0 2.09 0.0 8.0 1.0 0.02 new +TCGA-V4-A9EU-01 TCGA-V4-A9EU-01A-11D-A39V-01 called 0.97 2.06 0.0 8.0 0.97 0.01 new +TCGA-V4-A9EV-01 TCGA-V4-A9EV-01A-11D-A39V-01 called 0.75 2.04 0.0 11.0 0.75 0.04 new +TCGA-V4-A9EW-01 TCGA-V4-A9EW-01A-11D-A39V-01 called 0.68 1.97 0.0 12.0 0.67 0.24 new +TCGA-V4-A9EX-01 TCGA-V4-A9EX-01A-11D-A39V-01 called 0.93 2.09 0.0 9.0 0.94 0.08 new +TCGA-V4-A9EY-01 TCGA-V4-A9EY-01A-11D-A39V-01 called 0.65 2.01 0.0 12.0 0.66 0.0 new +TCGA-V4-A9EZ-01 TCGA-V4-A9EZ-01A-11D-A39V-01 called 0.96 1.88 0.0 8.0 0.96 0.11 new +TCGA-V4-A9F0-01 TCGA-V4-A9F0-01A-11D-A39V-01 called 0.82 1.94 0.0 9.0 0.82 0.06 new +TCGA-V4-A9F1-01 TCGA-V4-A9F1-01A-11D-A39V-01 called 0.89 1.95 0.0 9.0 0.88 0.02 new +TCGA-V4-A9F2-01 TCGA-V4-A9F2-01A-11D-A39V-01 called 0.9 2.37 0.0 10.0 0.91 0.02 new +TCGA-V4-A9F3-01 TCGA-V4-A9F3-01A-11D-A39V-01 called 0.72 1.99 0.0 11.0 0.72 0.1 new +TCGA-V4-A9F4-01 TCGA-V4-A9F4-01A-11D-A39V-01 called 0.91 2.07 0.0 9.0 0.91 0.09 new +TCGA-V4-A9F5-01 TCGA-V4-A9F5-01A-11D-A39V-01 called 1.0 1.91 0.0 7.0 1.0 0.1 new +TCGA-V4-A9F7-01 TCGA-V4-A9F7-01A-11D-A39V-01 called 1.0 2.02 0.0 8.0 1.0 0.0 new +TCGA-V4-A9F8-01 TCGA-V4-A9F8-01A-11D-A39V-01 called 1.0 2.04 0.0 8.0 1.0 0.14 new +TCGA-VD-A8K7-01 TCGA-VD-A8K7-01B-11D-A39V-01 called 1.0 2.05 0.0 8.0 1.0 0.01 new +TCGA-VD-A8K8-01 TCGA-VD-A8K8-01A-11D-A39V-01 called 0.93 2.02 0.0 8.0 0.93 0.03 new +TCGA-VD-A8K9-01 TCGA-VD-A8K9-01A-11D-A39V-01 called 0.99 2.14 0.0 8.0 0.99 0.01 new +TCGA-VD-A8KA-01 TCGA-VD-A8KA-01B-11D-A39V-01 called 1.0 2.05 0.0 8.0 1.0 0.08 new +TCGA-VD-A8KB-01 TCGA-VD-A8KB-01A-11D-A39V-01 called 0.99 2.06 0.0 8.0 0.99 0.04 new +TCGA-VD-A8KD-01 TCGA-VD-A8KD-01A-11D-A39V-01 called 0.83 1.97 0.0 9.0 0.83 0.03 new +TCGA-VD-A8KE-01 TCGA-VD-A8KE-01A-11D-A39V-01 called 0.96 2.11 0.0 9.0 0.96 0.0 new +TCGA-VD-A8KF-01 TCGA-VD-A8KF-01A-11D-A39V-01 called 1.0 2.01 0.0 8.0 1.0 0.11 new +TCGA-VD-A8KG-01 TCGA-VD-A8KG-01A-11D-A39V-01 called 0.93 2.17 0.0 9.0 0.93 0.02 new +TCGA-VD-A8KH-01 TCGA-VD-A8KH-01A-11D-A39V-01 called 0.95 1.9 0.0 8.0 0.95 0.01 new +TCGA-VD-A8KI-01 TCGA-VD-A8KI-01A-11D-A39V-01 called 0.95 2.03 0.0 8.0 0.95 0.01 new +TCGA-VD-A8KJ-01 TCGA-VD-A8KJ-01A-11D-A39V-01 called 0.99 2.17 0.0 9.0 0.99 0.11 new +TCGA-VD-A8KK-01 TCGA-VD-A8KK-01A-11D-A39V-01 called 0.97 1.96 0.0 8.0 0.97 0.01 new +TCGA-VD-A8KL-01 TCGA-VD-A8KL-01A-11D-A39V-01 called 0.98 3.33 1.0 14.0 0.99 0.05 new +TCGA-VD-A8KM-01 TCGA-VD-A8KM-01A-11D-A39V-01 called 0.46 2.04 0.0 18.0 0.46 0.0 new +TCGA-VD-A8KN-01 TCGA-VD-A8KN-01A-11D-A39V-01 called 0.91 2.0 0.0 9.0 0.91 0.05 new +TCGA-VD-A8KO-01 TCGA-VD-A8KO-01A-11D-A39V-01 called 0.99 2.03 0.0 8.0 0.99 0.0 new +TCGA-VD-AA8M-01 TCGA-VD-AA8M-01A-11D-A39V-01 called 1.0 1.99 0.0 8.0 1.0 0.01 new +TCGA-VD-AA8N-01 TCGA-VD-AA8N-01A-11D-A39V-01 called 0.82 1.92 0.0 9.0 0.82 0.0 new +TCGA-VD-AA8O-01 TCGA-VD-AA8O-01A-11D-A39V-01 called 0.9 2.85 1.0 12.0 0.93 0.0 new +TCGA-VD-AA8P-01 TCGA-VD-AA8P-01A-11D-A39V-01 called 1.0 1.96 0.0 8.0 1.0 0.02 new +TCGA-VD-AA8Q-01 TCGA-VD-AA8Q-01A-11D-A39V-01 called 0.93 2.01 0.0 8.0 0.93 0.01 new +TCGA-VD-AA8R-01 TCGA-VD-AA8R-01A-11D-A39V-01 called 0.94 2.0 0.0 8.0 0.94 0.0 new +TCGA-VD-AA8S-01 TCGA-VD-AA8S-01B-11D-A39V-01 called 0.93 2.31 0.0 10.0 0.94 0.02 new +TCGA-VD-AA8T-01 TCGA-VD-AA8T-01A-11D-A39V-01 called 0.98 1.94 0.0 8.0 0.98 0.0 new +TCGA-WC-A87T-01 TCGA-WC-A87T-01A-11D-A39V-01 called 0.87 1.99 0.0 9.0 0.87 0.0 new +TCGA-WC-A87U-01 TCGA-WC-A87U-01A-11D-A39V-01 called 1.0 2.02 0.0 8.0 1.0 0.0 new +TCGA-WC-A87W-01 TCGA-WC-A87W-01A-11D-A39V-01 called 0.98 1.93 0.0 8.0 0.98 0.0 new +TCGA-WC-A87Y-01 TCGA-WC-A87Y-01A-11D-A39V-01 called 0.7 2.0 0.0 12.0 0.7 0.03 new +TCGA-WC-A880-01 TCGA-WC-A880-01A-11D-A39V-01 called 0.96 2.01 0.0 8.0 0.96 0.0 new +TCGA-WC-A881-01 TCGA-WC-A881-01A-12D-A39V-01 called 0.98 2.02 0.0 8.0 0.98 0.01 new +TCGA-WC-A882-01 TCGA-WC-A882-01A-11D-A39V-01 called 0.88 1.9 0.0 9.0 0.87 0.15 new +TCGA-WC-A883-01 TCGA-WC-A883-01A-12D-A39V-01 called 0.92 2.07 0.0 9.0 0.92 0.0 new +TCGA-WC-A884-01 TCGA-WC-A884-01A-11D-A39V-01 called 0.83 2.03 0.0 10.0 0.83 0.04 new +TCGA-WC-A885-01 TCGA-WC-A885-01A-11D-A39V-01 called 0.94 2.06 0.0 9.0 0.94 0.03 new +TCGA-WC-A888-01 TCGA-WC-A888-01A-11D-A39V-01 called 1.0 2.04 0.0 8.0 1.0 0.11 new +TCGA-WC-A88A-01 TCGA-WC-A88A-01A-11D-A39V-01 called 0.94 2.04 0.0 8.0 0.94 0.04 new +TCGA-WC-AA9A-01 TCGA-WC-AA9A-01A-11D-A39V-01 called 1.0 1.92 0.0 7.0 1.0 0.0 new +TCGA-WC-AA9E-01 TCGA-WC-AA9E-01A-11D-A39V-01 called 0.97 1.98 0.0 8.0 0.97 0.07 new +TCGA-YZ-A980-01 TCGA-YZ-A980-01A-11D-A39V-01 called 0.46 1.95 0.0 18.0 0.46 0.0 new +TCGA-YZ-A982-01 TCGA-YZ-A982-01A-11D-A39V-01 called 0.97 3.23 1.0 13.0 0.98 0.08 new +TCGA-YZ-A983-01 TCGA-YZ-A983-01A-11D-A39V-01 called 0.94 2.02 0.0 8.0 0.94 0.0 new +TCGA-YZ-A984-01 TCGA-YZ-A984-01A-11D-A39V-01 called 0.93 3.32 1.0 14.0 0.96 0.0 new +TCGA-YZ-A985-01 TCGA-YZ-A985-01A-11D-A39V-01 called 0.99 1.93 0.0 8.0 0.99 0.0 new +TCGA-AB-2881-03 TCGA-AB-2881-03A-01D-0756-21 new +TCGA-AB-2884-03 TCGA-AB-2884-03A-01D-0756-21 new +TCGA-AB-2914-03 TCGA-AB-2914-03A-01D-0756-21 new +TCGA-AB-2936-03 TCGA-AB-2936-03A-01D-0756-21 new +TCGA-AB-2941-03 TCGA-AB-2941-03A-01D-0756-21 new +TCGA-AB-2942-03 TCGA-AB-2942-03A-01D-0756-21 new +TCGA-AB-2955-03 TCGA-AB-2955-03A-01D-0756-21 new +TCGA-AB-2957-03 TCGA-AB-2957-03A-01D-0756-21 new +TCGA-AA-3811-01 TCGA-AA-3811-01A-01D-1018-01 new +TCGA-CA-6717-01 TCGA-CA-6717-01A-11D-1834-01 new +TCGA-CM-5863-01 TCGA-CM-5863-01A-21D-1834-01 new +TCGA-A1-A0SO-01 TCGA-A1-A0SO-01A-22D-A087-01 new +TCGA-A2-A0EP-01 TCGA-A2-A0EP-01A-52D-A22W-01 new +TCGA-A2-A0ST-01 TCGA-A2-A0ST-01A-12D-A087-01 new +TCGA-A2-A1G6-01 TCGA-A2-A1G6-01A-11D-A13J-01 new +TCGA-A2-A25B-01 TCGA-A2-A25B-01A-11D-A166-01 new +TCGA-A2-A25F-01 TCGA-A2-A25F-01A-11D-A166-01 new +TCGA-A2-A3XW-01 TCGA-A2-A3XW-01A-11D-A238-01 new +TCGA-D3-A51F-06 TCGA-D3-A51F-06A-11D-A25P-01 new +TCGA-ER-A19A-06 TCGA-ER-A19A-06A-21D-A191-01 new +TCGA-A8-A08P-01 TCGA-A8-A08P-01A-11D-A011-01 new +TCGA-AO-A0JC-01 TCGA-AO-A0JC-01A-11D-A059-01 new +TCGA-AO-A1KO-01 TCGA-AO-A1KO-01A-31D-A13J-01 new +TCGA-AO-A1KQ-01 TCGA-AO-A1KQ-01A-11D-A13J-01 new +TCGA-BH-A1FR-01 TCGA-BH-A1FR-01A-11D-A13J-01 new +TCGA-BH-A42U-01 TCGA-BH-A42U-01A-12D-A242-01 new +TCGA-C8-A12V-01 TCGA-C8-A12V-01A-11D-A111-01 new +TCGA-D8-A142-01 TCGA-D8-A142-01A-11D-A111-01 new +TCGA-E2-A1B6-01 TCGA-E2-A1B6-01A-31D-A12N-01 new +TCGA-GM-A3XG-01 TCGA-GM-A3XG-01A-31D-A242-01 new +TCGA-LD-A9QF-01 TCGA-LD-A9QF-01A-32D-A41E-01 new +TCGA-LL-A5YO-01 TCGA-LL-A5YO-01A-21D-A28A-01 new +TCGA-S3-AA15-01 TCGA-S3-AA15-01A-11D-A41E-01 new +TCGA-FG-8189-01 TCGA-FG-8189-01B-11D-A288-01 new +TCGA-HT-8019-01 TCGA-HT-8019-01A-21D-2391-01 new +TCGA-3S-AAYX-01 TCGA-3S-AAYX-01A-11D-A422-01 new +TCGA-3T-AA9L-01 TCGA-3T-AA9L-01A-11D-A422-01 new +TCGA-4V-A9QQ-01 TCGA-4V-A9QQ-01A-11D-A422-01 new +TCGA-4X-A9F9-01 TCGA-4X-A9F9-01A-11D-A422-01 new +TCGA-4X-A9FB-01 TCGA-4X-A9FB-01A-11D-A422-01 new +TCGA-4X-A9FC-01 TCGA-4X-A9FC-01A-11D-A422-01 new +TCGA-X7-A8DD-01 TCGA-X7-A8DD-01A-11D-A422-01 new +TCGA-X7-A8DE-01 TCGA-X7-A8DE-01A-11D-A422-01 new +TCGA-X7-A8DF-01 TCGA-X7-A8DF-01A-11D-A422-01 new +TCGA-X7-A8DG-01 TCGA-X7-A8DG-01A-11D-A422-01 new +TCGA-X7-A8M4-01 TCGA-X7-A8M4-01A-11D-A422-01 new +TCGA-XH-A853-01 TCGA-XH-A853-01A-11D-A422-01 new +TCGA-XM-A8RD-01 TCGA-XM-A8RD-01A-11D-A422-01 new +TCGA-XM-A8RE-01 TCGA-XM-A8RE-01A-11D-A422-01 new +TCGA-XM-A8RH-01 TCGA-XM-A8RH-01A-11D-A422-01 new +TCGA-XM-A8RI-01 TCGA-XM-A8RI-01A-12D-A422-01 new +TCGA-CH-5743-01 TCGA-CH-5743-01A-21D-1574-01 new +TCGA-CH-5763-01 TCGA-CH-5763-01A-11D-1574-01 new +TCGA-CH-5771-01 TCGA-CH-5771-01A-21D-1574-01 new +TCGA-EJ-5506-01 TCGA-EJ-5506-01A-01D-1574-01 new +TCGA-EJ-5515-01 TCGA-EJ-5515-01A-01D-1574-01 new +TCGA-EJ-7791-01 TCGA-EJ-7791-01A-11D-2112-01 new +TCGA-EJ-A46E-01 TCGA-EJ-A46E-01A-31D-A256-01 new +TCGA-EJ-A46I-01 TCGA-EJ-A46I-01A-12D-A26L-01 new +TCGA-G9-6336-01 TCGA-G9-6336-01A-11D-1785-01 new +TCGA-HC-7818-01 TCGA-HC-7818-01A-11D-2112-01 new +TCGA-HC-8258-01 TCGA-HC-8258-01A-11D-2259-01 new +TCGA-HC-A6AS-01 TCGA-HC-A6AS-01A-11D-A30D-01 new +TCGA-J4-A6G3-01 TCGA-J4-A6G3-01A-11D-A30W-01 new +TCGA-KC-A4BO-01 TCGA-KC-A4BO-01A-61D-A256-01 new +TCGA-KC-A7FE-01 TCGA-KC-A7FE-01A-12D-A33S-01 new +TCGA-M7-A723-01 TCGA-M7-A723-01A-12D-A32A-01 new +TCGA-V1-A8MK-01 TCGA-V1-A8MK-01A-11D-A363-01 new +TCGA-09-1670-01 TCGA-09-1670-01A-01D-0559-01 new +TCGA-13-0717-01 TCGA-13-0717-01A-01D-0356-01 new +TCGA-13-0920-01 TCGA-13-0920-01A-01D-0399-01 new +TCGA-YT-A95F-01 TCGA-YT-A95F-01A-11D-A427-01 new +TCGA-20-0996-01 TCGA-20-0996-01A-03D-0428-01 new +TCGA-23-1122-01 TCGA-23-1122-01A-01D-0428-01 new +TCGA-59-2349-01 TCGA-59-2349-01A-01D-0704-01 new +TCGA-61-2111-01 TCGA-61-2111-01A-01D-0663-01 new +TCGA-DX-AB2L-01 TCGA-DX-AB2L-01A-32D-A416-01 new +TCGA-DX-AB2S-01 TCGA-DX-AB2S-01A-11D-A38Y-01 new +TCGA-B0-5702-01 TCGA-B0-5702-01A-11D-1530-01 new +TCGA-CJ-4641-01 TCGA-CJ-4641-01A-02D-1322-01 new +TCGA-CW-6087-01 TCGA-CW-6087-01A-11D-1668-01 new +TCGA-K7-A5RF-01 TCGA-K7-A5RF-01A-11D-A28W-01 new +TCGA-3H-AB3O-01 TCGA-3H-AB3O-01A-11D-A39Q-01 new +TCGA-TS-A8AV-01 TCGA-TS-A8AV-01A-12D-A39Q-01 new +TCGA-06-0139-01 TCGA-06-0139-01B-05D-0214-01 new +TCGA-06-0142-01 TCGA-06-0142-01A-01D-0214-01 new +TCGA-06-0189-01 TCGA-06-0189-01A-01D-0236-01 new +TCGA-06-0881-01 TCGA-06-0881-01A-02D-0384-01 new +TCGA-06-5410-01 TCGA-06-5410-01A-01D-1694-01 new +TCGA-CQ-A4CH-01 TCGA-CQ-A4CH-01A-11D-A25X-01 new +TCGA-CR-6492-01 TCGA-CR-6492-01A-12D-2077-01 new +TCGA-CR-7391-01 TCGA-CR-7391-01A-11D-2010-01 new +TCGA-CV-A468-01 TCGA-CV-A468-01A-11D-A25X-01 new +TCGA-UF-A719-01 TCGA-UF-A719-01A-12D-A34I-01 new +TCGA-75-7030-01 TCGA-75-7030-01A-11D-1943-01 new +TCGA-78-8648-01 TCGA-78-8648-01A-11D-2389-01 new +TCGA-2J-AABK-01 TCGA-2J-AABK-01A-31D-A40V-01 new +TCGA-2J-AABR-01 TCGA-2J-AABR-01A-11D-A40V-01 new +TCGA-3E-AAAY-01 TCGA-3E-AAAY-01A-11D-A38F-01 new +TCGA-HV-A5A5-01 TCGA-HV-A5A5-01A-11D-A26H-01 new +TCGA-HV-AA8V-01 TCGA-HV-AA8V-01A-11D-A40V-01 new +TCGA-HZ-7923-01 TCGA-HZ-7923-01A-12D-2153-01 new +TCGA-HZ-7926-01 TCGA-HZ-7926-01A-11D-2153-01 new +TCGA-HZ-8001-01 TCGA-HZ-8001-01A-11D-2200-01 new +TCGA-HZ-8003-01 TCGA-HZ-8003-01A-21D-2200-01 new +TCGA-RB-AA9M-01 TCGA-RB-AA9M-01A-11D-A396-01 new +TCGA-DK-A3WY-01 TCGA-DK-A3WY-01A-11D-A22Y-01 new +TCGA-FD-A3B8-01 TCGA-FD-A3B8-01A-31D-A20B-01 new +TCGA-XF-A9SL-01 TCGA-XF-A9SL-01A-11D-A390-01 new +TCGA-ZF-AA5P-01 TCGA-ZF-AA5P-01A-11D-A390-01 new +TCGA-BJ-A192-01 TCGA-BJ-A192-01A-31D-A13V-01 new +TCGA-BJ-A45J-01 TCGA-BJ-A45J-01A-11D-A23T-01 new +TCGA-CE-A481-01 TCGA-CE-A481-01A-21D-A23T-01 new +TCGA-DJ-A2Q9-01 TCGA-DJ-A2Q9-01A-21D-A18E-01 new +TCGA-DJ-A3US-01 TCGA-DJ-A3US-01A-11D-A22C-01 new +TCGA-DJ-A3UX-01 TCGA-DJ-A3UX-01A-11D-A22C-01 new +TCGA-E8-A2EA-01 TCGA-E8-A2EA-01A-11D-A17S-01 new +TCGA-E8-A415-01 TCGA-E8-A415-01A-11D-A23L-01 new +TCGA-E8-A416-01 TCGA-E8-A416-01A-11D-A23L-01 new +TCGA-E8-A433-01 TCGA-E8-A433-01A-11D-A23L-01 new +TCGA-E8-A436-01 TCGA-E8-A436-01A-12D-A23T-01 new +TCGA-E8-A44M-01 TCGA-E8-A44M-01A-21D-A23T-01 new +TCGA-EL-A3CY-01 TCGA-EL-A3CY-01A-11D-A19I-01 new +TCGA-EL-A3GX-01 TCGA-EL-A3GX-01A-11D-A201-01 new +TCGA-EL-A3GZ-01 TCGA-EL-A3GZ-01A-11D-A20A-01 new +TCGA-EM-A2CU-01 TCGA-EM-A2CU-01A-12D-A17S-01 new +TCGA-EM-A3AQ-01 TCGA-EM-A3AQ-01A-11D-A20A-01 new +TCGA-ET-A40R-01 TCGA-ET-A40R-01A-11D-A23L-01 new +TCGA-CG-4300-01 TCGA-CG-4300-01A-01D-1155-01 new +TCGA-D7-A74B-01 TCGA-D7-A74B-01A-12D-A33S-01 new +TCGA-FP-7735-01 TCGA-FP-7735-01A-11D-2052-01 new +TCGA-FP-8209-01 TCGA-FP-8209-01A-11D-2338-01 new +TCGA-HU-A4G3-01 TCGA-HU-A4G3-01A-11D-A24C-01 new +TCGA-HU-A4GJ-01 TCGA-HU-A4GJ-01A-11D-A253-01 new +TCGA-RD-A8N0-01 TCGA-RD-A8N0-01A-12D-A363-01 new +TCGA-RD-A8NB-01 TCGA-RD-A8NB-01A-12D-A396-01 new +TCGA-VQ-A8P8-01 TCGA-VQ-A8P8-01A-11D-A396-01 new +TCGA-A5-A1OH-01 TCGA-A5-A1OH-01A-21D-A227-01 new +TCGA-AB-2811-03 TCGA-AB-2811-03A-01D-0756-21 new +TCGA-AB-2831-03 TCGA-AB-2831-03A-01D-0756-21 new +TCGA-AB-2836-03 TCGA-AB-2836-03A-01D-0756-21 new +TCGA-AB-2848-03 TCGA-AB-2848-03A-01D-0756-21 new +TCGA-AB-2866-03 TCGA-AB-2866-03A-01D-0756-21 new +TCGA-AB-2871-03 TCGA-AB-2871-03A-01D-0756-21 new +TCGA-02-0001-01 GBM-TCGA-02-0001-Tumor legacy_call 0.49 3.47 1.0 26.0 0.63 old +TCGA-02-0006-01 GBM-TCGA-02-0006-Tumor legacy_call 0.6 1.93 0.0 13.0 0.59 old +TCGA-02-0007-01 GBM-TCGA-02-0007-Tumor legacy_call 0.93 1.89 0.0 8.0 0.93 old +TCGA-02-0009-01 GBM-TCGA-02-0009-Tumor legacy_call 0.9 1.99 0.0 9.0 0.9 old +TCGA-02-0010-01 GBM-TCGA-02-0010-Tumor legacy_call 0.92 1.94 0.0 8.0 0.92 old +TCGA-02-0011-01 GBM-TCGA-02-0011-Tumor legacy_call 0.89 1.88 0.0 8.0 0.89 old +TCGA-02-0014-01 GBM-TCGA-02-0014-Tumor legacy_call 0.95 2.01 0.0 8.0 0.95 old +TCGA-02-0015-01 GBM-TCGA-02-0015-Tumor legacy_call 0.84 2.04 0.0 10.0 0.84 old +TCGA-02-0016-01 GBM-TCGA-02-0016-Tumor legacy_call 0.83 1.95 0.0 9.0 0.82 old +TCGA-02-0021-01 GBM-TCGA-02-0021-Tumor legacy_call 0.87 2.03 0.0 9.0 0.87 old +TCGA-02-0023-01 GBM-TCGA-02-0023-Tumor legacy_call 0.78 1.96 0.0 10.0 0.77 old +TCGA-02-0024-01 GBM-TCGA-02-0024-Tumor legacy_call 0.79 3.81 1.0 18.0 0.88 old +TCGA-02-0025-01 GBM-TCGA-02-0025-Tumor legacy_call 0.2 4.45 2.0 68.0 0.36 old +TCGA-02-0026-01 GBM-TCGA-02-0026-Tumor legacy_call 0.87 1.86 0.0 8.0 0.86 old +TCGA-02-0027-01 GBM-TCGA-02-0027-Tumor legacy_call 0.75 1.94 0.0 10.0 0.74 old +TCGA-02-0028-01 GBM-TCGA-02-0028-Tumor legacy_call 0.93 2.05 0.0 9.0 0.93 old +TCGA-02-0034-01 GBM-TCGA-02-0034-Tumor snp_call 0.52 1.89 0.0 15.0 0.51 old +TCGA-02-0037-01 GBM-TCGA-02-0037-Tumor legacy_call 0.83 2.1 0.0 10.0 0.83 old +TCGA-02-0038-01 GBM-TCGA-02-0038-Tumor legacy_call 0.78 2.0 0.0 10.0 0.78 old +TCGA-02-0039-01 GBM-TCGA-02-0039-Tumor legacy_call 0.61 1.81 0.0 13.0 0.58 old +TCGA-02-0043-01 GBM-TCGA-02-0043-Tumor legacy_call 0.94 2.02 0.0 8.0 0.94 old +TCGA-02-0046-01 GBM-TCGA-02-0046-Tumor legacy_call 0.89 2.0 0.0 9.0 0.89 old +TCGA-02-0048-01 GBM-TCGA-02-0048-Tumor legacy_call 0.88 1.92 0.0 9.0 0.87 old +TCGA-02-0051-01 GBM-TCGA-02-0051-Tumor legacy_call 0.75 2.41 1.0 12.0 0.78 old +TCGA-02-0052-01 GBM-TCGA-02-0052-Tumor legacy_call 0.52 3.9 1.0 28.0 0.68 old +TCGA-02-0054-01 GBM-TCGA-02-0054-Tumor legacy_call 0.53 2.25 0.0 16.0 0.56 old +TCGA-02-0057-01 GBM-TCGA-02-0057-Tumor legacy_call 0.39 2.04 0.0 22.0 0.39 old +TCGA-02-0058-01 GBM-TCGA-02-0058-Tumor legacy_call 0.82 1.96 0.0 9.0 0.82 old +TCGA-02-0059-01 GBM-TCGA-02-0059-Tumor legacy_call 0.67 1.93 0.0 12.0 0.67 old +TCGA-02-0060-01 GBM-TCGA-02-0060-Tumor snp_call 0.78 2.0 0.0 10.0 0.78 old +TCGA-02-0064-01 GBM-TCGA-02-0064-Tumor legacy_call 0.61 1.97 0.0 13.0 0.6 old +TCGA-02-0068-01 GBM-TCGA-02-0068-Tumor legacy_call 0.7 1.94 0.0 11.0 0.69 old +TCGA-02-0069-01 GBM-TCGA-02-0069-Tumor legacy_call 0.73 3.31 1.0 17.0 0.82 old +TCGA-02-0070-01 GBM-TCGA-02-0070-Tumor legacy_call 0.68 2.08 0.0 12.0 0.69 old +TCGA-02-0071-01 GBM-TCGA-02-0071-Tumor legacy_call 0.7 2.01 0.0 12.0 0.7 old +TCGA-02-0074-01 GBM-TCGA-02-0074-Tumor legacy_call 0.85 1.99 0.0 9.0 0.85 old +TCGA-02-0075-01 GBM-TCGA-02-0075-Tumor legacy_call 0.69 1.93 0.0 11.0 0.68 old +TCGA-02-0079-01 GBM-TCGA-02-0079-Tumor snp_call 0.51 1.86 0.0 16.0 0.49 old +TCGA-02-0080-01 GBM-TCGA-02-0080-Tumor legacy_call 0.5 4.1 1.0 31.0 0.67 old +TCGA-02-0083-01 GBM-TCGA-02-0083-Tumor legacy_call 0.88 1.95 0.0 9.0 0.88 old +TCGA-02-0084-01 GBM-TCGA-02-0084-Tumor snp_call 0.72 1.96 0.0 11.0 0.72 old +TCGA-02-0085-01 GBM-TCGA-02-0085-Tumor legacy_call 0.45 1.99 0.0 18.0 0.45 old +TCGA-02-0086-01 GBM-TCGA-02-0086-Tumor legacy_call 0.55 2.9 1.0 19.0 0.64 old +TCGA-02-0087-01 GBM-TCGA-02-0087-Tumor legacy_call 0.72 2.07 0.0 11.0 0.73 old +TCGA-02-0089-01 GBM-TCGA-02-0089-Tumor legacy_call 0.69 2.0 0.0 12.0 0.69 old +TCGA-02-0099-01 GBM-TCGA-02-0099-Tumor legacy_call 0.72 1.87 0.0 11.0 0.71 old +TCGA-02-0102-01 GBM-TCGA-02-0102-Tumor legacy_call 0.89 2.02 0.0 9.0 0.89 old +TCGA-02-0104-01 GBM-TCGA-02-0104-Tumor legacy_call 0.88 1.95 0.0 9.0 0.87 old +TCGA-02-0106-01 GBM-TCGA-02-0106-Tumor legacy_call 0.77 3.43 1.0 16.0 0.86 old +TCGA-02-0107-01 GBM-TCGA-02-0107-Tumor legacy_call 0.18 1.99 0.0 59.0 0.18 old +TCGA-02-0111-01 GBM-TCGA-02-0111-Tumor legacy_call 0.48 1.99 0.0 17.0 0.48 old +TCGA-02-0113-01 GBM-TCGA-02-0113-Tumor legacy_call 0.72 1.51 0.0 9.0 0.66 old +TCGA-02-0114-01 GBM-TCGA-02-0114-Tumor legacy_call 0.95 1.96 0.0 8.0 0.95 old +TCGA-02-0115-01 GBM-TCGA-02-0115-Tumor legacy_call 0.58 2.0 0.0 14.0 0.58 old +TCGA-02-0116-01 GBM-TCGA-02-0116-Tumor legacy_call 0.91 2.0 0.0 9.0 0.91 old +TCGA-02-0258-01 GBM-TCGA-02-0258-Tumor legacy_call 0.93 1.97 0.0 8.0 0.93 old +TCGA-02-0260-01 GBM-TCGA-02-0260-Tumor legacy_call 0.92 2.03 0.0 9.0 0.92 old +TCGA-02-0266-01 GBM-TCGA-02-0266-Tumor legacy_call 0.84 2.49 1.0 12.0 0.86 old +TCGA-02-0269-01 GBM-TCGA-02-0269-Tumor legacy_call 0.93 2.13 0.0 9.0 0.93 old +TCGA-02-0271-01 GBM-TCGA-02-0271-Tumor snp_call 0.85 6.62 2.0 36.0 0.95 old +TCGA-02-0281-01 GBM-TCGA-02-0281-Tumor legacy_call 0.8 5.69 2.0 31.0 0.92 old +TCGA-02-0285-01 GBM-TCGA-02-0285-Tumor snp_call 0.68 2.11 0.0 12.0 0.69 old +TCGA-02-0290-01 GBM-TCGA-02-0290-Tumor snp_call 0.75 2.03 0.0 11.0 0.76 old +TCGA-02-0317-01 GBM-TCGA-02-0317-Tumor legacy_call 0.9 2.03 0.0 9.0 0.9 old +TCGA-02-0321-01 GBM-TCGA-02-0321-Tumor legacy_call 0.46 1.92 0.0 17.0 0.45 old +TCGA-02-0324-01 GBM-TCGA-02-0324-Tumor legacy_call 0.81 1.94 0.0 10.0 0.81 old +TCGA-02-0325-01 GBM-TCGA-02-0325-Tumor legacy_call 0.49 1.85 0.0 16.0 0.47 old +TCGA-02-0326-01 GBM-TCGA-02-0326-Tumor legacy_call 0.52 2.04 0.0 16.0 0.53 old +TCGA-02-0330-01 GBM-TCGA-02-0330-Tumor legacy_call 0.6 1.8 0.0 13.0 0.58 old +TCGA-02-0332-01 GBM-TCGA-02-0332-Tumor legacy_call 0.88 4.05 1.0 18.0 0.94 old +TCGA-02-0333-01 GBM-TCGA-02-0333-Tumor legacy_call 0.93 1.97 0.0 8.0 0.93 old +TCGA-02-0337-01 GBM-TCGA-02-0337-Tumor legacy_call 0.51 1.99 0.0 16.0 0.51 old +TCGA-02-0338-01 GBM-TCGA-02-0338-Tumor legacy_call 0.35 2.03 0.0 28.0 0.35 old +TCGA-02-0339-01 GBM-TCGA-02-0339-Tumor legacy_call 0.95 1.89 0.0 8.0 0.95 old +TCGA-02-0422-01 GBM-TCGA-02-0422-Tumor legacy_call 0.82 1.93 0.0 9.0 0.82 old +TCGA-02-0430-01 GBM-TCGA-02-0430-Tumor legacy_call 0.88 1.96 0.0 9.0 0.88 old +TCGA-02-0432-01 GBM-TCGA-02-0432-Tumor legacy_call 0.88 3.81 1.0 17.0 0.93 old +TCGA-02-0440-01 GBM-TCGA-02-0440-Tumor legacy_call 0.88 1.96 0.0 9.0 0.88 old +TCGA-02-0446-01 GBM-TCGA-02-0446-Tumor legacy_call 0.66 1.96 0.0 12.0 0.65 old +TCGA-02-0451-01 GBM-TCGA-02-0451-Tumor legacy_call 0.66 2.03 0.0 12.0 0.67 old +TCGA-02-0456-01 GBM-TCGA-02-0456-Tumor legacy_call 0.45 1.89 0.0 18.0 0.43 old +TCGA-04-1332-01 OV-TCGA-04-1332-Tumor legacy_call 0.5 2.76 1.0 20.0 0.58 old +TCGA-04-1337-01 OV-TCGA-04-1337-Tumor legacy_call 0.5 3.26 1.0 24.0 0.62 old +TCGA-04-1338-01 OV-TCGA-04-1338-Tumor legacy_call 0.74 2.99 1.0 15.0 0.81 old +TCGA-04-1350-01 OV-TCGA-04-1350-Tumor legacy_call 0.99 3.04 1.0 12.0 0.99 old +TCGA-04-1351-01 OV-TCGA-04-1351-Tumor legacy_call 0.72 4.37 2.0 21.0 0.85 old +TCGA-04-1364-01 OV-TCGA-04-1364-Tumor legacy_call 0.9 5.58 2.0 29.0 0.96 old +TCGA-04-1365-01 OV-TCGA-04-1365-Tumor legacy_call 0.82 1.89 0.0 9.0 0.81 old +TCGA-04-1514-01 OV-TCGA-04-1514-Tumor legacy_call 0.93 2.88 1.0 12.0 0.95 old +TCGA-04-1517-01 OV-TCGA-04-1517-Tumor legacy_call 0.83 6.95 2.0 39.0 0.94 old +TCGA-04-1519-01 OV-TCGA-04-1519-Tumor legacy_call 0.99 1.72 0.0 7.0 0.99 old +TCGA-04-1525-01 OV-TCGA-04-1525-Tumor legacy_call 0.77 3.3 1.0 16.0 0.85 old +TCGA-04-1530-01 OV-TCGA-04-1530-Tumor legacy_call 0.42 4.8 2.0 40.0 0.64 old +TCGA-04-1536-01 OV-TCGA-04-1536-Tumor legacy_call 0.76 2.95 1.0 15.0 0.82 old +TCGA-04-1654-01 OV-TCGA-04-1654-Tumor legacy_call 0.88 1.94 0.0 9.0 0.88 old +TCGA-05-5420-01 LUAD-TCGA-05-5420-Tumor-SM-1WKQW maf_call 0.25 1.82 0.0 42.0 0.23 old +TCGA-06-0127-01 GBM-TCGA-06-0127-Tumor snp_call 0.63 1.99 0.0 13.0 0.63 old +TCGA-06-0133-01 GBM-TCGA-06-0133-Tumor legacy_call 0.56 2.21 0.0 16.0 0.58 old +TCGA-06-0143-01 GBM-TCGA-06-0143-Tumor legacy_call 0.63 1.98 0.0 13.0 0.63 old +TCGA-06-0148-01 GBM-TCGA-06-0148-Tumor legacy_call 1.0 2.03 0.0 8.0 1.0 old +TCGA-06-0149-01 GBM-TCGA-06-0149-Tumor legacy_call 0.73 2.06 0.0 11.0 0.73 old +TCGA-06-0159-01 GBM-TCGA-06-0159-Tumor snp_call 0.62 1.83 0.0 12.0 0.6 old +TCGA-06-0162-01 GBM-TCGA-06-0162-Tumor legacy_call 0.67 1.85 0.0 11.0 0.66 old +TCGA-06-0164-01 GBM-TCGA-06-0164-Tumor legacy_call 0.58 1.95 0.0 14.0 0.57 old +TCGA-06-0175-01 GBM-TCGA-06-0175-Tumor legacy_call 0.73 2.02 0.0 11.0 0.73 old +TCGA-06-0177-01 GBM-TCGA-06-0177-Tumor legacy_call 0.82 3.43 1.0 16.0 0.89 old +TCGA-06-0179-01 GBM-TCGA-06-0179-Tumor legacy_call 0.38 2.05 0.0 24.0 0.39 old +TCGA-06-0182-01 GBM-TCGA-06-0182-Tumor legacy_call 0.9 2.14 0.0 9.0 0.91 old +TCGA-06-0194-01 GBM-TCGA-06-0194-Tumor legacy_call 0.52 1.97 0.0 15.0 0.52 old +TCGA-06-0197-01 GBM-TCGA-06-0197-Tumor legacy_call 0.58 1.89 0.0 13.0 0.57 old +TCGA-06-0201-01 GBM-TCGA-06-0201-Tumor legacy_call 0.46 1.98 0.0 18.0 0.46 old +TCGA-06-0206-01 GBM-TCGA-06-0206-Tumor legacy_call 0.62 2.05 0.0 13.0 0.63 old +TCGA-06-0208-01 GBM-TCGA-06-0208-Tumor legacy_call 0.73 1.98 0.0 11.0 0.73 old +TCGA-06-0209-01 GBM-TCGA-06-0209-Tumor-SM-1QUO5 maf_call 1.0 4.04 1.0 17.0 1.0 old +TCGA-06-0394-01 GBM-TCGA-06-0394-Tumor legacy_call 0.6 2.02 0.0 14.0 0.6 old +TCGA-06-0397-01 GBM-TCGA-06-0397-Tumor legacy_call 0.78 2.11 0.0 11.0 0.79 old +TCGA-06-0402-01 GBM-TCGA-06-0402-Tumor legacy_call 0.94 2.05 0.0 9.0 0.94 old +TCGA-06-0409-01 GBM-TCGA-06-0409-Tumor legacy_call 0.37 3.54 1.0 36.0 0.51 old +TCGA-06-0410-01 GBM-TCGA-06-0410-Tumor legacy_call 0.88 3.3 1.0 15.0 0.92 old +TCGA-06-0412-01 GBM-TCGA-06-0412-Tumor legacy_call 0.75 2.01 0.0 11.0 0.75 old +TCGA-06-0413-01 GBM-TCGA-06-0413-Tumor legacy_call 0.87 2.16 0.0 10.0 0.88 old +TCGA-06-0414-01 GBM-TCGA-06-0414-Tumor legacy_call 0.75 3.4 1.0 17.0 0.84 old +TCGA-06-1086-01 GBM-TCGA-06-1086-Tumor legacy_call 0.89 3.24 1.0 14.0 0.93 old +TCGA-06-5416-01 GBM-TCGA-06-5416-Tumor-SM-1QETM maf_call 0.79 3.76 1.0 18.0 0.87 old +TCGA-06-6391-01 GBM-TCGA-06-6391-Tumor-SM-1Y494 maf_call 0.39 2.19 0.0 25.0 0.41 old +TCGA-08-0244-01 GBM-TCGA-08-0244-Tumor legacy_call 0.81 1.99 0.0 10.0 0.81 old +TCGA-08-0245-01 GBM-TCGA-08-0245-Tumor legacy_call 0.89 1.8 0.0 8.0 0.88 old +TCGA-08-0246-01 GBM-TCGA-08-0246-Tumor legacy_call 0.7 2.79 1.0 15.0 0.76 old +TCGA-08-0344-01 GBM-TCGA-08-0344-Tumor legacy_call 0.94 1.94 0.0 8.0 0.94 old +TCGA-08-0345-01 GBM-TCGA-08-0345-Tumor snp_call 0.62 2.07 0.0 13.0 0.63 old +TCGA-08-0346-01 GBM-TCGA-08-0346-Tumor legacy_call 0.61 2.16 0.0 14.0 0.63 old +TCGA-08-0347-01 GBM-TCGA-08-0347-Tumor legacy_call 0.7 1.96 0.0 11.0 0.69 old +TCGA-08-0348-01 GBM-TCGA-08-0348-Tumor legacy_call 0.77 1.93 0.0 10.0 0.77 old +TCGA-08-0349-01 GBM-TCGA-08-0349-Tumor snp_call 0.8 1.94 0.0 10.0 0.79 old +TCGA-08-0350-01 GBM-TCGA-08-0350-Tumor legacy_call 0.84 2.17 0.0 10.0 0.85 old +TCGA-08-0351-01 GBM-TCGA-08-0351-Tumor legacy_call 0.71 2.04 0.0 12.0 0.71 old +TCGA-08-0352-01 GBM-TCGA-08-0352-Tumor snp_call 0.6 2.1 0.0 14.0 0.61 old +TCGA-08-0353-01 GBM-TCGA-08-0353-Tumor legacy_call 0.85 1.99 0.0 9.0 0.85 old +TCGA-08-0354-01 GBM-TCGA-08-0354-Tumor legacy_call 0.76 2.0 0.0 10.0 0.76 old +TCGA-08-0355-01 GBM-TCGA-08-0355-Tumor legacy_call 0.81 1.99 0.0 10.0 0.81 old +TCGA-08-0356-01 GBM-TCGA-08-0356-Tumor legacy_call 0.69 2.04 0.0 12.0 0.69 old +TCGA-08-0357-01 GBM-TCGA-08-0357-Tumor legacy_call 0.75 2.01 0.0 11.0 0.75 old +TCGA-08-0358-01 GBM-TCGA-08-0358-Tumor snp_call 0.95 1.97 0.0 8.0 0.95 old +TCGA-08-0359-01 GBM-TCGA-08-0359-Tumor legacy_call 0.73 1.92 0.0 11.0 0.73 old +TCGA-08-0375-01 GBM-TCGA-08-0375-Tumor legacy_call 0.89 1.99 0.0 9.0 0.89 old +TCGA-08-0380-01 GBM-TCGA-08-0380-Tumor legacy_call 0.33 1.99 0.0 30.0 0.33 old +TCGA-08-0389-01 GBM-TCGA-08-0389-Tumor legacy_call 0.88 1.96 0.0 9.0 0.87 old +TCGA-08-0390-01 GBM-TCGA-08-0390-Tumor legacy_call 0.5 1.96 0.0 16.0 0.49 old +TCGA-08-0392-01 GBM-TCGA-08-0392-Tumor legacy_call 0.82 1.98 0.0 10.0 0.82 old +TCGA-08-0509-01 GBM-TCGA-08-0509-Tumor legacy_call 0.47 1.98 0.0 17.0 0.47 old +TCGA-08-0510-01 GBM-TCGA-08-0510-Tumor legacy_call 0.52 3.58 1.0 26.0 0.66 old +TCGA-08-0512-01 GBM-TCGA-08-0512-Tumor legacy_call 0.46 1.8 0.0 17.0 0.43 old +TCGA-08-0514-01 GBM-TCGA-08-0514-Tumor legacy_call 0.85 1.96 0.0 9.0 0.84 old +TCGA-08-0516-01 GBM-TCGA-08-0516-Tumor legacy_call 0.94 1.96 0.0 8.0 0.94 old +TCGA-08-0517-01 GBM-TCGA-08-0517-Tumor legacy_call 0.93 1.88 0.0 8.0 0.93 old +TCGA-08-0518-01 GBM-TCGA-08-0518-Tumor legacy_call 0.95 2.08 0.0 9.0 0.95 old +TCGA-08-0520-01 GBM-TCGA-08-0520-Tumor legacy_call 0.81 1.88 0.0 9.0 0.8 old +TCGA-08-0521-01 GBM-TCGA-08-0521-Tumor legacy_call 0.89 2.0 0.0 9.0 0.89 old +TCGA-08-0524-01 GBM-TCGA-08-0524-Tumor legacy_call 0.95 2.11 0.0 9.0 0.95 old +TCGA-08-0525-01 GBM-TCGA-08-0525-Tumor legacy_call 0.84 1.88 0.0 9.0 0.84 old +TCGA-08-0529-01 GBM-TCGA-08-0529-Tumor legacy_call 0.87 2.09 0.0 9.0 0.88 old +TCGA-08-0531-01 GBM-TCGA-08-0531-Tumor legacy_call 0.88 2.04 0.0 9.0 0.88 old +TCGA-09-0366-01 OV-TCGA-09-0366-Tumor legacy_call 0.68 2.87 1.0 16.0 0.75 old +TCGA-09-0367-01 OV-TCGA-09-0367-Tumor legacy_call 0.72 6.18 2.0 36.0 0.89 old +TCGA-09-1659-01 OV-TCGA-09-1659-Tumor legacy_call 0.87 2.56 1.0 11.0 0.9 old +TCGA-09-1661-01 OV-TCGA-09-1661-Tumor legacy_call 0.84 4.03 2.0 18.0 0.91 old +TCGA-09-1662-01 OV-TCGA-09-1662-Tumor legacy_call 0.85 1.93 0.0 9.0 0.85 old +TCGA-09-1665-01 OV-TCGA-09-1665-Tumor legacy_call 0.88 2.58 1.0 11.0 0.91 old +TCGA-09-1666-01 OV-TCGA-09-1666-Tumor legacy_call 0.93 1.78 0.0 7.0 0.92 old +TCGA-09-1667-01 OV-TCGA-09-1667-Tumor legacy_call 0.75 3.69 1.0 18.0 0.85 old +TCGA-09-1668-01 OV-TCGA-09-1668-Tumor legacy_call 0.74 3.34 1.0 17.0 0.83 old +TCGA-09-1669-01 OV-TCGA-09-1669-Tumor legacy_call 0.9 2.0 0.0 9.0 0.9 old +TCGA-09-1672-01 OV-TCGA-09-1672-Tumor legacy_call 0.68 3.26 1.0 17.0 0.77 old +TCGA-09-2045-01 OV-TCGA-09-2045-Tumor legacy_call 0.92 2.05 0.0 9.0 0.92 old +TCGA-09-2048-01 OV-TCGA-09-2048-Tumor legacy_call 0.99 2.1 1.0 8.0 0.99 old +TCGA-09-2054-01 OV-TCGA-09-2054-Tumor legacy_call 0.87 2.91 1.0 13.0 0.91 old +TCGA-09-2056-01 OV-TCGA-09-2056-Tumor legacy_call 0.89 1.77 0.0 8.0 0.88 old +TCGA-10-0925-01 OV-TCGA-10-0925-Tumor legacy_call 0.9 1.9 0.0 8.0 0.9 old +TCGA-10-0936-01 OV-TCGA-10-0936-Tumor legacy_call 0.89 3.76 1.0 17.0 0.94 old +TCGA-10-0938-01 OV-TCGA-10-0938-Tumor legacy_call 0.96 3.84 2.0 16.0 0.98 old +TCGA-12-0620-01 GBM-TCGA-12-0620-Tumor snp_call 0.7 1.94 0.0 11.0 0.69 old +TCGA-12-0654-01 GBM-TCGA-12-0654-Tumor legacy_call 0.65 1.99 0.0 12.0 0.65 old +TCGA-12-0703-01 GBM-TCGA-12-0703-Tumor legacy_call 0.74 2.04 0.0 11.0 0.75 old +TCGA-12-0769-01 GBM-TCGA-12-0769-Tumor legacy_call 0.89 1.99 0.0 9.0 0.88 old +TCGA-12-0776-01 GBM-TCGA-12-0776-Tumor legacy_call 0.5 1.87 0.0 16.0 0.48 old +TCGA-12-0780-01 GBM-TCGA-12-0780-Tumor legacy_call 0.82 2.01 0.0 10.0 0.83 old +TCGA-12-1090-01 GBM-TCGA-12-1090-Tumor legacy_call 0.9 2.17 1.0 9.0 0.91 old +TCGA-12-1091-01 GBM-TCGA-12-1091-Tumor legacy_call 0.93 1.85 0.0 8.0 0.92 old +TCGA-12-1094-01 GBM-TCGA-12-1094-Tumor legacy_call 0.78 2.0 0.0 10.0 0.78 old +TCGA-12-1095-01 GBM-TCGA-12-1095-Tumor legacy_call 0.64 1.95 0.0 12.0 0.63 old +TCGA-12-1096-01 GBM-TCGA-12-1096-Tumor legacy_call 0.48 2.04 0.0 17.0 0.49 old +TCGA-12-1097-01 GBM-TCGA-12-1097-Tumor legacy_call 0.78 1.92 0.0 10.0 0.77 old +TCGA-12-1098-01 GBM-TCGA-12-1098-Tumor legacy_call 0.85 2.1 0.0 10.0 0.86 old +TCGA-12-1099-01 GBM-TCGA-12-1099-Tumor snp_call 0.77 3.86 1.0 18.0 0.87 old +TCGA-13-0720-01 OV-TCGA-13-0720-Tumor legacy_call 0.92 1.82 0.0 8.0 0.92 old +TCGA-13-0723-01 OV-TCGA-13-0723-Tumor legacy_call 0.69 3.1 1.0 16.0 0.77 old +TCGA-13-0724-01 OV-TCGA-13-0724-Tumor legacy_call 0.85 2.68 1.0 12.0 0.88 old +TCGA-13-0725-01 OV-TCGA-13-0725-Tumor legacy_call 0.79 1.87 0.0 9.0 0.78 old +TCGA-13-0727-01 OV-TCGA-13-0727-Tumor legacy_call 0.86 3.34 1.0 15.0 0.91 old +TCGA-13-0730-01 OV-TCGA-13-0730-Tumor legacy_call 0.87 3.07 1.0 14.0 0.91 old +TCGA-13-0758-01 OV-TCGA-13-0758-Tumor legacy_call 0.63 3.46 1.0 19.0 0.75 old +TCGA-13-0761-01 OV-TCGA-13-0761-Tumor legacy_call 0.73 3.87 1.0 19.0 0.84 old +TCGA-13-0762-01 OV-TCGA-13-0762-Tumor legacy_call 0.78 4.8 2.0 25.0 0.89 old +TCGA-13-0766-01 OV-TCGA-13-0766-Tumor legacy_call 0.75 1.87 0.0 10.0 0.74 old +TCGA-13-0792-01 OV-TCGA-13-0792-Tumor legacy_call 0.81 2.84 1.0 13.0 0.86 old +TCGA-13-0793-01 OV-TCGA-13-0793-Tumor legacy_call 0.71 1.69 0.0 10.0 0.68 old +TCGA-13-0797-01 OV-TCGA-13-0797-Tumor legacy_call 0.89 1.91 0.0 8.0 0.88 old +TCGA-13-0799-01 OV-TCGA-13-0799-Tumor legacy_call 0.94 1.91 0.0 8.0 0.93 old +TCGA-13-0801-01 OV-TCGA-13-0801-Tumor legacy_call 0.86 1.78 0.0 8.0 0.85 old +TCGA-13-0802-01 OV-TCGA-13-0802-Tumor legacy_call 0.91 3.24 1.0 14.0 0.94 old +TCGA-13-0803-01 OV-TCGA-13-0803-Tumor legacy_call 0.78 3.61 1.0 17.0 0.86 old +TCGA-13-0900-01 OV-TCGA-13-0900-Tumor legacy_call 0.8 1.82 0.0 9.0 0.79 old +TCGA-13-0901-01 OV-TCGA-13-0901-Tumor legacy_call 0.78 3.32 1.0 16.0 0.85 old +TCGA-13-0906-01 OV-TCGA-13-0906-Tumor legacy_call 0.88 1.87 0.0 8.0 0.87 old +TCGA-13-0908-01 OV-TCGA-13-0908-Tumor legacy_call 0.66 2.04 0.0 12.0 0.67 old +TCGA-13-0919-01 OV-TCGA-13-0919-Tumor legacy_call 0.51 3.45 1.0 25.0 0.64 old +TCGA-13-0924-01 OV-TCGA-13-0924-Tumor legacy_call 0.63 1.81 0.0 12.0 0.6 old +TCGA-13-1407-01 OV-TCGA-13-1407-Tumor legacy_call 0.97 3.21 1.0 13.0 0.98 old +TCGA-13-1408-01 OV-TCGA-13-1408-Tumor legacy_call 0.42 3.98 2.0 35.0 0.59 old +TCGA-13-1409-01 OV-TCGA-13-1409-Tumor legacy_call 0.93 3.72 2.0 16.0 0.96 old +TCGA-13-1410-01 OV-TCGA-13-1410-Tumor legacy_call 0.81 3.65 2.0 17.0 0.89 old +TCGA-13-1485-01 OV-TCGA-13-1485-Tumor legacy_call 0.71 2.29 0.0 13.0 0.73 old +TCGA-13-1817-01 OV-TCGA-13-1817-Tumor snp_call 0.69 1.64 0.0 10.0 0.64 old +TCGA-13-1819-01 OV-TCGA-13-1819-Tumor snp_call 0.9 1.96 0.0 9.0 0.9 old +TCGA-14-0783-01 GBM-TCGA-14-0783-Tumor legacy_call 0.68 5.96 2.0 36.0 0.86 old +TCGA-14-1401-01 GBM-TCGA-14-1401-Tumor legacy_call 0.65 2.0 0.0 12.0 0.65 old +TCGA-14-1402-01 GBM-TCGA-14-1402-Tumor-SM-325IB legacy_call 0.79 2.0 0.0 10.0 0.79 old +TCGA-14-1452-01 GBM-TCGA-14-1452-Tumor legacy_call 0.74 2.08 0.0 11.0 0.75 old +TCGA-14-1454-01 GBM-TCGA-14-1454-Tumor snp_call 0.95 3.03 1.0 13.0 0.97 old +TCGA-14-1459-01 GBM-TCGA-14-1459-Tumor legacy_call 0.88 1.99 0.0 9.0 0.88 old +TCGA-14-2555-01 GBM-TCGA-14-2555-Tumor-SM-17P2J legacy_call 0.97 2.05 0.0 8.0 0.97 old +TCGA-15-1447-01 GBM-TCGA-15-1447-Tumor legacy_call 0.86 2.71 1.0 12.0 0.9 old +TCGA-15-1449-01 GBM-TCGA-15-1449-Tumor snp_call 0.47 5.56 2.0 41.0 0.71 old +TCGA-16-1047-01 GBM-TCGA-16-1047-Tumor legacy_call 0.91 1.93 0.0 8.0 0.91 old +TCGA-16-1055-01 GBM-TCGA-16-1055-Tumor legacy_call 0.71 2.03 0.0 11.0 0.71 old +TCGA-16-1056-01 GBM-TCGA-16-1056-Tumor legacy_call 0.78 1.93 0.0 10.0 0.77 old +TCGA-16-1060-01 GBM-TCGA-16-1060-Tumor legacy_call 0.71 1.92 0.0 11.0 0.7 old +TCGA-16-1062-01 GBM-TCGA-16-1062-Tumor legacy_call 0.88 2.03 0.0 9.0 0.88 old +TCGA-16-1063-01 GBM-TCGA-16-1063-Tumor legacy_call 0.85 1.96 0.0 9.0 0.84 old +TCGA-18-3409-01 LUSC-TCGA-18-3409-Tumor-SM-1AHA2 maf_call 0.54 3.57 1.0 24.0 0.68 old +TCGA-18-3419-01 LUSC-TCGA-18-3419-Tumor-SM-1AH9R maf_call 0.57 2.02 0.0 14.0 0.57 old +TCGA-18-4086-01 LUSC-TCGA-18-4086-Tumor-SM-1N6JJ maf_call 0.6 1.91 0.0 13.0 0.58 old +TCGA-18-5595-01 LUSC-TCGA-18-5595-Tumor-SM-1WL74 maf_call 0.86 2.09 0.0 10.0 0.87 old +TCGA-19-0955-01 GBM-TCGA-19-0955-Tumor legacy_call 0.52 2.11 0.0 16.0 0.53 old +TCGA-19-0960-01 GBM-TCGA-19-0960-Tumor legacy_call 0.93 1.99 0.0 8.0 0.93 old +TCGA-19-0962-01 GBM-TCGA-19-0962-Tumor legacy_call 0.77 1.94 0.0 10.0 0.76 old +TCGA-19-0963-01 GBM-TCGA-19-0963-Tumor legacy_call 0.72 1.97 0.0 11.0 0.71 old +TCGA-19-0964-01 GBM-TCGA-19-0964-Tumor legacy_call 0.93 1.93 0.0 8.0 0.93 old +TCGA-19-1392-01 GBM-TCGA-19-1392-Tumor legacy_call 1.0 3.76 1.0 15.0 1.0 old +TCGA-20-0990-01 OV-TCGA-20-0990-Tumor legacy_call 0.88 3.0 1.0 13.0 0.91 old +TCGA-21-1070-01 LUSC-TCGA-21-1070-Tumor-SM-13JYJ maf_call 0.5 1.63 0.0 15.0 0.45 old +TCGA-21-1072-01 LUSC-TCGA-21-1072-Tumor snp_call 0.74 3.38 1.0 17.0 0.82 old +TCGA-21-1077-01 LUSC-TCGA-21-1077-Tumor-SM-13JYD maf_call 0.34 2.64 1.0 33.0 0.41 old +TCGA-21-1078-01 LUSC-TCGA-21-1078-Tumor-SM-13JYK maf_call 0.92 2.0 0.0 9.0 0.92 old +TCGA-21-1079-01 LUSC-TCGA-21-1079-Tumor snp_call 0.6 3.41 1.0 20.0 0.72 old +TCGA-21-1083-01 LUSC-TCGA-21-1083-Tumor-SM-13JZI maf_call 0.58 3.22 1.0 19.0 0.69 old +TCGA-21-A5DI-01 LUSC-TCGA-21-A5DI-Tumor-SM-47KGM maf_call 0.3 3.15 1.0 42.0 0.4 old +TCGA-22-1017-01 LUSC-TCGA-22-1017-Tumor snp_call 0.34 3.33 1.0 37.0 0.47 old +TCGA-23-1023-01 OV-TCGA-23-1023-Tumor legacy_call 0.62 2.01 0.0 13.0 0.62 old +TCGA-23-1024-01 OV-TCGA-23-1024-Tumor legacy_call 0.75 3.33 1.0 16.0 0.83 old +TCGA-23-1026-01 OV-TCGA-23-1026-Tumor snp_call 0.77 2.05 0.0 11.0 0.78 old +TCGA-23-1028-01 OV-TCGA-23-1028-Tumor legacy_call 0.82 1.74 0.0 9.0 0.8 old +TCGA-23-1031-01 OV-TCGA-23-1031-Tumor legacy_call 0.52 3.3 1.0 21.0 0.64 old +TCGA-23-1109-01 OV-TCGA-23-1109-Tumor legacy_call 0.91 3.08 1.0 13.0 0.94 old +TCGA-23-1119-01 OV-TCGA-23-1119-Tumor legacy_call 0.35 8.01 2.0 63.0 0.69 old +TCGA-23-1120-01 OV-TCGA-23-1120-Tumor legacy_call 0.92 1.88 0.0 8.0 0.91 old +TCGA-24-0966-01 OV-TCGA-24-0966-Tumor legacy_call 0.95 1.93 0.0 8.0 0.94 old +TCGA-24-0968-01 OV-TCGA-24-0968-Tumor legacy_call 0.37 6.95 2.0 56.0 0.67 old +TCGA-24-0975-01 OV-TCGA-24-0975-Tumor legacy_call 0.42 1.82 0.0 19.0 0.4 old +TCGA-24-0979-01 OV-TCGA-24-0979-Tumor legacy_call 0.75 2.98 1.0 15.0 0.82 old +TCGA-24-1105-01 OV-TCGA-24-1105-Tumor legacy_call 0.75 3.51 1.0 17.0 0.84 old +TCGA-24-1544-01 OV-TCGA-24-1544-Tumor legacy_call 0.93 3.05 1.0 13.0 0.95 old +TCGA-24-1545-01 OV-TCGA-24-1545-Tumor legacy_call 0.52 2.83 1.0 19.0 0.61 old +TCGA-24-1546-01 OV-TCGA-24-1546-Tumor legacy_call 0.63 1.79 0.0 12.0 0.61 old +TCGA-24-1548-01 OV-TCGA-24-1548-Tumor legacy_call 0.88 2.84 1.0 13.0 0.91 old +TCGA-24-1553-01 OV-TCGA-24-1553-Tumor legacy_call 0.67 2.29 1.0 13.0 0.7 old +TCGA-24-1555-01 OV-TCGA-24-1555-Tumor legacy_call 0.94 1.98 0.0 8.0 0.94 old +TCGA-24-1556-01 OV-TCGA-24-1556-Tumor legacy_call 0.82 3.38 1.0 16.0 0.89 old +TCGA-24-1557-01 OV-TCGA-24-1557-Tumor legacy_call 0.91 3.24 1.0 14.0 0.94 old +TCGA-24-1558-01 OV-TCGA-24-1558-Tumor legacy_call 0.91 3.26 1.0 14.0 0.94 old +TCGA-24-1567-01 OV-TCGA-24-1567-Tumor legacy_call 0.94 1.71 0.0 7.0 0.93 old +TCGA-24-1604-01 OV-TCGA-24-1604-Tumor legacy_call 0.82 3.37 1.0 16.0 0.88 old +TCGA-24-1614-01 OV-TCGA-24-1614-Tumor legacy_call 0.91 3.35 1.0 15.0 0.94 old +TCGA-24-1852-01 OV-TCGA-24-1852-Tumor legacy_call 0.84 4.12 2.0 19.0 0.91 old +TCGA-24-1923-01 OV-TCGA-24-1923-Tumor legacy_call 0.37 3.28 1.0 34.0 0.49 old +TCGA-24-1928-01 OV-TCGA-24-1928-Tumor legacy_call 0.66 3.56 1.0 19.0 0.77 old +TCGA-24-1930-01 OV-TCGA-24-1930-Tumor legacy_call 0.66 2.97 1.0 16.0 0.74 old +TCGA-24-2020-01 OV-TCGA-24-2020-Tumor legacy_call 0.95 5.0 2.0 21.0 0.98 old +TCGA-24-2023-01 OV-TCGA-24-2023-Tumor legacy_call 0.92 1.82 0.0 8.0 0.91 old +TCGA-24-2026-01 OV-TCGA-24-2026-Tumor legacy_call 0.76 5.1 2.0 28.0 0.89 old +TCGA-24-2027-01 OV-TCGA-24-2027-Tumor legacy_call 0.9 1.85 0.0 8.0 0.9 old +TCGA-24-2029-01 OV-TCGA-24-2029-Tumor legacy_call 0.62 1.85 0.0 13.0 0.6 old +TCGA-24-2036-01 OV-TCGA-24-2036-Tumor legacy_call 0.94 1.91 0.0 8.0 0.93 old +TCGA-24-2297-01 OV-TCGA-24-2297-Tumor legacy_call 0.99 1.94 0.0 8.0 0.99 old +TCGA-25-1316-01 OV-TCGA-25-1316-Tumor legacy_call 1.0 2.72 1.0 11.0 1.0 old +TCGA-25-1317-01 OV-TCGA-25-1317-Tumor legacy_call 0.77 3.08 1.0 15.0 0.84 old +TCGA-25-1318-01 OV-TCGA-25-1318-Tumor legacy_call 0.57 7.33 2.0 47.0 0.83 old +TCGA-25-1321-01 OV-TCGA-25-1321-Tumor legacy_call 0.8 4.6 2.0 21.0 0.9 old +TCGA-25-1623-01 OV-TCGA-25-1623-Tumor legacy_call 0.38 2.44 1.0 28.0 0.42 old +TCGA-25-1625-01 OV-TCGA-25-1625-Tumor legacy_call 0.62 2.0 0.0 13.0 0.62 old +TCGA-25-1626-01 OV-TCGA-25-1626-Tumor legacy_call 0.32 2.61 1.0 35.0 0.38 old +TCGA-25-1627-01 OV-TCGA-25-1627-Tumor legacy_call 0.89 2.46 1.0 11.0 0.91 old +TCGA-25-1628-01 OV-TCGA-25-1628-Tumor legacy_call 0.62 2.57 1.0 16.0 0.67 old +TCGA-25-1630-01 OV-TCGA-25-1630-Tumor legacy_call 0.48 3.77 1.0 30.0 0.63 old +TCGA-25-1631-01 OV-TCGA-25-1631-Tumor snp_call 0.9 1.89 0.0 8.0 0.9 old +TCGA-25-1632-01 OV-TCGA-25-1632-Tumor legacy_call 0.97 3.57 1.0 15.0 0.98 old +TCGA-25-1633-01 OV-TCGA-25-1633-Tumor legacy_call 0.63 2.59 1.0 16.0 0.68 old +TCGA-25-1634-01 OV-TCGA-25-1634-Tumor legacy_call 0.85 4.05 2.0 18.0 0.92 old +TCGA-25-1635-01 OV-TCGA-25-1635-Tumor legacy_call 0.69 2.72 1.0 15.0 0.76 old +TCGA-25-1870-01 OV-TCGA-25-1870-Tumor legacy_call 0.86 5.15 2.0 26.0 0.94 old +TCGA-25-1871-01 OV-TCGA-25-1871-Tumor legacy_call 0.98 4.86 2.0 20.0 0.99 old +TCGA-25-1877-01 OV-TCGA-25-1877-Tumor legacy_call 0.96 2.68 1.0 11.0 0.97 old +TCGA-25-1878-01 OV-TCGA-25-1878-Tumor legacy_call 0.56 3.62 2.0 21.0 0.7 old +TCGA-25-2408-01 OV-TCGA-25-2408-Tumor legacy_call 0.79 1.98 0.0 10.0 0.78 old +TCGA-25-2409-01 OV-TCGA-25-2409-Tumor legacy_call 0.72 3.79 1.0 19.0 0.83 old +TCGA-26-1438-01 GBM-TCGA-26-1438-Tumor legacy_call 0.46 2.0 0.0 18.0 0.46 old +TCGA-26-1440-01 GBM-TCGA-26-1440-Tumor legacy_call 0.77 2.11 0.0 11.0 0.78 old +TCGA-26-1443-01 GBM-TCGA-26-1443-Tumor legacy_call 0.9 2.04 0.0 9.0 0.9 old +TCGA-28-1756-01 GBM-TCGA-28-1756-Tumor legacy_call 0.78 1.89 0.0 10.0 0.77 old +TCGA-29-1692-01 OV-TCGA-29-1692-Tumor snp_call 0.53 2.84 1.0 19.0 0.61 old +TCGA-29-1704-01 OV-TCGA-29-1704-Tumor legacy_call 0.74 1.97 0.0 11.0 0.74 old +TCGA-29-2414-01 OV-TCGA-29-2414-Tumor snp_call 0.86 2.99 1.0 13.0 0.9 old +TCGA-29-2425-01 OV-TCGA-29-2425-Tumor legacy_call 0.9 3.57 1.0 16.0 0.94 old +TCGA-29-2428-01 OV-TCGA-29-2428-Tumor legacy_call 0.78 3.17 1.0 15.0 0.85 old +TCGA-30-1859-01 OV-TCGA-30-1859-Tumor legacy_call 0.97 3.07 1.0 13.0 0.98 old +TCGA-30-1860-01 OV-TCGA-30-1860-Tumor legacy_call 0.79 1.75 0.0 9.0 0.77 old +TCGA-30-1861-01 OV-TCGA-30-1861-Tumor legacy_call 0.72 2.86 1.0 15.0 0.79 old +TCGA-30-1866-01 OV-TCGA-30-1866-Tumor legacy_call 0.85 3.59 1.0 16.0 0.91 old +TCGA-30-1867-01 OV-TCGA-30-1867-Tumor legacy_call 0.51 3.39 1.0 24.0 0.64 old +TCGA-30-1880-01 OV-TCGA-30-1880-Tumor legacy_call 0.89 1.8 0.0 8.0 0.88 old +TCGA-30-1887-01 OV-TCGA-30-1887-Tumor legacy_call 0.5 3.01 1.0 21.0 0.6 old +TCGA-30-1892-01 OV-TCGA-30-1892-Tumor legacy_call 0.64 3.22 1.0 18.0 0.74 old +TCGA-31-1944-01 OV-TCGA-31-1944-Tumor legacy_call 0.79 1.93 0.0 10.0 0.79 old +TCGA-31-1946-01 OV-TCGA-31-1946-Tumor legacy_call 0.7 2.04 0.0 12.0 0.7 old +TCGA-31-1951-01 OV-TCGA-31-1951-Tumor legacy_call 0.8 1.97 0.0 10.0 0.79 old +TCGA-31-1955-01 OV-TCGA-31-1955-Tumor legacy_call 0.78 1.84 0.0 10.0 0.76 old +TCGA-31-1956-01 OV-TCGA-31-1956-Tumor legacy_call 0.69 1.88 0.0 11.0 0.67 old +TCGA-32-1973-01 GBM-TCGA-32-1973-Tumor legacy_call 0.88 1.86 0.0 8.0 0.88 old +TCGA-32-1978-01 GBM-TCGA-32-1978-Tumor legacy_call 0.99 1.99 1.0 8.0 0.99 old +TCGA-32-1987-01 GBM-TCGA-32-1987-Tumor legacy_call 0.98 4.01 1.0 17.0 0.99 old +TCGA-33-6737-01 LUSC-TCGA-33-6737-Tumor-SM-22J81 maf_call 0.48 2.99 1.0 21.0 0.58 old +TCGA-36-1568-01 OV-TCGA-36-1568-Tumor legacy_call 0.81 2.11 0.0 10.0 0.82 old +TCGA-36-1569-01 OV-TCGA-36-1569-Tumor legacy_call 0.56 3.93 2.0 26.0 0.71 old +TCGA-36-1570-01 OV-TCGA-36-1570-Tumor legacy_call 0.95 2.01 0.0 8.0 0.95 old +TCGA-36-1571-01 OV-TCGA-36-1571-Tumor legacy_call 0.91 3.18 1.0 14.0 0.94 old +TCGA-36-1574-01 OV-TCGA-36-1574-Tumor legacy_call 0.87 1.93 0.0 9.0 0.87 old +TCGA-36-1575-01 OV-TCGA-36-1575-Tumor legacy_call 0.97 2.77 1.0 11.0 0.98 old +TCGA-36-1576-01 OV-TCGA-36-1576-Tumor legacy_call 0.4 4.21 2.0 38.0 0.58 old +TCGA-36-1577-01 OV-TCGA-36-1577-Tumor legacy_call 0.8 1.81 0.0 9.0 0.78 old +TCGA-36-1578-01 OV-TCGA-36-1578-Tumor legacy_call 0.81 2.57 1.0 12.0 0.84 old +TCGA-36-1580-01 OV-TCGA-36-1580-Tumor legacy_call 0.53 4.6 2.0 33.0 0.72 old +TCGA-36-1581-01 OV-TCGA-36-1581-Tumor legacy_call 0.66 2.93 1.0 16.0 0.74 old +TCGA-36-2539-01 OV-TCGA-36-2539-Tumor legacy_call 0.58 1.8 0.0 13.0 0.55 old +TCGA-36-2549-01 OV-TCGA-36-2549-Tumor legacy_call 0.85 2.05 0.0 10.0 0.85 old +TCGA-38-4629-01 LUAD-TCGA-38-4629-Tumor-SM-1M6EL maf_call 0.4 2.46 1.0 26.0 0.45 old +TCGA-38-4630-01 LUAD-TCGA-38-4630-Tumor-SM-1M6EV maf_call 0.79 1.99 0.0 10.0 0.79 old +TCGA-39-5027-01 LUSC-TCGA-39-5027-Tumor-SM-22J8Q maf_call 0.68 1.79 0.0 11.0 0.66 old +TCGA-41-3393-01 GBM-TCGA-41-3393-Tumor-SM-1NBON legacy_call 0.67 2.03 0.0 12.0 0.67 old +TCGA-44-2661-01 LUAD-TCGA-44-2661-Tumor-SM-1OINF maf_call 0.29 1.85 0.0 35.0 0.27 old +TCGA-44-3398-01 LUAD-TCGA-44-3398-Tumor-SM-1OINI maf_call 0.19 2.12 0.0 56.0 0.2 old +TCGA-44-6147-01 LUAD-TCGA-44-6147-Tumor-SM-1ZKHN maf_call 0.47 1.93 0.0 17.0 0.46 old +TCGA-44-6148-01 LUAD-TCGA-44-6148-Tumor-SM-1ZKHZ maf_call 0.3 2.06 0.0 34.0 0.31 old +TCGA-50-6597-01 LUAD-TCGA-50-6597-Tumor-SM-23JHT maf_call 0.48 3.59 1.0 28.0 0.63 old +TCGA-56-8623-01 LUSC-TCGA-56-8623-Tumor-SM-3MQ41 maf_call 0.96 1.95 0.0 8.0 0.96 old +TCGA-56-A4BX-01 LUSC-TCGA-56-A4BX-Tumor-SM-3Q7OU maf_call 0.87 3.0 1.0 13.0 0.91 old +TCGA-57-1582-01 OV-TCGA-57-1582-Tumor snp_call 0.82 4.08 2.0 19.0 0.91 old +TCGA-57-1583-01 OV-TCGA-57-1583-Tumor legacy_call 0.92 3.22 1.0 14.0 0.95 old +TCGA-57-1584-01 OV-TCGA-57-1584-Tumor legacy_call 0.84 1.9 0.0 9.0 0.83 old +TCGA-57-1585-01 OV-TCGA-57-1585-Tumor legacy_call 0.48 6.51 2.0 47.0 0.75 old +TCGA-58-8390-01 LUSC-TCGA-58-8390-Tumor-SM-3DGHR maf_call 0.82 1.75 0.0 9.0 0.8 old +TCGA-60-2696-01 LUSC-TCGA-60-2696-Tumor snp_call 0.42 1.72 0.0 18.0 0.39 old +TCGA-60-2712-01 LUSC-TCGA-60-2712-Tumor-SM-172GY maf_call 0.36 3.34 1.0 36.0 0.48 old +TCGA-60-2715-01 LUSC-TCGA-60-2715-Tumor-SM-172FM snp_call 0.19 1.93 0.0 57.0 0.18 old +TCGA-61-1724-01 OV-TCGA-61-1724-Tumor legacy_call 0.87 1.76 0.0 8.0 0.85 old +TCGA-61-1734-01 OV-TCGA-61-1734-Tumor legacy_call 0.9 1.94 0.0 8.0 0.9 old +TCGA-61-1743-01 OV-TCGA-61-1743-Tumor legacy_call 0.86 5.55 2.0 29.0 0.95 old +TCGA-61-1917-01 OV-TCGA-61-1917-Tumor legacy_call 0.84 3.03 1.0 14.0 0.89 old +TCGA-61-1918-01 OV-TCGA-61-1918-Tumor legacy_call 0.8 3.4 1.0 16.0 0.87 old +TCGA-61-2017-01 OV-TCGA-61-2017-Tumor legacy_call 0.88 1.98 0.0 9.0 0.87 old +TCGA-61-2098-01 OV-TCGA-61-2098-Tumor legacy_call 0.85 3.34 2.0 15.0 0.9 old +TCGA-64-1678-01 LUAD-TCGA-64-1678-Tumor-SM-17RPP maf_call 0.57 3.11 1.0 19.0 0.67 old +TCGA-66-2737-01 LUSC-TCGA-66-2737-Tumor snp_call 0.48 2.03 0.0 17.0 0.48 old +TCGA-66-2753-01 LUSC-TCGA-66-2753-Tumor snp_call 0.39 3.62 1.0 35.0 0.54 old +TCGA-66-2790-01 LUSC-TCGA-66-2790-Tumor-SM-1AHAQ maf_call 0.57 1.8 0.0 13.0 0.55 old +TCGA-68-A59I-01 LUSC-TCGA-68-A59I-Tumor snp_call 0.29 1.69 0.0 34.0 0.26 old +TCGA-69-8453-01 LUAD-TCGA-69-8453-Tumor snp_call 0.56 3.76 1.0 25.0 0.7 old +TCGA-74-6577-01 GBM-TCGA-74-6577-Tumor-SM-23INZ maf_call 0.64 2.12 0.0 13.0 0.66 old +TCGA-75-6206-01 LUAD-TCGA-75-6206-Tumor-SM-1ZKJ1 maf_call 0.7 3.23 1.0 17.0 0.79 old +TCGA-LUSC-71-01 LUSC-TCGA-LUSC-7138-Tumor-SM-2EQ4E maf_call 0.39 2.5 1.0 27.0 0.44 old +TCGA-77-A5GA-01 LUSC-TCGA-77-A5GA-Tumor-SM-4AI6T maf_call 0.26 3.47 1.0 49.0 0.38 old +TCGA-78-7143-01 LUAD-TCGA-78-7143-Tumor-SM-2FWRO maf_call 0.52 4.69 2.0 34.0 0.71 old +TCGA-95-7948-01 LUAD-TCGA-95-7948-Tumor-SM-2S75K maf_call 0.71 3.51 1.0 18.0 0.81 old +TCGA-96-A4JK-01 LUSC-TCGA-96-A4JK-Tumor-SM-3UST7 maf_call 0.5 2.82 1.0 20.0 0.59 old +TCGA-98-A53D-01 LUSC-TCGA-98-A53D-Tumor snp_call 0.99 1.95 0.0 8.0 0.99 old +TCGA-A3-3306-01 KIRC-TCGA-A3-3306-Tumor legacy_call 0.72 1.78 0.0 10.0 0.7 old +TCGA-A3-3307-01 KIRC-TCGA-A3-3307-Tumor-SM-173P4 legacy_call 0.56 2.0 0.0 15.0 0.56 old +TCGA-A3-3324-01 KIRC-TCGA-A3-3324-Tumor-SM-173Q6 legacy_maf_call 0.59 2.02 0.0 14.0 0.6 old +TCGA-A3-3325-01 KIRC-TCGA-A3-3325-Tumor legacy_call 0.42 3.36 1.0 31.0 0.55 old +TCGA-A3-3335-01 KIRC-TCGA-A3-3335-Tumor legacy_call 0.63 1.91 0.0 12.0 0.62 old +TCGA-A3-3336-01 KIRC-TCGA-A3-3336-Tumor legacy_call 0.56 2.12 0.0 15.0 0.58 old +TCGA-A3-3343-01 KIRC-TCGA-A3-3343-Tumor legacy_call 0.75 2.02 0.0 11.0 0.75 old +TCGA-A3-3352-01 KIRC-TCGA-A3-3352-Tumor legacy_call 0.49 3.79 1.0 29.0 0.64 old +TCGA-A3-3359-01 KIRC-TCGA-A3-3359-Tumor legacy_call 0.59 2.0 0.0 14.0 0.59 old +TCGA-A3-3374-01 KIRC-TCGA-A3-3374-Tumor-SM-173QK legacy_maf_call 0.64 3.14 1.0 18.0 0.74 old +TCGA-A4-8516-01 KIRP_PAIR-TCGA-A4-8516-Tumor-SM-3MVC3 maf_call 0.86 2.23 0.0 10.0 0.87 old +TCGA-A5-A0G2-01 UCEC-TCGA-A5-A0G2-Tumor legacy_call 0.42 1.85 0.0 19.0 0.41 old +TCGA-A6-2672-01 COAD-TCGA-A6-2672-Tumor legacy_call 0.59 2.07 0.0 14.0 0.59 old +TCGA-A6-2676-01 COAD-TCGA-A6-2676-Tumor legacy_call 0.69 2.03 0.0 12.0 0.7 old +TCGA-A6-2679-01 COAD-TCGA-A6-2679-Tumor legacy_call 0.48 3.46 1.0 27.0 0.62 old +TCGA-A6-2680-01 COAD-TCGA-A6-2680-Tumor legacy_call 0.58 3.13 1.0 19.0 0.68 old +TCGA-A6-6140-01 COAD-TCGA-A6-6140-Tumor legacy_call 0.81 2.17 0.0 11.0 0.82 old +TCGA-A8-A06Y-01 WU-BRCA-TCGA-A8-A06Y-01A-21W-A019-09 maf_call 0.92 1.91 0.0 8.0 0.92 old +TCGA-A8-A07R-01 WU-BRCA-TCGA-A8-A07R-01A-21W-A050-09 maf_call 0.77 2.76 1.0 14.0 0.83 old +TCGA-A8-A07S-01 BRCA-TCGA-A8-A07S-Tumor snp_call 0.94 2.02 0.0 8.0 0.94 old +TCGA-A8-A083-01 WU-BRCA-TCGA-A8-A083-01A-21W-A019-09 maf_call 0.77 2.09 0.0 11.0 0.78 old +TCGA-A8-A084-01 WU-BRCA-TCGA-A8-A084-01A-21W-A019-09 maf_call 0.78 3.81 1.0 18.0 0.87 old +TCGA-A8-A08F-01 WU-BRCA-TCGA-A8-A08F-01A-11W-A019-09 maf_call 0.61 3.22 1.0 19.0 0.72 old +TCGA-A8-A09E-01 WU-BRCA-TCGA-A8-A09E-01A-11W-A019-09 maf_call 0.8 3.13 1.0 15.0 0.86 old +TCGA-AA-3488-01 COAD-TCGA-AA-3488-Tumor legacy_call 0.82 3.03 1.0 14.0 0.88 old +TCGA-AA-3494-01 COAD-TCGA-AA-3494-Tumor legacy_call 0.74 3.23 1.0 16.0 0.82 old +TCGA-AA-3495-01 COAD-TCGA-AA-3495-Tumor legacy_call 0.57 2.25 0.0 15.0 0.6 old +TCGA-AA-3516-01 COAD-TCGA-AA-3516-Tumor legacy_call 0.39 1.99 0.0 21.0 0.39 old +TCGA-AA-3518-01 COAD-TCGA-AA-3518-Tumor legacy_call 0.4 2.0 0.0 21.0 0.4 old +TCGA-AA-3525-01 COAD-TCGA-AA-3525-Tumor legacy_call 0.64 2.0 0.0 13.0 0.64 old +TCGA-AA-3542-01 COAD-TCGA-AA-3542-Tumor legacy_call 0.87 3.42 1.0 15.0 0.92 old +TCGA-AA-3543-01 COAD-TCGA-AA-3543-Tumor legacy_call 0.7 2.04 0.0 12.0 0.71 old +TCGA-AA-3552-01 COAD-TCGA-AA-3552-Tumor legacy_call 0.52 3.35 1.0 22.0 0.64 old +TCGA-AA-3553-01 COAD-TCGA-AA-3553-Tumor legacy_call 0.58 3.39 1.0 20.0 0.7 old +TCGA-AA-3554-01 COAD-TCGA-AA-3554-Tumor legacy_call 0.39 2.0 0.0 21.0 0.39 old +TCGA-AA-3555-01 COAD-TCGA-AA-3555-Tumor legacy_call 0.74 2.0 0.0 11.0 0.74 old +TCGA-AA-3556-01 COAD-TCGA-AA-3556-Tumor legacy_call 0.78 2.04 0.0 10.0 0.78 old +TCGA-AA-3562-01 COAD-TCGA-AA-3562-Tumor legacy_call 0.58 3.5 1.0 20.0 0.71 old +TCGA-AA-3662-01 COAD-TCGA-AA-3662-Tumor legacy_call 0.68 3.0 1.0 16.0 0.76 old +TCGA-AA-3672-01 COAD-TCGA-AA-3672-Tumor legacy_call 0.69 2.05 0.0 12.0 0.7 old +TCGA-AA-3696-01 COAD-TCGA-AA-3696-Tumor legacy_call 0.83 2.27 0.0 11.0 0.85 old +TCGA-AA-3697-01 COAD-TCGA-AA-3697-Tumor legacy_call 0.67 3.86 1.0 20.0 0.8 old +TCGA-AA-3860-01 COAD-TCGA-AA-3860-Tumor legacy_call 0.79 1.72 0.0 9.0 0.77 old +TCGA-AA-3869-01 COAD-TCGA-AA-3869-Tumor legacy_call 0.7 3.35 1.0 17.0 0.79 old +TCGA-AA-3870-01 COAD-TCGA-AA-3870-Tumor legacy_call 0.61 2.04 0.0 13.0 0.62 old +TCGA-AA-3872-01 COAD-TCGA-AA-3872-Tumor legacy_call 0.59 2.86 1.0 17.0 0.67 old +TCGA-AA-3930-01 COAD-TCGA-AA-3930-Tumor legacy_call 0.68 1.94 0.0 12.0 0.67 old +TCGA-AA-3941-01 COAD-TCGA-AA-3941-Tumor snp_call 0.82 3.0 1.0 14.0 0.87 old +TCGA-AA-3972-01 COAD-TCGA-AA-3972-Tumor legacy_call 0.77 3.86 1.0 18.0 0.86 old +TCGA-AA-A00A-01 COAD-TCGA-AA-A00A-Tumor legacy_call 1.0 1.99 0.0 8.0 1.0 old +TCGA-AA-A00D-01 COAD-TCGA-AA-A00D-Tumor legacy_call 0.52 2.16 0.0 16.0 0.54 old +TCGA-AA-A00E-01 COAD-TCGA-AA-A00E-Tumor legacy_call 0.54 2.01 0.0 15.0 0.54 old +TCGA-AA-A00F-01 COAD-TCGA-AA-A00F-Tumor legacy_call 0.45 3.14 1.0 27.0 0.56 old +TCGA-AA-A00J-01 COAD-TCGA-AA-A00J-Tumor legacy_call 0.82 2.03 0.0 10.0 0.82 old +TCGA-AA-A00K-01 COAD-TCGA-AA-A00K-Tumor legacy_call 0.67 2.12 0.0 13.0 0.68 old +TCGA-AA-A00L-01 COAD-TCGA-AA-A00L-Tumor legacy_call 0.79 2.11 0.0 11.0 0.8 old +TCGA-AA-A00Q-01 COAD-TCGA-AA-A00Q-Tumor legacy_call 0.57 3.62 1.0 21.0 0.7 old +TCGA-AA-A00R-01 COAD-TCGA-AA-A00R-Tumor legacy_call 0.51 2.05 0.0 16.0 0.52 old +TCGA-AA-A00U-01 COAD-TCGA-AA-A00U-Tumor legacy_call 0.76 1.98 0.0 10.0 0.75 old +TCGA-AA-A00W-01 COAD-TCGA-AA-A00W-Tumor legacy_call 0.83 1.98 0.0 9.0 0.83 old +TCGA-AA-A01F-01 COAD-TCGA-AA-A01F-Tumor legacy_call 0.89 2.8 1.0 12.0 0.92 old +TCGA-AA-A01G-01 COAD-TCGA-AA-A01G-Tumor legacy_call 0.52 4.44 1.0 32.0 0.7 old +TCGA-AA-A01Q-01 COAD-TCGA-AA-A01Q-Tumor legacy_call 0.86 2.03 0.0 9.0 0.86 old +TCGA-AF-3913-01 READ-TCGA-AF-3913-Tumor legacy_call 0.76 2.51 1.0 13.0 0.8 old +TCGA-AG-3574-01 READ-TCGA-AG-3574-Tumor legacy_call 0.86 2.19 0.0 10.0 0.87 old +TCGA-AG-3578-01 READ-TCGA-AG-3578-Tumor legacy_call 0.77 3.6 1.0 17.0 0.86 old +TCGA-AG-3582-01 READ-TCGA-AG-3582-Tumor legacy_call 0.76 3.1 2.0 15.0 0.83 old +TCGA-AG-3586-01 READ-TCGA-AG-3586-Tumor legacy_call 0.75 2.09 0.0 11.0 0.75 old +TCGA-AG-3587-01 READ-TCGA-AG-3587-Tumor legacy_call 0.79 3.54 2.0 17.0 0.87 old +TCGA-AG-3593-01 READ-TCGA-AG-3593-Tumor legacy_call 0.73 3.62 1.0 18.0 0.83 old +TCGA-AG-3600-01 READ-TCGA-AG-3600-Tumor legacy_call 0.76 2.81 1.0 14.0 0.82 old +TCGA-AG-3601-01 READ-TCGA-AG-3601-Tumor legacy_call 0.76 3.39 1.0 16.0 0.84 old +TCGA-AG-3608-01 READ-TCGA-AG-3608-Tumor legacy_call 0.74 2.08 0.0 11.0 0.74 old +TCGA-AG-3609-01 READ-TCGA-AG-3609-Tumor legacy_call 0.67 2.74 1.0 15.0 0.74 old +TCGA-AG-3611-01 READ-TCGA-AG-3611-Tumor legacy_call 0.87 3.52 1.0 16.0 0.92 old +TCGA-AG-3612-01 READ-TCGA-AG-3612-Tumor legacy_call 0.72 2.5 0.0 13.0 0.76 old +TCGA-AG-3728-01 READ-TCGA-AG-3728-Tumor legacy_call 0.55 3.02 1.0 19.0 0.65 old +TCGA-AG-A00H-01 READ-TCGA-AG-A00H-Tumor legacy_call 0.45 3.62 1.0 30.0 0.6 old +TCGA-AG-A014-01 READ-TCGA-AG-A014-Tumor legacy_call 0.78 3.67 1.0 17.0 0.86 old +TCGA-AG-A023-01 READ-TCGA-AG-A023-Tumor legacy_call 0.55 2.12 0.0 15.0 0.56 old +TCGA-AG-A032-01 READ-TCGA-AG-A032-Tumor legacy_call 0.69 3.54 1.0 18.0 0.8 old +TCGA-AK-3425-01 KIRC-TCGA-AK-3425-Tumor legacy_call 0.45 2.0 0.0 18.0 0.45 old +TCGA-AK-3427-01 KIRC-TCGA-AK-3427-Tumor-SM-173PW legacy_maf_call 0.85 1.95 0.0 9.0 0.85 old +TCGA-AK-3428-01 KIRC-TCGA-AK-3428-Tumor legacy_call 0.7 1.98 0.0 11.0 0.7 old +TCGA-AK-3431-01 KIRC-TCGA-AK-3431-Tumor legacy_call 0.47 1.96 0.0 17.0 0.47 old +TCGA-AK-3433-01 KIRC-TCGA-AK-3433-Tumor legacy_call 0.92 1.5 0.0 6.0 0.9 old +TCGA-AK-3434-01 KIRC-TCGA-AK-3434-Tumor legacy_call 0.47 3.87 1.0 31.0 0.63 old +TCGA-AK-3445-01 KIRC-TCGA-AK-3445-Tumor legacy_call 0.56 2.06 0.0 15.0 0.56 old +TCGA-AK-3450-01 KIRC-TCGA-AK-3450-Tumor legacy_call 0.56 2.03 0.0 15.0 0.56 old +TCGA-AK-3453-01 KIRC-TCGA-AK-3453-Tumor-SM-173P9 legacy_maf_call 0.8 2.77 1.0 13.0 0.85 old +TCGA-AK-3454-01 KIRC-TCGA-AK-3454-Tumor legacy_call 0.6 2.0 0.0 14.0 0.6 old +TCGA-AK-3460-01 KIRC-TCGA-AK-3460-Tumor legacy_call 0.6 1.99 0.0 13.0 0.6 old +TCGA-AL-3468-01 KIRP-TCGA-AL-3468-Tumor maf_call 0.89 2.35 0.0 10.0 0.9 old +TCGA-AL-A5DJ-01 KIRP-TCGA-AL-A5DJ-Tumor maf_call 0.66 2.89 1.0 16.0 0.74 old +TCGA-AO-A0JL-01 WU-BRCA-TCGA-AO-A0JL-01A-11W-A071-09 maf_call 0.64 5.82 2.0 36.0 0.84 old +TCGA-AO-A12B-01 WU-BRCA-TCGA-AO-A12B-01A-11D-A10M-09 maf_call 0.78 3.5 1.0 17.0 0.86 old +TCGA-AP-A053-01 UCEC-TCGA-AP-A053-Tumor maf_call 0.92 2.0 0.0 8.0 0.92 old +TCGA-AP-A1DM-01 UCEC-TCGA-AP-A1DM-Tumor legacy_call 0.75 2.04 0.0 11.0 0.75 old +TCGA-AP-A1E4-01 UCEC-TCGA-AP-A1E4-Tumor legacy_call 0.9 2.17 0.0 9.0 0.91 old +TCGA-AQ-A04L-01 BRCA-TCGA-AQ-A04L-Tumor snp_call 0.76 3.93 2.0 19.0 0.86 old +TCGA-AR-A0TS-01 WU-BRCA-TCGA-AR-A0TS-01A-11D-A10Y-09 maf_call 0.29 1.64 0.0 33.0 0.25 old +TCGA-AR-A2LL-01 WU-BRCA-TCGA-AR-A2LL-01A-11D-A17W-09 maf_call 0.71 2.18 0.0 12.0 0.72 old +TCGA-AR-A2LR-01 WU-BRCA-TCGA-AR-A2LR-01A-12D-A18P-09 maf_call 0.77 2.81 1.0 14.0 0.82 old +TCGA-AX-A06D-01 UCEC-TCGA-AX-A06D-Tumor legacy_call 0.88 2.12 0.0 9.0 0.88 old +TCGA-AX-A0IS-01 UCEC-TCGA-AX-A0IS-Tumor maf_call 0.84 2.13 0.0 10.0 0.85 old +TCGA-AX-A1CP-01 UCEC-TCGA-AX-A1CP-Tumor maf_call 0.68 1.92 0.0 11.0 0.67 old +TCGA-AX-A1CR-01 UCEC-TCGA-AX-A1CR-Tumor legacy_call 0.7 3.42 1.0 18.0 0.8 old +TCGA-AX-A2H8-01 UCEC-TCGA-AX-A2H8-Tumor legacy_call 0.77 1.94 0.0 10.0 0.76 old +TCGA-AX-A2HF-01 UCEC-TCGA-AX-A2HF-Tumor maf_call 0.9 1.77 0.0 8.0 0.88 old +TCGA-AX-A3G3-01 UCEC-TCGA-AX-A3G3-Tumor snp_call 0.65 3.47 1.0 19.0 0.76 old +TCGA-AZ-4313-01 COAD-TCGA-AZ-4313-Tumor legacy_call 0.52 2.14 0.0 16.0 0.54 old +TCGA-AZ-4684-01 COAD-TCGA-AZ-4684-Tumor legacy_call 0.47 3.65 1.0 29.0 0.62 old +TCGA-AZ-6601-01 COAD-TCGA-AZ-6601-Tumor legacy_call 0.46 2.0 0.0 18.0 0.46 old +TCGA-AZ-6608-01 COAD-TCGA-AZ-6608-Tumor legacy_call 0.89 3.38 1.0 15.0 0.93 old +TCGA-B0-4688-01 KIRC-TCGA-B0-4688-Tumor legacy_call 0.7 2.43 1.0 13.0 0.74 old +TCGA-B0-4690-01 KIRC-TCGA-B0-4690-Tumor legacy_call 0.37 2.17 0.0 27.0 0.39 old +TCGA-B0-4691-01 KIRC-TCGA-B0-4691-Tumor legacy_call 0.55 2.0 0.0 15.0 0.55 old +TCGA-B0-4693-01 KIRC-TCGA-B0-4693-Tumor legacy_call 0.51 2.05 0.0 16.0 0.52 old +TCGA-B0-4694-01 KIRC-TCGA-B0-4694-Tumor legacy_call 0.25 3.8 1.0 52.0 0.39 old +TCGA-B0-4696-01 KIRC-TCGA-B0-4696-Tumor legacy_call 0.73 3.87 2.0 19.0 0.84 old +TCGA-B0-4699-01 KIRC-TCGA-B0-4699-Tumor legacy_call 0.74 1.58 0.0 9.0 0.69 old +TCGA-B0-4701-01 KIRC-TCGA-B0-4701-Tumor legacy_call 0.42 2.0 0.0 20.0 0.42 old +TCGA-B0-4703-01 KIRC-TCGA-B0-4703-Tumor legacy_call 0.38 1.97 0.0 24.0 0.37 old +TCGA-B0-4707-01 KIRC-TCGA-B0-4707-Tumor legacy_call 0.4 3.05 1.0 30.0 0.5 old +TCGA-B0-4713-01 KIRC-TCGA-B0-4713-Tumor legacy_call 0.45 2.18 0.0 19.0 0.47 old +TCGA-B0-4714-01 KIRC-TCGA-B0-4714-Tumor legacy_call 0.58 2.07 0.0 14.0 0.59 old +TCGA-B0-4718-01 KIRC-TCGA-B0-4718-Tumor legacy_call 0.75 1.88 0.0 10.0 0.74 old +TCGA-B0-4813-01 KIRC-TCGA-B0-4813-Tumor legacy_call 0.77 1.88 0.0 10.0 0.76 old +TCGA-B0-4814-01 KIRC-TCGA-B0-4814-Tumor legacy_call 0.47 4.03 1.0 32.0 0.64 old +TCGA-B0-4817-01 KIRC-TCGA-B0-4817-Tumor legacy_call 0.24 1.88 0.0 44.0 0.23 old +TCGA-B0-4819-01 KIRC-TCGA-B0-4819-Tumor legacy_call 0.85 2.01 0.0 9.0 0.85 old +TCGA-B0-4822-01 KIRC-TCGA-B0-4822-Tumor legacy_call 0.3 2.72 1.0 39.0 0.36 old +TCGA-B0-4823-01 KIRC-TCGA-B0-4823-Tumor-SM-1PAVH legacy_maf_call 0.56 2.04 0.0 15.0 0.56 old +TCGA-B0-4824-01 KIRC-TCGA-B0-4824-Tumor legacy_call 0.56 1.93 0.0 14.0 0.56 old +TCGA-B0-4828-01 KIRC-TCGA-B0-4828-Tumor legacy_call 0.72 2.06 0.0 11.0 0.73 old +TCGA-B0-4833-01 KIRC-TCGA-B0-4833-Tumor legacy_call 0.4 4.07 1.0 37.0 0.57 old +TCGA-B0-4834-01 KIRC-TCGA-B0-4834-Tumor legacy_call 0.79 1.9 0.0 10.0 0.78 old +TCGA-B0-4836-01 KIRC-TCGA-B0-4836-Tumor legacy_call 0.38 3.56 1.0 36.0 0.52 old +TCGA-B0-4837-01 KIRC-TCGA-B0-4837-Tumor legacy_call 0.57 1.88 0.0 14.0 0.55 old +TCGA-B0-4838-01 KIRC-TCGA-B0-4838-Tumor legacy_call 0.35 4.28 1.0 42.0 0.54 old +TCGA-B0-4839-01 KIRC-TCGA-B0-4839-Tumor legacy_call 0.7 2.12 0.0 12.0 0.71 old +TCGA-B0-4841-01 KIRC-TCGA-B0-4841-Tumor legacy_call 0.75 2.07 0.0 11.0 0.75 old +TCGA-B0-4843-01 KIRC-TCGA-B0-4843-Tumor legacy_call 0.31 3.85 1.0 44.0 0.47 old +TCGA-B0-4844-01 KIRC-TCGA-B0-4844-Tumor legacy_call 0.66 2.94 1.0 16.0 0.74 old +TCGA-B0-4845-01 KIRC-TCGA-B0-4845-Tumor legacy_call 0.64 3.56 1.0 19.0 0.76 old +TCGA-B0-4846-01 KIRC-TCGA-B0-4846-Tumor legacy_call 0.55 1.97 0.0 15.0 0.55 old +TCGA-B0-4847-01 KIRC-TCGA-B0-4847-Tumor legacy_call 0.54 1.95 0.0 15.0 0.53 old +TCGA-B0-4848-01 KIRC-TCGA-B0-4848-Tumor legacy_call 0.46 1.93 0.0 18.0 0.45 old +TCGA-B0-4849-01 KIRC-TCGA-B0-4849-Tumor legacy_call 0.6 1.94 0.0 13.0 0.59 old +TCGA-B0-5075-01 KIRC-TCGA-B0-5075-Tumor-SM-1QMQQ legacy_maf_call 0.55 2.06 0.0 15.0 0.56 old +TCGA-B0-5085-01 KIRC-TCGA-B0-5085-Tumor-SM-1QMS4 legacy_maf_call 0.68 2.01 0.0 12.0 0.68 old +TCGA-B1-A47O-01 KIRP-TCGA-B1-A47O-Tumor maf_call 0.85 4.08 1.0 18.0 0.92 old +TCGA-B2-4101-01 KIRC-TCGA-B2-4101-Tumor-SM-1T8FF legacy_maf_call 0.47 2.01 0.0 18.0 0.47 old +TCGA-B3-4103-01 KIRP-TCGA-B3-4103-Tumor maf_call 0.76 2.27 0.0 12.0 0.79 old +TCGA-B5-A0K0-01 UCEC-TCGA-B5-A0K0-Tumor maf_call 0.71 2.09 0.0 12.0 0.72 old +TCGA-B5-A0KB-01 UCEC-TCGA-B5-A0KB-Tumor legacy_call 0.38 3.61 1.0 36.0 0.52 old +TCGA-B5-A11E-01 UCEC-TCGA-B5-A11E-Tumor maf_call 0.87 2.12 0.0 10.0 0.88 old +TCGA-B5-A11Z-01 UCEC-TCGA-B5-A11Z-Tumor maf_call 0.86 2.07 0.0 9.0 0.86 old +TCGA-B5-A1MZ-01 UCEC-TCGA-B5-A1MZ-Tumor legacy_call 0.8 2.07 0.0 10.0 0.8 old +TCGA-B6-A0X4-01 WU-BRCA-TCGA-B6-A0X4-01A-11D-A10G-09 maf_call 0.81 2.03 0.0 10.0 0.81 old +TCGA-B8-4622-01 KIRC-TCGA-B8-4622-Tumor-SM-1U1IG legacy_maf_call 0.55 2.05 0.0 15.0 0.56 old +TCGA-B8-5159-01 KIRC-TCGA-B8-5159-Tumor-SM-1PAU8 legacy_maf_call 0.71 2.11 0.0 12.0 0.72 old +TCGA-B8-5545-01 KIRC-TCGA-B8-5545-Tumor-SM-1XN29 legacy_maf_call 0.47 1.95 0.0 17.0 0.47 old +TCGA-BA-4075-01 HNSC-TCGA-BA-4075-Tumor-SM-1PNIO legacy_maf_call 0.67 2.78 1.0 15.0 0.74 old +TCGA-BA-4077-01 HNSC-TCGA-BA-4077-Tumor-SM-1PNJ9 legacy_maf_call 0.73 2.12 0.0 12.0 0.74 old +TCGA-BB-7861-01 HNSC-TCGA-BB-7861-Tumor-SM-2XW91 maf_call 0.36 2.12 0.0 28.0 0.37 old +TCGA-BB-7862-01 HNSC-TCGA-BB-7862-Tumor-SM-2XW97 maf_call 0.8 1.83 0.0 9.0 0.78 old +TCGA-BB-7863-01 HNSC-TCGA-BB-7863-Tumor-SM-2XW9C maf_call 0.52 2.06 0.0 16.0 0.53 old +TCGA-BB-7864-01 HNSC-TCGA-BB-7864-Tumor-SM-2XW9H maf_call 0.65 2.11 0.0 13.0 0.67 old +TCGA-BB-7866-01 HNSC-TCGA-BB-7866-Tumor-SM-2XW9M maf_call 0.76 1.93 0.0 10.0 0.75 old +TCGA-BB-7871-01 HNSC-TCGA-BB-7871-Tumor-SM-2XW9W maf_call 0.59 1.88 0.0 13.0 0.57 old +TCGA-BB-7872-01 HNSC-TCGA-BB-7872-Tumor-SM-2XWA2 maf_call 0.4 2.04 0.0 21.0 0.41 old +TCGA-BD-A3ER-01 LIHC-TCGA-BD-A3ER-Tumor maf_call 0.55 2.1 0.0 15.0 0.56 old +TCGA-BG-A0LX-01 UCEC-TCGA-BG-A0LX-Tumor maf_call 0.79 2.09 0.0 10.0 0.8 old +TCGA-BG-A0M0-01 UCEC-TCGA-BG-A0M0-Tumor maf_call 0.85 2.18 0.0 10.0 0.86 old +TCGA-BG-A0M2-01 UCEC-TCGA-BG-A0M2-Tumor maf_call 0.8 2.32 0.0 11.0 0.82 old +TCGA-BG-A0M8-01 UCEC-TCGA-BG-A0M8-Tumor maf_call 0.45 3.5 1.0 29.0 0.59 old +TCGA-BG-A0MS-01 UCEC-TCGA-BG-A0MS-Tumor maf_call 0.76 2.19 0.0 11.0 0.78 old +TCGA-BG-A0RY-01 UCEC-TCGA-BG-A0RY-Tumor maf_call 0.78 2.4 0.0 12.0 0.81 old +TCGA-BG-A0W1-01 UCEC-TCGA-BG-A0W1-Tumor maf_call 0.88 2.22 0.0 10.0 0.89 old +TCGA-BG-A0YU-01 UCEC-TCGA-BG-A0YU-Tumor maf_call 0.67 2.03 0.0 12.0 0.68 old +TCGA-BG-A18A-01 UCEC-TCGA-BG-A18A-Tumor maf_call 0.62 2.05 0.0 13.0 0.62 old +TCGA-BG-A221-01 UCEC-TCGA-BG-A221-Tumor legacy_call 0.51 2.09 0.0 16.0 0.53 old +TCGA-BG-A222-01 UCEC-TCGA-BG-A222-Tumor legacy_call 0.82 2.05 0.0 10.0 0.82 old +TCGA-BH-A0B2-01 BRCA-TCGA-BH-A0B2-Tumor snp_call 0.5 2.11 0.0 17.0 0.52 old +TCGA-BH-A0B6-01 BRCA-TCGA-BH-A0B6-Tumor snp_call 0.31 3.53 1.0 42.0 0.44 old +TCGA-BH-A1F5-01 WU-BRCA-TCGA-BH-A1F5-01A-12D-A13L-09 maf_call 0.83 2.0 0.0 10.0 0.83 old +TCGA-BJ-A290-01 THCA-TCGA-BJ-A290-Tumor-SM-29SSI maf_call 0.8 2.09 0.0 10.0 0.81 old +TCGA-BJ-A291-01 THCA-TCGA-BJ-A291-Tumor-SM-23FY9 legacy_call 0.75 2.0 0.0 11.0 0.75 old +TCGA-BJ-A2N9-01 THCA-TCGA-BJ-A2N9-Tumor-SM-2BWJJ maf_call 0.88 2.24 0.0 10.0 0.89 old +TCGA-BJ-A3F0-01 THCA-TCGA-BJ-A3F0-Tumor-SM-2HRKY maf_call 0.72 1.94 0.0 11.0 0.71 old +TCGA-BK-A13C-01 UCEC-TCGA-BK-A13C-Tumor maf_call 0.93 2.07 0.0 9.0 0.93 old +TCGA-BP-4158-01 KIRC-TCGA-BP-4158-Tumor legacy_call 0.62 2.05 0.0 13.0 0.62 old +TCGA-BP-4159-01 KIRC-TCGA-BP-4159-Tumor legacy_call 0.6 2.07 0.0 14.0 0.61 old +TCGA-BP-4160-01 KIRC-TCGA-BP-4160-Tumor legacy_call 0.44 2.02 0.0 19.0 0.44 old +TCGA-BP-4165-01 KIRC-TCGA-BP-4165-Tumor legacy_call 0.66 1.98 0.0 12.0 0.65 old +TCGA-BP-4166-01 KIRC-TCGA-BP-4166-Tumor legacy_call 0.33 3.21 1.0 38.0 0.45 old +TCGA-BP-4169-01 KIRC-TCGA-BP-4169-Tumor legacy_call 0.4 1.97 0.0 21.0 0.39 old +TCGA-BP-4170-01 KIRC-TCGA-BP-4170-Tumor legacy_call 0.56 2.06 0.0 15.0 0.56 old +TCGA-BP-4174-01 KIRC-TCGA-BP-4174-Tumor legacy_call 0.62 2.43 0.0 15.0 0.67 old +TCGA-BP-4176-01 KIRC-TCGA-BP-4176-Tumor legacy_call 0.56 3.0 1.0 19.0 0.66 old +TCGA-BP-4177-01 KIRC-TCGA-BP-4177-Tumor-SM-1PAVX legacy_maf_call 0.64 2.15 0.0 13.0 0.66 old +TCGA-BP-4325-01 KIRC-TCGA-BP-4325-Tumor legacy_call 0.73 1.98 0.0 11.0 0.73 old +TCGA-BP-4326-01 KIRC-TCGA-BP-4326-Tumor legacy_call 0.82 1.96 0.0 10.0 0.82 old +TCGA-BP-4327-01 KIRC-TCGA-BP-4327-Tumor legacy_call 0.77 1.89 0.0 10.0 0.76 old +TCGA-BP-4329-01 KIRC-TCGA-BP-4329-Tumor legacy_call 0.56 1.95 0.0 14.0 0.55 old +TCGA-BP-4330-01 KIRC-TCGA-BP-4330-Tumor legacy_call 0.52 2.01 0.0 16.0 0.52 old +TCGA-BP-4331-01 KIRC-TCGA-BP-4331-Tumor legacy_call 0.55 1.95 0.0 15.0 0.54 old +TCGA-BP-4332-01 KIRC-TCGA-BP-4332-Tumor legacy_call 0.68 2.04 0.0 12.0 0.68 old +TCGA-BP-4334-01 KIRC-TCGA-BP-4334-Tumor legacy_call 0.86 1.62 0.0 8.0 0.83 old +TCGA-BP-4335-01 KIRC-TCGA-BP-4335-Tumor legacy_call 0.46 4.07 1.0 33.0 0.63 old +TCGA-BP-4337-01 KIRC-TCGA-BP-4337-Tumor legacy_call 0.35 2.48 0.0 31.0 0.4 old +TCGA-BP-4340-01 KIRC-TCGA-BP-4340-Tumor legacy_call 0.73 1.96 0.0 11.0 0.73 old +TCGA-BP-4341-01 KIRC-TCGA-BP-4341-Tumor legacy_call 0.72 1.95 0.0 11.0 0.72 old +TCGA-BP-4342-01 KIRC-TCGA-BP-4342-Tumor legacy_call 0.62 3.22 1.0 18.0 0.72 old +TCGA-BP-4343-01 KIRC-TCGA-BP-4343-Tumor legacy_call 0.27 2.77 1.0 43.0 0.34 old +TCGA-BP-4344-01 KIRC-TCGA-BP-4344-Tumor legacy_call 0.43 1.99 0.0 19.0 0.43 old +TCGA-BP-4346-01 KIRC-TCGA-BP-4346-Tumor legacy_call 0.44 1.94 0.0 19.0 0.43 old +TCGA-BP-4347-01 KIRC-TCGA-BP-4347-Tumor legacy_call 0.41 2.0 0.0 20.0 0.41 old +TCGA-BP-4349-01 KIRC-TCGA-BP-4349-Tumor legacy_call 0.52 2.02 0.0 16.0 0.52 old +TCGA-BP-4351-01 KIRC-TCGA-BP-4351-Tumor legacy_call 0.44 3.41 1.0 30.0 0.57 old +TCGA-BP-4352-01 KIRC-TCGA-BP-4352-Tumor legacy_call 0.68 3.67 2.0 19.0 0.8 old +TCGA-BP-4353-01 KIRC-TCGA-BP-4353-Tumor legacy_call 0.32 3.56 1.0 41.0 0.46 old +TCGA-BP-4354-01 KIRC-TCGA-BP-4354-Tumor legacy_call 0.21 1.96 0.0 51.0 0.21 old +TCGA-BP-4355-01 KIRC-TCGA-BP-4355-Tumor legacy_call 0.46 2.01 0.0 18.0 0.46 old +TCGA-BP-4756-01 KIRC-TCGA-BP-4756-Tumor legacy_call 0.87 2.2 0.0 10.0 0.88 old +TCGA-BP-4758-01 KIRC-TCGA-BP-4758-Tumor legacy_call 0.63 1.99 0.0 13.0 0.63 old +TCGA-BP-4761-01 KIRC-TCGA-BP-4761-Tumor legacy_call 0.65 1.91 0.0 12.0 0.64 old +TCGA-BP-4762-01 KIRC-TCGA-BP-4762-Tumor snp_call 0.47 1.98 0.0 17.0 0.47 old +TCGA-BP-4763-01 KIRC-TCGA-BP-4763-Tumor legacy_call 0.41 2.01 0.0 20.0 0.41 old +TCGA-BP-4765-01 KIRC-TCGA-BP-4765-Tumor legacy_call 0.56 1.99 0.0 15.0 0.56 old +TCGA-BP-4766-01 KIRC-TCGA-BP-4766-Tumor legacy_call 0.66 2.01 0.0 12.0 0.66 old +TCGA-BP-4768-01 KIRC-TCGA-BP-4768-Tumor legacy_call 0.71 3.43 1.0 17.0 0.81 old +TCGA-BP-4774-01 KIRC-TCGA-BP-4774-Tumor legacy_call 0.52 1.96 0.0 16.0 0.51 old +TCGA-BP-4775-01 KIRC-TCGA-BP-4775-Tumor legacy_call 0.46 2.84 1.0 21.0 0.55 old +TCGA-BP-4776-01 KIRC-TCGA-BP-4776-Tumor legacy_call 0.52 1.99 0.0 16.0 0.52 old +TCGA-BP-4777-01 KIRC-TCGA-BP-4777-Tumor legacy_call 0.39 1.9 0.0 21.0 0.37 old +TCGA-BP-4787-01 KIRC-TCGA-BP-4787-Tumor legacy_call 0.48 2.11 0.0 17.0 0.5 old +TCGA-BP-4789-01 KIRC-TCGA-BP-4789-Tumor legacy_call 0.29 4.1 1.0 49.0 0.45 old +TCGA-BP-4790-01 KIRC-TCGA-BP-4790-Tumor legacy_call 0.38 2.07 0.0 24.0 0.39 old +TCGA-BP-4797-01 KIRC-TCGA-BP-4797-Tumor legacy_call 0.31 3.67 1.0 44.0 0.45 old +TCGA-BP-4798-01 KIRC-TCGA-BP-4798-Tumor legacy_call 0.25 3.99 1.0 54.0 0.4 old +TCGA-BP-4799-01 KIRC-TCGA-BP-4799-Tumor legacy_call 0.33 2.53 1.0 34.0 0.38 old +TCGA-BP-4801-01 KIRC-TCGA-BP-4801-Tumor-SM-1PAUL legacy_maf_call 0.49 1.96 0.0 17.0 0.48 old +TCGA-BP-4803-01 KIRC-TCGA-BP-4803-Tumor legacy_call 0.69 1.99 0.0 12.0 0.69 old +TCGA-BP-4807-01 KIRC-TCGA-BP-4807-Tumor legacy_call 0.78 1.95 0.0 10.0 0.77 old +TCGA-BP-4959-01 KIRC-TCGA-BP-4959-Tumor legacy_call 0.44 1.87 0.0 18.0 0.42 old +TCGA-BP-4963-01 KIRC-TCGA-BP-4963-Tumor-SM-1QMR4 legacy_maf_call 0.54 2.03 0.0 15.0 0.54 old +TCGA-BP-4969-01 KIRC-TCGA-BP-4969-Tumor-SM-1QMSS legacy_maf_call 0.59 2.56 1.0 16.0 0.65 old +TCGA-BP-4976-01 KIRC-TCGA-BP-4976-Tumor-SM-1QMSI legacy_maf_call 0.67 2.09 0.0 12.0 0.68 old +TCGA-BP-4982-01 KIRC-TCGA-BP-4982-Tumor-SM-1QMQT legacy_maf_call 0.46 2.0 0.0 18.0 0.46 old +TCGA-BP-4986-01 KIRC-TCGA-BP-4986-Tumor-SM-1QMRU legacy_maf_call 0.45 3.72 1.0 31.0 0.6 old +TCGA-BP-4988-01 KIRC-TCGA-BP-4988-Tumor-SM-1QMSJ legacy_maf_call 0.23 2.05 0.0 46.0 0.24 old +TCGA-BP-4993-01 KIRC-TCGA-BP-4993-Tumor-SM-1PAUX legacy_maf_call 0.66 1.93 0.0 12.0 0.65 old +TCGA-BP-4995-01 KIRC-TCGA-BP-4995-Tumor-SM-1QMRJ legacy_maf_call 0.7 1.95 0.0 11.0 0.7 old +TCGA-BP-5001-01 KIRC-TCGA-BP-5001-Tumor-SM-1QMSV legacy_maf_call 0.72 2.06 0.0 11.0 0.72 old +TCGA-BP-5006-01 KIRC-TCGA-BP-5006-Tumor-SM-1QMQV legacy_maf_call 0.49 1.99 0.0 17.0 0.49 old +TCGA-BP-5009-01 KIRC-TCGA-BP-5009-Tumor-SM-1QMRW legacy_maf_call 0.38 2.06 0.0 25.0 0.38 old +TCGA-BP-5168-01 KIRC-TCGA-BP-5168-Tumor-SM-1PAVM legacy_maf_call 0.6 2.03 0.0 14.0 0.6 old +TCGA-BP-5181-01 KIRC-TCGA-BP-5181-Tumor-SM-1PHGZ legacy_maf_call 0.68 1.94 0.0 12.0 0.67 old +TCGA-BP-5182-01 KIRC-TCGA-BP-5182-Tumor-SM-1PHHC legacy_maf_call 0.27 3.88 1.0 49.0 0.42 old +TCGA-BP-5199-01 KIRC-TCGA-BP-5199-Tumor-SM-1PHGP legacy_maf_call 0.49 3.85 1.0 30.0 0.65 old +TCGA-BQ-5884-01 KIRP-TCGA-BQ-5884-Tumor-SM-1UUZR maf_call 0.53 2.05 0.0 16.0 0.53 old +TCGA-BQ-7045-01 KIRP-TCGA-BQ-7045-Tumor-SM-28WQI maf_call 0.68 2.19 0.0 13.0 0.7 old +TCGA-BQ-7049-01 KIRP-TCGA-BQ-7049-Tumor-SM-28WRD maf_call 0.4 1.99 0.0 20.0 0.4 old +TCGA-BQ-7056-01 KIRP-TCGA-BQ-7056-Tumor-SM-28WQJ maf_call 0.83 1.95 0.0 9.0 0.83 old +TCGA-BQ-7059-01 KIRP-TCGA-BQ-7059-Tumor-SM-28WQX maf_call 0.49 2.08 0.0 17.0 0.5 old +TCGA-BQ-7060-01 KIRP-TCGA-BQ-7060-Tumor-SM-28WRF maf_call 0.69 2.19 0.0 13.0 0.7 old +TCGA-BR-4367-01 STAD-TCGA-BR-4367-Tumor snp_call 0.44 2.96 1.0 26.0 0.54 old +TCGA-BS-A0UT-01 UCEC-TCGA-BS-A0UT-Tumor maf_call 0.82 2.24 0.0 11.0 0.84 old +TCGA-CD-A48A-01 STAD-TCGA-CD-A48A-Tumor snp_call 0.64 4.43 2.0 27.0 0.8 old +TCGA-CG-4460-01 STAD-TCGA-CG-4460-Tumor snp_call 0.62 3.61 1.0 20.0 0.74 old +TCGA-CG-4472-01 STAD-TCGA-CG-4472-Tumor snp_call 0.5 2.54 1.0 19.0 0.56 old +TCGA-CJ-4635-01 KIRC-TCGA-CJ-4635-Tumor legacy_call 0.51 3.14 1.0 21.0 0.62 old +TCGA-CJ-4642-01 KIRC-TCGA-CJ-4642-Tumor legacy_call 0.58 1.86 0.0 13.0 0.56 old +TCGA-CJ-4868-01 KIRC-TCGA-CJ-4868-Tumor legacy_call 0.47 1.94 0.0 17.0 0.46 old +TCGA-CJ-4871-01 KIRC-TCGA-CJ-4871-Tumor legacy_call 0.59 2.0 0.0 14.0 0.59 old +TCGA-CJ-4873-01 KIRC-TCGA-CJ-4873-Tumor legacy_call 0.42 3.33 1.0 31.0 0.54 old +TCGA-CJ-4874-01 KIRC-TCGA-CJ-4874-Tumor legacy_call 0.47 2.01 0.0 17.0 0.47 old +TCGA-CJ-4875-01 KIRC-TCGA-CJ-4875-Tumor legacy_call 0.75 2.17 0.0 11.0 0.76 old +TCGA-CJ-4876-01 KIRC-TCGA-CJ-4876-Tumor legacy_call 0.62 1.95 0.0 13.0 0.61 old +TCGA-CJ-4878-01 KIRC-TCGA-CJ-4878-Tumor legacy_call 0.78 1.92 0.0 10.0 0.77 old +TCGA-CJ-4881-01 KIRC-TCGA-CJ-4881-Tumor legacy_call 0.49 2.01 0.0 17.0 0.49 old +TCGA-CJ-4884-01 KIRC-TCGA-CJ-4884-Tumor legacy_call 0.45 2.01 0.0 19.0 0.45 old +TCGA-CJ-4885-01 KIRC-TCGA-CJ-4885-Tumor legacy_call 0.77 2.21 0.0 11.0 0.78 old +TCGA-CJ-4886-01 KIRC-TCGA-CJ-4886-Tumor legacy_call 0.45 2.0 0.0 18.0 0.45 old +TCGA-CJ-4887-01 KIRC-TCGA-CJ-4887-Tumor legacy_call 0.45 2.05 0.0 19.0 0.45 old +TCGA-CJ-4891-01 KIRC-TCGA-CJ-4891-Tumor legacy_call 0.24 1.91 0.0 45.0 0.23 old +TCGA-CJ-4892-01 KIRC-TCGA-CJ-4892-Tumor legacy_call 0.52 2.01 0.0 16.0 0.52 old +TCGA-CJ-4893-01 KIRC-TCGA-CJ-4893-Tumor legacy_call 0.49 1.96 0.0 17.0 0.49 old +TCGA-CJ-4894-01 KIRC-TCGA-CJ-4894-Tumor legacy_call 0.56 1.83 0.0 14.0 0.54 old +TCGA-CJ-4895-01 KIRC-TCGA-CJ-4895-Tumor legacy_call 0.52 1.89 0.0 15.0 0.51 old +TCGA-CJ-4897-01 KIRC-TCGA-CJ-4897-Tumor-SM-1PHIR maf_call 0.4 5.04 2.0 43.0 0.62 old +TCGA-CJ-5682-01 KIRC-TCGA-CJ-5682-Tumor legacy_call 0.65 3.28 1.0 18.0 0.75 old +TCGA-CM-6674-01 COAD-TCGA-CM-6674-Tumor legacy_call 0.5 2.0 0.0 16.0 0.5 old +TCGA-CN-4722-01 HNSC-TCGA-CN-4722-Tumor-SM-1PNJA legacy_call 0.32 2.08 0.0 32.0 0.33 old +TCGA-CQ-6221-01 HNSC-TCGA-CQ-6221-Tumor-SM-2HZ1Q maf_call 0.68 1.9 0.0 11.0 0.67 old +TCGA-CQ-7067-01 HNSC-TCGA-CQ-7067-Tumor-SM-2XW92 maf_call 0.45 2.79 1.0 23.0 0.53 old +TCGA-CQ-A4C7-01 HNSC-TCGA-CQ-A4C7-Tumor-SM-3UTVQ maf_call 0.39 5.87 2.0 48.0 0.65 old +TCGA-CR-6482-01 HNSC-TCGA-CR-6482-Tumor-SM-241N8 legacy_maf_call 0.38 2.17 0.0 25.0 0.4 old +TCGA-CV-5431-01 HNSC-TCGA-CV-5431-Tumor-SM-1RSQI legacy_maf_call 0.35 3.31 1.0 37.0 0.47 old +TCGA-CV-7409-01 HNSC-TCGA-CV-7409-Tumor-SM-2XW98 maf_call 0.61 3.59 2.0 20.0 0.73 old +TCGA-CW-5587-01 KIRC-TCGA-CW-5587-Tumor legacy_call 0.48 2.13 0.0 18.0 0.5 old +TCGA-CW-5588-01 KIRC-TCGA-CW-5588-Tumor legacy_call 0.38 3.71 1.0 37.0 0.53 old +TCGA-CW-6088-01 KIRC-TCGA-CW-6088-Tumor-SM-1XMZS legacy_call 0.58 1.9 0.0 14.0 0.56 old +TCGA-CX-7082-01 HNSC-TCGA-CX-7082-Tumor-SM-2CL6U maf_call 0.59 3.66 1.0 21.0 0.72 old +TCGA-CZ-4854-01 KIRC-TCGA-CZ-4854-Tumor legacy_call 0.61 2.54 1.0 16.0 0.67 old +TCGA-CZ-4857-01 KIRC-TCGA-CZ-4857-Tumor legacy_call 0.57 2.01 0.0 14.0 0.57 old +TCGA-CZ-4858-01 KIRC-TCGA-CZ-4858-Tumor legacy_call 0.46 3.31 1.0 28.0 0.58 old +TCGA-CZ-4860-01 KIRC-TCGA-CZ-4860-Tumor legacy_call 0.75 3.26 1.0 16.0 0.83 old +TCGA-CZ-4861-01 KIRC-TCGA-CZ-4861-Tumor legacy_call 0.72 2.01 0.0 11.0 0.72 old +TCGA-CZ-4862-01 KIRC-TCGA-CZ-4862-Tumor legacy_call 0.42 1.95 0.0 20.0 0.41 old +TCGA-CZ-4865-01 KIRC-TCGA-CZ-4865-Tumor legacy_call 0.72 3.94 1.0 20.0 0.83 old +TCGA-CZ-5987-01 KIRC-TCGA-CZ-5987-Tumor-SM-1XN15 legacy_maf_call 0.69 1.83 0.0 11.0 0.67 old +TCGA-CZ-5989-01 KIRC-TCGA-CZ-5989-Tumor-SM-1XN1Q legacy_maf_call 0.47 1.97 0.0 17.0 0.46 old +TCGA-D1-A168-01 UCEC-TCGA-D1-A168-Tumor maf_call 0.85 2.29 0.0 10.0 0.87 old +TCGA-D1-A16D-01 UCEC-TCGA-D1-A16D-Tumor maf_call 0.6 2.0 0.0 14.0 0.6 old +TCGA-D1-A175-01 UCEC-TCGA-D1-A175-Tumor legacy_call 0.8 2.0 0.0 10.0 0.8 old +TCGA-D1-A3JP-01 UCEC-TCGA-D1-A3JP-Tumor snp_call 0.44 2.89 1.0 25.0 0.54 old +TCGA-D3-A5GR-01 SKCM-TCGA-D3-A5GR-Tumor-SM-4AI7H maf_call 0.45 2.04 0.0 19.0 0.46 old +TCGA-D8-A146-01 WU-BRCA-TCGA-D8-A146-01A-31D-A10Y-09 maf_call 0.37 3.96 2.0 39.0 0.54 old +TCGA-D8-A1XD-01 BRCA-TCGA-D8-A1XD-Tumor snp_call 0.78 2.0 0.0 10.0 0.78 old +TCGA-D9-A1X3-01 SKCM-TCGA-D9-A1X3-Tumor-SM-2EDIV maf_call 0.97 1.94 0.0 8.0 0.97 old +TCGA-DB-5279-01 LGG-TCGA-DB-5279-Tumor-SM-1QIEL maf_call 0.83 3.54 1.0 16.0 0.9 old +TCGA-DC-6156-01 READ-TCGA-DC-6156-Tumor legacy_call 0.44 3.58 2.0 31.0 0.58 old +TCGA-DD-A1EA-01 LIHC-TCGA-DD-A1EA-Tumor maf_call 0.75 2.15 0.0 11.0 0.77 old +TCGA-DH-5141-01 LGG-TCGA-DH-5141-Tumor-SM-1QIFI maf_call 0.79 1.95 0.0 10.0 0.78 old +TCGA-DJ-A13L-01 THCA-TCGA-DJ-A13L-Tumor-SM-31KVJ maf_call 0.47 1.96 0.0 17.0 0.46 old +TCGA-DJ-A3UO-01 THCA-TCGA-DJ-A3UO-Tumor-SM-35Q27 maf_call 0.79 1.99 0.0 10.0 0.79 old +TCGA-DQ-7590-01 HNSC-TCGA-DQ-7590-Tumor-SM-2XW9S maf_call 0.55 1.93 0.0 14.0 0.55 old +TCGA-DQ-7594-01 HNSC-TCGA-DQ-7594-Tumor-SM-2XWA3 maf_call 0.49 1.9 0.0 16.0 0.48 old +TCGA-DQ-7595-01 HNSC-TCGA-DQ-7595-Tumor-SM-2XW93 maf_call 0.59 1.9 0.0 13.0 0.57 old +TCGA-DU-5874-01 LGG-TCGA-DU-5874-Tumor-SM-1Y4BU maf_call 0.96 1.93 0.0 8.0 0.95 old +TCGA-DU-7290-01 LGG-TCGA-DU-7290-Tumor-SM-2EL9A maf_call 0.68 1.95 0.0 12.0 0.67 old +TCGA-DV-5568-01 KIRC-TCGA-DV-5568-Tumor legacy_call 0.56 2.02 0.0 15.0 0.56 old +TCGA-DV-5569-01 KIRC-TCGA-DV-5569-Tumor legacy_call 0.62 2.01 0.0 13.0 0.62 old +TCGA-DV-5573-01 KIRC-TCGA-DV-5573-Tumor legacy_call 0.55 2.0 0.0 15.0 0.55 old +TCGA-DV-5575-01 KIRC-TCGA-DV-5575-Tumor legacy_call 0.56 1.9 0.0 14.0 0.55 old +TCGA-DV-5576-01 KIRC-TCGA-DV-5576-Tumor legacy_call 0.44 3.92 1.0 33.0 0.61 old +TCGA-DW-5561-01 KIRP-TCGA-DW-5561-Tumor-SM-1UV1E maf_call 0.88 2.4 0.0 11.0 0.9 old +TCGA-DW-7834-01 KIRP-TCGA-DW-7834-Tumor-SM-2O13B maf_call 0.65 2.12 0.0 13.0 0.66 old +TCGA-DY-A1DE-01 READ-TCGA-DY-A1DE-Tumor legacy_call 0.75 3.09 1.0 15.0 0.82 old +TCGA-E2-A10E-01 BRCA-TCGA-E2-A10E-Tumor snp_call 0.86 1.95 0.0 9.0 0.85 old +TCGA-E9-A1N6-01 BRCA-TCGA-E9-A1N6-Tumor snp_call 0.49 3.67 1.0 28.0 0.64 old +TCGA-E9-A1RD-01 WU-BRCA-TCGA-E9-A1RD-01A-11D-A159-09 maf_call 0.65 3.15 1.0 17.0 0.74 old +TCGA-EE-A2A6-01 SKCM-TCGA-EE-A2A6-Tumor-SM-2EDJZ maf_call 0.55 2.19 0.0 16.0 0.57 old +TCGA-EF-5831-01 READ-TCGA-EF-5831-Tumor legacy_call 0.63 3.11 1.0 18.0 0.73 old +TCGA-EI-6883-01 READ-TCGA-EI-6883-Tumor legacy_call 0.8 2.18 0.0 11.0 0.81 old +TCGA-EJ-7312-01 PRAD-TCGA-EJ-7312-Tumor-SM-4WPLG maf_call 0.76 1.89 0.0 10.0 0.74 old +TCGA-EL-A3D5-01 THCA-TCGA-EL-A3D5-Tumor-SM-2HRM6 maf_call 0.77 1.98 0.0 10.0 0.77 old +TCGA-EL-A3GU-01 THCA-TCGA-EL-A3GU-Tumor-SM-2SK2B maf_call 0.77 2.05 0.0 11.0 0.78 old +TCGA-EL-A3H5-01 THCA-TCGA-EL-A3H5-Tumor-SM-2HRLD maf_call 0.51 2.03 0.0 16.0 0.51 old +TCGA-EM-A22N-01 THCA-TCGA-EM-A22N-Tumor-SM-29SSJ maf_call 0.57 3.35 1.0 20.0 0.69 old +TCGA-EM-A22Q-01 THCA-TCGA-EM-A22Q-Tumor-SM-29SSA maf_call 0.78 1.97 0.0 10.0 0.78 old +TCGA-EM-A2OY-01 THCA-TCGA-EM-A2OY-Tumor-SM-2HRMI maf_call 0.85 3.18 1.0 14.0 0.9 old +TCGA-EO-A3B0-01 UCEC-TCGA-EO-A3B0-Tumor snp_call 0.67 2.05 0.0 12.0 0.67 old +TCGA-ET-A25L-01 THCA-TCGA-ET-A25L-Tumor-SM-23FY7 legacy_call 0.81 1.99 0.0 10.0 0.81 old +TCGA-ET-A25P-01 THCA-TCGA-ET-A25P-Tumor-SM-23FYG legacy_call 0.72 2.03 0.0 11.0 0.72 old +TCGA-ET-A3BP-01 THCA-TCGA-ET-A3BP-Tumor-SM-2EPQ4 maf_call 0.78 1.96 0.0 10.0 0.77 old +TCGA-EU-5907-01 KIRC-TCGA-EU-5907-Tumor-SM-1XMZJ legacy_maf_call 0.87 1.8 0.0 8.0 0.86 old +TCGA-EW-A1OW-01 BRCA-TCGA-EW-A1OW-Tumor snp_call 0.66 3.59 1.0 19.0 0.78 old +TCGA-EW-A1PF-01 BRCA-TCGA-EW-A1PF-Tumor snp_call 0.45 1.82 0.0 17.0 0.43 old +TCGA-EW-A424-01 BRCA-TCGA-EW-A424-Tumor snp_call 0.98 1.91 1.0 8.0 0.98 old +TCGA-EY-A1G7-01 UCEC-TCGA-EY-A1G7-Tumor legacy_call 0.92 2.26 0.0 10.0 0.93 old +TCGA-EY-A1G8-01 UCEC-TCGA-EY-A1G8-Tumor legacy_call 0.76 2.05 0.0 11.0 0.77 old +TCGA-EY-A1GU-01 UCEC-TCGA-EY-A1GU-Tumor legacy_call 0.81 2.07 0.0 10.0 0.81 old +TCGA-F4-6703-01 COAD-TCGA-F4-6703-Tumor legacy_call 0.17 2.04 0.0 65.0 0.17 old +TCGA-FG-A4MU-01 LGG-TCGA-FG-A4MU-Tumor-SM-4CJ2S maf_call 0.91 2.04 0.0 9.0 0.91 old +TCGA-FY-A3WA-01 THCA-TCGA-FY-A3WA-Tumor-SM-35Q1F maf_call 0.9 2.06 0.0 9.0 0.91 old +TCGA-G3-A3CG-01 LIHC-TCGA-G3-A3CG-Tumor maf_call 0.36 7.02 2.0 57.0 0.67 old +TCGA-G4-6310-01 COAD-TCGA-G4-6310-Tumor legacy_call 0.55 3.54 1.0 21.0 0.68 old +TCGA-G4-6314-01 COAD-TCGA-G4-6314-Tumor legacy_call 0.51 3.3 1.0 22.0 0.63 old +TCGA-G4-6625-01 COAD-TCGA-G4-6625-Tumor legacy_call 0.34 2.92 1.0 35.0 0.43 old +TCGA-G5-6233-01 READ-TCGA-G5-6233-Tumor legacy_call 0.57 2.65 1.0 17.0 0.64 old +TCGA-G5-6235-01 READ-TCGA-G5-6235-Tumor legacy_call 0.33 2.21 0.0 33.0 0.35 old +TCGA-G5-6572-01 READ-TCGA-G5-6572-Tumor legacy_call 0.75 2.23 0.0 12.0 0.77 old +TCGA-G7-6795-01 KIRP-TCGA-G7-6795-Tumor-SM-28WQE maf_call 0.7 2.4 0.0 13.0 0.74 old +TCGA-G9-6365-01 PRAD-TCGA-G9-6365-Tumor maf_call 0.53 1.99 0.0 15.0 0.53 old +TCGA-HD-7917-01 HNSC-TCGA-HD-7917-Tumor-SM-2XW9E maf_call 0.64 1.87 0.0 12.0 0.63 old +TCGA-HF-7131-01 STAD-TCGA-HF-7131-Tumor snp_call 0.4 3.11 1.0 31.0 0.51 old +TCGA-HI-7169-01 PRAD-TCGA-HI-7169-Tumor-SM-2K1TJ maf_call 0.45 2.0 0.0 18.0 0.45 old +TCGA-HL-7533-01 HNSC-TCGA-HL-7533-Tumor-SM-2XW9J maf_call 0.63 2.11 0.0 13.0 0.64 old +TCGA-HR-A2OG-01 SKCM-TCGA-HR-A2OG-Tumor-SM-2EDHZ maf_call 0.41 3.93 2.0 36.0 0.57 old +TCGA-HR-A2OH-01 SKCM-TCGA-HR-A2OH-Tumor-SM-2EDHY maf_call 0.43 2.06 0.0 20.0 0.43 old +TCGA-HT-7608-01 LGG-TCGA-HT-7608-Tumor-SM-2KBCL maf_call 0.85 1.95 0.0 9.0 0.84 old +TCGA-HT-A619-01 LGG-TCGA-HT-A619-Tumor-SM-4EQJ7 maf_call 0.9 3.67 1.0 16.0 0.94 old +TCGA-HT-A61B-01 LGG-TCGA-HT-A61B-Tumor-SM-4EQJG maf_call 0.76 3.69 1.0 18.0 0.85 old +TCGA-J7-6720-01 KIRP-TCGA-J7-6720-Tumor-SM-2O13I maf_call 0.71 2.14 0.0 12.0 0.72 old +TCGA-KJ-A3U4-01 UCEC-TCGA-KJ-A3U4-Tumor snp_call 0.76 3.58 1.0 17.0 0.85 old +TCGA-KL-8327-01 BCM-KICH-TCGA-KL-8327-01A-11D-2310-10 maf_call 0.84 3.04 1.0 14.0 0.89 old +TCGA-KL-8333-01 BCM-KICH-TCGA-KL-8333-01A-11D-2310-10 maf_call 0.41 1.76 0.0 19.0 0.38 old +TCGA-KL-8342-01 BCM-KICH-TCGA-KL-8342-01A-11D-2310-10 maf_call 0.86 1.68 0.0 8.0 0.84 old +TCGA-KN-8419-01 BCM-KICH-TCGA-KN-8419-01A-11D-2310-10 maf_call 0.72 2.58 0.0 14.0 0.77 old +TCGA-KN-8430-01 BCM-KICH-TCGA-KN-8430-01A-11D-2310-10 maf_call 0.85 1.48 0.0 7.0 0.81 old +TCGA-LL-A442-01 BRCA-TCGA-LL-A442-Tumor snp_call 0.99 1.99 1.0 8.0 0.99 old +TCGA-NK-A5D1-01 LUSC-TCGA-NK-A5D1-Tumor-SM-47KHG maf_call 0.82 3.53 1.0 16.0 0.89 old +TCGA-P6-A5OG-01 ACC-TCGA-P6-A5OG-Tumor maf_call 0.38 1.48 0.0 19.0 0.32 old +TCGA-R8-A73M-01 LGG-TCGA-R8-A73M-Tumor-SM-4WPJ2 maf_call 1.0 3.87 1.0 16.0 1.0 old +TCGA-RD-A7BW-01 STAD-TCGA-RD-A7BW-Tumor-SM-4WPA1 maf_call 0.18 1.88 0.0 60.0 0.17 old +TCGA-T1-A6J8-01 LIHC-TCGA-T1-A6J8-Tumor maf_call 0.8 1.82 0.0 9.0 0.78 old +TCGA-WB-A820-01 PCPG-TCGA-WB-A820-Tumor maf_call 0.72 1.84 0.0 10.0 0.71 old diff --git a/experiments/crosscancer/covariate_baseline/audit_covariate_incremental_value.py b/experiments/crosscancer/covariate_baseline/audit_covariate_incremental_value.py new file mode 100644 index 0000000..83ca9f9 --- /dev/null +++ b/experiments/crosscancer/covariate_baseline/audit_covariate_incremental_value.py @@ -0,0 +1,192 @@ +#!/usr/bin/env python3 +""" +BIOP02-140 v1 — 공변량-only vs 공변량+H&E 증분가치, 폐(KRAS/EGFR/histology). +방법론은 COVARIATE_BASELINE_PREREGISTRATION.md 에 결과를 보기 전에 고정 +(2026-08-20 정정: H&E patient_proba가 holdout에만 있어 5-fold in-holdout CV로 변경, 정정 내역은 +문서 참조 — 이 시점까지 AUROC 미계산 상태였음). +CPU only. GPU 불요. 기존 임베딩·H&E 예측(mil_cost_results.json) 재사용, 재학습 없음. +""" +import csv, json, sys +from pathlib import Path +import numpy as np +from sklearn.linear_model import LogisticRegression +from sklearn.preprocessing import StandardScaler, OneHotEncoder +from sklearn.model_selection import StratifiedKFold +from sklearn.metrics import roc_auc_score + +HERE = Path(__file__).parent +LUNG_FULL = HERE.parent / "LUNG_NSCLC" / "full" +sys.path.insert(0, str(HERE.parent)) +from run_mil_cost import bootstrap_auc # 기존 컨벤션 재사용 (n=1000, seed=42) + +ENDPOINTS = ["histology_lusc", "egfr_activating", "kras_g12c"] +N_BOOT, SEED, N_FOLD = 1000, 42, 5 + + +def load(): + labels = {r["case_id"]: r for r in csv.DictReader(open(LUNG_FULL / "patient_labels.csv"))} + cov = {r["case_id"]: r for r in csv.DictReader(open(HERE / "lung_covariates.csv"))} + mil = json.load(open(LUNG_FULL / "mil_cost_results.json")) + return labels, cov, mil + + +def build_X(case_ids, cov, include_cohort, labels): + rows = [] + for cid in case_ids: + c = cov[cid] + rows.append({ + "purity": float(c["purity"]), + "purity_missing": int(c["purity_missing"]), + "stage": c["stage"], + "site": c["site"], + **({"cohort": labels[cid]["cohort"]} if include_cohort else {}), + }) + cat_cols = ["stage", "site"] + (["cohort"] if include_cohort else []) + num_cols = ["purity", "purity_missing"] + X_cat = np.array([[r[c] for c in cat_cols] for r in rows], dtype=object) + X_num = np.array([[r[c] for c in num_cols] for r in rows], dtype=float) + return X_cat, X_num + + +def oof_predict(case_ids, y, cov, labels, include_cohort, he_feat=None, seed=SEED): + """5-fold StratifiedKFold in-holdout, 폴드마다 4/5 학습 → 1/5 예측, pooled out-of-fold proba.""" + case_ids = list(case_ids); y = np.array(y) + oof = np.zeros(len(case_ids)) + skf = StratifiedKFold(n_splits=N_FOLD, shuffle=True, random_state=seed) + for tr_idx, te_idx in skf.split(case_ids, y): + tr_ids = [case_ids[i] for i in tr_idx] + te_ids = [case_ids[i] for i in te_idx] + Xc_tr, Xn_tr = build_X(tr_ids, cov, include_cohort, labels) + Xc_te, Xn_te = build_X(te_ids, cov, include_cohort, labels) + + enc = OneHotEncoder(handle_unknown="ignore") + Xc_tr_oh = enc.fit_transform(Xc_tr).toarray() + Xc_te_oh = enc.transform(Xc_te).toarray() + scaler = StandardScaler() + Xn_tr_s = scaler.fit_transform(Xn_tr) + Xn_te_s = scaler.transform(Xn_te) + X_tr = np.hstack([Xc_tr_oh, Xn_tr_s]) + X_te = np.hstack([Xc_te_oh, Xn_te_s]) + + if he_feat is not None: + f_tr = np.array([[he_feat[c]] for c in tr_ids]) + f_te = np.array([[he_feat[c]] for c in te_ids]) + X_tr = np.hstack([X_tr, f_tr]) + X_te = np.hstack([X_te, f_te]) + + clf = LogisticRegression(max_iter=2000, C=1.0) + clf.fit(X_tr, y[tr_idx]) + oof[te_idx] = clf.predict_proba(X_te)[:, 1] + return oof + + +def paired_bootstrap_delta(y, p_cov, p_comb, n=N_BOOT, seed=SEED): + y = np.array(y); p_cov = np.array(p_cov); p_comb = np.array(p_comb) + if len(set(y)) < 2: + return None, None, None + rng = np.random.default_rng(seed) + base = roc_auc_score(y, p_comb) - roc_auc_score(y, p_cov) + deltas = [] + for _ in range(n): + idx = rng.integers(0, len(y), len(y)) + if len(set(y[idx])) < 2: + continue + deltas.append(roc_auc_score(y[idx], p_comb[idx]) - roc_auc_score(y[idx], p_cov[idx])) + lo, hi = (np.percentile(deltas, [2.5, 97.5]) if deltas else (None, None)) + return round(float(base), 4), (round(float(lo), 4) if lo is not None else None), \ + (round(float(hi), 4) if hi is not None else None) + + +def main(): + labels, cov, mil = load() + + result = {"cancer": "LUNG_NSCLC", "claim_level": "hypothesis_only", "critic_status": "pending", + "scope": "v1 — LUNG only (BIOP02-140 pre-registered reduced scope)", + "method": "5-fold StratifiedKFold in-holdout CV (pre-registration addendum 2026-08-20)", + "endpoints": {}} + + for ep in ENDPOINTS: + include_cohort = (ep != "histology_lusc") + he_proba = mil["endpoints"][ep]["patient_proba"] + eval_ids = sorted(c for c in he_proba if c in labels and c in cov) + y_eval = [int(labels[c][ep]) for c in eval_ids] + n_pos = sum(y_eval) + print(f"[{ep}] holdout n={len(eval_ids)} n_pos={n_pos} include_cohort={include_cohort}") + + p_cov = oof_predict(eval_ids, y_eval, cov, labels, include_cohort) + cov_auc, cov_lo, cov_hi = bootstrap_auc(y_eval, p_cov, n=N_BOOT, seed=SEED) + + he_feat = {c: he_proba[c] for c in eval_ids} + p_comb = oof_predict(eval_ids, y_eval, cov, labels, include_cohort, he_feat=he_feat) + comb_auc, comb_lo, comb_hi = bootstrap_auc(y_eval, p_comb, n=N_BOOT, seed=SEED) + + he_auc = mil["endpoints"][ep]["real"]["auc"] # mil_cost_results.json 원값 인용(재계산 안 함) + delta, d_lo, d_hi = paired_bootstrap_delta(y_eval, p_cov, p_comb) + + cohort_only_auc = None + if ep != "histology_lusc": + y_arr = np.array(y_eval) + oof_c = np.zeros(len(eval_ids)) + skf = StratifiedKFold(n_splits=N_FOLD, shuffle=True, random_state=SEED) + for tr_idx, te_idx in skf.split(eval_ids, y_arr): + tr_ids = [eval_ids[i] for i in tr_idx]; te_ids = [eval_ids[i] for i in te_idx] + Xtr = np.array([[1.0 if labels[c]["cohort"] == "LUSC" else 0.0] for c in tr_ids]) + Xte = np.array([[1.0 if labels[c]["cohort"] == "LUSC" else 0.0] for c in te_ids]) + clf = LogisticRegression(max_iter=1000).fit(Xtr, y_arr[tr_idx]) + oof_c[te_idx] = clf.predict_proba(Xte)[:, 1] + cohort_only_auc, _, _ = bootstrap_auc(y_eval, oof_c, n=N_BOOT, seed=SEED) + + if n_pos < 25: + verdict = "판정 불가 (n_pos<25, 프로젝트 exploratory 기준 미달)" + elif d_lo is not None and d_lo > 0: + verdict = "🟢 유지" + elif d_lo is not None and d_lo <= 0 <= (d_hi or 0): + verdict = "🟡 강등 후보" + else: + verdict = "판정 불가 (bootstrap 실패)" + if cov_auc is not None and he_auc is not None and cov_auc > he_auc: + verdict += " + 🔴 공변량-only가 H&E 이상(본문 명시 대상)" + + result["endpoints"][ep] = { + "n_holdout": len(eval_ids), "n_pos": n_pos, "include_cohort_covariate": include_cohort, + "he_only_auc_cited_from_mil_cost": he_auc, + "covariate_only_auc": {"auc": cov_auc, "ci95": [cov_lo, cov_hi]}, + "combined_auc": {"auc": comb_auc, "ci95": [comb_lo, comb_hi]}, + "delta_auroc_combined_minus_covariate": {"delta": delta, "ci95": [d_lo, d_hi]}, + "cohort_only_auc_single_covariate_check": cohort_only_auc, + "verdict": verdict, + } + print(f" covariate-only={cov_auc} ({cov_lo}-{cov_hi}) combined={comb_auc} ({comb_lo}-{comb_hi})" + f" delta={delta} ({d_lo}-{d_hi}) he_only(cited)={he_auc} cohort_only={cohort_only_auc}") + print(f" verdict: {verdict}") + + purity_strat = {} + for ep in ["egfr_activating", "kras_g12c"]: + he_proba = mil["endpoints"][ep]["patient_proba"] + eval_ids = sorted(c for c in he_proba if c in labels and c in cov) + purities = np.array([float(cov[c]["purity"]) for c in eval_ids]) + med = float(np.median(purities)) + high_ids = [c for c, p in zip(eval_ids, purities) if p >= med] + low_ids = [c for c, p in zip(eval_ids, purities) if p < med] + strat = {} + for name, ids in [("high_purity", high_ids), ("low_purity", low_ids)]: + y = [int(labels[c][ep]) for c in ids] + npos = sum(y) + if npos < 5: + strat[name] = {"n": len(ids), "n_pos": npos, "note": "검정력 부족(n_pos<5), 판정 불가 — 사전등록"} + continue + p = [he_proba[c] for c in ids] + auc, lo, hi = bootstrap_auc(y, p, n=N_BOOT, seed=SEED) + strat[name] = {"n": len(ids), "n_pos": npos, "auc": auc, "ci95": [lo, hi]} + purity_strat[ep] = {"holdout_median_purity": round(med, 4), **strat} + print(f"[purity-strat:{ep}] median={med:.3f} -> {strat}") + + result["purity_stratification"] = purity_strat + + out = HERE / "covariate_incremental_value_results.json" + json.dump(result, open(out, "w"), indent=2, ensure_ascii=False) + print(f"Saved {out}\nDONE_BIOP02-140_v1") + + +if __name__ == "__main__": + main() diff --git a/experiments/crosscancer/covariate_baseline/covariate_incremental_value_results.json b/experiments/crosscancer/covariate_baseline/covariate_incremental_value_results.json new file mode 100644 index 0000000..3aca1b5 --- /dev/null +++ b/experiments/crosscancer/covariate_baseline/covariate_incremental_value_results.json @@ -0,0 +1,140 @@ +{ + "cancer": "LUNG_NSCLC", + "claim_level": "hypothesis_only", + "critic_status": "pending", + "scope": "v1 — LUNG only (BIOP02-140 pre-registered reduced scope)", + "method": "5-fold StratifiedKFold in-holdout CV (pre-registration addendum 2026-08-20)", + "endpoints": { + "histology_lusc": { + "n_holdout": 271, + "n_pos": 153, + "include_cohort_covariate": false, + "he_only_auc_cited_from_mil_cost": 0.939, + "covariate_only_auc": { + "auc": 0.5859, + "ci95": [ + 0.5161, + 0.6537 + ] + }, + "combined_auc": { + "auc": 0.9308, + "ci95": [ + 0.8954, + 0.9622 + ] + }, + "delta_auroc_combined_minus_covariate": { + "delta": 0.345, + "ci95": [ + 0.2781, + 0.4147 + ] + }, + "cohort_only_auc_single_covariate_check": null, + "verdict": "🟢 유지" + }, + "egfr_activating": { + "n_holdout": 271, + "n_pos": 15, + "include_cohort_covariate": true, + "he_only_auc_cited_from_mil_cost": 0.8518, + "covariate_only_auc": { + "auc": 0.8161, + "ci95": [ + 0.7004, + 0.9064 + ] + }, + "combined_auc": { + "auc": 0.881, + "ci95": [ + 0.7664, + 0.9524 + ] + }, + "delta_auroc_combined_minus_covariate": { + "delta": 0.0648, + "ci95": [ + 0.0064, + 0.1267 + ] + }, + "cohort_only_auc_single_covariate_check": 0.7173, + "verdict": "판정 불가 (n_pos<25, 프로젝트 exploratory 기준 미달)" + }, + "kras_g12c": { + "n_holdout": 271, + "n_pos": 14, + "include_cohort_covariate": true, + "he_only_auc_cited_from_mil_cost": 0.6809, + "covariate_only_auc": { + "auc": 0.8017, + "ci95": [ + 0.738, + 0.8544 + ] + }, + "combined_auc": { + "auc": 0.8013, + "ci95": [ + 0.7385, + 0.8549 + ] + }, + "delta_auroc_combined_minus_covariate": { + "delta": -0.0004, + "ci95": [ + -0.0086, + 0.0066 + ] + }, + "cohort_only_auc_single_covariate_check": 0.7795, + "verdict": "판정 불가 (n_pos<25, 프로젝트 exploratory 기준 미달) + 🔴 공변량-only가 H&E 이상(본문 명시 대상)" + } + }, + "purity_stratification": { + "egfr_activating": { + "holdout_median_purity": 0.46, + "high_purity": { + "n": 140, + "n_pos": 5, + "auc": 0.8622, + "ci95": [ + 0.6704, + 0.9854 + ] + }, + "low_purity": { + "n": 131, + "n_pos": 10, + "auc": 0.8421, + "ci95": [ + 0.6771, + 0.9736 + ] + } + }, + "kras_g12c": { + "holdout_median_purity": 0.46, + "high_purity": { + "n": 140, + "n_pos": 7, + "auc": 0.7562, + "ci95": [ + 0.6165, + 0.8817 + ] + }, + "low_purity": { + "n": 131, + "n_pos": 7, + "auc": 0.595, + "ci95": [ + 0.4179, + 0.7618 + ] + } + } + } +} \ No newline at end of file diff --git a/experiments/crosscancer/covariate_baseline/fetch_covariates_lung.py b/experiments/crosscancer/covariate_baseline/fetch_covariates_lung.py new file mode 100644 index 0000000..96ac809 --- /dev/null +++ b/experiments/crosscancer/covariate_baseline/fetch_covariates_lung.py @@ -0,0 +1,117 @@ +#!/usr/bin/env python3 +""" +BIOP02-140 v1 — 폐 공변량(purity/stage/site) fetch. 판정 없음, 원값 join만. +COVARIATE_BASELINE_PREREGISTRATION.md 에서 정한 출처·처리 규칙을 그대로 구현한다. + +출력: lung_covariates.csv (case_id, purity, purity_missing, stage, site) +grade는 커버리지 0%를 여기서 실측·로그로 남기고 제외(사전등록에 이미 명시). +""" +import csv, json, sys, urllib.request +from pathlib import Path +from collections import Counter + +HERE = Path(__file__).parent +LUNG_FULL = HERE.parent / "LUNG_NSCLC" / "full" +ABSOLUTE_URL = "https://api.gdc.cancer.gov/data/4f277128-f793-4354-a13d-30cc7fe9f6b5" +ABSOLUTE_LOCAL = HERE / "TCGA_mastercalls.abs_tables_JHU_UCSC.txt" + + +def post(path, body): + for a in range(4): + try: + req = urllib.request.Request( + f"https://www.cbioportal.org/api{path}", data=json.dumps(body).encode(), + headers={"Accept": "application/json", "Content-Type": "application/json"}, method="POST") + return json.load(urllib.request.urlopen(req, timeout=60)) + except Exception as e: + print(f" cbio POST {path} retry{a+1}: {e}"); import time; time.sleep(6 * (a + 1)) + raise RuntimeError(f"cbio POST failed {path}") + + +def stage_to_ordinal(v): + if not v or v in ("[Not Available]", "[Not Applicable]", "[Unknown]", "[Discrepancy]"): + return "missing" + v = v.upper().replace("STAGE ", "").strip() + for pfx in ("IV", "III", "II", "I"): # 긴 접두어부터(짧은 "I"가 "IV"/"III"/"II"를 먼저 먹지 않도록) + if v.startswith(pfx): + return pfx + return "missing" + + +def site_to_lobe(v): + if not v or not v.startswith("C34"): + return "missing" + return v # C34.0..C34.9, keep as-is per pre-registration + + +def main(): + # --- cohort/patients we need covariates for (all labeled lung patients) --- + labels = {r["case_id"]: r for r in csv.DictReader(open(LUNG_FULL / "patient_labels.csv"))} + case_ids = set(labels) + print(f"target patients: {len(case_ids)}") + + # --- purity (ABSOLUTE, pan-cancer file, already downloaded) --- + if not ABSOLUTE_LOCAL.exists(): + raise SystemExit(f"missing {ABSOLUTE_LOCAL} — download from {ABSOLUTE_URL} first") + purity = {} + with open(ABSOLUTE_LOCAL) as fh: + r = csv.DictReader(fh, delimiter="\t") + for row in r: + sample = row["sample"] # e.g. TCGA-05-4249-01A-01D-... + pid = "-".join(sample.split("-")[:3]) + if pid not in case_ids: + continue + if pid in purity: + continue # first matching tumor sample only (pre-registered) + pv = row["purity"] + try: + purity[pid] = float(pv) + except (TypeError, ValueError): + pass + print(f"purity matched: {len(purity)}/{len(case_ids)}") + + # --- stage + site (cBioPortal, PATIENT-level) --- + attrs = ["AJCC_PATHOLOGIC_TUMOR_STAGE", "GRADE", "ICD_O_3_SITE"] + stage_raw, site_raw, grade_raw = {}, {}, {} + for study in ["luad_tcga_pan_can_atlas_2018", "lusc_tcga_pan_can_atlas_2018"]: + d = post(f"/studies/{study}/clinical-data/fetch?clinicalDataType=PATIENT", {"attributeIds": attrs}) + for x in d: + pid = x["patientId"] + if pid not in case_ids: + continue + if x["clinicalAttributeId"] == "AJCC_PATHOLOGIC_TUMOR_STAGE": + stage_raw[pid] = x["value"] + elif x["clinicalAttributeId"] == "ICD_O_3_SITE": + site_raw[pid] = x["value"] + elif x["clinicalAttributeId"] == "GRADE": + grade_raw[pid] = x["value"] + print(f"stage matched: {len(stage_raw)}/{len(case_ids)}, site matched: {len(site_raw)}/{len(case_ids)}") + print(f"grade matched: {len(grade_raw)}/{len(case_ids)} " + f"({'0% 확인 — 사전등록대로 v1 제외' if len(grade_raw) == 0 else 'WARNING: 사전등록 가정(0%)과 다름, grade 포함 여부 재검토 필요'})") + + # --- write covariates csv --- + out = HERE / "lung_covariates.csv" + rows = [] + for cid in sorted(case_ids): + p = purity.get(cid) + rows.append({ + "case_id": cid, + "purity": round(p, 4) if p is not None else 0.0, + "purity_missing": 0 if p is not None else 1, + "stage": stage_to_ordinal(stage_raw.get(cid, "")), + "site": site_to_lobe(site_raw.get(cid, "")), + }) + with open(out, "w", newline="") as fh: + w = csv.DictWriter(fh, fieldnames=list(rows[0].keys())) + w.writeheader(); w.writerows(rows) + print(f"wrote {out} ({len(rows)} rows)") + + stage_dist = Counter(r["stage"] for r in rows) + site_dist = Counter(r["site"] for r in rows) + print("stage dist:", dict(stage_dist)) + print("site dist:", dict(site_dist)) + print("DONE_FETCH_COVARIATES_LUNG") + + +if __name__ == "__main__": + main() diff --git a/experiments/crosscancer/covariate_baseline/lung_covariates.csv b/experiments/crosscancer/covariate_baseline/lung_covariates.csv new file mode 100644 index 0000000..a27b2a6 --- /dev/null +++ b/experiments/crosscancer/covariate_baseline/lung_covariates.csv @@ -0,0 +1,1051 @@ +case_id,purity,purity_missing,stage,site +TCGA-05-4244,0.44,0,IV,C34.3 +TCGA-05-4249,0.49,0,I,C34.3 +TCGA-05-4250,0.5,0,III,C34.3 +TCGA-05-4382,0.21,0,I,C34.1 +TCGA-05-4384,0.49,0,III,C34.3 +TCGA-05-4389,0.48,0,I,C34.1 +TCGA-05-4390,0.57,0,I,C34.1 +TCGA-05-4395,0.61,0,III,C34.1 +TCGA-05-4396,0.82,0,III,C34.3 +TCGA-05-4397,0.87,0,II,C34.2 +TCGA-05-4398,0.33,0,III,C34.1 +TCGA-05-4402,0.44,0,IV,C34.3 +TCGA-05-4403,0.46,0,I,C34.1 +TCGA-05-4405,0.38,0,I,C34.3 +TCGA-05-4410,0.24,0,I,C34.1 +TCGA-05-4415,0.67,0,III,C34.3 +TCGA-05-4417,0.4,0,I,C34.1 +TCGA-05-4418,0.55,0,III,C34.3 +TCGA-05-4420,0.59,0,I,C34.3 +TCGA-05-4422,0.62,0,I,C34.3 +TCGA-05-4424,0.24,0,II,C34.1 +TCGA-05-4425,0.61,0,IV,C34.2 +TCGA-05-4426,0.7,0,I,C34.3 +TCGA-05-4427,0.47,0,II,C34.1 +TCGA-05-4430,0.2,0,I,C34.3 +TCGA-05-4432,0.36,0,II,C34.1 +TCGA-05-4433,0.62,0,I,C34.3 +TCGA-05-4434,0.45,0,IV,C34.3 +TCGA-05-5423,0.59,0,II,C34.9 +TCGA-05-5425,0.71,0,II,C34.9 +TCGA-05-5428,0.63,0,II,C34.9 +TCGA-05-5429,0.82,0,III,C34.9 +TCGA-05-5715,0.73,0,I,C34.1 +TCGA-17-Z000,0.0,1,missing,missing +TCGA-17-Z001,0.0,1,missing,missing +TCGA-17-Z002,0.0,1,missing,missing +TCGA-17-Z003,0.0,1,missing,missing +TCGA-17-Z004,0.0,1,missing,missing +TCGA-17-Z005,0.0,1,missing,missing +TCGA-17-Z007,0.0,1,missing,missing +TCGA-17-Z009,0.0,1,missing,missing +TCGA-17-Z010,0.0,1,missing,missing +TCGA-17-Z011,0.0,1,missing,missing +TCGA-17-Z013,0.0,1,missing,missing +TCGA-17-Z014,0.0,1,missing,missing +TCGA-17-Z015,0.0,1,missing,missing +TCGA-17-Z016,0.0,1,missing,missing +TCGA-17-Z017,0.0,1,missing,missing +TCGA-17-Z018,0.0,1,missing,missing +TCGA-17-Z019,0.0,1,missing,missing +TCGA-17-Z020,0.0,1,missing,missing +TCGA-17-Z021,0.0,1,missing,missing +TCGA-17-Z022,0.0,1,missing,missing +TCGA-17-Z023,0.0,1,missing,missing +TCGA-17-Z025,0.0,1,missing,missing +TCGA-17-Z026,0.0,1,missing,missing +TCGA-17-Z027,0.0,1,missing,missing +TCGA-17-Z028,0.0,1,missing,missing +TCGA-17-Z030,0.0,1,missing,missing +TCGA-17-Z031,0.0,1,missing,missing +TCGA-17-Z032,0.0,1,missing,missing +TCGA-17-Z033,0.0,1,missing,missing +TCGA-17-Z036,0.0,1,missing,missing +TCGA-17-Z037,0.0,1,missing,missing +TCGA-17-Z041,0.0,1,missing,missing +TCGA-17-Z042,0.0,1,missing,missing +TCGA-17-Z043,0.0,1,missing,missing +TCGA-17-Z044,0.0,1,missing,missing +TCGA-17-Z045,0.0,1,missing,missing +TCGA-17-Z047,0.0,1,missing,missing +TCGA-17-Z048,0.0,1,missing,missing +TCGA-17-Z049,0.0,1,missing,missing +TCGA-17-Z050,0.0,1,missing,missing +TCGA-17-Z051,0.0,1,missing,missing +TCGA-17-Z052,0.0,1,missing,missing +TCGA-17-Z053,0.0,1,missing,missing +TCGA-17-Z054,0.0,1,missing,missing +TCGA-17-Z055,0.0,1,missing,missing +TCGA-17-Z056,0.0,1,missing,missing +TCGA-17-Z057,0.0,1,missing,missing +TCGA-17-Z058,0.0,1,missing,missing +TCGA-17-Z059,0.0,1,missing,missing +TCGA-17-Z060,0.0,1,missing,missing +TCGA-17-Z061,0.0,1,missing,missing +TCGA-17-Z062,0.0,1,missing,missing +TCGA-18-3406,0.48,0,I,C34.1 +TCGA-18-3407,0.29,0,I,C34.1 +TCGA-18-3408,0.76,0,I,C34.3 +TCGA-18-3410,0.65,0,II,C34.3 +TCGA-18-3411,0.53,0,III,C34.1 +TCGA-18-3412,0.78,0,I,C34.3 +TCGA-18-3414,0.77,0,IV,C34.3 +TCGA-18-3415,0.48,0,I,C34.1 +TCGA-18-3416,0.51,0,II,C34.1 +TCGA-18-3417,0.31,0,IV,C34.9 +TCGA-18-3419,0.0,1,II,C34.3 +TCGA-18-3421,0.47,0,I,C34.3 +TCGA-18-4083,0.68,0,II,C34.3 +TCGA-18-4086,0.0,1,I,C34.3 +TCGA-18-4721,0.39,0,I,C34.3 +TCGA-18-5592,0.85,0,II,C34.1 +TCGA-21-1071,0.29,0,I,C34.1 +TCGA-21-1072,0.0,1,I,C34.9 +TCGA-21-1075,0.75,0,II,C34.3 +TCGA-21-1076,0.2,0,I,C34.3 +TCGA-21-1079,0.0,1,III,C34.1 +TCGA-21-1080,0.77,0,I,C34.3 +TCGA-21-1081,0.49,0,II,C34.3 +TCGA-21-1082,0.69,0,I,C34.3 +TCGA-21-5782,0.48,0,I,C34.3 +TCGA-21-5783,0.57,0,I,C34.1 +TCGA-21-5784,0.18,0,I,C34.1 +TCGA-21-5786,0.58,0,I,C34.1 +TCGA-21-5787,0.5,0,III,C34.1 +TCGA-22-0940,0.4,0,missing,missing +TCGA-22-0944,0.66,0,missing,missing +TCGA-22-1000,0.18,0,I,C34.9 +TCGA-22-1002,0.38,0,I,C34.9 +TCGA-22-1005,0.12,0,I,C34.9 +TCGA-22-1011,0.36,0,I,C34.9 +TCGA-22-1012,0.32,0,I,C34.9 +TCGA-22-1016,0.33,0,I,C34.9 +TCGA-22-1017,0.0,1,I,C34.9 +TCGA-22-4591,0.73,0,III,C34.3 +TCGA-22-4593,0.77,0,II,C34.3 +TCGA-22-4594,0.24,0,III,C34.1 +TCGA-22-4595,0.46,0,III,C34.3 +TCGA-22-4596,0.69,0,I,C34.1 +TCGA-22-4599,0.47,0,I,C34.8 +TCGA-22-4601,0.78,0,III,C34.1 +TCGA-22-4604,0.84,0,II,C34.1 +TCGA-22-4605,0.24,0,I,C34.1 +TCGA-22-4607,0.63,0,I,C34.3 +TCGA-22-4609,0.42,0,I,C34.1 +TCGA-22-4613,0.62,0,I,C34.1 +TCGA-22-5471,0.44,0,I,C34.3 +TCGA-22-5472,0.65,0,I,C34.3 +TCGA-22-5473,0.58,0,missing,C34.3 +TCGA-22-5474,0.55,0,I,C34.1 +TCGA-22-5477,0.73,0,I,C34.3 +TCGA-22-5478,0.4,0,I,C34.3 +TCGA-22-5479,0.28,0,I,C34.3 +TCGA-22-5480,0.71,0,I,C34.1 +TCGA-22-5481,0.7,0,II,C34.3 +TCGA-22-5482,0.66,0,I,C34.1 +TCGA-22-5483,0.7,0,II,C34.1 +TCGA-22-5485,0.72,0,I,C34.1 +TCGA-22-5489,0.43,0,I,C34.1 +TCGA-22-5491,0.67,0,I,C34.3 +TCGA-22-5492,0.56,0,III,C34.1 +TCGA-22-A5C4,0.68,0,II,C34.3 +TCGA-33-4532,0.56,0,I,C34.3 +TCGA-33-4533,0.7,0,I,C34.9 +TCGA-33-4538,0.59,0,III,C34.1 +TCGA-33-4547,0.49,0,I,C34.1 +TCGA-33-4566,0.53,0,I,C34.1 +TCGA-33-4582,0.54,0,I,C34.3 +TCGA-33-4583,0.52,0,I,C34.3 +TCGA-33-4586,0.42,0,III,C34.3 +TCGA-33-4587,0.88,0,I,C34.2 +TCGA-33-4589,0.2,0,II,C34.9 +TCGA-33-6738,0.53,0,III,C34.1 +TCGA-33-A4WN,0.39,0,I,C34.1 +TCGA-33-A5GW,0.82,0,II,C34.3 +TCGA-33-AAS8,0.64,0,I,C34.1 +TCGA-33-AASB,0.44,0,I,C34.1 +TCGA-33-AASD,0.69,0,I,C34.3 +TCGA-33-AASI,0.52,0,II,C34.1 +TCGA-33-AASJ,0.6,0,I,C34.1 +TCGA-33-AASL,0.43,0,I,C34.1 +TCGA-34-2596,0.65,0,II,C34.9 +TCGA-34-2600,0.86,0,I,C34.3 +TCGA-34-2604,0.24,0,I,C34.3 +TCGA-34-2605,0.36,0,III,C34.1 +TCGA-34-2608,0.29,0,I,C34.1 +TCGA-34-2609,0.32,0,II,C34.3 +TCGA-34-5231,0.67,0,I,C34.1 +TCGA-34-5232,0.29,0,II,C34.1 +TCGA-34-5234,0.18,0,I,C34.1 +TCGA-34-5236,0.18,0,II,C34.1 +TCGA-34-5239,0.45,0,III,C34.1 +TCGA-34-5240,0.64,0,II,C34.1 +TCGA-34-5241,0.88,0,I,C34.3 +TCGA-34-5927,0.77,0,I,C34.3 +TCGA-34-5928,0.4,0,II,C34.3 +TCGA-34-5929,0.75,0,I,C34.1 +TCGA-34-7107,0.59,0,II,C34.3 +TCGA-34-8454,0.45,0,III,C34.3 +TCGA-34-8455,0.46,0,IV,C34.1 +TCGA-34-8456,0.64,0,II,C34.3 +TCGA-34-A5IX,0.36,0,II,C34.3 +TCGA-35-3615,0.69,0,I,C34.1 +TCGA-35-4122,0.21,0,I,C34.1 +TCGA-35-4123,0.4,0,I,C34.1 +TCGA-35-5375,0.58,0,III,C34.1 +TCGA-37-3783,0.36,0,III,C34.1 +TCGA-37-3789,0.62,0,I,C34.1 +TCGA-37-3792,0.4,0,I,C34.1 +TCGA-37-4129,0.45,0,I,C34.2 +TCGA-37-4130,0.4,0,I,C34.1 +TCGA-37-4132,0.62,0,IV,C34.3 +TCGA-37-4133,0.67,0,III,C34.9 +TCGA-37-4135,0.91,0,I,C34.3 +TCGA-37-4141,0.76,0,I,C34.1 +TCGA-37-5819,0.71,0,III,C34.1 +TCGA-37-A5EL,0.77,0,II,C34.1 +TCGA-37-A5EN,0.54,0,III,C34.2 +TCGA-38-4625,0.35,0,I,C34.1 +TCGA-38-4626,0.28,0,II,C34.1 +TCGA-38-4627,0.22,0,II,C34.1 +TCGA-38-4628,0.5,0,II,C34.1 +TCGA-38-4631,0.49,0,I,C34.1 +TCGA-38-4632,0.37,0,IV,C34.1 +TCGA-38-6178,0.32,0,III,C34.1 +TCGA-38-7271,0.26,0,I,C34.1 +TCGA-38-A44F,0.26,0,I,C34.1 +TCGA-39-5011,0.43,0,I,C34.9 +TCGA-39-5016,0.51,0,II,C34.3 +TCGA-39-5019,0.55,0,I,C34.1 +TCGA-39-5021,0.4,0,I,C34.1 +TCGA-39-5022,0.26,0,I,C34.1 +TCGA-39-5024,0.32,0,III,C34.9 +TCGA-39-5027,0.0,1,I,C34.3 +TCGA-39-5028,0.19,0,III,C34.1 +TCGA-39-5029,0.54,0,III,C34.3 +TCGA-39-5030,0.3,0,III,C34.3 +TCGA-39-5031,0.4,0,I,C34.1 +TCGA-39-5034,0.51,0,II,C34.1 +TCGA-39-5035,0.44,0,I,C34.3 +TCGA-39-5036,0.64,0,I,C34.1 +TCGA-39-5037,0.49,0,II,C34.3 +TCGA-39-5039,0.28,0,II,C34.1 +TCGA-39-5040,0.59,0,III,C34.1 +TCGA-43-2576,0.27,0,III,C34.1 +TCGA-43-2578,0.59,0,I,C34.1 +TCGA-43-2581,0.29,0,III,C34.1 +TCGA-43-3394,0.6,0,I,C34.3 +TCGA-43-3920,0.52,0,I,C34.1 +TCGA-43-5668,0.34,0,II,C34.1 +TCGA-43-5670,0.62,0,II,C34.3 +TCGA-43-6143,0.86,0,I,C34.3 +TCGA-43-6647,0.25,0,II,C34.3 +TCGA-43-6770,0.69,0,I,C34.1 +TCGA-43-6771,0.48,0,I,C34.1 +TCGA-43-6773,0.21,0,II,C34.2 +TCGA-43-7656,0.59,0,I,C34.3 +TCGA-43-7657,0.44,0,I,C34.1 +TCGA-43-7658,0.75,0,I,C34.1 +TCGA-43-8115,0.42,0,II,C34.3 +TCGA-43-8116,0.58,0,I,C34.1 +TCGA-43-8118,0.33,0,I,C34.1 +TCGA-43-A474,0.61,0,II,C34.1 +TCGA-43-A475,0.34,0,II,C34.1 +TCGA-43-A56U,0.17,0,I,C34.1 +TCGA-43-A56V,0.57,0,III,C34.2 +TCGA-44-2655,0.33,0,I,C34.1 +TCGA-44-2656,0.32,0,I,C34.1 +TCGA-44-2657,0.34,0,I,C34.1 +TCGA-44-2659,0.42,0,II,C34.3 +TCGA-44-2662,0.26,0,I,C34.1 +TCGA-44-2665,0.43,0,II,C34.1 +TCGA-44-2666,0.56,0,I,C34.1 +TCGA-44-2668,0.3,0,I,C34.1 +TCGA-44-3396,0.24,0,III,C34.1 +TCGA-44-3398,0.0,1,I,C34.3 +TCGA-44-3917,0.38,0,I,C34.1 +TCGA-44-3918,0.45,0,I,C34.1 +TCGA-44-3919,0.51,0,I,C34.1 +TCGA-44-4112,0.57,0,I,C34.1 +TCGA-44-5643,0.56,0,III,C34.3 +TCGA-44-5644,0.75,0,I,C34.3 +TCGA-44-5645,0.54,0,I,C34.1 +TCGA-44-6144,0.54,0,I,C34.1 +TCGA-44-6145,0.31,0,I,C34.1 +TCGA-44-6146,0.7,0,II,C34.3 +TCGA-44-6148,0.0,1,I,C34.3 +TCGA-44-6774,0.45,0,III,C34.3 +TCGA-44-6775,0.27,0,I,C34.1 +TCGA-44-6776,0.65,0,I,C34.1 +TCGA-44-6777,0.34,0,I,C34.1 +TCGA-44-6778,0.25,0,I,C34.9 +TCGA-44-6779,0.6,0,II,C34.9 +TCGA-44-7659,0.56,0,I,C34.1 +TCGA-44-7660,0.58,0,I,C34.1 +TCGA-44-7661,0.29,0,I,C34.3 +TCGA-44-7662,0.33,0,I,C34.1 +TCGA-44-7667,0.37,0,II,C34.3 +TCGA-44-7669,0.5,0,II,C34.1 +TCGA-44-7670,0.5,0,II,C34.1 +TCGA-44-7671,0.58,0,I,C34.2 +TCGA-44-7672,0.21,0,I,C34.1 +TCGA-44-8117,0.66,0,I,C34.1 +TCGA-44-8119,0.55,0,II,C34.1 +TCGA-44-8120,0.54,0,I,C34.1 +TCGA-44-A479,0.36,0,I,C34.1 +TCGA-44-A47A,0.34,0,I,C34.1 +TCGA-44-A47B,0.5,0,I,C34.1 +TCGA-44-A47F,0.41,0,II,C34.1 +TCGA-44-A47G,0.24,0,I,C34.1 +TCGA-44-A4SS,0.25,0,I,C34.1 +TCGA-44-A4SU,0.59,0,I,C34.3 +TCGA-46-3765,0.36,0,I,C34.1 +TCGA-46-3766,0.17,0,I,C34.3 +TCGA-46-3767,0.23,0,I,C34.3 +TCGA-46-3768,0.75,0,III,C34.1 +TCGA-46-3769,0.47,0,II,C34.1 +TCGA-46-6025,0.54,0,II,C34.3 +TCGA-46-6026,0.9,0,II,C34.3 +TCGA-49-4486,0.73,0,I,C34.3 +TCGA-49-4487,0.17,0,I,C34.1 +TCGA-49-4488,0.45,0,I,C34.3 +TCGA-49-4490,0.26,0,III,C34.1 +TCGA-49-4494,0.46,0,III,C34.1 +TCGA-49-4501,0.43,0,I,C34.1 +TCGA-49-4505,0.45,0,II,C34.3 +TCGA-49-4506,0.25,0,II,C34.1 +TCGA-49-4507,0.35,0,III,C34.0 +TCGA-49-4510,0.64,0,II,C34.1 +TCGA-49-4512,0.32,0,III,C34.2 +TCGA-49-4514,0.35,0,I,C34.1 +TCGA-49-6742,0.49,0,II,C34.1 +TCGA-49-6743,0.27,0,III,C34.1 +TCGA-49-6744,0.37,0,II,C34.1 +TCGA-49-6745,0.24,0,III,C34.1 +TCGA-49-6761,0.29,0,III,C34.1 +TCGA-49-6767,0.43,0,II,C34.2 +TCGA-49-AAQV,0.25,0,II,C34.3 +TCGA-49-AAR0,0.51,0,I,C34.1 +TCGA-49-AAR2,0.69,0,I,C34.3 +TCGA-49-AAR3,0.32,0,II,C34.1 +TCGA-49-AAR4,0.22,0,III,C34.1 +TCGA-49-AAR9,0.75,0,II,C34.9 +TCGA-49-AARE,0.42,0,I,C34.1 +TCGA-49-AARN,0.43,0,I,C34.3 +TCGA-49-AARO,0.28,0,I,C34.1 +TCGA-49-AARQ,0.52,0,I,C34.1 +TCGA-49-AARR,0.64,0,I,C34.1 +TCGA-4B-A93V,0.62,0,I,C34.3 +TCGA-50-5044,0.23,0,III,C34.3 +TCGA-50-5045,0.22,0,I,C34.3 +TCGA-50-5049,0.26,0,I,C34.1 +TCGA-50-5051,0.59,0,III,C34.1 +TCGA-50-5055,0.13,0,II,C34.3 +TCGA-50-5066,0.27,0,I,C34.1 +TCGA-50-5068,0.24,0,II,C34.3 +TCGA-50-5072,0.4,0,III,C34.1 +TCGA-50-5930,0.95,0,III,C34.3 +TCGA-50-5931,0.86,0,I,C34.1 +TCGA-50-5932,0.84,0,II,C34.1 +TCGA-50-5933,0.3,0,III,C34.3 +TCGA-50-5935,0.39,0,I,C34.1 +TCGA-50-5936,0.6,0,III,C34.3 +TCGA-50-5939,0.38,0,I,C34.1 +TCGA-50-5941,0.27,0,III,C34.1 +TCGA-50-5942,0.69,0,I,C34.1 +TCGA-50-5944,0.57,0,I,C34.1 +TCGA-50-5946,0.75,0,I,C34.1 +TCGA-50-6590,0.25,0,I,C34.1 +TCGA-50-6591,0.9,0,IV,C34.3 +TCGA-50-6592,0.28,0,I,C34.3 +TCGA-50-6593,0.31,0,III,C34.1 +TCGA-50-6594,0.6,0,III,C34.1 +TCGA-50-6595,0.22,0,III,C34.1 +TCGA-50-6597,0.0,1,I,C34.3 +TCGA-50-6673,0.35,0,I,C34.1 +TCGA-50-7109,0.44,0,I,C34.3 +TCGA-50-8457,0.6,0,I,C34.1 +TCGA-50-8459,0.29,0,II,C34.3 +TCGA-50-8460,0.42,0,I,C34.1 +TCGA-51-4079,0.62,0,I,C34.1 +TCGA-51-4080,0.96,0,III,C34.1 +TCGA-51-4081,0.63,0,II,C34.1 +TCGA-52-7622,0.39,0,I,C34.3 +TCGA-52-7809,0.52,0,I,C34.1 +TCGA-52-7810,0.51,0,II,C34.8 +TCGA-52-7811,0.22,0,I,C34.3 +TCGA-52-7812,0.56,0,II,C34.9 +TCGA-53-7624,0.69,0,IV,C34.1 +TCGA-53-7626,0.42,0,II,C34.1 +TCGA-53-7813,0.36,0,III,C34.1 +TCGA-53-A4EZ,0.47,0,II,C34.1 +TCGA-55-1592,0.49,0,I,C34.1 +TCGA-55-1594,0.55,0,III,C34.3 +TCGA-55-1595,0.52,0,I,C34.3 +TCGA-55-1596,0.63,0,II,C34.1 +TCGA-55-5899,0.67,0,I,C34.1 +TCGA-55-6543,0.65,0,I,C34.1 +TCGA-55-6642,0.37,0,I,C34.3 +TCGA-55-6712,0.29,0,II,C34.1 +TCGA-55-6968,0.65,0,IV,C34.3 +TCGA-55-6969,0.25,0,I,C34.1 +TCGA-55-6970,0.56,0,III,C34.1 +TCGA-55-6971,0.23,0,I,C34.3 +TCGA-55-6972,0.83,0,I,C34.1 +TCGA-55-6975,0.46,0,II,C34.3 +TCGA-55-6978,0.26,0,II,C34.2 +TCGA-55-6979,0.33,0,II,C34.1 +TCGA-55-6980,0.31,0,I,C34.3 +TCGA-55-6981,0.26,0,III,C34.1 +TCGA-55-6982,0.25,0,II,C34.3 +TCGA-55-6983,0.27,0,II,C34.3 +TCGA-55-6984,0.81,0,II,C34.3 +TCGA-55-6985,0.39,0,I,C34.1 +TCGA-55-6986,0.4,0,I,C34.3 +TCGA-55-6987,0.16,0,I,C34.3 +TCGA-55-7227,0.0,1,III,C34.3 +TCGA-55-7281,0.42,0,I,C34.2 +TCGA-55-7283,0.47,0,III,C34.1 +TCGA-55-7284,0.4,0,II,C34.8 +TCGA-55-7570,0.57,0,I,C34.1 +TCGA-55-7573,0.33,0,I,C34.1 +TCGA-55-7574,0.19,0,I,C34.1 +TCGA-55-7576,0.47,0,I,C34.1 +TCGA-55-7724,0.28,0,I,C34.1 +TCGA-55-7725,0.61,0,I,C34.3 +TCGA-55-7726,0.26,0,I,C34.3 +TCGA-55-7727,0.56,0,III,C34.1 +TCGA-55-7728,0.42,0,I,C34.1 +TCGA-55-7815,0.29,0,I,C34.3 +TCGA-55-7816,0.0,1,IV,C34.1 +TCGA-55-7903,0.64,0,I,C34.3 +TCGA-55-7907,0.39,0,II,C34.1 +TCGA-55-7910,0.58,0,II,C34.3 +TCGA-55-7911,0.23,0,I,C34.2 +TCGA-55-7913,0.35,0,I,C34.3 +TCGA-55-7914,0.56,0,II,C34.1 +TCGA-55-7994,0.51,0,II,C34.1 +TCGA-55-7995,0.49,0,I,C34.1 +TCGA-55-8085,0.56,0,I,C34.3 +TCGA-55-8087,0.82,0,I,C34.1 +TCGA-55-8089,0.33,0,I,C34.1 +TCGA-55-8090,0.41,0,I,C34.3 +TCGA-55-8091,0.6,0,I,C34.3 +TCGA-55-8092,0.38,0,II,C34.1 +TCGA-55-8094,0.79,0,IV,C34.1 +TCGA-55-8096,0.25,0,I,C34.1 +TCGA-55-8097,0.64,0,I,C34.1 +TCGA-55-8203,0.38,0,I,C34.3 +TCGA-55-8204,0.34,0,I,C34.1 +TCGA-55-8205,0.22,0,II,C34.3 +TCGA-55-8206,0.46,0,I,C34.1 +TCGA-55-8207,0.57,0,I,C34.3 +TCGA-55-8208,0.24,0,I,C34.1 +TCGA-55-8299,0.0,1,I,C34.1 +TCGA-55-8301,0.26,0,I,C34.3 +TCGA-55-8302,0.46,0,I,C34.3 +TCGA-55-8505,0.32,0,III,C34.3 +TCGA-55-8506,0.45,0,II,C34.1 +TCGA-55-8507,0.64,0,I,C34.1 +TCGA-55-8508,0.38,0,II,C34.1 +TCGA-55-8510,0.28,0,I,C34.3 +TCGA-55-8511,0.19,0,I,C34.1 +TCGA-55-8512,0.35,0,IV,C34.3 +TCGA-55-8513,0.5,0,II,C34.3 +TCGA-55-8514,0.54,0,I,C34.1 +TCGA-55-8614,0.32,0,I,C34.1 +TCGA-55-8615,0.57,0,III,C34.2 +TCGA-55-8616,0.39,0,I,C34.1 +TCGA-55-8619,0.24,0,II,C34.3 +TCGA-55-8620,0.62,0,IV,C34.1 +TCGA-55-8621,0.2,0,I,C34.3 +TCGA-55-A48X,0.28,0,II,C34.3 +TCGA-55-A48Y,0.36,0,II,C34.3 +TCGA-55-A48Z,0.41,0,III,C34.1 +TCGA-55-A490,0.58,0,II,C34.1 +TCGA-55-A491,0.45,0,I,C34.3 +TCGA-55-A492,0.54,0,I,C34.1 +TCGA-55-A493,0.26,0,I,C34.1 +TCGA-55-A494,0.81,0,I,C34.3 +TCGA-55-A4DF,0.42,0,I,C34.3 +TCGA-55-A4DG,0.41,0,I,C34.1 +TCGA-55-A57B,0.21,0,I,C34.1 +TCGA-56-1622,0.9,0,I,C34.3 +TCGA-56-5897,0.32,0,I,C34.1 +TCGA-56-5898,0.36,0,I,C34.1 +TCGA-56-6545,0.32,0,I,C34.1 +TCGA-56-6546,0.41,0,II,C34.1 +TCGA-56-7221,0.58,0,I,C34.3 +TCGA-56-7222,0.53,0,I,C34.1 +TCGA-56-7223,0.94,0,III,C34.8 +TCGA-56-7579,0.66,0,III,C34.1 +TCGA-56-7580,0.37,0,I,C34.3 +TCGA-56-7582,0.62,0,I,C34.3 +TCGA-56-7730,0.8,0,II,C34.1 +TCGA-56-7731,0.17,0,I,C34.1 +TCGA-56-7822,0.31,0,II,C34.1 +TCGA-56-7823,0.92,0,II,C34.1 +TCGA-56-8082,0.81,0,II,C34.3 +TCGA-56-8083,0.91,0,I,C34.1 +TCGA-56-8201,0.22,0,II,C34.1 +TCGA-56-8304,0.54,0,I,C34.1 +TCGA-56-8305,0.41,0,I,C34.1 +TCGA-56-8307,0.52,0,II,C34.3 +TCGA-56-8308,0.44,0,II,C34.1 +TCGA-56-8309,0.31,0,I,C34.3 +TCGA-56-8503,0.22,0,II,C34.3 +TCGA-56-8504,0.35,0,I,C34.1 +TCGA-56-8622,0.47,0,I,C34.3 +TCGA-56-8624,0.28,0,II,C34.3 +TCGA-56-8625,0.37,0,III,C34.3 +TCGA-56-8626,0.4,0,I,C34.1 +TCGA-56-8628,0.41,0,I,C34.1 +TCGA-56-8629,0.62,0,II,C34.3 +TCGA-56-A49D,0.56,0,III,C34.1 +TCGA-56-A4BW,0.58,0,II,C34.1 +TCGA-56-A4BX,0.0,1,II,C34.3 +TCGA-56-A4BY,0.45,0,I,C34.1 +TCGA-56-A4ZJ,0.16,0,I,C34.3 +TCGA-56-A4ZK,0.0,1,I,C34.3 +TCGA-56-A5DR,0.0,1,I,C34.1 +TCGA-56-A5DS,0.32,0,I,C34.3 +TCGA-56-A62T,0.51,0,II,C34.1 +TCGA-58-8386,0.35,0,IV,C34.1 +TCGA-58-8387,0.38,0,II,C34.3 +TCGA-58-8388,0.71,0,I,C34.1 +TCGA-58-8390,0.0,1,II,C34.3 +TCGA-58-8391,0.62,0,III,C34.9 +TCGA-58-8392,0.0,1,I,C34.1 +TCGA-58-8393,0.3,0,I,C34.3 +TCGA-58-A46J,0.51,0,II,C34.3 +TCGA-58-A46K,0.61,0,III,C34.3 +TCGA-58-A46L,0.58,0,III,C34.1 +TCGA-58-A46M,0.55,0,II,C34.3 +TCGA-58-A46N,0.89,0,I,C34.3 +TCGA-60-2695,0.81,0,I,C34.1 +TCGA-60-2697,0.18,0,II,C34.9 +TCGA-60-2698,0.26,0,II,C34.3 +TCGA-60-2703,0.26,0,II,C34.9 +TCGA-60-2704,0.21,0,II,C34.1 +TCGA-60-2706,0.48,0,I,C34.9 +TCGA-60-2707,0.6,0,I,C34.1 +TCGA-60-2708,0.58,0,II,C34.3 +TCGA-60-2709,0.15,0,I,C34.1 +TCGA-60-2710,0.65,0,II,C34.1 +TCGA-60-2711,0.65,0,I,C34.9 +TCGA-60-2713,0.63,0,I,C34.3 +TCGA-60-2714,0.34,0,II,C34.9 +TCGA-60-2716,0.68,0,II,C34.9 +TCGA-60-2719,0.79,0,I,C34.9 +TCGA-60-2720,0.33,0,I,C34.3 +TCGA-60-2721,0.61,0,I,C34.1 +TCGA-60-2722,0.81,0,II,C34.1 +TCGA-60-2723,0.39,0,I,C34.9 +TCGA-60-2724,0.47,0,III,C34.9 +TCGA-60-2725,0.35,0,I,C34.1 +TCGA-60-2726,0.48,0,II,C34.2 +TCGA-62-8394,0.53,0,III,C34.3 +TCGA-62-8395,0.65,0,II,C34.1 +TCGA-62-8397,0.69,0,II,C34.3 +TCGA-62-8398,0.5,0,III,C34.3 +TCGA-62-8399,0.5,0,III,C34.1 +TCGA-62-8402,0.5,0,III,C34.1 +TCGA-62-A46O,0.82,0,I,C34.3 +TCGA-62-A46P,0.7,0,I,C34.1 +TCGA-62-A46R,0.42,0,I,C34.3 +TCGA-62-A46S,0.45,0,I,C34.1 +TCGA-62-A46U,0.25,0,II,C34.3 +TCGA-62-A46V,0.52,0,I,C34.3 +TCGA-62-A46Y,0.48,0,III,C34.3 +TCGA-62-A470,0.59,0,I,C34.1 +TCGA-62-A471,0.46,0,II,C34.1 +TCGA-62-A472,0.4,0,II,C34.3 +TCGA-63-5128,0.72,0,I,C34.1 +TCGA-63-5131,0.54,0,II,C34.9 +TCGA-63-6202,0.42,0,II,C34.1 +TCGA-63-7020,0.48,0,I,C34.1 +TCGA-63-7021,0.26,0,I,C34.1 +TCGA-63-7022,0.22,0,I,C34.1 +TCGA-63-7023,0.85,0,II,C34.3 +TCGA-63-A5M9,0.6,0,II,C34.3 +TCGA-63-A5MB,0.65,0,I,C34.1 +TCGA-63-A5MG,0.31,0,I,C34.3 +TCGA-63-A5MH,0.91,0,I,C34.3 +TCGA-63-A5MI,0.47,0,III,C34.3 +TCGA-63-A5MJ,0.44,0,II,C34.9 +TCGA-63-A5ML,0.71,0,I,C34.3 +TCGA-63-A5MM,0.35,0,II,C34.8 +TCGA-63-A5MN,0.2,0,II,C34.1 +TCGA-63-A5MP,0.33,0,II,C34.3 +TCGA-63-A5MR,0.32,0,I,C34.1 +TCGA-63-A5MS,0.2,0,I,C34.1 +TCGA-63-A5MT,0.39,0,II,C34.1 +TCGA-63-A5MU,0.81,0,II,C34.3 +TCGA-63-A5MV,0.35,0,II,C34.3 +TCGA-63-A5MW,0.66,0,I,C34.1 +TCGA-63-A5MY,0.85,0,I,C34.3 +TCGA-64-1676,0.51,0,I,C34.3 +TCGA-64-1677,0.32,0,III,C34.1 +TCGA-64-1678,0.0,1,II,C34.1 +TCGA-64-1679,0.26,0,III,C34.1 +TCGA-64-1680,0.61,0,IV,C34.8 +TCGA-64-1681,0.31,0,I,C34.9 +TCGA-64-5774,0.76,0,I,C34.0 +TCGA-64-5775,0.71,0,III,C34.1 +TCGA-64-5778,0.59,0,I,C34.1 +TCGA-64-5779,0.44,0,III,C34.3 +TCGA-64-5781,0.38,0,I,C34.1 +TCGA-64-5815,0.35,0,II,C34.1 +TCGA-66-2727,0.47,0,I,C34.3 +TCGA-66-2734,0.36,0,I,C34.3 +TCGA-66-2742,0.44,0,IV,C34.1 +TCGA-66-2744,0.37,0,II,C34.3 +TCGA-66-2753,0.0,1,I,C34.3 +TCGA-66-2754,0.87,0,III,C34.1 +TCGA-66-2755,0.3,0,I,C34.1 +TCGA-66-2756,0.71,0,III,C34.1 +TCGA-66-2757,0.86,0,I,C34.1 +TCGA-66-2758,0.5,0,I,C34.1 +TCGA-66-2759,0.5,0,III,C34.3 +TCGA-66-2763,0.67,0,I,C34.1 +TCGA-66-2765,0.51,0,I,C34.3 +TCGA-66-2766,0.75,0,III,C34.1 +TCGA-66-2767,0.27,0,III,C34.3 +TCGA-66-2768,0.57,0,II,C34.3 +TCGA-66-2769,0.32,0,III,C34.1 +TCGA-66-2770,0.64,0,I,C34.3 +TCGA-66-2771,0.44,0,II,C34.1 +TCGA-66-2773,0.41,0,I,C34.3 +TCGA-66-2777,0.3,0,I,C34.2 +TCGA-66-2778,0.38,0,III,C34.3 +TCGA-66-2780,0.47,0,I,C34.1 +TCGA-66-2781,0.4,0,I,C34.1 +TCGA-66-2782,0.52,0,II,C34.1 +TCGA-66-2783,0.57,0,III,C34.3 +TCGA-66-2785,0.4,0,I,C34.1 +TCGA-66-2786,0.57,0,I,C34.1 +TCGA-66-2787,0.36,0,I,C34.1 +TCGA-66-2788,0.41,0,I,C34.3 +TCGA-66-2789,0.55,0,III,C34.3 +TCGA-66-2790,0.0,1,II,C34.1 +TCGA-66-2791,0.45,0,III,C34.3 +TCGA-66-2792,0.66,0,II,C34.3 +TCGA-66-2793,0.85,0,III,C34.2 +TCGA-66-2794,0.64,0,III,C34.1 +TCGA-66-2795,0.66,0,III,C34.1 +TCGA-66-2800,0.52,0,III,C34.1 +TCGA-67-3770,0.65,0,I,C34.1 +TCGA-67-3771,0.46,0,I,C34.1 +TCGA-67-3772,0.45,0,I,C34.1 +TCGA-67-3773,0.7,0,I,C34.3 +TCGA-67-3774,0.48,0,I,C34.3 +TCGA-67-4679,0.71,0,missing,C34.3 +TCGA-67-6215,0.69,0,I,C34.3 +TCGA-67-6216,0.56,0,I,C34.2 +TCGA-67-6217,0.25,0,II,C34.1 +TCGA-68-7755,0.62,0,II,C34.3 +TCGA-68-7756,0.49,0,III,C34.1 +TCGA-68-7757,0.34,0,I,C34.1 +TCGA-68-8250,0.44,0,I,C34.1 +TCGA-68-8251,0.33,0,I,C34.1 +TCGA-68-A59I,0.0,1,III,C34.3 +TCGA-68-A59J,0.45,0,I,C34.3 +TCGA-69-7760,0.65,0,II,C34.3 +TCGA-69-7761,0.23,0,I,C34.3 +TCGA-69-7763,0.35,0,I,C34.2 +TCGA-69-7764,0.8,0,I,C34.1 +TCGA-69-7765,0.41,0,IV,C34.1 +TCGA-69-7973,0.55,0,I,C34.2 +TCGA-69-7974,0.29,0,III,C34.1 +TCGA-69-7978,0.2,0,II,C34.1 +TCGA-69-7979,0.53,0,I,C34.1 +TCGA-69-7980,0.55,0,I,C34.1 +TCGA-69-8253,0.39,0,II,C34.3 +TCGA-69-8254,0.41,0,missing,C34.3 +TCGA-69-8255,0.37,0,I,C34.1 +TCGA-69-8453,0.0,1,II,C34.3 +TCGA-69-A59K,0.0,1,II,C34.1 +TCGA-6A-AB49,0.69,0,I,C34.3 +TCGA-70-6722,0.32,0,III,C34.1 +TCGA-70-6723,0.86,0,II,C34.1 +TCGA-71-6725,0.63,0,I,C34.1 +TCGA-71-8520,0.0,1,I,C34.1 +TCGA-73-4658,0.29,0,I,C34.3 +TCGA-73-4659,0.33,0,III,C34.9 +TCGA-73-4662,0.48,0,I,C34.1 +TCGA-73-4666,0.45,0,IV,C34.1 +TCGA-73-4668,0.53,0,II,C34.1 +TCGA-73-4670,0.62,0,IV,C34.1 +TCGA-73-4675,0.57,0,III,C34.3 +TCGA-73-4676,0.77,0,II,C34.1 +TCGA-73-4677,0.47,0,I,C34.1 +TCGA-73-7498,0.62,0,I,C34.3 +TCGA-73-7499,0.38,0,I,C34.1 +TCGA-73-A9RS,0.61,0,II,C34.1 +TCGA-75-5122,0.32,0,I,C34.1 +TCGA-75-5125,0.31,0,II,C34.1 +TCGA-75-5126,0.24,0,III,C34.1 +TCGA-75-5146,0.58,0,I,C34.3 +TCGA-75-5147,0.4,0,I,C34.1 +TCGA-75-6203,0.26,0,III,C34.3 +TCGA-75-6205,0.27,0,I,C34.1 +TCGA-75-6206,0.0,1,I,C34.1 +TCGA-75-6207,0.64,0,III,C34.9 +TCGA-75-6211,0.39,0,I,C34.9 +TCGA-75-6212,0.43,0,II,C34.3 +TCGA-75-6214,0.64,0,III,C34.1 +TCGA-75-7025,0.34,0,I,C34.1 +TCGA-75-7027,0.62,0,I,C34.3 +TCGA-75-7030,0.0,1,II,C34.3 +TCGA-75-7031,0.49,0,I,C34.1 +TCGA-77-6842,0.48,0,II,C34.8 +TCGA-77-6843,0.74,0,II,C34.1 +TCGA-77-6844,0.66,0,III,C34.3 +TCGA-77-6845,0.78,0,II,C34.2 +TCGA-77-7138,0.0,1,I,C34.3 +TCGA-77-7139,0.72,0,II,C34.3 +TCGA-77-7140,0.78,0,II,C34.1 +TCGA-77-7141,0.61,0,I,C34.1 +TCGA-77-7142,0.39,0,I,C34.1 +TCGA-77-7335,0.41,0,III,C34.9 +TCGA-77-7337,0.52,0,II,C34.9 +TCGA-77-7338,0.52,0,I,C34.1 +TCGA-77-7463,0.41,0,I,C34.1 +TCGA-77-7465,0.68,0,II,C34.1 +TCGA-77-8007,0.21,0,II,C34.1 +TCGA-77-8008,0.27,0,I,C34.3 +TCGA-77-8009,0.67,0,II,C34.9 +TCGA-77-8128,0.64,0,III,C34.9 +TCGA-77-8130,0.39,0,II,C34.1 +TCGA-77-8131,0.23,0,I,C34.3 +TCGA-77-8133,0.4,0,II,C34.9 +TCGA-77-8136,0.34,0,II,C34.3 +TCGA-77-8138,0.23,0,I,C34.1 +TCGA-77-8139,0.3,0,II,C34.1 +TCGA-77-8140,0.53,0,II,C34.3 +TCGA-77-8143,0.66,0,III,C34.1 +TCGA-77-8144,0.57,0,I,C34.1 +TCGA-77-8145,0.41,0,III,C34.9 +TCGA-77-8148,0.68,0,III,C34.9 +TCGA-77-8150,0.56,0,III,C34.9 +TCGA-77-8153,0.76,0,I,C34.3 +TCGA-77-8154,0.68,0,I,C34.3 +TCGA-77-8156,0.23,0,I,C34.1 +TCGA-77-A5FZ,0.46,0,III,C34.1 +TCGA-77-A5G1,0.25,0,III,C34.3 +TCGA-77-A5G3,0.65,0,II,C34.1 +TCGA-77-A5G6,0.7,0,III,C34.1 +TCGA-77-A5G7,0.58,0,I,C34.1 +TCGA-77-A5G8,0.44,0,II,C34.1 +TCGA-77-A5GB,0.28,0,I,C34.1 +TCGA-77-A5GF,0.56,0,II,C34.3 +TCGA-77-A5GH,0.46,0,I,C34.3 +TCGA-78-7143,0.0,1,I,C34.1 +TCGA-78-7145,0.63,0,IV,C34.2 +TCGA-78-7146,0.68,0,III,C34.3 +TCGA-78-7147,0.62,0,II,C34.1 +TCGA-78-7148,0.6,0,II,C34.1 +TCGA-78-7149,0.6,0,III,C34.3 +TCGA-78-7150,0.46,0,II,C34.3 +TCGA-78-7152,0.55,0,I,C34.1 +TCGA-78-7153,0.57,0,I,C34.8 +TCGA-78-7154,0.5,0,III,C34.1 +TCGA-78-7155,0.82,0,I,C34.1 +TCGA-78-7156,0.8,0,IV,C34.9 +TCGA-78-7158,0.9,0,III,C34.3 +TCGA-78-7159,0.29,0,I,C34.1 +TCGA-78-7160,0.29,0,IV,C34.3 +TCGA-78-7161,0.75,0,II,C34.1 +TCGA-78-7162,0.27,0,I,C34.1 +TCGA-78-7163,0.68,0,I,C34.3 +TCGA-78-7166,0.63,0,II,C34.3 +TCGA-78-7167,0.84,0,IV,C34.9 +TCGA-78-7220,0.61,0,III,C34.1 +TCGA-78-7535,0.6,0,I,C34.1 +TCGA-78-7536,0.78,0,III,C34.1 +TCGA-78-7537,0.74,0,I,C34.1 +TCGA-78-7539,0.52,0,II,C34.1 +TCGA-78-7540,0.59,0,I,C34.3 +TCGA-78-7542,0.35,0,I,C34.1 +TCGA-78-7633,0.75,0,I,C34.1 +TCGA-78-8640,0.35,0,II,C34.1 +TCGA-78-8648,0.0,1,II,C34.1 +TCGA-78-8655,0.46,0,I,C34.3 +TCGA-78-8660,0.33,0,II,C34.3 +TCGA-78-8662,0.79,0,I,C34.1 +TCGA-79-5596,0.69,0,III,C34.1 +TCGA-80-5607,0.49,0,II,C34.1 +TCGA-80-5608,0.48,0,I,C34.1 +TCGA-80-5611,0.51,0,I,C34.1 +TCGA-83-5908,0.4,0,I,C34.1 +TCGA-85-6175,0.3,0,II,C34.1 +TCGA-85-6560,0.49,0,II,C34.1 +TCGA-85-6561,0.4,0,I,C34.1 +TCGA-85-6798,0.47,0,III,C34.1 +TCGA-85-7696,0.76,0,I,C34.1 +TCGA-85-7697,0.36,0,II,C34.1 +TCGA-85-7698,0.63,0,I,C34.1 +TCGA-85-7699,0.65,0,III,C34.1 +TCGA-85-7710,0.73,0,I,C34.1 +TCGA-85-7843,0.41,0,II,C34.1 +TCGA-85-7844,0.33,0,I,C34.1 +TCGA-85-7950,0.52,0,I,C34.1 +TCGA-85-8048,0.18,0,I,C34.3 +TCGA-85-8049,0.2,0,I,C34.3 +TCGA-85-8052,0.37,0,II,C34.1 +TCGA-85-8070,0.95,0,I,C34.1 +TCGA-85-8071,0.86,0,II,C34.1 +TCGA-85-8072,0.42,0,I,C34.1 +TCGA-85-8276,0.26,0,II,C34.1 +TCGA-85-8277,0.56,0,III,C34.1 +TCGA-85-8287,0.34,0,I,C34.1 +TCGA-85-8288,0.61,0,II,C34.2 +TCGA-85-8350,0.32,0,I,C34.1 +TCGA-85-8351,0.49,0,II,C34.3 +TCGA-85-8352,0.93,0,III,C34.1 +TCGA-85-8353,0.41,0,III,C34.3 +TCGA-85-8354,0.75,0,I,C34.3 +TCGA-85-8355,0.23,0,I,C34.1 +TCGA-85-8479,0.67,0,I,C34.3 +TCGA-85-8481,0.29,0,II,C34.1 +TCGA-85-8580,0.33,0,I,C34.3 +TCGA-85-8582,0.21,0,I,C34.1 +TCGA-85-8584,0.39,0,II,C34.1 +TCGA-85-8664,0.65,0,II,C34.1 +TCGA-85-8666,0.27,0,I,C34.1 +TCGA-85-A4CL,0.65,0,I,C34.3 +TCGA-85-A4CN,0.54,0,II,C34.3 +TCGA-85-A4JB,0.33,0,II,C34.1 +TCGA-85-A4JC,0.48,0,II,C34.1 +TCGA-85-A4PA,0.43,0,I,C34.3 +TCGA-85-A4QQ,0.56,0,I,C34.3 +TCGA-85-A4QR,0.73,0,I,C34.1 +TCGA-85-A50M,0.19,0,II,C34.1 +TCGA-85-A50Z,0.36,0,II,C34.1 +TCGA-85-A510,0.55,0,II,C34.3 +TCGA-85-A511,0.25,0,II,C34.3 +TCGA-85-A512,0.77,0,II,C34.3 +TCGA-85-A513,0.24,0,I,C34.1 +TCGA-85-A53L,0.43,0,II,C34.2 +TCGA-85-A5B5,0.8,0,I,C34.1 +TCGA-86-6562,0.46,0,II,C34.1 +TCGA-86-6851,0.32,0,II,C34.1 +TCGA-86-7701,0.42,0,IV,C34.1 +TCGA-86-7711,0.33,0,II,C34.3 +TCGA-86-7713,0.65,0,II,C34.2 +TCGA-86-7714,0.67,0,III,C34.3 +TCGA-86-7953,0.35,0,I,C34.1 +TCGA-86-7954,0.27,0,I,C34.3 +TCGA-86-7955,0.73,0,I,C34.3 +TCGA-86-8054,0.74,0,II,C34.1 +TCGA-86-8055,0.28,0,II,C34.1 +TCGA-86-8056,0.37,0,III,C34.1 +TCGA-86-8073,0.43,0,I,C34.1 +TCGA-86-8074,0.51,0,II,C34.3 +TCGA-86-8075,0.3,0,I,C34.1 +TCGA-86-8076,0.24,0,I,C34.1 +TCGA-86-8278,0.56,0,II,C34.3 +TCGA-86-8279,0.5,0,II,C34.1 +TCGA-86-8280,0.45,0,II,C34.3 +TCGA-86-8281,0.54,0,I,C34.3 +TCGA-86-8358,0.72,0,I,C34.1 +TCGA-86-8359,0.44,0,III,C34.3 +TCGA-86-8585,0.29,0,I,C34.1 +TCGA-86-8668,0.41,0,I,C34.3 +TCGA-86-8669,0.57,0,I,C34.1 +TCGA-86-8671,1.0,0,II,C34.1 +TCGA-86-8672,0.32,0,II,C34.1 +TCGA-86-8673,0.4,0,I,C34.1 +TCGA-86-8674,0.58,0,II,C34.2 +TCGA-86-A456,0.36,0,I,C34.1 +TCGA-86-A4D0,0.79,0,II,C34.1 +TCGA-86-A4JF,0.25,0,II,C34.1 +TCGA-86-A4P7,0.19,0,I,C34.3 +TCGA-86-A4P8,0.46,0,III,C34.3 +TCGA-90-6837,0.0,1,II,C34.8 +TCGA-90-7766,0.59,0,I,C34.1 +TCGA-90-7767,0.54,0,II,C34.1 +TCGA-90-7769,0.73,0,II,C34.9 +TCGA-90-7964,0.71,0,I,C34.1 +TCGA-90-A4ED,0.38,0,I,C34.1 +TCGA-90-A4EE,0.42,0,II,C34.9 +TCGA-90-A59Q,0.28,0,II,C34.1 +TCGA-91-6828,0.37,0,I,C34.3 +TCGA-91-6829,0.49,0,I,C34.3 +TCGA-91-6830,0.28,0,II,C34.1 +TCGA-91-6831,0.5,0,I,C34.2 +TCGA-91-6835,0.21,0,I,C34.3 +TCGA-91-6836,0.67,0,I,C34.1 +TCGA-91-6840,0.62,0,I,C34.1 +TCGA-91-6847,0.85,0,I,C34.3 +TCGA-91-6848,0.31,0,III,C34.1 +TCGA-91-6849,0.62,0,III,C34.1 +TCGA-91-7771,0.32,0,II,C34.1 +TCGA-91-8496,0.5,0,I,C34.3 +TCGA-91-8497,0.45,0,I,C34.1 +TCGA-91-8499,0.77,0,I,C34.3 +TCGA-91-A4BC,0.22,0,II,C34.1 +TCGA-91-A4BD,0.55,0,II,C34.3 +TCGA-92-7340,0.39,0,II,C34.1 +TCGA-92-7341,0.51,0,I,C34.1 +TCGA-92-8063,0.51,0,III,C34.1 +TCGA-92-8064,0.31,0,I,C34.1 +TCGA-92-8065,0.5,0,II,C34.3 +TCGA-93-7347,0.3,0,I,C34.1 +TCGA-93-7348,0.45,0,I,C34.1 +TCGA-93-8067,0.32,0,I,C34.3 +TCGA-93-A4JN,0.37,0,IV,C34.1 +TCGA-93-A4JO,0.2,0,I,C34.3 +TCGA-93-A4JP,0.27,0,IV,C34.3 +TCGA-93-A4JQ,0.2,0,I,C34.1 +TCGA-94-7033,0.44,0,I,C34.3 +TCGA-94-7557,0.46,0,I,C34.1 +TCGA-94-7943,0.58,0,I,C34.3 +TCGA-94-8035,0.48,0,II,C34.1 +TCGA-94-8490,0.79,0,II,C34.1 +TCGA-94-8491,0.52,0,II,C34.3 +TCGA-94-A4VJ,0.53,0,I,C34.9 +TCGA-94-A5I4,0.59,0,II,C34.0 +TCGA-94-A5I6,0.38,0,II,C34.3 +TCGA-95-7039,0.41,0,II,C34.1 +TCGA-95-7043,0.76,0,I,C34.1 +TCGA-95-7562,0.55,0,II,C34.3 +TCGA-95-7567,0.53,0,II,C34.1 +TCGA-95-7944,0.41,0,I,C34.3 +TCGA-95-7947,0.66,0,I,C34.1 +TCGA-95-7948,0.0,1,I,C34.3 +TCGA-95-8039,0.47,0,I,C34.1 +TCGA-95-8494,0.53,0,II,C34.2 +TCGA-95-A4VK,0.57,0,III,C34.1 +TCGA-95-A4VN,0.18,0,II,C34.3 +TCGA-95-A4VP,0.3,0,III,C34.3 +TCGA-96-7544,0.58,0,II,C34.3 +TCGA-96-7545,0.4,0,I,C34.3 +TCGA-96-8169,0.42,0,I,C34.3 +TCGA-96-8170,0.35,0,II,C34.3 +TCGA-96-A4JL,0.38,0,II,C34.3 +TCGA-97-7546,0.67,0,I,C34.1 +TCGA-97-7547,0.55,0,I,C34.1 +TCGA-97-7552,0.18,0,I,C34.3 +TCGA-97-7553,0.29,0,I,C34.3 +TCGA-97-7554,0.29,0,III,C34.3 +TCGA-97-7937,0.59,0,I,C34.1 +TCGA-97-7938,0.61,0,I,C34.1 +TCGA-97-7941,0.36,0,I,C34.1 +TCGA-97-8171,0.82,0,IV,C34.8 +TCGA-97-8172,0.32,0,I,C34.1 +TCGA-97-8174,0.3,0,II,C34.1 +TCGA-97-8175,0.43,0,I,C34.1 +TCGA-97-8176,0.53,0,III,C34.3 +TCGA-97-8177,0.25,0,I,C34.3 +TCGA-97-8179,0.48,0,I,C34.1 +TCGA-97-8547,0.48,0,III,C34.3 +TCGA-97-8552,0.27,0,I,C34.3 +TCGA-97-A4LX,0.2,0,I,C34.1 +TCGA-97-A4M0,0.55,0,I,C34.1 +TCGA-97-A4M1,0.36,0,I,C34.1 +TCGA-97-A4M2,0.37,0,I,C34.2 +TCGA-97-A4M3,0.69,0,I,C34.1 +TCGA-97-A4M5,0.25,0,I,C34.1 +TCGA-97-A4M6,0.43,0,I,C34.3 +TCGA-97-A4M7,0.37,0,I,C34.2 +TCGA-98-7454,0.25,0,I,C34.1 +TCGA-98-8020,0.46,0,III,C34.1 +TCGA-98-8021,0.41,0,I,C34.1 +TCGA-98-8022,0.42,0,I,C34.1 +TCGA-98-8023,0.29,0,III,C34.9 +TCGA-98-A538,0.45,0,II,C34.1 +TCGA-98-A539,0.3,0,II,C34.1 +TCGA-98-A53A,0.7,0,I,C34.2 +TCGA-98-A53B,0.36,0,I,C34.1 +TCGA-98-A53C,0.47,0,I,C34.3 +TCGA-98-A53H,0.43,0,I,C34.1 +TCGA-98-A53I,0.52,0,II,C34.1 +TCGA-98-A53J,0.4,0,I,C34.1 +TCGA-99-7458,0.36,0,III,C34.3 +TCGA-99-8025,0.43,0,III,C34.1 +TCGA-99-8028,0.18,0,I,C34.1 +TCGA-99-8032,0.31,0,I,C34.1 +TCGA-99-8033,0.29,0,IV,C34.1 +TCGA-99-AA5R,0.96,0,I,C34.3 +TCGA-J1-A4AH,0.33,0,II,C34.3 +TCGA-J2-8192,0.41,0,II,C34.1 +TCGA-J2-8194,0.44,0,II,C34.3 +TCGA-J2-A4AD,0.57,0,I,C34.1 +TCGA-J2-A4AE,0.52,0,I,C34.1 +TCGA-J2-A4AG,0.31,0,I,C34.1 +TCGA-L3-A4E7,0.46,0,I,C34.3 +TCGA-L3-A524,0.59,0,II,C34.1 +TCGA-L4-A4E5,0.66,0,I,C34.1 +TCGA-L4-A4E6,0.0,1,I,C34.1 +TCGA-L9-A443,0.48,0,I,C34.3 +TCGA-L9-A444,0.37,0,I,C34.1 +TCGA-L9-A50W,0.76,0,II,C34.3 +TCGA-L9-A5IP,0.53,0,IV,C34.1 +TCGA-L9-A743,0.09,0,II,C34.1 +TCGA-L9-A7SV,0.83,0,II,C34.3 +TCGA-L9-A8F4,0.32,0,I,C34.1 +TCGA-LA-A446,0.41,0,I,C34.3 +TCGA-LA-A7SW,0.48,0,III,C34.3 +TCGA-MF-A522,0.64,0,I,C34.1 +TCGA-MN-A4N1,0.48,0,II,C34.1 +TCGA-MN-A4N4,0.34,0,I,C34.1 +TCGA-MN-A4N5,0.38,0,I,C34.1 +TCGA-MP-A4SV,0.36,0,I,C34.3 +TCGA-MP-A4SW,0.46,0,II,C34.1 +TCGA-MP-A4SY,0.35,0,II,C34.3 +TCGA-MP-A4T2,0.48,0,I,C34.3 +TCGA-MP-A4T4,0.0,1,II,C34.3 +TCGA-MP-A4T6,0.0,1,III,C34.3 +TCGA-MP-A4T7,0.34,0,IV,C34.3 +TCGA-MP-A4T8,0.59,0,III,C34.1 +TCGA-MP-A4T9,0.18,0,III,C34.1 +TCGA-MP-A4TA,0.33,0,I,C34.1 +TCGA-MP-A4TC,0.45,0,III,C34.2 +TCGA-MP-A4TD,0.0,1,III,C34.3 +TCGA-MP-A4TE,0.68,0,II,C34.3 +TCGA-MP-A4TF,0.29,0,II,C34.1 +TCGA-MP-A4TH,0.4,0,I,C34.3 +TCGA-MP-A4TI,0.22,0,II,C34.3 +TCGA-MP-A4TJ,0.0,1,I,C34.1 +TCGA-MP-A4TK,0.34,0,II,C34.3 +TCGA-MP-A5C7,0.87,0,I,C34.1 +TCGA-NC-A5HD,0.61,0,II,C34.1 +TCGA-NC-A5HE,0.32,0,II,C34.1 +TCGA-NC-A5HF,0.75,0,III,C34.3 +TCGA-NC-A5HG,0.75,0,III,C34.3 +TCGA-NC-A5HH,0.77,0,I,C34.3 +TCGA-NC-A5HI,0.6,0,I,C34.3 +TCGA-NC-A5HJ,0.17,0,II,C34.2 +TCGA-NC-A5HK,0.48,0,II,C34.8 +TCGA-NC-A5HL,0.5,0,II,C34.1 +TCGA-NC-A5HM,0.69,0,I,C34.1 +TCGA-NC-A5HN,0.82,0,II,C34.3 +TCGA-NC-A5HO,0.63,0,III,C34.1 +TCGA-NC-A5HP,0.53,0,IV,C34.1 +TCGA-NC-A5HQ,0.5,0,III,C34.2 +TCGA-NC-A5HR,0.66,0,II,C34.3 +TCGA-NC-A5HT,0.73,0,III,C34.8 +TCGA-NJ-A4YF,0.55,0,I,C34.1 +TCGA-NJ-A4YG,0.32,0,I,C34.1 +TCGA-NJ-A4YI,0.58,0,III,C34.1 +TCGA-NJ-A4YP,0.23,0,I,C34.3 +TCGA-NJ-A4YQ,0.29,0,I,C34.1 +TCGA-NJ-A55A,0.21,0,I,C34.3 +TCGA-NJ-A55O,0.0,1,II,C34.1 +TCGA-NJ-A55R,0.23,0,I,C34.1 +TCGA-NJ-A7XG,0.62,0,III,C34.1 +TCGA-NK-A5CR,0.61,0,I,C34.1 +TCGA-NK-A5CT,0.5,0,I,C34.3 +TCGA-NK-A5CX,0.51,0,II,C34.3 +TCGA-NK-A7XE,0.53,0,III,C34.1 +TCGA-O1-A52J,0.5,0,I,C34.3 +TCGA-O2-A52N,0.46,0,I,C34.1 +TCGA-O2-A52Q,0.52,0,III,C34.1 +TCGA-O2-A52S,0.75,0,III,C34.3 +TCGA-O2-A52V,0.37,0,II,C34.1 +TCGA-O2-A52W,0.36,0,I,C34.2 +TCGA-O2-A5IB,0.93,0,III,C34.2 +TCGA-S2-AA1A,0.32,0,I,C34.1 +TCGA-XC-AA0X,0.21,0,I,C34.3