I have used the following command:
txdb <- makeTranscriptDbFromUCSC(genome = "canFam2", tablename = "refGene")
Does anyone know how to modify values in txdb object?
I want to change the chromosome names in particular.
thanks
txdb <- makeTranscriptDbFromUCSC(genome = "canFam2", tablename = "refGene")
Does anyone know how to modify values in txdb object?
I want to change the chromosome names in particular.
thanks
Comment