forked from soccin/Goliath
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathload_data.R
More file actions
29 lines (17 loc) · 724 Bytes
/
Copy pathload_data.R
File metadata and controls
29 lines (17 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
source("load_argos.R")
#################################################################
argos_dir="data/argos/11704_Y/1.1.2/20221102_20_40_060423"
#
#
#
argos_data=load_argos(argos_dir)
sampleID=names(argos_data)[1]
#################################################################
#################################################################
summaryTbl=get_summary_table(argos_data,sampleID)
tbl01=get_clinical_table(argos_data,sampleID)
mafTbl=get_maf_table(argos_data,sampleID)
cnvTbl=get_cnv_table(argos_data,sampleID)
cnvTblFull=get_cnv_table_full(argos_data,sampleID)
#################################################################
#################################################################