We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4aaac commit 7dc8824Copy full SHA for 7dc8824
2 files changed
build/pancpdo/03-getPancPDODrugs.py
@@ -1,13 +1,14 @@
1
import pandas as pd
2
import os
3
import argparse
4
-
+import synapseclient
5
6
7
8
###figshare link:
9
10
filelink='https://aacr.figshare.com/ndownloader/files/39996295'
11
+synid = 'syn64333325'
12
##get third tab and drugsa re listeda cross top
13
14
build/pancpdo/04-getPancPDOExperiments.py
@@ -3,9 +3,11 @@
import wget
def main():
##current AUC values are here: https://aacr.figshare.com/ndownloader/files/39996295 tabs 2 and 3
parser = argparse.ArgumentParser()
+
+ rawdata = 'syn64333325'
0 commit comments