diff --git a/.Rbuildignore b/.Rbuildignore index ede4d94..c5c3035 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -18,3 +18,4 @@ ^examples$ ^R/proteinDomain.R$ ^LICENSE\.md$ +^vignettes/ diff --git a/docs/chart_themes.html b/docs/chart_themes.html new file mode 100644 index 0000000..e9dd53f --- /dev/null +++ b/docs/chart_themes.html @@ -0,0 +1,2838 @@ + + + + + + + + + + + + + + + +G3viz: chart themes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+ +
+ + + + + + + +

The g3viz package contains 8 ready-to-use chart schemes: +default, blue, simple, cbioportal, +nature, nature2, ggplot2, and +dark.

+
# read data
+mutation.dat <- readMAF("tables/tp53-msk_impact_2017.tsv", sep="\t")
+
+

1 default +theme

+
chart.options = g3Lollipop.theme(
+      theme.name = "default",
+      title.text = "default theme title",
+      y.axis.label = "y-label",
+      legend.title = "legend-title")
+
+g3Lollipop(mutation.dat,
+           plot.options = chart.options,
+           btn.style = "blue",
+           gene.symbol = "TP53")
+#> Factor is set to Mutation_Class
+
+ +
+
+

2 blue +theme

+
g3Lollipop(mutation.dat,
+           plot.options =
+             g3Lollipop.theme(theme.name = "blue",
+                              title.text = "blue theme title",
+                              y.axis.label = "y-label",
+                              legend.title = "legend-title"),
+           btn.style = "blue",
+           gene.symbol = "TP53")
+#> Factor is set to Mutation_Class
+
+ +
+
+

3 simple +theme

+
g3Lollipop(mutation.dat,
+           plot.options =
+             g3Lollipop.theme(theme.name = "simple",
+                              title.text = "simple theme title",
+                              y.axis.label = "y-label",
+                              legend.title = "legend-title"),
+           btn.style = "blue",
+           gene.symbol = "TP53")
+#> Factor is set to Mutation_Class
+
+ +
+
+

4 cbioportal +theme

+
g3Lollipop(mutation.dat,
+           plot.options =
+             g3Lollipop.theme(theme.name = "cbioportal",
+                              title.text = "cbioportal theme title",
+                              y.axis.label = "y-label",
+                              legend.title = "legend-title"),
+           btn.style = "blue",
+           gene.symbol = "TP53")
+#> Factor is set to Mutation_Class
+
+ +
+
+

5 nature +theme

+
g3Lollipop(mutation.dat,
+           plot.options =
+             g3Lollipop.theme(theme.name = "nature",
+                              title.text = "nature theme title",
+                              y.axis.label = "y-label",
+                              legend.title = "legend-title"),
+           btn.style = "blue",
+           gene.symbol = "TP53")
+#> Factor is set to Mutation_Class
+
+ +
+
+

6 nature2 +theme

+

+g3Lollipop(mutation.dat,
+           plot.options =
+             g3Lollipop.theme(theme.name = "nature2",
+                              title.text = "nature2 theme title",
+                              y.axis.label = "y-label",
+                              legend.title = "legend-title"),
+           btn.style = "blue",
+           gene.symbol = "TP53")
+#> Factor is set to Mutation_Class
+
+ +
+
+

7 ggplot2 +theme

+
g3Lollipop(mutation.dat,
+           plot.options =
+             g3Lollipop.theme(theme.name = "ggplot2",
+                              title.text = "ggplot2 theme title",
+                              y.axis.label = "y-label",
+                              legend.title = "legend-title"),
+           btn.style = "blue",
+           gene.symbol = "TP53")
+#> Factor is set to Mutation_Class
+
+ +
+
+

8 dark +theme

+
g3Lollipop(mutation.dat,
+           plot.options =
+             g3Lollipop.theme(theme.name = "dark",
+                              title.text = "dark theme title",
+                              y.axis.label = "y-label",
+                              legend.title = "legend-title"),
+           btn.style = "blue",
+           gene.symbol = "TP53")
+#> Factor is set to Mutation_Class
+
+ +
+ + + +
+
+ +
+ + + + + + + + + + + + + + + + diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..5134454 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,4205 @@ + + + + + + + + + + + + + + + +G3viz: an R package to interactively visualize genetic mutation data using a lollipop-diagram + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+ +
+ + + + + + + +
+

1 +Introduction

+

Intuitively and effectively visualizing genetic mutation data can +help researchers to better understand genomic data and validate +findings. G3viz is an R package which provides an +easy-to-use lollipop-diagram tool. It enables users to interactively +visualize detailed translational effect of genetic mutations in RStudio +or a web browser, without having to know any HTML5/JavaScript +technologies.

+

The features of g3viz include

+ +

↥ back to top

+
+
+

2 +Install g3viz

+

Install from R repository

+
# install package
+install.packages("g3viz", repos = "http://cran.us.r-project.org")
+

or install development version from github

+
# Check if "devtools" installed
+if("devtools" %in% rownames(installed.packages()) == FALSE){ 
+  install.packages("devtools")
+}
+
+# install from github
+devtools::install_github("g3viz/g3viz")
+

↥ back to top

+
+
+

3 +Quick Start

+
# load g3viz package
+library(g3viz)
+
+

3.1 +Example 1: Visualize genetic mutation data from +MAF file

+

Mutation Annotation Format (MAF) +is a commonly-used tab-delimited text file for storing aggregated +mutation information. It could be generated from VCF +file using tools like vcf2maf. Translational +effect of variant alleles in MAF files are usually in the +column named Variant_Classification or +Mutation_Type (i.e., Frame_Shift_Del, +Split_Site). In this example, the somatic mutation data of +the TCGA-BRCA study was originally downloaded from the GDC Data +Portal.

+
# System file
+maf.file <- system.file("extdata", "TCGA.BRCA.varscan.somatic.maf.gz", package = "g3viz")
+
+# ============================================
+# Read in MAF file
+#   In addition to read data in, g3viz::readMAF function does
+#     1. parse "Mutation_Class" information from the "Variant_Classification"
+#        column (also named "Mutation_Type" in some files)
+#     2. parse "AA_position" (amino-acid position) from the "HGVSp_Short" column 
+#        (also named "amino_acid_change" in some files) (e.g., p.Q136P)
+# ============================================
+mutation.dat <- readMAF(maf.file)
+

+
# ============================================
+# Chart 1
+# "default" chart theme
+# ============================================
+chart.options <- g3Lollipop.theme(theme.name = "default",
+                                  title.text = "PIK3CA gene (default theme)")
+
+g3Lollipop(mutation.dat,
+           gene.symbol = "PIK3CA",
+           plot.options = chart.options,
+           output.filename = "default_theme")
+#> Factor is set to Mutation_Class
+#> legend title is set to Mutation_Class
+
+ +

+

↥ back to top

+
+
+

3.2 +Example 2: visualize genetic mutation data from +CSV or TSV file

+

In this example, we read genetic mutation data from CSV +or TSV files, and visualize it using some customized chart options. Note this is equivalent to +dark chart theme.

+

+
# load data
+mutation.csv <- system.file("extdata", "ccle.csv", package = "g3viz")
+
+# ============================================
+# read in data
+#   "gene.symbol.col"    : column of gene symbol
+#   "variant.class.col"  : column of variant class
+#   "protein.change.col" : colum of protein change column
+# ============================================
+mutation.dat <- readMAF(mutation.csv,
+                        gene.symbol.col = "Hugo_Symbol",
+                        variant.class.col = "Variant_Classification",
+                        protein.change.col = "amino_acid_change",
+                        sep = ",")  # column-separator of csv file
+
+# set up chart options
+plot.options <- g3Lollipop.options(
+  # Chart settings
+  chart.width = 600,
+  chart.type = "pie",
+  chart.margin = list(left = 30, right = 20, top = 20, bottom = 30),
+  chart.background = "#d3d3d3",
+  transition.time = 300,
+  # Lollipop track settings
+  lollipop.track.height = 200,
+  lollipop.track.background = "#d3d3d3",
+  lollipop.pop.min.size = 1,
+  lollipop.pop.max.size = 8,
+  lollipop.pop.info.limit = 5.5,
+  lollipop.pop.info.dy = "0.24em",
+  lollipop.pop.info.color = "white",
+  lollipop.line.color = "#a9A9A9",
+  lollipop.line.width = 3,
+  lollipop.circle.color = "#ffdead",
+  lollipop.circle.width = 0.4,
+  lollipop.label.ratio = 2,
+  lollipop.label.min.font.size = 12,
+  lollipop.color.scheme = "dark2",
+  highlight.text.angle = 60,
+  # Domain annotation track settings
+  anno.height = 16,
+  anno.margin = list(top = 0, bottom = 0),
+  anno.background = "#d3d3d3",
+  anno.bar.fill = "#a9a9a9",
+  anno.bar.margin = list(top = 4, bottom = 4),
+  domain.color.scheme = "pie5",
+  domain.margin = list(top = 2, bottom = 2),
+  domain.text.color = "white",
+  domain.text.font = "italic 8px Serif",
+  # Y-axis label
+  y.axis.label = "# of TP53 gene mutations",
+  axis.label.color = "#303030",
+  axis.label.alignment = "end",
+  axis.label.font = "italic 12px Serif",
+  axis.label.dy = "-1.5em",
+  y.axis.line.color = "#303030",
+  y.axis.line.width = 0.5,
+  y.axis.line.style = "line",
+  y.max.range.ratio = 1.1,
+  # Chart title settings
+  title.color = "#303030",
+  title.text = "TP53 gene (customized chart options)",
+  title.font = "bold 12px monospace",
+  title.alignment = "start",
+  # Chart legend settings
+  legend = TRUE,
+  legend.margin = list(left=20, right = 0, top = 10, bottom = 5),
+  legend.interactive = TRUE,
+  legend.title = "Variant classification",
+  # Brush selection tool
+  brush = TRUE,
+  brush.selection.background = "#F8F8FF",
+  brush.selection.opacity = 0.3,
+  brush.border.color = "#a9a9a9",
+  brush.border.width = 1,
+  brush.handler.color = "#303030",
+  # tooltip and zoom
+  tooltip = TRUE,
+  zoom = TRUE
+)
+
+g3Lollipop(mutation.dat,
+           gene.symbol = "TP53",
+           protein.change.col = "amino_acid_change",
+           btn.style = "blue", # blue-style chart download buttons
+           plot.options = plot.options,
+           output.filename = "customized_plot")
+#> Factor is set to Mutation_Class
+
+ +

↥ back to top

+
+
+

3.3 +Example 3: visualize genetic mutation data from +cBioPortal

+

cBioPortal provides download +for many cancer genomics data sets. g3viz has a convenient +way to retrieve data directly from this portal.

+

In this example, we first retrieve genetic mutation data of +TP53 gene for the msk_impact_2017 +study, and then visualize the data using the built-in +cbioportal theme, to miminc cBioPortal’s mutation_mapper.

+

+
# Retrieve mutation data of "msk_impact_2017" from cBioPortal
+mutation.dat <- getMutationsFromCbioportal("msk_impact_2017", "TP53")
+#> The Entrez Gene ID for TP53 is: 7157
+#> Found mutation dataset for msk_impact_2017: msk_impact_2017_mutations
+
+# "cbioportal" chart theme
+plot.options <- g3Lollipop.theme(theme.name = "cbioportal",
+                                 title.text = "TP53 gene (cbioportal theme)",
+                                 y.axis.label = "# of TP53 Mutations")
+
+g3Lollipop(mutation.dat,
+           gene.symbol = "TP53",
+           btn.style = "gray", # gray-style chart download buttons
+           plot.options = plot.options,
+           output.filename = "cbioportal_theme")
+#> Factor is set to Mutation_Class
+#> legend title is set to Mutation_Class
+
+ +
+

3.3.0.1 Note:

+
    +
  • Internet access is required to download data from cBioPortal. This may take more +than 10 seconds, or sometimes it may fail.
  • +
  • To check what studies are available on cBioPortal
  • +
  • cBioPortalData or cBioPortal R packages +are not stable recently. Therefore, we query the mutation data from +cBioPortal directly using API. This feature may change in +later version.
  • +
+

↥ back to top

+
+
+
+
+

4 +Usage

+
+

4.1 +Read data

+

In g3viz, annotated mutation data can be loaded in three +ways

+
    +
  1. from MAF +file, as in Example 1.

  2. +
  3. from CSV or TSV files, as in Example 2.

  4. +
  5. from cBioPortal +(internet access required), as in Example 3.

  6. +
+

↥ back to top

+
+
+

4.2 +Map mutation type to mutation class

+

In addition to reading mutation data, readMAF or +getMutationFromCbioportal functions also map mutation type +to mutation class and generate a Mutation_Class column by +default. Mutation type is usually in the column of +Variant_Classification or Mutation_Type. The +default mapping table is,

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Mutation_Type + +Mutation_Class + +Short_Name +
+Inframe +
+In_Frame_Del + +Inframe + +IF del +
+In_Frame_Ins + +Inframe + +IF ins +
+Silent + +Inframe + +Silent +
+Targeted_Region + +Inframe + +IF +
+Missense +
+Missense_Mutation + +Missense + +Missense +
+Truncating +
+Frame_Shift + +Truncating + +FS +
+Frame_Shift_Del + +Truncating + +FS del +
+Frame_Shift_Ins + +Truncating + +FS ins +
+Nonsense_Mutation + +Truncating + +Nonsense +
+Nonstop_Mutation + +Truncating + +Nonstop +
+Splice_Region + +Truncating + +Splice +
+Splice_Site + +Truncating + +Splice +
+Other +
+3’Flank + +Other + +3’Flank +
+3’UTR + +Other + +3’UTR +
+5’Flank + +Other + +5’Flank +
+5’UTR + +Other + +5’UTR +
+De_novo_Start_InFrame + +Other + +de_novo_start_inframe +
+De_novo_Start_OutOfFrame + +Other + +de_novo_start_outofframe +
+Fusion + +Other + +Fusion +
+IGR + +Other + +IGR +
+Intron + +Other + +Intron +
+lincRNA + +Other + +lincRNA +
+RNA + +Other + +RNA +
+Start_Codon_Del + +Other + +Nonstart +
+Start_Codon_Ins + +Other + +start_codon_ins +
+Start_Codon_SNP + +Other + +Nonstart +
+Translation_Start_Site + +Other + +TSS +
+Unknown + +Other + +Unknown +
+

↥ back to top

+
+
+

4.3 +Retrieve Pfam domain inforamtion

+

Given a HUGO gene symbol, +users can either use hgnc2pfam function to retrieve Pfam protein domain information first +or use all-in-one g3Lollipop function to directly create +lollipop-diagram. In case that the given gene has multiple isoforms, +hgnc2pfam returns all UniProt entries, and users can +specify one using the corresponding UniProt entry. If +attribute guess is TRUE, the Pfam domain +information of the longest UniProt entry is returned.

