abbrevs.tex 3.5 KB

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