You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using this function for several years with great success, so thank you! I recently ran into an issue with certain gene IDs are not pulling back data. In the past I have used the following to get normal tissue expression data: PNTE <- data.frame(getHpa(c("ENSG00000276155","ENSG00000277956","ENSG00000186868"), hpadata = "hpaNormalTissue"))
For this gene (MAPT), I am unable to retrieve any data this way even using the Ensembl IDs one at a time ("ENSG00000186868" is the one that should retrieve data). However, the data does exist when I use: normtissue <- hpaNormalTissue()
Do I need to run hpaNormalTissue() each time before searching a single gene or should getHpa still work?
Using hpar 1.44.0
Thank you for any suggestions,
Brianna
The text was updated successfully, but these errors were encountered:
Hello,
I have been using this function for several years with great success, so thank you! I recently ran into an issue with certain gene IDs are not pulling back data. In the past I have used the following to get normal tissue expression data:
PNTE <- data.frame(getHpa(c("ENSG00000276155","ENSG00000277956","ENSG00000186868"), hpadata = "hpaNormalTissue"))
For this gene (MAPT), I am unable to retrieve any data this way even using the Ensembl IDs one at a time ("ENSG00000186868" is the one that should retrieve data). However, the data does exist when I use:
normtissue <- hpaNormalTissue()
Do I need to run hpaNormalTissue() each time before searching a single gene or should getHpa still work?
Using hpar 1.44.0
Thank you for any suggestions,
Brianna
The text was updated successfully, but these errors were encountered: