In which tissue my favorite gene is expressed?
I used STAR to map the publicly available RNA-Seq data and Kallisto to quantify expression.
Go to https://slebedeva.shinyapps.io/zebrafish-tissue-expression/
Deployment script is courtesy of Roel M. Hogervorst (https://www.r-bloggers.com/2021/02/deploy-to-shinyapps-io-from-github-actions/)
Open Rstudio and type:
library("shiny")
runGitHub("public_rnaseq_tpm","slebedeva")
Enter your gene as official gene symbol (case-sensitive!) (piwil1) or Ensembl gene name (ENSDARG...). Mouse over the bar to see the sample and the TPM. The plot is showing total expression per gene. You can also download the counts as a table.