Skip to content

Issue with mutation signature extraction and I need a help #432

Answered by ShixiangWang
eunksung asked this question in Q&A
Discussion options

You must be logged in to vote

@eunksung The package is typically handling multiple samples. However, you have only one sample and the data caused some unexpected class changes from "matrix" to "vector". Thanks for your reporting for making sigminer more robust. I have updated the package, could you install and re-run it?

devtools::install_github("ShixiangWang/sigminer")

library(sigminer)

LU_FF55 = read_maf("~/../Downloads/LU-FF55.snvs.vep.maf")

mt_tally2 <- sig_tally(
  LU_FF55,
  method = "S",
  mode= c("SBS"),
  genome_build = "hg19",
  use_syn = TRUE, 
  add_trans_bias = TRUE
)

# ref_genome = "BSgenome.Hsapiens.1000genomes.hs37d5",

LU_FF55@data$Tumor_Sample_Barcode

BTW. Your data is a little strange to me, th…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ShixiangWang
Comment options

@ShixiangWang
Comment options

Answer selected by ShixiangWang
Comment options

You must be logged in to vote
1 reply
@ShixiangWang
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants