Entering edit mode
4.4 years ago
chaudharyc61
▴
100
Hey everyone
I am trying to take another txDB object as annotation in ChIPQC function, but the function is creating an issue.
Error in getAnnotation(annotation, AllChr = chromosomes) : Unsupported annotation:TAIR10
This is my code
library(ChIPQC)
library(TxDb.Athaliana.BioMart.plantsmart28)
TAIR10 <- TxDb.Athaliana.BioMart.plantsmart28
chipObj <- ChIPQC(samples, annotation="TAIR10")
Can anyone tell, what should be done here ?
Thank you