abbrevs.tex 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. \usepackage{textgreek}
  2. %% Wet-lab methods
  3. \newabbreviation{RNA-seq}{RNA-seq}{high-throughput RNA sequencing}
  4. \newabbreviation{ChIP-seq}{ChIP-seq}{chromatin immunoprecipitation followed by high-throughput DNA sequencing}
  5. \newabbreviation{ChIP}{ChIP}{chromatin immunoprecipitation}
  6. \newabbreviation{oligo}{oligo}{oligonucleotide}
  7. \newabbreviation{GB}{GB}{globin blocking}
  8. \newabbreviation{PCR}{PCR}{polymerase chain reaction}
  9. \newabbreviation{HTS}{HTS}{high-throughput sequencing}
  10. %% TODO
  11. %% PolyA
  12. %% RT = reverse transcription/transcriptase
  13. %% DTT
  14. %% dNTP? dUTP? dCTP?
  15. %% cDNA?
  16. %% TE?
  17. %% bp & kbp?
  18. %% CD4, CD8, etc.
  19. %% Check Sarah's list of abbreviations for more
  20. %% Computational methods
  21. \newabbreviation{GLM}{GLM}{generalized linear model}
  22. \newabbreviation{NB}{NB}{negative binomial}
  23. \newabbreviation{BCV}{BCV}{biological coefficient of variation}
  24. \newabbreviation{FDR}{FDR}{false discovery rate}
  25. \newabbreviation{IDR}{IDR}{irreproducible discovery rate}
  26. \newabbreviation{SVD}{SVD}{singular value decomposition}
  27. \newabbreviation{SVA}{SVA}{surrogate variable analysis}
  28. \newabbreviation{PCA}{PCA}{principal component analysis}
  29. \newabbreviation{PC}{PC}{principal component}
  30. \newabbreviation{LF}{LF}{latent factor}
  31. %% Note: Can't start with math or else capitalization fails
  32. \newabbreviation{logCPM}{logCPM}{log$_2$ counts per million}
  33. \newabbreviation{CPM}{CPM}{counts per million}
  34. \newabbreviation{logFC}{logFC}{log$_2$ fold change}
  35. \newabbreviation{M-value}{M-value}{log$_2$ ratio}
  36. \newabbreviation{FPKM}{FPKM}{fragments per kilobase per million fragments}
  37. \newabbreviation{ID}{ID}{identifier}
  38. \newabbreviation{RMA}{RMA}{Robust Multichip Average}
  39. \newabbreviation{fRMA}{fRMA}{frozen Robust Multichip Average}
  40. \newabbreviation{GRSN}{GRSN}{Global Rank-invariant Set Normalization}
  41. \newabbreviation{SCAN}{SCAN}{Single-Channel Array Normalization}
  42. \newabbreviation{MACS}{MACS}{Model-based Analysis of ChIP-seq}
  43. \newabbreviation{SICER}{SICER}{Spatial Clustering for Identification of ChIP-Enriched Regions}
  44. \newabbreviation{TMM}{TMM}{trimmed mean of M-values}
  45. \newabbreviation{PCoA}{PCoA}{principal coordinate analysis} % AKA MDS?
  46. \newabbreviation{MOFA}{MOFA}{Multi-Omics Factor Analysis}
  47. \newabbreviation{SWAN}{SWAN}{subset-quantile within array normalization}
  48. \newabbreviation{BH}{BH}{Benjamini-Hochberg}
  49. \newabbreviation{PAM}{PAM}{Prediction Analysis for Microarrays}
  50. \newabbreviation{ROC}{ROC}{receiver operating characteristic}
  51. \newabbreviation{AUC}{AUC}{area under ROC curve}
  52. %% Data sources
  53. \newabbreviation{GEO}{GEO}{Gene Expression Omnibus}
  54. \newabbreviation{SRA}{SRA}{Sequence Read Archive}
  55. \newabbreviation{ENCODE}{ENCODE}{Encyclopedia Of DNA Elements}
  56. \newabbreviation{GRCh38}{GRCh38}{Genome Reference Consortium Human Build 38}
  57. %% Biology
  58. \newabbreviation{TSS}{TSS}{transcription start site}
  59. \newabbreviation{CpGi}{CpGi}{CpG island} % TODO: Switch to CGI
  60. \newabbreviation{TX}{TX}{healthy transplant}
  61. \newabbreviation{AR}{AR}{acute rejection}
  62. \newabbreviation{ADNR}{ADNR}{acute dysfunction with no rejection}
  63. \newabbreviation{CAN}{CAN}{chronic allograft nephropathy}
  64. \newabbreviation{T1D}{T1D}{Type 1 diabetes}
  65. \newabbreviation{T2D}{T2D}{Type 2 diabetes}
  66. \newabbreviation{mRNA}{mRNA}{messenger RNA}
  67. \newabbreviation{ncRNA}{ncRNA}{non-coding RNA}
  68. \newabbreviation{APC}{APC}{antigen-presenting cell}
  69. \newabbreviation{TCR}{TCR}{T-cell receptor}
  70. \newabbreviation{MHC}{MHC}{major histocompatability complex}
  71. %% TODO
  72. %% Do these after writing a section on MSC
  73. \newabbreviation{MSC}{MSC}{mesenchymal stem cell}
  74. \newabbreviation{IFNg}{IFN\textgamma}{interferon gamma}
  75. %% cyno?
  76. %% These are just here as examples
  77. \newabbreviation{XML}{XML}{eXtensible Markup Language}
  78. \newabbreviation{HTML}{HTML}{Hyper-Text Markup Language}
  79. %% Local Variables:
  80. %% major-mode: LaTeX
  81. %% End: