\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{jh89614} \pdfinfo{ /Title (genetics-and-molecular-biology.pdf) /Creator (Cheatography) /Author (jh89614) /Subject (Genetics and Molecular Biology Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{0CC22A} \definecolor{LightBackground}{HTML}{EFFBF1} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Genetics and Molecular Biology Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{jh89614} via \textcolor{DarkBackground}{\uline{cheatography.com/34484/cs/10995/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}jh89614 \\ \uline{cheatography.com/jh89614} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 27th February, 2017.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Structure of DNA}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{-DNA is a double helix} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{-DNA consists of 2 strands that run antiparallel} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{-one strand run 5' to 3' the other strand runs 3' to 5'} \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{-DNA is a polymer consisting of repeating units of nucleotides} \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{-Nucleotides consists of a 5-carbon sugar, phosphate, and nitrogen base} \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{-4 nitrogen bases: adenine + thymine / cytosine + guanine} \tn % Row Count 10 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{-nitrogenous bases are paired together by hydrogen bonds} \tn % Row Count 12 (+ 2) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{-a chromatin is when DNA combines with histones (proteins)} \tn % Row Count 14 (+ 2) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{-a nucleosomes is when double helix of DNA wraps around a core of histones} \tn % Row Count 16 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Mendel's Laws}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Law of Segregation}} & {\bf{Law of Independent Assortment}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} -law of segregation states that the 2 alleles of heritable character separate and segregate during gamete formation and end up in different gametes & -law of independent assortment states that each pair of alleles segregates independently into gametes \tn % Row Count 10 (+ 8) % Row 2 \SetRowColor{LightBackground} -this law accounts for the 3:1 ratio that Mendel noticed in the F2 generation & -Mendel identified this law by following 2 characteristics at the same time (dihybrid cross) \tn % Row Count 15 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.28 cm} x{2.66 cm} x{2.66 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Scientists}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{scientists}} & {\bf{experiment}} & {\bf{conclusion}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Frederick Griffith & he injected mice with different strands of pneumococcus & somehow the R strand transformed into S strain by the transforming principle \tn % Row Count 8 (+ 6) % Row 2 \SetRowColor{LightBackground} Oswald Avery & He exposed the R strand of pneumococcus to streptococcus to purify the S strain protein & \tn % Row Count 15 (+ 7) % Row 3 \SetRowColor{white} Alfred Hershey \& Martha Chase & They used radioactive sulfur and phosphorus to determine if protein or DNA was the transforming principle using \seqsplit{bacteriophages} & the phage coat packages and delivers phage DNA into bacteria and that DNA carries the instructions needed to replicate the phages in the bacteria. DNA is the genetic material \tn % Row Count 28 (+ 13) % Row 4 \SetRowColor{LightBackground} Erwin Chargaff & worked with nitrogenous bases to determine structure of DNA & he concluded his two rules: purines go with pyrimidines and all species have different amount of nitrogenous bases \tn % Row Count 37 (+ 9) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.28 cm} x{2.66 cm} x{2.66 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Scientists (cont)}} \tn % Row 5 \SetRowColor{LightBackground} James Watson \& Francis Crick & studied Franklin's X rays of the structure of DNA & DNA is a double helix \tn % Row Count 4 (+ 4) % Row 6 \SetRowColor{white} Rosalind Franklin \& Maurice Watkins & used X-ray \seqsplit{crystallography} to complete experiment & the X ray proved DNA to be a helix \tn % Row Count 8 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{DNA Replication}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/jh89614_1488236915_DNA replication.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.56 cm} x{5.44 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Vocab}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{alleles}} & any of the alternative versions of a gene \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{character}} & an observable heritable feature \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{dominant allele}} & an allele that is fully expressed in phenotype of a heterozygote \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} {\bf{F1 generation}} & the first filial, or hybrid, offspring in a series of a genetic cross (children) \tn % Row Count 10 (+ 3) % Row 4 \SetRowColor{LightBackground} {\bf{genotype}} & genetic makeup, or set of alleles, of an organism \tn % Row Count 12 (+ 2) % Row 5 \SetRowColor{white} {\bf{heterozygous}} & having two different alleles for a given gene \tn % Row Count 14 (+ 2) % Row 6 \SetRowColor{LightBackground} {\bf{homozygous}} & having two identical alleles for a given gene \tn % Row Count 16 (+ 2) % Row 7 \SetRowColor{white} {\bf{linked genes}} & genes located close enough together, on a chromsome that they tend to be inherited together \tn % Row Count 20 (+ 4) % Row 8 \SetRowColor{LightBackground} {\bf{P generation}} & the original organism that you started studying (parents) \tn % Row Count 23 (+ 3) % Row 9 \SetRowColor{white} {\bf{phenotype}} & the physical characteristics of an organisms, which are determined by genotype \tn % Row Count 26 (+ 3) % Row 10 \SetRowColor{LightBackground} {\bf{trait}} & a detectable variant in a genetic character \tn % Row Count 28 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Mendel's experiment}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Facts}} & {\bf{Advantages of Garden Pea}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} -mendel discovered the basic principles of heredity by breeding garden peas & -available in many varieties \tn % Row Count 6 (+ 4) % Row 2 \SetRowColor{LightBackground} -experiment started with varities that were true-breeding & -distinct heritable traits \tn % Row Count 9 (+ 3) % Row 3 \SetRowColor{white} -F2 plants revealed 2nd law of segregation and the law of independent assortment & -pea plants can be controlled by cutting off stamen \tn % Row Count 13 (+ 4) % Row 4 \SetRowColor{LightBackground} & -each pea plants have male \& female organs \tn % Row Count 16 (+ 3) % Row 5 \SetRowColor{white} & -Mendel could cross-fertilize to produce many progeny \tn % Row Count 19 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Non-Mendalion Genetics}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Incomplete Dominance}} & when two alleles of the same gene blend together EX: pink flower \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} {\bf{Epistasis}} & when one gene depends on another gene for it to be expressed \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} {\bf{Sex-linked Genes}} & genes found only on the sex chromsomes; mainly found on X chromosome because X is larger \tn % Row Count 10 (+ 4) % Row 3 \SetRowColor{white} {\bf{Co-dominance}} & when two genes work together and both show through EX: speckled chicken \tn % Row Count 13 (+ 3) % Row 4 \SetRowColor{LightBackground} {\bf{Polygenic Trait}} & many genes control one trait \tn % Row Count 15 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.8 cm} x{1.8 cm} x{1.8 cm} x{1.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{8.4cm}}{\bf\textcolor{white}{DNA Replication in Eukaryotes}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{4}{x{8.4cm}}{There are 4 main steps in replication: initiation, elongation, termination, and proof-reading} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} 1) \seqsplit{replication} begins at origin of \seqsplit{replication}, where 2 strands of DNA seperate to form \seqsplit{replication} bubbles & 2) bubble expands as \seqsplit{replication} proceeds in both \seqsplit{directions} at once & 3) at each end of the \seqsplit{replication} bubble is a \seqsplit{replication} fork. \seqsplit{Eventually}, \seqsplit{replication} bubbles fuse & 4) the enzyme DNA \seqsplit{polymerase} catalyzes the \seqsplit{antiparallel} \seqsplit{elongation} of the new DNA strands \tn % Row Count 13 (+ 11) % Row 2 \SetRowColor{LightBackground} 5) DNA \seqsplit{polymerase} builds a new strand (going 5' to 3') by moving along the template strand and pushing the \seqsplit{replication} fork ahead of it. & 6) DNA \seqsplit{polymerase} cannot initiate synthesis, it can only add \seqsplit{nucleotides} to the 3' end of the \seqsplit{preexisting} chain. This \seqsplit{preexisting} chain consists of RNA and is called RNA primer. A Primer ( which is a enzyme) makes the primer by joining together RNA \seqsplit{nucleotides} & 7) DNA \seqsplit{polymerase} \seqsplit{replicates} the 2 original strands of DNA \seqsplit{differently}. although it builds both new strands in the 5' to 3' direction & 8) The leading strand forms toward the \seqsplit{replication} fork in a linear fashion \tn % Row Count 39 (+ 26) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{1.8 cm} x{1.8 cm} x{1.8 cm} x{1.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{8.4cm}}{\bf\textcolor{white}{DNA Replication in Eukaryotes (cont)}} \tn % Row 3 \SetRowColor{LightBackground} 9) the lagging strand forms in the direction away from the \seqsplit{replication} fork in a series of fragments called Okazaki fragments & 10) helicases (which are enzymes) untwist the double helix at the \seqsplit{replication} fork. Helicases seperate the 2 parental strands, making the strands available & 11) The \seqsplit{single-stranded} biding proteins hold the 2 DNA strands apart & 12) \seqsplit{Topoisomerases} lessen the tension on the tightly wound helix by breaking, swiveling, and rejoining the DNA strands \tn % Row Count 16 (+ 16) % Row 4 \SetRowColor{white} 13) DNA \seqsplit{polymerase} proof reads the work of matching the right \seqsplit{nucleotides} together (adenine + \seqsplit{thymine//guanine+} cytosine) & 14) damaged regions of DNA are excised by DNA nuclease & 15) each time DNA \seqsplit{replicates} some \seqsplit{nucleotides} from the end of the \seqsplit{chromosomes} are lost. To prevent the lost of genes, \seqsplit{eukaryotes} have specific \seqsplit{nucleotide} sequences (TTAGGG) at the end of \seqsplit{chromsomes} that repeat & 16) these \seqsplit{protective} ends are called \seqsplit{telomeres.} telomeres are created and \seqsplit{maintained} by the enzyme \seqsplit{telomerase} \tn % Row Count 37 (+ 21) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{1.8 cm} x{1.8 cm} x{1.8 cm} x{1.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{8.4cm}}{\bf\textcolor{white}{DNA Replication in Eukaryotes (cont)}} \tn % Row 5 \SetRowColor{LightBackground} \mymulticolumn{4}{x{8.4cm}}{17) Body cells conatin little telomerase, so every time DNA replicates, the telomeres get shorter} \tn % Row Count 2 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}