+
# Example 1: TP53 has a single UniProt entry
+hgnc2pfam("TP53", output.format = "list")
+#> $symbol
+#> [1] "TP53"
+#> 
+#> $uniprot
+#> [1] "P04637"
+#> 
+#> $length
+#> [1] 393
+#> 
+#> $pfam
+#>      hmm.acc     hmm.name start end   type
+#> 5350 PF08563      P53_TAD     6  30  Motif
+#> 5349 PF18521         TAD2    35  59  Motif
+#> 5351 PF00870          P53    99 289 Domain
+#> 5348 PF07710 P53_tetramer   319 358  Motif
+
+# Example 2: GNAS has multiple UniProt entries
+#   `guess = TRUE`: the Pfam domain information of the longest 
+#                   UniProt protein is returned
+hgnc2pfam("GNAS", guess = TRUE)
+#> GNAS maps to multiple UniProt entries: 
+#>  symbol uniprot length
+#>    GNAS  O95467    245
+#>    GNAS  P63092    394
+#>    GNAS  P84996    626
+#>    GNAS  Q5JWF2   1037
+#> Warning in hgnc2pfam("GNAS", guess = TRUE): Pick: Q5JWF2
+#> {"symbol":"GNAS","uniprot":"Q5JWF2","length":1037,"pfam":[{"hmm.acc":"PF00503","hmm.name":"G-alpha","start":663,"end":1026,"type":"Domain"}]}
+

↥ back to top

+
+
+

4.4 +Chart themes

+

The g3viz package contains 8 ready-to-use chart schemes: +default, blue, simple, cbioportal, +nature, nature2, ggplot2, and dark. +Check this tutorial for examples and +usage.

+

↥ back to top

+
+
+

4.5 + Color schemes

+

Figure 1 demonstrates all color +schemes that g3viz supports for lollipop-pops and Pfam +domains.

+ +
+**Figure 1.** List of color schemes supported by `g3viz` +

+Figure 1. List of color schemes supported by +g3viz +

+
+

↥ back to top

+
+
+

4.6 + Chart options

+

Chart options can be specified using +g3Lollipop.options() function (see example +2). Here is the full list of chart options,

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Chart options of g3viz +
+Option + +Description +
+Chart settings +
+chart.width + +chart width in px. Default 800. +
+chart.type + +pop type, pie or circle. Default +pie. +
+chart.margin + +specify chart margin in list format. Default +list(left = 40, right = 20, top = 15, bottom = 25). +
+chart.background + +chart background. Default transparent. +
+transition.time + +chart animation transition time in millisecond. Default +600. +
+Lollipop track settings +
+lollipop.track.height + +height of lollipop track. Default 420. +
+lollipop.track.background + +background of lollipop track. Default rgb(244,244,244). +
+lollipop.pop.min.size + +lollipop pop minimal size in px. Default 2. +
+lollipop.pop.max.size + +lollipop pop maximal size in px. Default 12. +
+lollipop.pop.info.limit + +threshold of lollipop pop size to show count information in middle of +pop. Default 8. +
+lollipop.pop.info.color + +lollipop pop information text color. Default #EEE. +
+lollipop.pop.info.dy + +y-axis direction text adjustment of lollipop pop information. Default +-0.35em. +
+lollipop.line.color + +lollipop line color. Default rgb(42,42,42). +
+lollipop.line.width + +lollipop line width. Default 0.5. +
+lollipop.circle.color + +lollipop circle border color. Default wheat. +
+lollipop.circle.width + +lollipop circle border width. Default 0.5. +
+lollipop.label.ratio + +lollipop click-out label font size to circle size ratio. Default +1.4. +
+lollipop.label.min.font.size + +lollipop click-out label minimal font size. Default 10. +
+lollipop.color.scheme + +color scheme to fill lollipop pops. Default accent. Check +color schemes for details. +
+highlight.text.angle + +the rotation angle of on-click highlight text in degree. Default +90. +
+Domain annotation track settings +
+anno.height + +height of protein structure annotation track. Default 30. +
+anno.margin + +margin of protein structure annotation track. Default +list(top = 4, bottom = 0). +
+anno.background + +background of protein structure annotation track. Default +transparent. +
+anno.bar.fill + +background of protein bar in protein structure annotation track. Default +#E5E3E1. +
+anno.bar.margin + +margin of protein bar in protein structure annotation track. Default +list(top = 2, bottom = 2). +
+domain.color.scheme + +color scheme of protein domains. Default category10. Check +color schemes for details. +
+domain.margin + +margin of protein domains. Default +list(top = 0, bottom = 0). +
+domain.text.font + +domain label text font in shorthand format. Default +normal 11px Arial. +
+domain.text.color + +domain label text color. Default #F2F2F2. +
+Y-axis settings +
+y.axis.label + +Y-axis label text. Default # of mutations. +
+axis.label.font + +css font style shorthand (font-style font-variant font-weight +font-size/line-height font-family). Default +normal 12px Arial. +
+axis.label.color + +axis label text color. Default #4f4f4f. +
+axis.label.alignment + +axis label text alignment (start/end/middle). Default +middle +
+axis.label.dy + +text adjustment of axis label text. Default -2em. +
+y.axis.line.color + +color of y-axis in-chart lines (ticks). Default #c4c8ca. +
+y.axis.line.style + +style of y-axis in-chart lines (ticks), dash or +line. Default dash. +
+y.axis.line.width + +width of y-axis in-chart lines (ticks). Default 1. +
+y.max.range.ratio + +ratio of y-axis range to data value range. Default 1.1. +
+Chart title settings +
+title.text + +title of chart. Default ““. +
+title.font + +font of chart title. Default normal 16px Arial. +
+title.color + +color of chart title. Default #424242. +
+title.alignment + +text alignment of chart title (start/middle/end). Default +middle. +
+title.dy + +text adjustment of chart title. Default 0.35em. +
+Chart legend settings +
+legend + +if show legend. Default TRUE. +
+legend.margin + +legend margin in list format. Default +list(left = 10, right = 0, top = 5, bottom = 5). +
+legend.interactive + +legend interactive mode. Default TRUE. +
+legend.title + +legend title. If NA, use factor name as +factor.col. Default is NA. +
+Brush selection tool settings +
+brush + +if show brush. Default TRUE. +
+brush.selection.background + +background color of selection brush. Default #666. +
+brush.selection.opacity + +background opacity of selection brush. Default 0.2. +
+brush.border.color + +border color of selection brush. Default #969696. +
+brush.handler.color + +color of left and right handlers of selection brush. Default +#333. +
+brush.border.width + +border width of selection brush. Default 1. +
+Tooltip and zoom tools +
+tooltip + +if show tooltip. Default TRUE. +
+zoom + +if enable zoom feature. Default TRUE. +
+

↥ back to top

+
+
+

4.7 +Save chart as HTML

+

g3Lollipop also renders two buttons over the +lollipop-diagram, allowing to save the resulting chart in PNG or +vector-based SVG file. To save chart programmatically as HTML, you can +use htmlwidgets::saveWidget function.

+
chart <- g3Lollipop(mutation.dat,
+                    gene.symbol = "TP53",
+                    protein.change.col = "amino_acid_change",
+                    plot.options = plot.options)
+htmlwidgets::saveWidget(chart, "g3lollipop_chart.html")
+

↥ back to top

+
+
+
+

5 +Session Info

