Closed dhwani2410 closed 2 years ago
By default, MutSig will reannotate all mutations according to its own transcript list (this is so that it can accurately compute mutation rates, since without knowledge of the precise transcript list used to annotate mutations it's impossible to compute the denominator in rate terms). It does not consider the Hugo_Symbol
field (or any other gene annotation fields) in the MAF, since it does its own annotation based on genomic coordinates.
MutSig's internal transcript list has this gene as SMEK1, so that is what appears in the sig_genes.txt
file. To rectify this, I would just write a simple script remapping gene names in sig_genes.txt
to the desired names.
Hello @julianhess,
I have successfully run MutSig2CV and also got the sig_genes.txt in the output folder. However, the genes name that is there in the sig_genes.txt is from HGNC_Previous_Symbols column rather than the gene name column which is Hugo_Symbol.
And this is creating issues in the downstream process as the downstream analysis software is not able to find the name in the gene column.
This is the header file
When i grep "SMEK1", the gene of interest, i find it in the HGNC_Previous_Symbols column