Is the reset pin pulled high?
Are you using the right I2C address? We use 8-bit address definition for the I2C address in the data sheet and There is also the common 7-bit I2C definition. Depending on your driver try 0x98 >> 1 = 0x4C or 0x9A >> 1 = 0x4E