10000 how to transformer raw_rna_data/combine/brca to pt file? · Issue #8 · mahmoodlab/TANGLE · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

how to transformer raw_rna_data/combine/brca to pt file? #8

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

Open
liujun0621 opened this issue May 4, 2025 · 0 comments
Open

how to transformer raw_rna_data/combine/brca to pt file? #8

liujun0621 opened this issue May 4, 2025 · 0 comments

Comments

@liujun0621
Copy link

Thank you for your great work.
how to transformer raw_rna_data/combine/brca to pt file?
combine as follows https://github.com/mahmoodlab/SurvPath/tree/main/datasets_csv/raw_rna_data/combine/brca

raw data for example TCGA-WT-AB41 from above csv file

raw = torch.tensor([
0.9115,-1.1811,-1.8836,4.2518,7.7066,1.4756,8.2921,1.0847,1.7097...
], dtype=torch.float32)

expeced data

expected = torch.tensor([
0.4037, 0.3137, 0.4114, 0.4151, 0.7911, 0.1754, 0.7278, 0.2572, 0.5961,
...
], dtype=torch.float32)

when i use Min-Max Normalization method, the result don't equal expected as follows,could you help me?

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

1 participant
0