-
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
Cna and putative driver coloring in expression tab #1377
Conversation
233517d
to
f13bd8b
Compare
if (store.rnaSeqMolecularData.isComplete && store.studyIdToStudy.isComplete | ||
&& store.mutations.isComplete && store.genes.isComplete && store.coverageInformation.isComplete) { | ||
if (store.studyIdToStudy.isComplete | ||
&& store.putativeDriverAnnotatedMutations.isComplete && store.genes.isComplete && store.coverageInformation.isComplete) { |
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.
putative driver contains rnaseq and mutations data?
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.
what?
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.
oh, no I just rewrote it to use numericGeneMolecularDataCache as a data source
f13bd8b
to
f72d63c
Compare
f72d63c
to
b3b52dc
Compare
b3b52dc
to
3ceb44e
Compare
3ceb44e
to
068f27d
Compare
3383f07
to
cd8b3d4
Compare
d910705
to
e4c7e01
Compare
e4c7e01
to
634bea0
Compare
|
Also in plots tab, determine render ordering using copy number change as well as mutation 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>
…ression 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>
…ession box width to fit all tcga pancan 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>
…formance Split up data into multiple VictoryScatter elements, each with fixed style attributes rather than style specified by functions of the data, which improves performance. 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>
3caa91c
to
89434a4
Compare
89434a4
to
579dc26
Compare
579dc26
to
b29845f
Compare
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
So that start of tick label is at tick point 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>
b29845f
to
64df615
Compare
No description provided.