maftools icon indicating copy to clipboard operation
maftools copied to clipboard

extra space somaticInteractions

Open xiw588 opened this issue 11 months ago • 1 comments

Describe the issue A clear and concise description of what the issue is. There is extra space Screenshot 2024-02-28 at 5 03 28 PM

Command Please post your commands and the output (errors or any unexpected output)

somaticInteractions(maf = maf, top = 30, pvalue = c(0.05, 0.1))

Session info Run sessionInfo() and post the output below

xiw588 avatar Feb 28 '24 22:02 xiw588

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"]

PoisonAlien avatar Feb 29 '24 07:02 PoisonAlien

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] avatar Apr 30 '24 02:04 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar May 14 '24 02:05 github-actions[bot]