abbrevs.tex 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. %% Wet-lab methods
  2. \newabbreviation{RNA-seq}{RNA-seq}{high-throughput RNA sequencing}
  3. \newabbreviation{ChIP-seq}{ChIP-seq}{chromatin immunoprecipitation followed by high-throughput DNA sequencing}
  4. \newabbreviation{oligo}{oligo}{oligonucleotide}
  5. \newabbreviation{GB}{GB}{globin blocking}
  6. \newabbreviation{PCR}{PCR}{polymerase chain reaction}
  7. %% Computational methods
  8. \newabbreviation{GLM}{GLM}{generalized linear model}
  9. \newabbreviation{NB}{NB}{negative binomial}
  10. \newabbreviation{BCV}{BCV}{biological coefficient of variation}
  11. \newabbreviation{FDR}{FDR}{false discovery rate}
  12. \newabbreviation{IDR}{IDR}{irreproducible discovery rate}
  13. \newabbreviation{SVD}{SVD}{singular value decomposition}
  14. \newabbreviation{SVA}{SVA}{surrogate variable analysis}
  15. \newabbreviation{PCA}{PCA}{principal component analysis}
  16. \newabbreviation{PC}{PC}{principal component}
  17. \newabbreviation{LF}{LF}{latent factor}
  18. %% Note: Can't start with math or else capitalization fails
  19. \newabbreviation{logCPM}{logCPM}{log$_2$ counts per million}
  20. \newabbreviation{CPM}{CPM}{counts per million}
  21. \newabbreviation{logFC}{logFC}{log$_2$ fold change}
  22. \newabbreviation{FPKM}{FPKM}{fragments per kilobase per million fragments}
  23. \newabbreviation{RMA}{RMA}{Robust Multichip Average}
  24. \newabbreviation{fRMA}{fRMA}{frozen Robust Multichip Average}
  25. \newabbreviation{GRSN}{GRSN}{Global Rank-invariant Set Normalization}
  26. \newabbreviation{SCAN}{SCAN}{Single-Channel Array Normalization}
  27. \newabbreviation{MACS}{MACS}{Model-based Analysis of ChIP-seq}
  28. \newabbreviation{SICER}{SICER}{Spatial Clustering for Identification of ChIP-Enriched Regions}
  29. \newabbreviation{TMM}{TMM}{trimmed mean of M-values}
  30. \newabbreviation{PCoA}{PCoA}{principal coordinate analysis} % AKA MDS?
  31. \newabbreviation{MOFA}{MOFA}{Multi-Omics Factor Analysis}
  32. \newabbreviation{SWAN}{SWAN}{subset-quantile within array normalization}
  33. \newabbreviation{BH}{BH}{Benjamini-Hochberg}
  34. \newabbreviation{ROC}{ROC}{receiver operating characteristic}
  35. \newabbreviation{AUC}{AUC}{area under ROC curve}
  36. %% Data sources
  37. \newabbreviation{GEO}{GEO}{Gene Expression Omnibus}
  38. \newabbreviation{SRA}{SRA}{Sequence Read Archive}
  39. \newabbreviation{ENCODE}{ENCODE}{Encyclopedia Of DNA Elements}
  40. %% Biology
  41. \newabbreviation{TSS}{TSS}{transcription start site}
  42. \newabbreviation{CpGi}{CpGi}{CpG island}
  43. \newabbreviation{TX}{TX}{healthy transplant}
  44. \newabbreviation{AR}{AR}{acute rejection}
  45. \newabbreviation{ADNR}{ADNR}{acute dysfunction with no rejection}
  46. \newabbreviation{CAN}{CAN}{chronic allograft nephropathy}
  47. \newabbreviation{T1D}{T1D}{Type 1 disbetes}
  48. \newabbreviation{T2D}{T2D}{Type 2 disbetes}
  49. \newabbreviation{mRNA}{mRNA}{messenger RNA}
  50. \newabbreviation{ncRNA}{ncRNA}{non-coding RNA}
  51. %% TODO
  52. %% Do these after writing a section on MSC
  53. \newabbreviation{MSC}{MSC}{mesenchymal stem cell}
  54. %% Figure out the exactly correct way to write interferon gamma
  55. \newabbreviation{IFNg}{IFN-g}{interferon gamma}
  56. %% These are just here as examples
  57. \newabbreviation{XML}{XML}{eXtensible Markup Language}
  58. \newabbreviation{HTML}{HTML}{Hyper-Text Markup Language}
  59. %% Local Variables:
  60. %% major-mode: LaTeX
  61. %% End: