Closed xiw588 closed 6 months ago
Hi, What does the output look like for these pairs?
For. ex:
laml.maf = system.file("extdata", "tcga_laml.maf.gz", package = "maftools") #MAF file
laml.clin = system.file('extdata', 'tcga_laml_annot.tsv', package = 'maftools') #clinical data
laml = read.maf(maf = laml.maf, clinicalData = laml.clin)
si = somaticInteractions(maf = laml)
si[pair %in% "KMT2C, ADAM6"] #or se[pair %in% "ADAM6, KMT2C"]
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.
Describe the issue A clear and concise description of what the issue is. There is extra space
Command Please post your commands and the output (errors or any unexpected output)
Session info Run
sessionInfo()
and post the output below