Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. documentclass{article}
  2.  
  3.  
  4. usepackage{ragged2e}
  5. usepackage{tabularx, makecell}
  6. setlength{extrarowheight}{2pt}
  7. setlength{tabcolsep}{3pt}%
  8.  
  9. begin{document}
  10.  
  11.  
  12. begin{center}
  13. begin{tabular}{ l | l }
  14. hline
  15. Symbols& Description\ hline
  16. N& The number of SNPs \ hline
  17. n& The number of patients \ hline
  18. X_i&$i$th SNP \ hline
  19. Y&the endpoint \hline
  20. beta_i&Effect size for$i$th SNP \hline
  21. p_{i+}&The probability $X_i=1$ given $Y =+1$ \hline
  22. p_{i-}&The probability $X_i=1 $given $Y =-1$ \hline
  23. n_{+}&The number of patients experience toxicity \hline
  24. n_{-}&The number of patients do not experience toxicity \hline
  25. Z_{i+}&The number of patient has a major allele for $i$th SNP given that patient experience toxicity \hline
  26. Z_{i-}& makecell{The number of patient has a minor allele for $i$th SNP given that patient do not experience toxicity} \hline}
  27. hline
  28. caption{Summary of notations}
  29. end{tabular}
  30. end{center}
  31. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement