-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add clinical tracks to oncoprinter #2801
Add clinical tracks to oncoprinter #2801
Conversation
9d01106
to
a5e245f
Compare
87b4f88
to
40d1d43
Compare
40d1d43
to
ebd9279
Compare
ebd9279
to
cdaa580
Compare
cdaa580
to
9e916f7
Compare
d112312
to
c85a08b
Compare
c85a08b
to
1dd7e9f
Compare
1dd7e9f
to
de6f5fb
Compare
de6f5fb
to
8380cc9
Compare
8380cc9
to
1868ed5
Compare
1868ed5
to
2ba8762
Compare
2ba8762
to
4d3b480
Compare
b4f94bf
to
82a9b39
Compare
82a9b39
to
2ab986a
Compare
src/pages/resultsView/mutualExclusivity/MutualExclusivityTab.tsx
Outdated
Show resolved
Hide resolved
return ret; | ||
} | ||
|
||
export function parseClinicalInput(input:string):{ status:"complete", result:{ headers:AttributeSpec[], data:OncoprinterClinicalInputLine[]}, error:undefined }|{ status:"error", result:undefined, error:string } { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe a comment that the response type mimics mobxpromise?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, but just for the record it's not meant to be used in "await", its just a convenient form for giving back the result
2ab986a
to
be2fd92
Compare
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
…nted Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
be2fd92
to
b9dc3c4
Compare
Allow people to input custom clinical data when using the oncoprinter on the visualize your data page: https://www.cbioportal.org/oncoprinter.