Skip to content
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

severe missingness in ovarian pData? #26

Open
LiNk-NY opened this issue Jan 30, 2019 · 3 comments
Open

severe missingness in ovarian pData? #26

LiNk-NY opened this issue Jan 30, 2019 · 3 comments
Labels

Comments

@LiNk-NY
Copy link
Contributor

LiNk-NY commented Jan 30, 2019

From @vjcitn on June 4, 2016 20:57

ov is the readRDS of what we have in the S3 bucket

table(pData(ov)$radiation_therapy, exclude=NULL)

no yes
557 5 29

table(pData(ov)$chemo_therapy)
< table of extent 0 >
table(pData(ov)$tumor_stage)
< table of extent 0 >

Copied from original issue: waldronlab/MultiAssayExperiment#132

@LiNk-NY
Copy link
Contributor Author

LiNk-NY commented Jan 30, 2019

From @lwaldron on June 5, 2016 1:1

The clinical data are messy, and we're working on merging the different datasets available to produce something more complete. It looks like it's not done yet for OVC, but in the meantime you could use:

patient.stage_event.clinical_stage
 stage iiic:408                    
 stage iv  : 89                    
 stage iiib: 25                    
 stage iic : 20                    
 stage ic  : 11                    
 (Other)   : 23                    
 NA's      : 15                    

and assume that every OVC patient received platinum and taxol chemotherapy.

@LiNk-NY
Copy link
Contributor Author

LiNk-NY commented Jan 30, 2019

From @lwaldron on June 5, 2016 1:3

I mean, it's not done yet in the MAE for any cancers, but for about 20 cancers we have a merged version of the clinical data prepared already. By the way, cBioPortal provides only a few clinical variables which are quite an incomplete selection, although that may have some advantage over providing hundreds of variables...

@LiNk-NY
Copy link
Contributor Author

LiNk-NY commented Jan 30, 2019

From @Stale[bot] on January 2, 2019 16:33

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant