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

Stage is Non-integer #5

Open
DarioS opened this issue Dec 5, 2024 · 0 comments
Open

Stage is Non-integer #5

DarioS opened this issue Dec 5, 2024 · 0 comments
Assignees

Comments

@DarioS
Copy link
Member

DarioS commented Dec 5, 2024

For METABRIC data, something corrupting has happened to Stage covariate.

> clinical <- read.delim("NIHMS1520488-supplement-Supp_Table_5.txt")
> table(clinical$Stage) # Integers, as expected.
   0    1    2    3    4 
  13  795 1377  178   11
> spe <- spe_Ali_2020()
> table(spe$Stage)
                0 0.890826984126984 0.920203414332934 0.996466666666667                 1  1.02546666666667 
             1189               642               963              1661             79875                49 
 1.89227777777778   1.9412917184265  1.95033333333333            1.9505  1.97603333333333            1.9825 
              458               622              1161               654               568               747 
                2  2.00313333333333  2.00473333333333  2.00686666666667   2.0108908045977  2.04256666666667 
           294005               367              1433               548              1437               150 
 2.06826666666667                 3                 4 
              309             39460              6703
@DarioS DarioS assigned DarioS and alexrunqin and unassigned DarioS Dec 5, 2024
alexrunqin added a commit that referenced this issue Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants