Entering edit mode
Hello, there,
I would like to get all the mouse transcription factors from Jasper using this package and some how found it only has 119 records.
> library(JASPAR2018)
> opts=list(species=10090)
> library(TFBSTools)
> jaspar_data=getMatrixSet(JASPAR2018,opts)
> length(jaspar_data)
[1] 119
However, when I went to the JASPAR website (http://jaspar.genereg.net/search?q=&collection=all&taxgroup=all&taxid=10090&type=all&class=all&family=all&version=latest), it shows 542 records.
How can it be so different?
Kind regards,
C.