+
sessionInfo()
+#> R version 4.2.1 (2022-06-23)
+#> Platform: x86_64-apple-darwin17.0 (64-bit)
+#> Running under: macOS 14.6.1
+#> 
+#> Matrix products: default
+#> LAPACK: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRlapack.dylib
+#> 
+#> locale:
+#> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
+#> 
+#> attached base packages:
+#> [1] stats4    stats     graphics  grDevices utils     datasets  methods   base     
+#> 
+#> other attached packages:
+#>  [1] cBioPortalData_2.8.2        MultiAssayExperiment_1.22.0 SummarizedExperiment_1.26.1 Biobase_2.56.0             
+#>  [5] GenomicRanges_1.48.0        GenomeInfoDb_1.32.4         IRanges_2.30.1              S4Vectors_0.34.0           
+#>  [9] BiocGenerics_0.42.0         MatrixGenerics_1.8.1        matrixStats_1.3.0           AnVIL_1.8.7                
+#> [13] dplyr_1.1.4                 kableExtra_1.4.0            knitr_1.48                  rmarkdown_2.28             
+#> [17] g3viz_1.2.0                
+#> 
+#> loaded via a namespace (and not attached):
+#>   [1] bitops_1.0-8              bit64_4.0.5               progress_1.2.3            filelock_1.0.3            httr_1.4.7               
+#>   [6] GenomicDataCommons_1.20.3 tools_4.2.1               bslib_0.8.0               utf8_1.2.4                R6_2.5.1                 
+#>  [11] DBI_1.2.3                 colorspace_2.1-1          prettyunits_1.2.0         TCGAutils_1.16.1          tidyselect_1.2.1         
+#>  [16] bit_4.0.5                 curl_5.2.1                compiler_4.2.1            rvest_1.0.4               httr2_1.0.3              
+#>  [21] cli_3.6.3                 formatR_1.14              xml2_1.3.6                DelayedArray_0.22.0       rtracklayer_1.56.1       
+#>  [26] sass_0.4.9                scales_1.3.0              readr_2.1.5               rappdirs_0.3.3            rapiclient_0.1.6         
+#>  [31] RCircos_1.2.2             Rsamtools_2.12.0          systemfonts_1.1.0         stringr_1.5.1             digest_0.6.37            
+#>  [36] svglite_2.1.3             XVector_0.36.0            pkgconfig_2.0.3           htmltools_0.5.8.1         dbplyr_2.5.0             
+#>  [41] fastmap_1.2.0             limma_3.52.4              highr_0.11                htmlwidgets_1.6.4         rlang_1.1.2              
+#>  [46] rstudioapi_0.16.0         RSQLite_2.3.7             BiocIO_1.6.0              jquerylib_0.1.4           generics_0.1.3           
+#>  [51] jsonlite_1.8.8            BiocParallel_1.30.4       RCurl_1.98-1.13           magrittr_2.0.3            GenomeInfoDbData_1.2.8   
+#>  [56] futile.logger_1.4.3       Matrix_1.5-4.1            Rcpp_1.0.13               munsell_0.5.1             fansi_1.0.6              
+#>  [61] lifecycle_1.0.4           stringi_1.8.4             yaml_2.3.10               RaggedExperiment_1.20.1   RJSONIO_1.3-1.9          
+#>  [66] zlibbioc_1.42.0           org.Hs.eg.db_3.15.0       BiocFileCache_2.4.0       grid_4.2.1                blob_1.2.4               
+#>  [71] parallel_4.2.1            crayon_1.5.3              lattice_0.22-6            Biostrings_2.64.1         splines_4.2.1            
+#>  [76] GenomicFeatures_1.48.4    hms_1.1.3                 KEGGREST_1.36.3           pillar_1.9.0              rjson_0.2.21             
+#>  [81] codetools_0.2-20          biomaRt_2.52.0            futile.options_1.0.1      XML_3.99-0.16             glue_1.7.0               
+#>  [86] evaluate_0.24.0           lambda.r_1.2.4            data.table_1.15.4         tzdb_0.4.0                png_0.1-8                
+#>  [91] vctrs_0.6.5               purrr_1.0.2               tidyr_1.3.1               cachem_1.1.0              xfun_0.47                
+#>  [96] restfulr_0.0.15           survival_3.7-0            viridisLite_0.4.2         tibble_3.2.1              RTCGAToolbox_2.26.1      
+#> [101] GenomicAlignments_1.32.1  AnnotationDbi_1.58.0      memoise_2.0.1
+

↥ back to top

