Closed ellchua closed 3 years ago
Hi,
How does it look when you run with ens2hugo = FALSE
? I see that you already have gene symbols under ens_id
, so you don't have to use ens2hugo=TRUE
.
Ah yes, that seems to work. It finds about 250 genes now. Is it the case that we have to explicitly state ens2hugo = FALSE
? Because I didn't include it the first time round and got the same results as ens2hugo = TRUE
. Looking at the help page it doesn't say that the default is true or false.
By default, it is set to FALSE
. The earlier version of annovar had ensemble gene IDs and didn't have gene symbols. So I included this option. But I guess they have changed it now.
I'm trying to create a
.maf
object by usingannovarToMaf
. This is the code I'm using:This is the output for files:
Everything seems to run fine, but when I look at
annovar_maf
, it seems that there is only 1 gene?Running
r oncoplot(maf = annovar_maf, top = 10)
then gives me the error:Here's what
head(annovar_maf@data)
looks like:Is it something wrong with the format of my ANNOVAR
.txt
files?Session info