Closed eibol1 closed 1 year ago
@eibol1 Hi, try reading with isTCGA = FALSE
read.maf(maf = laml.maf, clinicalData = laml.clin, isTCGA = FALSE)
This issue is stale because it has been open for 60 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Hi,
I can read and work with a maf file but when I try to add external clinical data to it, I get this error:
What I am trying is this:
Where
c
is finally a df containing different columns with clinical data of the samples. First column name ofc
is Tumor_Sample_Barcode with exactly the names of the tumor_sample_barcodes from maf file.