+
+ + + +
+
+ +
+ + + + + + + + + + + + + + + + diff --git a/vignettes/introduction.log b/vignettes/introduction.log deleted file mode 100644 index 11a3aa9..0000000 --- a/vignettes/introduction.log +++ /dev/null @@ -1,851 +0,0 @@ -This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex 2018.4.16) 28 JUL 2024 23:35 -entering extended mode - restricted \write18 enabled. - %&-line parsing enabled. -**/Users/xguo/Projects/RESEARCH/g3viz/docs/introduction.tex -(/Users/xguo/Projects/RESEARCH/g3viz/docs/introduction.tex -LaTeX2e <2018-04-01> patch level 2 -Babel <3.18> and hyphenation patterns for 84 language(s) loaded. -(/usr/local/texlive/2018/texmf-dist/tex/latex/base/article.cls -Document Class: article 2014/09/29 v1.4h Standard LaTeX document class -(/usr/local/texlive/2018/texmf-dist/tex/latex/base/size10.clo -File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option) -) -\c@part=\count80 -\c@section=\count81 -\c@subsection=\count82 -\c@subsubsection=\count83 -\c@paragraph=\count84 -\c@subparagraph=\count85 -\c@figure=\count86 -\c@table=\count87 -\abovecaptionskip=\skip41 -\belowcaptionskip=\skip42 -\bibindent=\dimen102 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amsmath.sty -Package: amsmath 2017/09/02 v2.17a AMS math features -\@mathmargin=\skip43 -For additional information on amsmath, use the `?' option. -(/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amstext.sty -Package: amstext 2000/06/29 v2.01 AMS text -(/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amsgen.sty -File: amsgen.sty 1999/11/30 v2.0 generic functions -\@emptytoks=\toks14 -\ex@=\dimen103 -)) (/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amsbsy.sty -Package: amsbsy 1999/11/29 v1.2d Bold Symbols -\pmbraise@=\dimen104 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amsopn.sty -Package: amsopn 2016/03/08 v2.02 operator names -) -\inf@bad=\count88 -LaTeX Info: Redefining \frac on input line 213. -\uproot@=\count89 -\leftroot@=\count90 -LaTeX Info: Redefining \overline on input line 375. -\classnum@=\count91 -\DOTSCASE@=\count92 -LaTeX Info: Redefining \ldots on input line 472. -LaTeX Info: Redefining \dots on input line 475. -LaTeX Info: Redefining \cdots on input line 596. -\Mathstrutbox@=\box26 -\strutbox@=\box27 -\big@size=\dimen105 -LaTeX Font Info: Redeclaring font encoding OML on input line 712. -LaTeX Font Info: Redeclaring font encoding OMS on input line 713. -\macc@depth=\count93 -\c@MaxMatrixCols=\count94 -\dotsspace@=\muskip10 -\c@parentequation=\count95 -\dspbrk@lvl=\count96 -\tag@help=\toks15 -\row@=\count97 -\column@=\count98 -\maxfields@=\count99 -\andhelp@=\toks16 -\eqnshift@=\dimen106 -\alignsep@=\dimen107 -\tagshift@=\dimen108 -\tagwidth@=\dimen109 -\totwidth@=\dimen110 -\lineht@=\dimen111 -\@envbody=\toks17 -\multlinegap=\skip44 -\multlinetaggap=\skip45 -\mathdisplay@stack=\toks18 -LaTeX Info: Redefining \[ on input line 2817. -LaTeX Info: Redefining \] on input line 2818. -) (/usr/local/texlive/2018/texmf-dist/tex/latex/amsfonts/amssymb.sty -Package: amssymb 2013/01/14 v3.01 AMS font symbols -(/usr/local/texlive/2018/texmf-dist/tex/latex/amsfonts/amsfonts.sty -Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support -\symAMSa=\mathgroup4 -\symAMSb=\mathgroup5 -LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' -(Font) U/euf/m/n --> U/euf/b/n on input line 106. -)) (/usr/local/texlive/2018/texmf-dist/tex/generic/iftex/iftex.sty -Package: iftex 2013/04/04 v0.2 Provides if(tex) conditional for PDFTeX, XeTeX, -and LuaTeX -) (/usr/local/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty -Package: fontenc 2017/04/05 v2.0i Standard LaTeX package -(/usr/local/texlive/2018/texmf-dist/tex/latex/base/t1enc.def -File: t1enc.def 2017/04/05 v2.0i Standard LaTeX file -LaTeX Font Info: Redeclaring font encoding T1 on input line 48. -)) (/usr/local/texlive/2018/texmf-dist/tex/latex/base/inputenc.sty -Package: inputenc 2018/04/06 v1.3b Input encoding file -\inpenc@prehook=\toks19 -\inpenc@posthook=\toks20 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/base/textcomp.sty -Package: textcomp 2017/04/05 v2.0i Standard LaTeX package -Package textcomp Info: Sub-encoding information: -(textcomp) 5 = only ISO-Adobe without \textcurrency -(textcomp) 4 = 5 + \texteuro -(textcomp) 3 = 4 + \textohm -(textcomp) 2 = 3 + \textestimated + \textcurrency -(textcomp) 1 = TS1 - \textcircled - \t -(textcomp) 0 = TS1 (full) -(textcomp) Font families with sub-encoding setting implement -(textcomp) only a restricted character set as indicated. -(textcomp) Family '?' is the default used for unknown fonts. -(textcomp) See the documentation for details. -Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 79. -(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1enc.def -File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file -Now handling font encoding TS1 ... -... processing UTF-8 mapping file for font encoding TS1 -(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1enc.dfu -File: ts1enc.dfu 2018/04/05 v1.2c UTF-8 support for inputenc - defining Unicode char U+00A2 (decimal 162) - defining Unicode char U+00A3 (decimal 163) - defining Unicode char U+00A4 (decimal 164) - defining Unicode char U+00A5 (decimal 165) - defining Unicode char U+00A6 (decimal 166) - defining Unicode char U+00A7 (decimal 167) - defining Unicode char U+00A8 (decimal 168) - defining Unicode char U+00A9 (decimal 169) - defining Unicode char U+00AA (decimal 170) - defining Unicode char U+00AC (decimal 172) - defining Unicode char U+00AE (decimal 174) - defining Unicode char U+00AF (decimal 175) - defining Unicode char U+00B0 (decimal 176) - defining Unicode char U+00B1 (decimal 177) - defining Unicode char U+00B2 (decimal 178) - defining Unicode char U+00B3 (decimal 179) - defining Unicode char U+00B4 (decimal 180) - defining Unicode char U+00B5 (decimal 181) - defining Unicode char U+00B6 (decimal 182) - defining Unicode char U+00B7 (decimal 183) - defining Unicode char U+00B9 (decimal 185) - defining Unicode char U+00BA (decimal 186) - defining Unicode char U+00BC (decimal 188) - defining Unicode char U+00BD (decimal 189) - defining Unicode char U+00BE (decimal 190) - defining Unicode char U+00D7 (decimal 215) - defining Unicode char U+00F7 (decimal 247) - defining Unicode char U+0192 (decimal 402) - defining Unicode char U+02C7 (decimal 711) - defining Unicode char U+02D8 (decimal 728) - defining Unicode char U+02DD (decimal 733) - defining Unicode char U+0E3F (decimal 3647) - defining Unicode char U+2016 (decimal 8214) - defining Unicode char U+2020 (decimal 8224) - defining Unicode char U+2021 (decimal 8225) - defining Unicode char U+2022 (decimal 8226) - defining Unicode char U+2030 (decimal 8240) - defining Unicode char U+2031 (decimal 8241) - defining Unicode char U+203B (decimal 8251) - defining Unicode char U+203D (decimal 8253) - defining Unicode char U+2044 (decimal 8260) - defining Unicode char U+204E (decimal 8270) - defining Unicode char U+2052 (decimal 8274) - defining Unicode char U+20A1 (decimal 8353) - defining Unicode char U+20A4 (decimal 8356) - defining Unicode char U+20A6 (decimal 8358) - defining Unicode char U+20A9 (decimal 8361) - defining Unicode char U+20AB (decimal 8363) - defining Unicode char U+20AC (decimal 8364) - defining Unicode char U+20B1 (decimal 8369) - defining Unicode char U+2103 (decimal 8451) - defining Unicode char U+2116 (decimal 8470) - defining Unicode char U+2117 (decimal 8471) - defining Unicode char U+211E (decimal 8478) - defining Unicode char U+2120 (decimal 8480) - defining Unicode char U+2122 (decimal 8482) - defining Unicode char U+2126 (decimal 8486) - defining Unicode char U+2127 (decimal 8487) - defining Unicode char U+212E (decimal 8494) - defining Unicode char U+2190 (decimal 8592) - defining Unicode char U+2191 (decimal 8593) - defining Unicode char U+2192 (decimal 8594) - defining Unicode char U+2193 (decimal 8595) - defining Unicode char U+2329 (decimal 9001) - defining Unicode char U+232A (decimal 9002) - defining Unicode char U+2422 (decimal 9250) - defining Unicode char U+25E6 (decimal 9702) - defining Unicode char U+25EF (decimal 9711) - defining Unicode char U+266A (decimal 9834) - defining Unicode char U+FEFF (decimal 65279) -)) -LaTeX Info: Redefining \oldstylenums on input line 334. -Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 349. -Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 350. -Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 351. -Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 352. -Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 353. -Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 354. -Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 355. -Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 356. -Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 357. -Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 358. -Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 359. -Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 360. -Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 361. -Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 362. -Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 363. -Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 364. -Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 365. -Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 366. -Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 367. -Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 368. -Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 369. -Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 370. -Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 371. -Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 372. - -Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 373. -Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 374. -Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 375. -Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 376. -Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 377. -Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 378. -Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 379. -Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 380. -Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 381. -Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 382. -Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 383. -Package textcomp Info: Setting lmtt sub-encoding to TS1/0 on input line 384. -Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 385. -Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 386. -Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 387. -Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 388. -Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 389. -Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 390. -Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 391. -Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 392. -Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 393. -Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 394. -Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 395. -Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 396. -Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 397. -Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 398. -Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 399. -Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 400. -Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 401. -Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 402. -Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 403. -Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 404. -Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 405. -Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 406. -Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 407. -Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 408. -Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 409. -) (/usr/local/texlive/2018/texmf-dist/tex/latex/lm/lmodern.sty -Package: lmodern 2009/10/30 v1.6 Latin Modern Fonts -LaTeX Font Info: Overwriting symbol font `operators' in version `normal' -(Font) OT1/cmr/m/n --> OT1/lmr/m/n on input line 22. -LaTeX Font Info: Overwriting symbol font `letters' in version `normal' -(Font) OML/cmm/m/it --> OML/lmm/m/it on input line 23. -LaTeX Font Info: Overwriting symbol font `symbols' in version `normal' -(Font) OMS/cmsy/m/n --> OMS/lmsy/m/n on input line 24. -LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal' -(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 25. -LaTeX Font Info: Overwriting symbol font `operators' in version `bold' -(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 26. -LaTeX Font Info: Overwriting symbol font `letters' in version `bold' -(Font) OML/cmm/b/it --> OML/lmm/b/it on input line 27. -LaTeX Font Info: Overwriting symbol font `symbols' in version `bold' -(Font) OMS/cmsy/b/n --> OMS/lmsy/b/n on input line 28. -LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold' -(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 29. -LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' -(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 31. -LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' -(Font) OT1/cmss/m/n --> OT1/lmss/m/n on input line 32. -LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' -(Font) OT1/cmr/m/it --> OT1/lmr/m/it on input line 33. -LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' -(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 34. -LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' -(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 35. -LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' -(Font) OT1/cmss/bx/n --> OT1/lmss/bx/n on input line 36. -LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' -(Font) OT1/cmr/bx/it --> OT1/lmr/bx/it on input line 37. -LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' -(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 38. -) (/usr/local/texlive/2018/texmf-dist/tex/latex/upquote/upquote.sty -Package: upquote 2012/04/19 v1.3 upright-quote and grave-accent glyphs in verba -tim -) (/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype.sty -Package: microtype 2018/01/14 v2.7a Micro-typographical refinements (RS) -(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/keyval.sty -Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks21 -) -\MT@toks=\toks22 -\MT@count=\count100 -LaTeX Info: Redefining \textls on input line 793. -\MT@outer@kern=\dimen112 -LaTeX Info: Redefining \textmicrotypecontext on input line 1339. -\MT@listname@count=\count101 -(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype-pdftex.def -File: microtype-pdftex.def 2018/01/14 v2.7a Definitions specific to pdftex (RS) - -LaTeX Info: Redefining \lsstyle on input line 913. -LaTeX Info: Redefining \lslig on input line 913. -\MT@outer@space=\skip46 -) -Package microtype Info: Loading configuration file microtype.cfg. -(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/microtype.cfg -File: microtype.cfg 2018/01/14 v2.7a microtype main configuration file (RS) -)) (/usr/local/texlive/2018/texmf-dist/tex/latex/parskip/parskip.sty -Package: parskip 2001/04/09 non-zero parskip adjustments -) (/usr/local/texlive/2018/texmf-dist/tex/latex/xcolor/xcolor.sty -Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) -(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-cfg/color.cfg -File: color.cfg 2016/01/02 v1.6 sample color configuration -) -Package xcolor Info: Driver file: pdftex.def on input line 225. -(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-def/pdftex.def -File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex -) -Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. -Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352. -Package xcolor Info: Model `RGB' extended on input line 1364. -Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. -Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. -Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. -Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. -Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. -Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. -) (/usr/local/texlive/2018/texmf-dist/tex/latex/geometry/geometry.sty -Package: geometry 2018/03/24 v5.7 Page Geometry -(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/ifpdf.sty -Package: ifpdf 2017/03/15 v3.2 Provides the ifpdf switch -) (/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/ifvtex.sty -Package: ifvtex 2016/05/16 v1.6 Detect VTeX and its facilities (HO) -Package ifvtex Info: VTeX not detected. -) (/usr/local/texlive/2018/texmf-dist/tex/generic/ifxetex/ifxetex.sty -Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional -) -\Gm@cnth=\count102 -\Gm@cntv=\count103 -\c@Gm@tempcnt=\count104 -\Gm@bindingoffset=\dimen113 -\Gm@wd@mp=\dimen114 -\Gm@odd@mp=\dimen115 -\Gm@even@mp=\dimen116 -\Gm@layoutwidth=\dimen117 -\Gm@layoutheight=\dimen118 -\Gm@layouthoffset=\dimen119 -\Gm@layoutvoffset=\dimen120 -\Gm@dimlist=\toks23 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty -Package: fancyvrb 2008/02/07 - -Style option: `fancyvrb' v2.7a, with DG/SPQR fixes, and firstline=lastline fix -<2008/02/07> (tvz) -\FV@CodeLineNo=\count105 -\FV@InFile=\read1 -\FV@TabBox=\box28 -\c@FancyVerbLine=\count106 -\FV@StepNumber=\count107 -\FV@OutFile=\write3 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/framed/framed.sty -Package: framed 2011/10/22 v 0.96: framed or shaded text with page breaks -\OuterFrameSep=\skip47 -\fb@frw=\dimen121 -\fb@frh=\dimen122 -\FrameRule=\dimen123 -\FrameSep=\dimen124 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/graphicx.sty -Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR) -(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR) -(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/trig.sty -Package: trig 2016/01/03 v1.10 sin cos tan (DPC) -) (/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration -) -Package graphics Info: Driver file: pdftex.def on input line 99. -) -\Gin@req@height=\dimen125 -\Gin@req@width=\dimen126 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/booktabs/booktabs.sty -Package: booktabs 2016/04/27 v1.618033 publication quality tables -\heavyrulewidth=\dimen127 -\lightrulewidth=\dimen128 -\cmidrulewidth=\dimen129 -\belowrulesep=\dimen130 -\belowbottomsep=\dimen131 -\aboverulesep=\dimen132 -\abovetopsep=\dimen133 -\cmidrulesep=\dimen134 -\cmidrulekern=\dimen135 -\defaultaddspace=\dimen136 -\@cmidla=\count108 -\@cmidlb=\count109 -\@aboverulesep=\dimen137 -\@belowrulesep=\dimen138 -\@thisruleclass=\count110 -\@lastruleclass=\count111 -\@thisrulewidth=\dimen139 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/tools/longtable.sty -Package: longtable 2014/10/28 v4.11 Multi-page Table package (DPC) -\LTleft=\skip48 -\LTright=\skip49 -\LTpre=\skip50 -\LTpost=\skip51 -\LTchunksize=\count112 -\LTcapwidth=\dimen140 -\LT@head=\box29 -\LT@firsthead=\box30 -\LT@foot=\box31 -\LT@lastfoot=\box32 -\LT@cols=\count113 -\LT@rows=\count114 -\c@LT@tables=\count115 -\c@LT@chunks=\count116 -\LT@p@ftn=\toks24 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/tools/array.sty -Package: array 2018/04/07 v2.4g Tabular extension package (FMi) -\col@sep=\dimen141 -\ar@mcellbox=\box33 -\extrarowheight=\dimen142 -\NC@list=\toks25 -\extratabsurround=\skip52 -\backup@length=\skip53 -\ar@cellbox=\box34 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/multirow/multirow.sty -Package: multirow 2016/11/25 v2.2 Span multiple rows of a table -\multirow@colwidth=\skip54 -\multirow@cntb=\count117 -\multirow@dima=\skip55 -\bigstrutjot=\dimen143 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/wrapfig/wrapfig.sty -\wrapoverhang=\dimen144 -\WF@size=\dimen145 -\c@WF@wrappedlines=\count118 -\WF@box=\box35 -\WF@everypar=\toks26 -Package: wrapfig 2003/01/31 v 3.6 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/float/float.sty -Package: float 2001/11/08 v1.3d Float enhancements (AL) -\c@float@type=\count119 -\float@exts=\toks27 -\float@box=\box36 -\@float@everytoks=\toks28 -\@floatcapt=\box37 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/colortbl/colortbl.sty -Package: colortbl 2012/02/13 v1.0a Color table columns (DPC) -\everycr=\toks29 -\minrowclearance=\skip56 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/pdflscape.sty -Package: pdflscape 2016/05/14 v0.11 Display of landscape pages in PDF (HO) -(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/lscape.sty -Package: lscape 2000/10/22 v3.01 Landscape Pages (DPC) -) -Package pdflscape Info: Auto-detected driver: pdftex on input line 81. -) (/usr/local/texlive/2018/texmf-dist/tex/latex/tabu/tabu.sty -Package: tabu 2011/02/26 v2.8 - flexible LaTeX tabulars (FC) -(/usr/local/texlive/2018/texmf-dist/tex/latex/varwidth/varwidth.sty -Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages -\@vwid@box=\box38 -\sift@deathcycles=\count120 -\@vwid@loff=\dimen146 -\@vwid@roff=\dimen147 -) -\c@taburow=\count121 -\tabu@nbcols=\count122 -\tabu@cnt=\count123 -\tabu@Xcol=\count124 -\tabu@alloc=\count125 -\tabu@nested=\count126 -\tabu@target=\dimen148 -\tabu@spreadtarget=\dimen149 -\tabu@naturalX=\dimen150 -\tabucolX=\dimen151 -\tabu@Xsum=\dimen152 -\extrarowdepth=\dimen153 -\abovetabulinesep=\dimen154 -\belowtabulinesep=\dimen155 -\tabustrutrule=\dimen156 -\tabu@thebody=\toks30 -\tabu@footnotes=\toks31 -\tabu@box=\box39 -\tabu@arstrutbox=\box40 -\tabu@hleads=\box41 -\tabu@vleads=\box42 -\tabu@cellskip=\skip57 -) -(/usr/local/texlive/2018/texmf-dist/tex/latex/threeparttable/threeparttable.sty -Package: threeparttable 2003/06/13 v 3.0 -\@tempboxb=\box43 -) -(/usr/local/texlive/2018/texmf-dist/tex/latex/threeparttablex/threeparttablex.s -ty -Package: threeparttablex 2013/07/23 v0.3 by daleif -(/usr/local/texlive/2018/texmf-dist/tex/latex/environ/environ.sty -Package: environ 2014/05/04 v0.3 A new way to define environments -(/usr/local/texlive/2018/texmf-dist/tex/latex/trimspaces/trimspaces.sty -Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list -)) -\TPTL@width=\skip58 -) (/usr/local/texlive/2018/texmf-dist/tex/generic/ulem/ulem.sty -\UL@box=\box44 -\UL@hyphenbox=\box45 -\UL@skip=\skip59 -\UL@hook=\toks32 -\UL@height=\dimen157 -\UL@pe=\count127 -\UL@pixel=\dimen158 -\ULC@box=\box46 -Package: ulem 2012/05/18 -\ULdepth=\dimen159 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/makecell/makecell.sty -Package: makecell 2009/08/03 V0.1e Managing of Tab Column Heads and Cells -\rotheadsize=\dimen160 -\c@nlinenum=\count128 -\TeXr@lab=\toks33 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/bookmark.sty -Package: bookmark 2016/05/17 v1.26 PDF bookmarks (HO) -(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/pdfescape.sty -Package: pdfescape 2016/05/16 v1.14 Implements pdfTeX's escape features (HO) -(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/ltxcmds.sty -Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO) -) (/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty -Package: pdftexcmds 2018/01/30 v0.27 Utility functions of pdfTeX for LuaTeX (HO -) -(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/infwarerr.sty -Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO) -) (/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/ifluatex.sty -Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO) -Package ifluatex Info: LuaTeX not detected. -) -Package pdftexcmds Info: LuaTeX not detected. -Package pdftexcmds Info: \pdf@primitive is available. -Package pdftexcmds Info: \pdf@ifprimitive is available. -Package pdftexcmds Info: \pdfdraftmode found. -)) (/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/hyperref.sty -Package: hyperref 2018/02/06 v6.86b Hypertext links for LaTeX -(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty -Package: hobsub-hyperref 2016/05/16 v1.14 Bundle oberdiek, subset hyperref (HO) - -(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty -Package: hobsub-generic 2016/05/16 v1.14 Bundle oberdiek, subset generic (HO) -Package: hobsub 2016/05/16 v1.14 Construct package bundles (HO) -Package hobsub Info: Skipping package `infwarerr' (already loaded). -Package hobsub Info: Skipping package `ltxcmds' (already loaded). -Package hobsub Info: Skipping package `ifluatex' (already loaded). -Package hobsub Info: Skipping package `ifvtex' (already loaded). -Package: intcalc 2016/05/16 v1.2 Expandable calculations with integers (HO) -Package hobsub Info: Skipping package `ifpdf' (already loaded). -Package: etexcmds 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO) -Package etexcmds Info: Could not find \expanded. -(etexcmds) That can mean that you are not using pdfTeX 1.50 or -(etexcmds) that some package has redefined \expanded. -(etexcmds) In the latter case, load this package earlier. -Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO) -Package: kvdefinekeys 2016/05/16 v1.4 Define keys (HO) -Package hobsub Info: Skipping package `pdftexcmds' (already loaded). -Package hobsub Info: Skipping package `pdfescape' (already loaded). -Package: bigintcalc 2016/05/16 v1.4 Expandable calculations on big integers (HO -) -Package: bitset 2016/05/16 v1.2 Handle bit-vector datatype (HO) -Package: uniquecounter 2016/05/16 v1.3 Provide unlimited unique counter (HO) -) -Package hobsub Info: Skipping package `hobsub' (already loaded). -Package: letltxmacro 2016/05/16 v1.5 Let assignment for LaTeX macros (HO) -Package: hopatch 2016/05/16 v1.3 Wrapper for package hooks (HO) -Package: xcolor-patch 2016/05/16 xcolor patch -Package: atveryend 2016/05/16 v1.9 Hooks at the very end of document (HO) -Package atveryend Info: \enddocument detected (standard20110627). -Package: atbegshi 2016/06/09 v1.18 At begin shipout hook (HO) -Package: refcount 2016/05/16 v3.5 Data extraction from label references (HO) -Package: hycolor 2016/05/16 v1.8 Color options for hyperref/bookmark (HO) -) (/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/auxhook.sty -Package: auxhook 2016/05/16 v1.4 Hooks for auxiliary files (HO) -) (/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/kvoptions.sty -Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO) -) -\@linkdim=\dimen161 -\Hy@linkcounter=\count129 -\Hy@pagecounter=\count130 -(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/pd1enc.def -File: pd1enc.def 2018/02/06 v6.86b Hyperref: PDFDocEncoding definition (HO) -Now handling font encoding PD1 ... -... no UTF-8 mapping file for font encoding PD1 -) -\Hy@SavedSpaceFactor=\count131 -(/usr/local/texlive/2018/texmf-dist/tex/latex/latexconfig/hyperref.cfg -File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive -) -Package hyperref Info: Option `unicode' set `true' on input line 4383. -(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/puenc.def -File: puenc.def 2018/02/06 v6.86b Hyperref: PDF Unicode definition (HO) -Now handling font encoding PU ... -... no UTF-8 mapping file for font encoding PU -) -Package hyperref Info: Hyper figures OFF on input line 4509. -Package hyperref Info: Link nesting OFF on input line 4514. -Package hyperref Info: Hyper index ON on input line 4517. -Package hyperref Info: Plain pages OFF on input line 4524. -Package hyperref Info: Backreferencing OFF on input line 4529. -Package hyperref Info: Implicit mode ON; LaTeX internals redefined. -Package hyperref Info: Bookmarks ON on input line 4762. -\c@Hy@tempcnt=\count132 -(/usr/local/texlive/2018/texmf-dist/tex/latex/url/url.sty -\Urlmuskip=\muskip11 -Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. -) -LaTeX Info: Redefining \url on input line 5115. -\XeTeXLinkMargin=\dimen162 -\Fld@menulength=\count133 -\Field@Width=\dimen163 -\Fld@charsize=\dimen164 -Package hyperref Info: Hyper figures OFF on input line 6369. -Package hyperref Info: Link nesting OFF on input line 6374. -Package hyperref Info: Hyper index ON on input line 6377. -Package hyperref Info: backreferencing OFF on input line 6384. -Package hyperref Info: Link coloring OFF on input line 6389. -Package hyperref Info: Link coloring with OCG OFF on input line 6394. -Package hyperref Info: PDF/A mode OFF on input line 6399. -LaTeX Info: Redefining \ref on input line 6439. -LaTeX Info: Redefining \pageref on input line 6443. -\Hy@abspage=\count134 -\c@Item=\count135 -\c@Hfootnote=\count136 -) -Package hyperref Info: Driver (autodetected): hpdftex. -(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/hpdftex.def -File: hpdftex.def 2018/02/06 v6.86b Hyperref driver for pdfTeX -\Fld@listcount=\count137 -\c@bookmark@seq@number=\count138 -(/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty -Package: rerunfilecheck 2016/05/16 v1.8 Rerun checks for auxiliary files (HO) -Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 -82. -) -\Hy@SectionHShift=\skip60 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/bkm-pdftex.def -File: bkm-pdftex.def 2016/05/17 v1.26 bookmark driver for pdfTeX (HO) -\BKM@id=\count139 -)) (/usr/local/texlive/2018/texmf-dist/tex/latex/xurl/xurl.sty -Package: xurl 2018/01/09 v 0.03 modify URL breaks -) -No file introduction.aux. -\openout1 = `introduction.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 129. -LaTeX Font Info: ... okay on input line 129. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 129. -LaTeX Font Info: ... okay on input line 129. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 129. -LaTeX Font Info: ... okay on input line 129. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 129. -LaTeX Font Info: ... okay on input line 129. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 129. -LaTeX Font Info: ... okay on input line 129. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 129. -LaTeX Font Info: ... okay on input line 129. -LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 129. -LaTeX Font Info: Try loading font information for TS1+cmr on input line 129. - -(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1cmr.fd -File: ts1cmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions -) -LaTeX Font Info: ... okay on input line 129. -LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 129. -LaTeX Font Info: ... okay on input line 129. -LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 129. -LaTeX Font Info: ... okay on input line 129. -LaTeX Font Info: Try loading font information for T1+lmr on input line 129. -(/usr/local/texlive/2018/texmf-dist/tex/latex/lm/t1lmr.fd -File: t1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern -) -LaTeX Info: Redefining \microtypecontext on input line 129. -Package microtype Info: Generating PDF output. -Package microtype Info: Character protrusion enabled (level 2). -Package microtype Info: Using protrusion set `basicmath'. -Package microtype Info: Automatic font expansion enabled (level 2), -(microtype) stretch: 20, shrink: 20, step: 1, non-selected. -Package microtype Info: Using default expansion set `basictext'. -Package microtype Info: No adjustment of tracking. -Package microtype Info: No adjustment of interword spacing. -Package microtype Info: No adjustment of character kerning. -(/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/mt-cmr.cfg -File: mt-cmr.cfg 2013/05/19 v2.2 microtype config. file: Computer Modern Roman -(RS) -) (/usr/local/texlive/2018/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -[Loading MPS to PDF converter (version 2006.09.02).] -\scratchcounter=\count140 -\scratchdimen=\dimen165 -\scratchbox=\box47 -\nofMPsegments=\count141 -\nofMParguments=\count142 -\everyMPshowfont=\toks34 -\MPscratchCnt=\count143 -\MPscratchDim=\dimen166 -\MPnumerator=\count144 -\makeMPintoPDFobject=\count145 -\everyMPtoPDFconversion=\toks35 -) (/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty -Package: epstopdf-base 2016/05/15 v2.6 Base part for package epstopdf -(/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/grfext.sty -Package: grfext 2016/05/16 v1.2 Manage graphics extensions (HO) -) -Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 -38. -Package grfext Info: Graphics extension search list: -(grfext) [.pdf,.png,.jpg,.mps,.jpeg,.jbig2,.jb2,.PDF,.PNG,.JPG,.JPE -G,.JBIG2,.JB2,.eps] -(grfext) \AppendGraphicsExtensions on input line 456. -(/usr/local/texlive/2018/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv -e -)) -*geometry* driver: auto-detecting -*geometry* detected driver: pdftex -*geometry* verbose mode - [ preamble ] result: -* driver: pdftex -* paper: -* layout: -* layoutoffset:(h,v)=(0.0pt,0.0pt) -* modes: -* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt) -* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt) -* \paperwidth=614.295pt -* \paperheight=794.96999pt -* \textwidth=469.75502pt -* \textheight=650.43001pt -* \oddsidemargin=0.0pt -* \evensidemargin=0.0pt -* \topmargin=-37.0pt -* \headheight=12.0pt -* \headsep=25.0pt -* \topskip=10.0pt -* \footskip=30.0pt -* \marginparwidth=65.0pt -* \marginparsep=11.0pt -* \columnsep=10.0pt -* \skip\footins=9.0pt plus 4.0pt minus 2.0pt -* \hoffset=0.0pt -* \voffset=0.0pt -* \mag=1000 -* \@twocolumnfalse -* \@twosidefalse -* \@mparswitchfalse -* \@reversemarginfalse -* (1in=72.27pt=25.4mm, 1cm=28.453pt) - -\AtBeginShipoutBox=\box48 -Package hyperref Info: Link coloring OFF on input line 129. -(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/nameref.sty -Package: nameref 2016/05/21 v2.44 Cross-referencing by name of section -(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/gettitlestring.sty -Package: gettitlestring 2016/05/16 v1.5 Cleanup title references (HO) -) -\c@section@level=\count146 -) -LaTeX Info: Redefining \ref on input line 129. -LaTeX Info: Redefining \pageref on input line 129. -LaTeX Info: Redefining \nameref on input line 129. -LaTeX Font Info: Try loading font information for OT1+lmr on input line 131. - -(/usr/local/texlive/2018/texmf-dist/tex/latex/lm/ot1lmr.fd -File: ot1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern -) -LaTeX Font Info: Try loading font information for OML+lmm on input line 131. - -(/usr/local/texlive/2018/texmf-dist/tex/latex/lm/omllmm.fd -File: omllmm.fd 2009/10/30 v1.6 Font defs for Latin Modern -) -LaTeX Font Info: Try loading font information for OMS+lmsy on input line 131 -. -(/usr/local/texlive/2018/texmf-dist/tex/latex/lm/omslmsy.fd -File: omslmsy.fd 2009/10/30 v1.6 Font defs for Latin Modern -) -LaTeX Font Info: Try loading font information for OMX+lmex on input line 131 -. -(/usr/local/texlive/2018/texmf-dist/tex/latex/lm/omxlmex.fd -File: omxlmex.fd 2009/10/30 v1.6 Font defs for Latin Modern -) -LaTeX Font Info: External font `lmex10' loaded for size -(Font) <12> on input line 131. -LaTeX Font Info: External font `lmex10' loaded for size -(Font) <8> on input line 131. -LaTeX Font Info: External font `lmex10' loaded for size -(Font) <6> on input line 131. -LaTeX Font Info: Try loading font information for U+msa on input line 131. -(/usr/local/texlive/2018/texmf-dist/tex/latex/amsfonts/umsa.fd -File: umsa.fd 2013/01/14 v3.01 AMS symbols A -) (/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/mt-msa.cfg -File: mt-msa.cfg 2006/02/04 v1.1 microtype config. file: AMS symbols (a) (RS) -) -LaTeX Font Info: Try loading font information for U+msb on input line 131. -(/usr/local/texlive/2018/texmf-dist/tex/latex/amsfonts/umsb.fd -File: umsb.fd 2013/01/14 v3.01 AMS symbols B -) (/usr/local/texlive/2018/texmf-dist/tex/latex/microtype/mt-msb.cfg -File: mt-msb.cfg 2005/06/01 v1.0 microtype config. file: AMS symbols (b) (RS) -) -LaTeX Font Info: Try loading font information for T1+lmtt on input line 136. - -(/usr/local/texlive/2018/texmf-dist/tex/latex/lm/t1lmtt.fd -File: t1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern -) -LaTeX Font Info: Try loading font information for TS1+lmr on input line 146. - -(/usr/local/texlive/2018/texmf-dist/tex/latex/lm/ts1lmr.fd -File: ts1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern -) - -LaTeX Warning: Hyper reference `themes' on page 1 undefined on input line 151. - - -LaTeX Warning: Hyper reference `options' on page 1 undefined on input line 153. - - - -LaTeX Warning: Hyper reference `schemes' on page 1 undefined on input line 154. - - - -LaTeX Warning: Hyper reference `pfam' on page 1 undefined on input line 159. - - -LaTeX Warning: Hyper reference `mutation' on page 1 undefined on input line 162 -. - - -LaTeX Warning: Hyper reference `top' on page 1 undefined on input line 165. - - -! Package inputenc Error: Unicode character ↥ (U+21A5) -(inputenc) not set up for use with LaTeX. - -See the inputenc package documentation for explanation. -Type H for immediate help. - ... - -l.165 \hyperref[top]{↥ back to top} - -Here is how much of TeX's memory you used: - 14473 strings out of 492649 - 211227 string characters out of 6129622 - 330258 words of memory out of 5000000 - 18100 multiletter control sequences out of 15000+600000 - 33304 words of font info for 49 fonts, out of 8000000 for 9000 - 1141 hyphenation exceptions out of 8191 - 34i,7n,38p,349b,329s stack positions out of 5000i,500n,10000p,200000b,80000s - -! ==> Fatal error occurred, no output PDF file produced!