PoisonAlien / maftools

Summarize, Analyze and Visualize MAF files from TCGA or in-house studies.
http://bioconductor.org/packages/release/bioc/html/maftools.html
MIT License
450 stars 222 forks source link

extra space somaticInteractions #1006

Closed xiw588 closed 6 months ago

xiw588 commented 8 months ago

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

PoisonAlien commented 8 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"]
github-actions[bot] commented 6 months ago

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

github-actions[bot] commented 6 months ago

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