abbrevs.tex 3.4 KB

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