[
  {
    "path": ".Rbuildignore",
    "content": "^.*\\.Rproj$\n^\\.Rproj\\.user$\n^data-raw$\n^data-raw$\n^dev$\n^CODE_OF_CONDUCT\\.md$\n^LICENSE\\.md$\n^\\.github$\n^\\.RDataTmp$\n"
  },
  {
    "path": ".github/.gitignore",
    "content": "*.html\n"
  },
  {
    "path": ".github/workflows/R-CMD-check.yaml",
    "content": "name: R-CMD-check\n\non:\n  push:\n    branches: [main, master]\n  pull_request:\n    branches: [main, master]\n\njobs:\n  R-CMD-check:\n    runs-on: ${{ matrix.config.os }}\n\n    name: ${{ matrix.config.os }} (${{ matrix.config.r }})\n\n    strategy:\n      fail-fast: false\n      matrix:\n        config:\n          - {os: macos-latest,   r: 'release'}\n          - {os: windows-latest, r: 'release'}\n          - {os: ubuntu-latest,   r: 'devel', http-user-agent: 'release'}\n          - {os: ubuntu-latest,   r: 'release'}\n          - {os: ubuntu-latest,   r: 'oldrel-1'}\n\n    env:\n      R_KEEP_PKG_SOURCE: yes\n\n    steps:\n      # Checkout repository\n      - uses: actions/checkout@v3\n\n      # Set up pandoc\n      - uses: r-lib/actions/setup-pandoc@v2\n\n      # Set up R environment\n      - uses: r-lib/actions/setup-r@v2\n        with:\n          r-version: ${{ matrix.config.r }}\n          http-user-agent: ${{ matrix.config.http-user-agent }}\n          use-public-rspm: true\n\n      # Automatically install dependencies from DESCRIPTION\n      - uses: r-lib/actions/setup-r-dependencies@v2\n        with:\n           extra-packages: >-\n            any::rcmdcheck\n\n      # Manually install Bioconductor and other missing dependencies\n      - name: Install dependencies\n        run: |\n          Rscript -e \"if (!requireNamespace('BiocManager', quietly = TRUE)) install.packages('BiocManager')\"\n          Rscript -e \"BiocManager::install()\"\n          Rscript -e \"if (!requireNamespace('remotes', quietly = TRUE)) install.packages('remotes')\"\n          Rscript -e \"remotes::install_deps(dependencies = TRUE)\"\n\n      # Run R CMD check\n      - uses: r-lib/actions/check-r-package@v2\n        with:\n          upload-snapshots: true\n"
  },
  {
    "path": ".gitignore",
    "content": ".Rproj.user\n.Rhistory\n.RData\n.Ruserdata\n.Rdata\n.httr-oauth\n.DS_Store\n.quarto\n.RDataTmp\n"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "content": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nWe as members, contributors, and leaders pledge to make participation in our\ncommunity a harassment-free experience for everyone, regardless of age, body\nsize, visible or invisible disability, ethnicity, sex characteristics, gender\nidentity and expression, level of experience, education, socio-economic status,\nnationality, personal appearance, race, caste, color, religion, or sexual\nidentity and orientation.\n\nWe pledge to act and interact in ways that contribute to an open, welcoming,\ndiverse, inclusive, and healthy community.\n\n## Our Standards\n\nExamples of behavior that contributes to a positive environment for our\ncommunity include:\n\n* Demonstrating empathy and kindness toward other people\n* Being respectful of differing opinions, viewpoints, and experiences\n* Giving and gracefully accepting constructive feedback\n* Accepting responsibility and apologizing to those affected by our mistakes,\n  and learning from the experience\n* Focusing on what is best not just for us as individuals, but for the overall\n  community\n\nExamples of unacceptable behavior include:\n\n* The use of sexualized language or imagery, and sexual attention or advances of\n  any kind\n* Trolling, insulting or derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or email address,\n  without their explicit permission\n* Other conduct which could reasonably be considered inappropriate in a\n  professional setting\n\n## Enforcement Responsibilities\n\nCommunity leaders are responsible for clarifying and enforcing our standards of\nacceptable behavior and will take appropriate and fair corrective action in\nresponse to any behavior that they deem inappropriate, threatening, offensive,\nor harmful.\n\nCommunity leaders have the right and responsibility to remove, edit, or reject\ncomments, commits, code, wiki edits, issues, and other contributions that are\nnot aligned to this Code of Conduct, and will communicate reasons for moderation\ndecisions when appropriate.\n\n## Scope\n\nThis Code of Conduct applies within all community spaces, and also applies when\nan individual is officially representing the community in public spaces.\nExamples of representing our community include using an official e-mail address,\nposting via an official social media account, or acting as an appointed\nrepresentative at an online or offline event.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be\nreported to the community leaders responsible for enforcement at yudongyue@mail.nankai.edu.cn. \nAll complaints will be reviewed and investigated promptly and fairly.\n\nAll community leaders are obligated to respect the privacy and security of the\nreporter of any incident.\n\n## Enforcement Guidelines\n\nCommunity leaders will follow these Community Impact Guidelines in determining\nthe consequences for any action they deem in violation of this Code of Conduct:\n\n### 1. Correction\n\n**Community Impact**: Use of inappropriate language or other behavior deemed\nunprofessional or unwelcome in the community.\n\n**Consequence**: A private, written warning from community leaders, providing\nclarity around the nature of the violation and an explanation of why the\nbehavior was inappropriate. A public apology may be requested.\n\n### 2. Warning\n\n**Community Impact**: A violation through a single incident or series of\nactions.\n\n**Consequence**: A warning with consequences for continued behavior. No\ninteraction with the people involved, including unsolicited interaction with\nthose enforcing the Code of Conduct, for a specified period of time. This\nincludes avoiding interactions in community spaces as well as external channels\nlike social media. Violating these terms may lead to a temporary or permanent\nban.\n\n### 3. Temporary Ban\n\n**Community Impact**: A serious violation of community standards, including\nsustained inappropriate behavior.\n\n**Consequence**: A temporary ban from any sort of interaction or public\ncommunication with the community for a specified period of time. No public or\nprivate interaction with the people involved, including unsolicited interaction\nwith those enforcing the Code of Conduct, is allowed during this period.\nViolating these terms may lead to a permanent ban.\n\n### 4. Permanent Ban\n\n**Community Impact**: Demonstrating a pattern of violation of community\nstandards, including sustained inappropriate behavior, harassment of an\nindividual, or aggression toward or disparagement of classes of individuals.\n\n**Consequence**: A permanent ban from any sort of public interaction within the\ncommunity.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage],\nversion 2.1, available at\n<https://www.contributor-covenant.org/version/2/1/code_of_conduct.html>.\n\nCommunity Impact Guidelines were inspired by\n[Mozilla's code of conduct enforcement ladder][https://github.com/mozilla/inclusion].\n\nFor answers to common questions about this code of conduct, see the FAQ at\n<https://www.contributor-covenant.org/faq>. Translations are available at <https://www.contributor-covenant.org/translations>.\n\n[homepage]: https://www.contributor-covenant.org\n"
  },
  {
    "path": "DESCRIPTION",
    "content": "Package: TransProR\nType: Package\nTitle: Analysis and Visualization of Multi-Omics Data\nVersion: 1.0.4\nAuthors@R: person(\"Dongyue\", \"Yu\",     email = \"yudongyue@mail.nankai.edu.cn\", role = c(\"aut\", \"cre\", \"cph\"),\n            comment = c(ORCID = \"0000-0002-7041-2073\"))\nMaintainer: Dongyue Yu <yudongyue@mail.nankai.edu.cn>\nDescription: A tool for comprehensive transcriptomic data analysis, with a focus on transcript-level data preprocessing, expression profiling, differential expression analysis, and functional enrichment. It enables researchers to identify key biological processes, disease biomarkers, and gene regulatory mechanisms. 'TransProR' is aimed at researchers and bioinformaticians working with RNA-Seq data, providing an intuitive framework for in-depth analysis and visualization of transcriptomic datasets. The package includes comprehensive documentation and usage examples to guide users through the entire analysis pipeline. The differential expression analysis methods incorporated in the package include 'limma' (Ritchie et al., 2015, <doi:10.1093/nar/gkv007>; Smyth, 2005, <doi:10.1007/0-387-29362-0_23>), 'edgeR' (Robinson et al., 2010, <doi:10.1093/bioinformatics/btp616>), 'DESeq2' (Love et al., 2014, <doi:10.1186/s13059-014-0550-8>), and Wilcoxon tests (Li et al., 2022, <doi:10.1186/s13059-022-02648-4>), providing flexible and robust approaches to RNA-Seq data analysis. For more information, refer to the package vignettes and related publications.\nImports: \n    magrittr,\n    stats,\n    dplyr,\n    rlang,\n    tibble,\n    sva,\n    DESeq2,\n    utils,\n    edgeR,\n    limma,\n    ggplot2,\n    ggVennDiagram,\n    ggdensity,\n    ggpubr,\n    ggtree,\n    hrbrthemes,\n    grid,\n    ggraph,\n    tidygraph,\n    tidyr,\n    stringr,\n    geomtextpath,\n    ggalt,\n    ggnewscale,\n    Hmisc,\n    circlize,\n    graphics,\n    spiralize,\n    ComplexHeatmap,\n    grDevices\nSuggests:\n    prettydoc,\n    knitr,\n    ggtreeExtra,\n    rmarkdown,\n    systemfonts\nVignetteBuilder: knitr\nLicense: MIT + file LICENSE\nEncoding: UTF-8\nURL: https://github.com/SSSYDYSSS/TransProRBook\nBugReports: https://github.com/SSSYDYSSS/TransProR/issues\nLazyData: true\nRoxygenNote: 7.3.2\nDepends: \n    R (>= 4.3.0)\n"
  },
  {
    "path": "LICENSE",
    "content": "YEAR: 2023\nCOPYRIGHT HOLDER: Dongyue Yu\n"
  },
  {
    "path": "LICENSE.md",
    "content": "# MIT License\n\nCopyright (c) 2023 Dongyue Yu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "NAMESPACE",
    "content": "# Generated by roxygen2: do not edit by hand\n\nexport(\"%>%\")\nexport(Combat_Normal)\nexport(Contrast_Venn)\nexport(DESeq2_analyze)\nexport(Wilcoxon_analyze)\nexport(add_boxplot)\nexport(add_new_tile_layer)\nexport(adjust_alpha_scale)\nexport(adjust_color_tone)\nexport(adjust_export_pathway)\nexport(circos_fruits)\nexport(combat_tumor)\nexport(compare_merge)\nexport(create_base_plot)\nexport(deg_filter)\nexport(drawLegends)\nexport(edgeR_analyze)\nexport(enrich_circo_bar)\nexport(enrich_polar_bubble)\nexport(enrichment_circlize)\nexport(enrichment_spiral_plots)\nexport(extract_descriptions_counts)\nexport(extract_ntop_pathways)\nexport(extract_positive_pathways)\nexport(facet_density_foldchange)\nexport(filter_diff_genes)\nexport(four_degs_venn)\nexport(gather_graph_edge)\nexport(gather_graph_node)\nexport(gene_color)\nexport(gene_highlights)\nexport(gene_map_pathway)\nexport(get_gtex_exp)\nexport(get_tcga_exp)\nexport(highlight_by_node)\nexport(highlight_genes)\nexport(limma_analyze)\nexport(log_transform)\nexport(merge_density_foldchange)\nexport(merge_gtex_tcga)\nexport(merge_id_position)\nexport(merge_method_color)\nexport(new_ggraph)\nexport(pathway_count)\nexport(pathway_description)\nexport(prep_deseq2)\nexport(prep_edgeR)\nexport(prep_limma)\nexport(prep_wilcoxon)\nexport(process_heatdata)\nexport(seek_gtex_organ)\nexport(selectPathways)\nexport(spiral_newrle)\nimportFrom(ComplexHeatmap,Legend)\nimportFrom(ComplexHeatmap,draw)\nimportFrom(ComplexHeatmap,packLegend)\nimportFrom(DESeq2,DESeq)\nimportFrom(DESeq2,DESeqDataSetFromMatrix)\nimportFrom(DESeq2,results)\nimportFrom(Hmisc,capitalize)\nimportFrom(circlize,chordDiagram)\nimportFrom(dplyr,across)\nimportFrom(dplyr,all_of)\nimportFrom(dplyr,arrange)\nimportFrom(dplyr,bind_rows)\nimportFrom(dplyr,desc)\nimportFrom(dplyr,distinct)\nimportFrom(dplyr,filter)\nimportFrom(dplyr,group_by)\nimportFrom(dplyr,inner_join)\nimportFrom(dplyr,mutate)\nimportFrom(dplyr,n)\nimportFrom(dplyr,pull)\nimportFrom(dplyr,row_number)\nimportFrom(dplyr,select)\nimportFrom(dplyr,summarise)\nimportFrom(edgeR,DGEList)\nimportFrom(edgeR,calcNormFactors)\nimportFrom(edgeR,cpm)\nimportFrom(edgeR,estimateGLMCommonDisp)\nimportFrom(edgeR,estimateGLMTagwiseDisp)\nimportFrom(edgeR,estimateGLMTrendedDisp)\nimportFrom(edgeR,filterByExpr)\nimportFrom(edgeR,glmFit)\nimportFrom(edgeR,glmLRT)\nimportFrom(edgeR,topTags)\nimportFrom(geomtextpath,geom_textpath)\nimportFrom(ggVennDiagram,ggVennDiagram)\nimportFrom(ggalt,stat_xspline)\nimportFrom(ggdensity,geom_hdr)\nimportFrom(ggdensity,geom_hdr_rug)\nimportFrom(ggnewscale,new_scale)\nimportFrom(ggnewscale,new_scale_fill)\nimportFrom(ggplot2,aes)\nimportFrom(ggplot2,aes_string)\nimportFrom(ggplot2,alpha)\nimportFrom(ggplot2,annotate)\nimportFrom(ggplot2,coord_cartesian)\nimportFrom(ggplot2,coord_polar)\nimportFrom(ggplot2,element_blank)\nimportFrom(ggplot2,element_rect)\nimportFrom(ggplot2,expansion)\nimportFrom(ggplot2,facet_wrap)\nimportFrom(ggplot2,geom_bar)\nimportFrom(ggplot2,geom_hline)\nimportFrom(ggplot2,geom_point)\nimportFrom(ggplot2,geom_segment)\nimportFrom(ggplot2,geom_smooth)\nimportFrom(ggplot2,geom_text)\nimportFrom(ggplot2,ggplot)\nimportFrom(ggplot2,guide_legend)\nimportFrom(ggplot2,labs)\nimportFrom(ggplot2,margin)\nimportFrom(ggplot2,scale_alpha_continuous)\nimportFrom(ggplot2,scale_color_brewer)\nimportFrom(ggplot2,scale_color_manual)\nimportFrom(ggplot2,scale_fill_gradient)\nimportFrom(ggplot2,scale_fill_identity)\nimportFrom(ggplot2,scale_fill_manual)\nimportFrom(ggplot2,scale_size)\nimportFrom(ggplot2,scale_x_continuous)\nimportFrom(ggplot2,scale_y_continuous)\nimportFrom(ggplot2,theme)\nimportFrom(ggplot2,theme_minimal)\nimportFrom(ggplot2,theme_void)\nimportFrom(ggplot2,unit)\nimportFrom(ggpubr,stat_cor)\nimportFrom(ggraph,geom_edge_diagonal)\nimportFrom(ggraph,geom_node_point)\nimportFrom(ggraph,geom_node_text)\nimportFrom(ggraph,ggraph)\nimportFrom(ggraph,node_angle)\nimportFrom(ggraph,scale_edge_colour_brewer)\nimportFrom(ggtree,aes)\nimportFrom(ggtree,geom_hilight)\nimportFrom(ggtree,geom_point2)\nimportFrom(grDevices,col2rgb)\nimportFrom(grDevices,convertColor)\nimportFrom(grDevices,rgb)\nimportFrom(graphics,strwidth)\nimportFrom(grid,gpar)\nimportFrom(grid,grid.roundrect)\nimportFrom(grid,grid.text)\nimportFrom(grid,pushViewport)\nimportFrom(grid,unit)\nimportFrom(grid,upViewport)\nimportFrom(grid,viewport)\nimportFrom(hrbrthemes,theme_ipsum)\nimportFrom(limma,contrasts.fit)\nimportFrom(limma,eBayes)\nimportFrom(limma,lmFit)\nimportFrom(limma,topTable)\nimportFrom(magrittr,\"%>%\")\nimportFrom(rlang,.data)\nimportFrom(rlang,sym)\nimportFrom(spiralize,spiral_initialize)\nimportFrom(spiralize,spiral_rect)\nimportFrom(spiralize,spiral_text)\nimportFrom(spiralize,spiral_track)\nimportFrom(stats,as.formula)\nimportFrom(stats,model.matrix)\nimportFrom(stats,na.omit)\nimportFrom(stats,p.adjust)\nimportFrom(stats,quantile)\nimportFrom(stats,wilcox.test)\nimportFrom(stringr,str_c)\nimportFrom(sva,ComBat_seq)\nimportFrom(tibble,as_tibble)\nimportFrom(tibble,column_to_rownames)\nimportFrom(tibble,tibble)\nimportFrom(tidygraph,tbl_graph)\nimportFrom(tidyr,unite)\nimportFrom(utils,head)\nimportFrom(utils,read.table)\nimportFrom(utils,tail)\n"
  },
  {
    "path": "R/AdjustAlphaScale.R",
    "content": "#' Adjust Alpha Scale for Data Visualization\n#'\n#' This function dynamically adjusts the transparency scale for visualizations,\n#' especially useful when the range of data values varies significantly across different sources.\n#' It modifies the transparency scale based on the range of values present in the data,\n#' ensuring that the visualization accurately reflects variations within the data.\n#'\n#' @importFrom ggplot2 scale_alpha_continuous guide_legend ggplot geom_point\n#' @param data A data frame containing the values for which the alpha scale is to be adjusted.\n#' @param name Character string that will be used as the title of the legend in the plot.\n#' @param range Numeric vector of length 2 specifying the range of alpha values, defaults to c(0.2, 0.8).\n#' @return A ggplot2 alpha scale adjustment layer.\n#' @export\n#'\n#' @examples\n#' # Assuming 'data' is a DataFrame with a 'value' column\n#' plot_data <- data.frame(value = c(10, 20, 30, 40, 50))\n#' ggplot2::ggplot(plot_data, ggplot2::aes(x = 1:nrow(plot_data), y = value)) +\n#'   ggplot2::geom_point(ggplot2::aes(alpha = value)) +\n#'   adjust_alpha_scale(plot_data, \"Transparency Scale\")\n#'\nadjust_alpha_scale <- function(data, name, range = c(0.2, 0.8)) {\n  min_val <- min(data$value, na.rm = TRUE)  # Calculate minimum value, excluding NA\n  max_val <- max(data$value, na.rm = TRUE)  # Calculate maximum value, excluding NA\n\n  # Apply scale_alpha_continuous from 'ggplot2' to adjust transparency\n  scale_alpha_continuous(\n    name = name,  # Legend title\n    limits = c(min_val, max_val),  # Set the data range for alpha scaling\n    range = range,  # Set the alpha transparency range\n    guide = guide_legend(keywidth = 0.65, keyheight = 0.35, order = 2)  # Customize legend appearance\n  )\n}\n"
  },
  {
    "path": "R/CircosFruits.R",
    "content": "#' Create a base plot with gene expression data on a phylogenetic tree\n#'\n#' This function creates a base plot using 'ggtree' and 'ggtreeExtra' libraries, adding gene expression\n#' data as colored tiles to the plot. It allows for dynamic coloring of the genes and includes\n#' adjustments for alpha transparency based on the expression value.\n#'\n#' @importFrom ggplot2 aes scale_fill_manual scale_alpha_continuous guide_legend\n#' @param p A ggtree plot object to which the data will be added.\n#' @param data A data frame containing gene expression data with columns for Samples, Genes, and Values.\n#' @param gene_colors A named vector of colors for genes.\n#' @param gene_label A character string used as a label in the legend for the genes. Default is \"Gene\".\n#' @return A `ggtree` plot object with the gene expression data added.\n#' @export\n#'\n#' @examples\n#' \\donttest{\n#' # Check and load required packages\n#' if (requireNamespace(\"ggtreeExtra\", quietly = TRUE) &&\n#'  requireNamespace(\"ggplot2\", quietly = TRUE)) {\n#'   library(ggtreeExtra)\n#'   library(ggplot2)\n#'\n#'   file_path <- system.file(\"extdata\", \"p_tree_test.rds\", package = \"TransProR\")\n#'   p <- readRDS(file_path)\n#'\n#'   # Create gene expression data frame\n#'   expression_data <- data.frame(\n#'     Sample = rep(c(\"Species_A\", \"Species_B\", \"Species_C\", \"Species_D\"), each = 5),\n#'     Gene = rep(paste0(\"Gene\", 1:5), times = 4),\n#'     Value = runif(20, min = 0, max = 1)  # Randomly generate expression values between 0 and 1\n#'   )\n#'\n#'   # Define gene colors (named vector)\n#'   gene_colors <- c(\n#'     Gene1 = \"#491588\",\n#'     Gene2 = \"#301b8d\",\n#'     Gene3 = \"#1a237a\",\n#'     Gene4 = \"#11479c\",\n#'     Gene5 = \"#0a5797\"\n#'   )\n#'\n#'   # Call create_base_plot function to add gene expression data\n#'   p <- create_base_plot(p, expression_data, gene_colors)\n#' } else {\n#'   message(\"Required packages 'ggtreeExtra' and 'ggplot2' are not installed.\")\n#' }\n#' }\n#'\ncreate_base_plot <- function(p, data, gene_colors, gene_label=\"Gene\") {\n  # Define local variables\n  Sample <- data$Sample\n  value <- data$value\n  Gene <- data$Gene\n  if (!requireNamespace(\"ggtreeExtra\", quietly = TRUE)) {\n    stop(\"ggtreeExtra is required for using create_base_plot. Please install it.\", call. = FALSE)\n  }\n\n  if (!requireNamespace(\"ggplot2\", quietly = TRUE)) {\n    stop(\"ggplot2 is required to use geom_tile. Please install it.\", call. = FALSE)\n  }\n\n  p <- p +\n    ggtreeExtra::geom_fruit(\n      data=data,\n      geom=\"geom_tile\",\n      mapping=ggplot2::aes(y=Sample, alpha=value, x=Gene, fill=Gene),\n      offset=0.001,\n      pwidth=2\n    ) +\n    ggplot2::scale_fill_manual(\n      name=gene_label,\n      values=gene_colors,\n      guide=ggplot2::guide_legend(keywidth=0.65, keyheight=0.35, order=1)\n    ) +\n    # Assuming the function 'adjust_alpha_scale' is defined elsewhere to adjust alpha scale based on the expression values\n    adjust_alpha_scale(data, gene_label)\n  return(p)\n}\n\n\n\n#' Add a boxplot layer to a `ggtree` plot\n#'\n#' This function adds a boxplot layer to an existing `ggtree` plot object using ggtreeExtra's geom_fruit for boxplots.\n#' It is primarily used to display statistical summaries of the data related to gene expressions or other metrics.\n#'\n#' @importFrom ggplot2 aes\n#' @param p An existing ggtree plot object.\n#' @param data A data frame containing the data to be plotted. Expected to have columns for 'Sample' and 'value'.\n#' @param fill_color A character string specifying the fill color for the boxplots. Default is \"#f28131\".\n#' @param alpha Numeric value for the transparency of the boxplots. Default is 0.6.\n#' @param offset Numeric value, the position of the boxplot on the x-axis relative to its gene name. Default is 0.22.\n#' @param pwidth Numeric value, the width of the boxplot. Default is 0.5.\n#' @return A `ggtree` plot object with the added boxplot layer.\n#' @export\n#'\n#' @examples\n#' \\donttest{\n#' # Check and load required packages\n#' if (requireNamespace(\"ggtreeExtra\", quietly = TRUE) &&\n#'  requireNamespace(\"ggplot2\", quietly = TRUE)) {\n#'   library(ggtreeExtra)\n#'   library(ggplot2)\n#'\n#'   file_path <- system.file(\"extdata\", \"p_tree_test.rds\", package = \"TransProR\")\n#'   p <- readRDS(file_path)\n#'\n#'   # Create boxplot data frame\n#'   boxplot_data <- data.frame(\n#'     Sample = rep(c(\"Species_A\", \"Species_B\", \"Species_C\", \"Species_D\"), each = 30),\n#'     value = c(\n#'       rnorm(30, mean = 5, sd = 1),   # Data for Species_A\n#'       rnorm(30, mean = 7, sd = 1.5), # Data for Species_B\n#'       rnorm(30, mean = 6, sd = 1.2), # Data for Species_C\n#'       rnorm(30, mean = 8, sd = 1.3)  # Data for Species_D\n#'     )\n#'   )\n#'\n#'   # Call add_boxplot function to add boxplot layer\n#'   p_with_boxplot <- add_boxplot(p, boxplot_data)\n#' } else {\n#'   message(\"Required packages 'ggtreeExtra' and 'ggplot2' are not installed.\")\n#' }\n#' }\n#'\nadd_boxplot <- function(p, data, fill_color=\"#f28131\", alpha=0.6, offset=0.22, pwidth=0.5) {\n  # Define local variables\n  Sample <- data$Sample\n  value <- data$value\n  if (!requireNamespace(\"ggtreeExtra\", quietly = TRUE)) {\n    stop(\"ggtreeExtra is required for using create_base_plot. Please install it.\", call. = FALSE)\n  }\n\n  if (!requireNamespace(\"ggplot2\", quietly = TRUE)) {\n    stop(\"ggplot2 is required to use geom_boxplot. Please install it.\", call. = FALSE)\n  }\n\n  p + ggtreeExtra::geom_fruit(\n    data=data,\n    geom=\"geom_boxplot\",\n    mapping=ggplot2::aes(y=Sample, x=value),\n    fill=fill_color,\n    alpha=alpha,\n    offset=offset,\n    pwidth=pwidth,\n    size=0.05,\n    outlier.size=0.3,\n    outlier.stroke=0.06,\n    outlier.shape=21,\n    show.legend=FALSE\n  )\n}\n\n\n\n\n#' Add a new tile layer with dynamic scales to a `ggtree` plot\n#'\n#' This function adds a new tile layer to an existing `ggtree` plot object, allowing for separate scales for fill\n#' and alpha transparency. This is useful when you want to add additional data layers without interfering with\n#' the existing scales in the plot. It utilizes the 'ggnewscale' package to reset scales for new layers.\n#'\n#' @importFrom ggplot2 aes scale_fill_manual guide_legend\n#' @importFrom ggnewscale new_scale\n#' @param p An existing ggtree plot object.\n#' @param data A data frame containing the data to be plotted. Expected to have columns for 'Sample', 'Gene', and 'value'.\n#' @param gene_colors A named vector of colors for genes.\n#' @param gene_label A character string used as a label in the legend for the genes.\n#' @param alpha_value A numeric or named vector for setting the alpha scale based on values.\n#' @param offset Numeric value, the position of the tile on the x-axis relative to its gene name. Default is 0.02.\n#' @param pwidth Numeric value, the width of the tile. Default is 2.\n#' @return A `ggtree` plot object with the added tile layer and new scales.\n#' @export\n#'\n#' @examples\n#' \\donttest{\n#' # Check and load required packages\n#' if (requireNamespace(\"ggtreeExtra\", quietly = TRUE) &&\n#'  requireNamespace(\"ggplot2\", quietly = TRUE) &&\n#'   requireNamespace(\"ggnewscale\", quietly = TRUE)) {\n#'   library(ggtreeExtra)\n#'   library(ggplot2)\n#'   library(ggnewscale)\n#'\n#'   file_path <- system.file(\"extdata\", \"p_tree_test.rds\", package = \"TransProR\")\n#'   p <- readRDS(file_path)\n#'\n#'   # Create new expression data\n#'   new_expression_data <- data.frame(\n#'     Sample = rep(c(\"Species_A\", \"Species_B\", \"Species_C\", \"Species_D\"), each = 3),\n#'     Gene = rep(c(\"Gene6\", \"Gene7\", \"Gene8\"), times = 4),\n#'     Value = runif(12, min = 0, max = 1)  # Randomly generate expression values between 0 and 1\n#'   )\n#'\n#'   # Define new gene colors\n#'   new_gene_colors <- c(\n#'     Gene6 = \"#0b5f63\",\n#'     Gene7 = \"#074d41\",\n#'     Gene8 = \"#1f5e27\"\n#'   )\n#'\n#'   # Define gene label and alpha values\n#'   gene_label <- \"New Genes\"\n#'   alpha_value <- c(0.3, 0.9)\n#'\n#'   # Add new tile layer\n#'   p_with_new_layer <- add_new_tile_layer(\n#'     p,\n#'     new_expression_data,\n#'     new_gene_colors,\n#'     gene_label,\n#'     alpha_value,\n#'     offset = 0.02,\n#'     pwidth = 2\n#'   )\n#' } else {\n#'   message(\"Required packages 'ggtreeExtra', 'ggplot2', and 'ggnewscale' are not installed.\")\n#' }\n#' }\n#'\nadd_new_tile_layer <- function(p, data, gene_colors, gene_label, alpha_value=c(0.3, 0.9), offset=0.02, pwidth=2) {\n  # Define local variables\n  Sample <- data$Sample\n  value <- data$value\n  Gene <- data$Gene\n  if (!requireNamespace(\"ggtreeExtra\", quietly = TRUE)) {\n    stop(\"ggtreeExtra is required for using create_base_plot. Please install it.\", call. = FALSE)\n  }\n\n  if (!requireNamespace(\"ggplot2\", quietly = TRUE)) {\n    stop(\"ggplot2 is required to use geom_tile. Please install it.\", call. = FALSE)\n  }\n\n  p + ggnewscale::new_scale(\"alpha\") + ggnewscale::new_scale(\"fill\") +\n    ggtreeExtra::geom_fruit(\n      data=data,\n      geom=\"geom_tile\",\n      mapping=ggplot2::aes(y=Sample, alpha=value, x=Gene, fill=Gene),\n      offset=offset,\n      pwidth=pwidth\n    ) +\n    ggplot2::scale_fill_manual(\n      name=gene_label,\n      values=gene_colors,\n      guide=ggplot2::guide_legend(keywidth=0.65, keyheight=0.35, order=1)\n    ) +\n    adjust_alpha_scale(data, gene_label, alpha_value)  # Assuming function signature and usage\n}\n\n\n\n\n#' Add multiple layers to a `ggtree` plot for visualizing gene expression and enrichment data\n#'\n#' This function sequentially adds multiple layers to a `ggtree` plot, including gene expression data, boxplots for statistical\n#' summaries, and additional tile layers for pathway enrichment scores from SSGSEA and GSVA analyses. It utilizes separate\n#' functions for adding each type of layer and allows for the specification of gene colors as well as adjustments in aesthetics\n#' for each layer. The function is designed to work with specific data structures and assumes all functions for adding layers\n#' are defined and available.\n#'\n#' @param p A `ggtree` plot object to which the data and layers will be added.\n#' @param long_format_HeatdataDeseq A data frame containing gene expression data with columns for `Samples`, `Genes`, and `Values`.\n#' @param ssgsea_kegg_HeatdataDeseq A data frame containing SSGSEA analysis results with columns for `Samples`, `Genes`, and `Values`.\n#' @param gsva_kegg_HeatdataDeseq A data frame containing GSVA analysis results with columns for `Samples`, `Genes`, and `Values`.\n#' @param gene_colors A named vector of colors for genes, used for coloring tiles in different layers.\n#' @return A `ggtree` plot object with multiple layers added for comprehensive visualization.\n#' @export\n#'\n#' @examples\n#' \\donttest{\n#' # Check and load required packages\n#' if (requireNamespace(\"ggtreeExtra\", quietly = TRUE) &&\n#'  requireNamespace(\"ggplot2\", quietly = TRUE)) {\n#'   library(ggtreeExtra)\n#'   library(ggplot2)\n#'\n#'   # Example data for gene expression, SSGSEA, and GSVA\n#'   file_path <- system.file(\"extdata\", \"p_tree_test.rds\", package = \"TransProR\")\n#'   p <- readRDS(file_path)\n#'\n#'   # Create gene expression data frame (long_format_HeatdataDeseq)\n#'   long_format_HeatdataDeseq <- data.frame(\n#'     Sample = rep(c(\"Species_A\", \"Species_B\", \"Species_C\", \"Species_D\"), each = 5),\n#'     Genes = rep(paste0(\"Gene\", 1:5), times = 4),\n#'     Value = runif(20, min = 0, max = 1)  # Randomly generate expression values between 0 and 1\n#'   )\n#'\n#'   # Create SSGSEA analysis results data frame (ssgsea_kegg_HeatdataDeseq)\n#'   ssgsea_kegg_HeatdataDeseq <- data.frame(\n#'     Sample = rep(c(\"Species_A\", \"Species_B\", \"Species_C\", \"Species_D\"), each = 3),\n#'     Genes = rep(c(\"Pathway1\", \"Pathway2\", \"Pathway3\"), times = 4),\n#'     Value = runif(12, min = 0, max = 1)  # Randomly generate enrichment scores between 0 and 1\n#'   )\n#'\n#'   # Create GSVA analysis results data frame (gsva_kegg_HeatdataDeseq)\n#'   gsva_kegg_HeatdataDeseq <- data.frame(\n#'     Sample = rep(c(\"Species_A\", \"Species_B\", \"Species_C\", \"Species_D\"), each = 4),\n#'     Genes = rep(c(\"PathwayA\", \"PathwayB\", \"PathwayC\", \"PathwayD\"), times = 4),\n#'     Value = runif(16, min = 0, max = 1)  # Randomly generate enrichment scores between 0 and 1\n#'   )\n#'\n#'   # Define gene and pathway colors (named vector), including all genes and pathways\n#'   gene_colors <- c(\n#'     # Genes for gene expression\n#'     Gene1 = \"#491588\",\n#'     Gene2 = \"#301b8d\",\n#'     Gene3 = \"#1a237a\",\n#'     Gene4 = \"#11479c\",\n#'     Gene5 = \"#0a5797\",\n#'     # Pathways for SSGSEA\n#'     Pathway1 = \"#0b5f63\",\n#'     Pathway2 = \"#074d41\",\n#'     Pathway3 = \"#1f5e27\",\n#'     # Pathways for GSVA\n#'     PathwayA = \"#366928\",\n#'     PathwayB = \"#827729\",\n#'     PathwayC = \"#a1d99b\",\n#'     PathwayD = \"#c7e9c0\"\n#'   )\n#'\n#'   # Call circos_fruits function to add multiple layers\n#'   final_plot <- circos_fruits(\n#'     p,\n#'     long_format_HeatdataDeseq,\n#'     ssgsea_kegg_HeatdataDeseq,\n#'     gsva_kegg_HeatdataDeseq,\n#'     gene_colors\n#'   )\n#' } else {\n#'   message(\"Required packages 'ggtreeExtra' and 'ggplot2' are not installed.\")\n#' }\n#' }\n#'\ncircos_fruits <- function(p, long_format_HeatdataDeseq, ssgsea_kegg_HeatdataDeseq, gsva_kegg_HeatdataDeseq, gene_colors) {\n  if (!requireNamespace(\"ggtreeExtra\", quietly = TRUE)) {\n    stop(\"ggtreeExtra is required for using create_base_plot. Please install it.\", call. = FALSE)\n  }\n\n  if (!requireNamespace(\"ggplot2\", quietly = TRUE)) {\n    stop(\"ggplot2 is required to use geom_tile. Please install it.\", call. = FALSE)\n  }\n  # Create the base plot with gene expression data\n  p1 <- create_base_plot(p, long_format_HeatdataDeseq, gene_colors)\n\n  # Add a boxplot layer to the base plot\n  p2 <- add_boxplot(p1, long_format_HeatdataDeseq)\n\n  # Add a new tile layer for SSGSEA data\n  p3 <- add_new_tile_layer(p2, ssgsea_kegg_HeatdataDeseq, gene_colors, \"Ssgsea Term\")\n\n  # Add another boxplot layer with specific aesthetic adjustments\n  p4 <- add_boxplot(p3, ssgsea_kegg_HeatdataDeseq, fill_color=\"#f28131\", alpha=0.65, offset=0.32)\n\n  # Add a new tile layer for GSVA data with specific alpha and offset adjustments\n  p5 <- add_new_tile_layer(p4, gsva_kegg_HeatdataDeseq, gene_colors, \"Gsva Term\", alpha_value=c(0.3, 0.9), offset=0.02)\n\n  # Return the final plot\n  return(p5)\n}\n"
  },
  {
    "path": "R/CombatNormal.R",
    "content": "#' Process and Correct Batch Effects in TCGA's normal tissue and GTEX Data\n#'\n#' This function takes a TCGA's normal tissue data set and a pre-saved GTEX data set, asks the user\n#' for specific TCGA's normal tissue types to retain, then merges the two datasets. The merged dataset\n#' is then corrected for batch effects using the ComBat_seq function from the 'sva' package.\n#'\n#' @description\n#' The function first extracts histological types from the provided TCGA's normal tissue data set.\n#' After displaying these types, the user is prompted to input specific types to retain.\n#' The data is then filtered based on this input.\n#' The GTEX and TCGA's normal tissue datasets are then combined and batch corrected.\n#'\n#' Note: This function assumes that TCGA's normal samples and GTEX samples represent different batches.\n#'\n#' @param TCGA_normal_data_path The path to the tumor data stored in an RDS file.\n#' @param gtex_data_path The path to the GTEX data stored in an RDS file.\n#' @param CombatNormal_output_path A character string specifying the path where the output RDS file will be saved.\n#' @param auto_mode Logical. If set to TRUE, the function will not prompt the user for input and\n#'                  will instead use the values provided in default_input. Default is FALSE.\n#' @param default_input Character string. When auto_mode is TRUE, this parameter specifies the default\n#'                      TGCA's normal tissue types to be retained. It should be provided as a comma-separated string (e.g., \"11,12\").\n#'\n#' @return A data.frame with corrected values after the ComBat_seq adjustment. Note that this function also saves the\n#'        combat_count_df data as an RDS file at the specified output path.\n#'\n#' @details\n#' The ComBat_seq function from the 'sva' package is used to correct batch effects.\n#' The function requires the 'sva' package to be installed and loaded externally.\n#'\n#' The example code uses `tempfile()` to generate temporary paths dynamically during execution.\n#' These paths are valid during the `R CMD check` process, even if no actual files exist,\n#' because `tempfile()` generates a unique file path that does not depend on the user's file system.\n#' Using `tempfile()` ensures that the example code does not rely on specific external files and\n#' avoids errors during `R CMD check`. CRAN review checks for documentation correctness\n#' and syntax parsing, not the existence of actual files, as long as the example code is syntactically valid.\n#'\n#' @examples\n#' TCGA_normal_file <- system.file(\"extdata\",\n#'                                 \"SKCM_Skin_TCGA_exp_normal_test.rds\",\n#'                                 package = \"TransProR\")\n#' gtex_file <- system.file(\"extdata\", \"Skin_SKCM_Gtex_test.rds\", package = \"TransProR\")\n#' output_file <- file.path(tempdir(), \"SKCM_Skin_Combat_Normal_TCGA_GTEX_count.rds\")\n#'\n#' SKCM_Skin_Combat_Normal_TCGA_GTEX_count <- Combat_Normal(\n#'   TCGA_normal_data_path = TCGA_normal_file,\n#'   gtex_data_path = gtex_file,\n#'   CombatNormal_output_path = output_file,\n#'   auto_mode = TRUE,\n#'   default_input = \"skip\"\n#' )\n#' head(SKCM_Skin_Combat_Normal_TCGA_GTEX_count)[1:5, 1:5]\n#'\n#' @seealso \\code{\\link[sva]{ComBat_seq}}\n#' @importFrom sva ComBat_seq\n#' @importFrom tibble column_to_rownames\n#' @export\nCombat_Normal <- function(TCGA_normal_data_path, gtex_data_path, CombatNormal_output_path, auto_mode = FALSE, default_input = \"11,12\") {\n\n  # Load the TGCA's normal tissue data and GTEX data\n  TCGA_normal_data <- readRDS(TCGA_normal_data_path)\n  gtex_data <- readRDS(gtex_data_path)\n\n  # Extract histological types for the TGCA's normal tissue data's samples\n  NormalHistologicalTypes <- substring(colnames(TCGA_normal_data), 14, 15)\n\n  # Filter only the normal samples\n  normal_data <- TCGA_normal_data[, as.numeric(NormalHistologicalTypes) > 10]\n\n  # Display the table to the user\n  normal_hist_table <- table(NormalHistologicalTypes)\n  #print(normal_hist_table)\n\n  message(\" \")\n  message(\"NormalHistologicalTypes:\")\n  message(paste(names(normal_hist_table), normal_hist_table, sep = \": \", collapse = \"\\n\"))\n  # Add a space after the output for separation\n  message(\" \")\n\n  # Ask the user for input or use default input in auto_mode\n  if(auto_mode) {\n    selected_types <- strsplit(default_input, \",\")[[1]]\n  } else {\n    message(\"Please input the normal tissue types you wish to retain or 'skip' to only use GTEX data: \")\n    selected_types <- strsplit(readline(), \",\")[[1]]\n  }\n\n  # If the user didn't select 'skip'\n  if (!is.element(\"skip\", selected_types)) {\n    # Filter the tumor data based on user's input\n    normal <- normal_data[, NormalHistologicalTypes %in% selected_types]\n\n    # Combine GTEX and selected TCGA data\n    # Merge the datasets, ensuring both have genes as row names\n    combined_data <- merge(normal, gtex_data, by = \"row.names\")\n    combined_data <- tibble::column_to_rownames(combined_data, var = \"Row.names\")  # Set the row names\n\n    # Create group vector (All samples as same group)\n    combined_group <- rep(\"all_group\", ncol(combined_data))\n\n    # Create batch vector for selected normal TCGA samples\n    tcga_batches <- match(NormalHistologicalTypes[NormalHistologicalTypes %in% selected_types], selected_types)\n\n    # Combine the batch vector for TCGA samples with GTEX batch\n    combined_batch <- c(tcga_batches, rep(\"GTEX\", ncol(gtex_data)))\n\n    # Modify the tumor values\n    combined_data_count <- 2^(combined_data) - 1\n    combined_data_count <- apply(combined_data_count, 2, as.integer)\n    rownames(combined_data_count) <- rownames(combined_data)\n\n    # Correct for batch effects using ComBat_seq\n    combat_count <- sva::ComBat_seq(as.matrix(combined_data_count),\n                                    batch = combined_batch,\n                                    group = combined_group)\n\n    # Convert matrix to data frame\n    combat_count_df <- as.data.frame(combat_count)\n\n    saveRDS(combat_count_df, file = CombatNormal_output_path)\n    return(combat_count_df)\n  } else {\n    combat_count_matrix <- 2^(gtex_data) - 1\n    combat_count_matrix <- apply(combat_count_matrix, 2, as.integer)\n    rownames(combat_count_matrix) <- rownames(gtex_data)\n    combat_count_df <- as.data.frame(combat_count_matrix)\n    saveRDS(combat_count_df, file = CombatNormal_output_path)\n    return(combat_count_df)\n  }\n}\n"
  },
  {
    "path": "R/CombatTumor.R",
    "content": "#' Process and Correct Batch Effects in Tumor Data\n#'\n#' This function takes a tumor data set, asks the user for specific tumor types to retain,\n#' and then corrects for batch effects using the ComBat_seq function from the 'sva' package.\n#'\n#' @description\n#' The function first extracts histological types from the provided tumor data set.\n#' After displaying these types, the user is prompted to input specific types to retain.\n#' The data is then filtered based on this input.\n#'\n#' Note: This example assumes that different tumor types represent different batches in a general sense.\n#' Users need to adjust the batch and group vectors based on real-life scenarios.\n#'\n#' @param tumor_data_path The path to the tumor data stored in an RDS file.\n#' @param CombatTumor_output_path A character string specifying the path where the output RDS file will be saved.\n#' @param auto_mode Logical. If set to TRUE, the function will not prompt the user for input and\n#'                  will instead use the values provided in default_input. Default is FALSE.\n#' @param default_input Character string. When auto_mode is TRUE, this parameter specifies the default\n#'                      tumor types to be retained. It should be provided as a comma-separated string (e.g., \"01,06\").\n#'\n#' @return A data.frame with corrected values after the ComBat_seq adjustment. Note that this function also saves the\n#'         combat_count_df data as an RDS file at the specified output path.\n#'\n#' @details\n#' The ComBat_seq function from the sva package is used to correct batch effects.\n#' The function requires the 'sva' package to be installed and loaded externally.\n#'\n#' @examples\n#' tumor_file <- system.file(\"extdata\",\n#'                           \"SKCM_Skin_TCGA_exp_tumor_test.rds\",\n#'                           package = \"TransProR\")\n#' output_file <- file.path(tempdir(), \"SKCM_combat_count.rds\")\n#'\n#'   SKCM_combat_count <- combat_tumor(\n#'   tumor_data_path = tumor_file,\n#'   CombatTumor_output_path = output_file,\n#'   auto_mode = TRUE,\n#'   default_input = \"01,06\"\n#' )\n#'\n#' head(SKCM_combat_count)[1:5, 1:5]\n#'\n#' @seealso \\code{\\link[sva]{ComBat_seq}}\n#' @importFrom sva ComBat_seq\n#' @export\ncombat_tumor <- function(tumor_data_path, CombatTumor_output_path, auto_mode = FALSE, default_input = \"01,06\") {\n\n  # Load the tumor data\n  tumor_data <- readRDS(tumor_data_path)\n\n  # Extract histological types\n  TumorHistologicalTypes <- substring(colnames(tumor_data), 14, 15)\n  tumor_hist_table <- table(TumorHistologicalTypes)\n\n  # Display the table to the user\n  message(\" \")\n  message(\"TumorHistologicalTypes:\")\n  message(paste(names(tumor_hist_table), tumor_hist_table, sep = \": \", collapse = \"\\n\"))\n  # Add a space after the output for separation\n  message(\" \")\n\n  # Ask the user for input or use default input in auto_mode\n  if(auto_mode) {\n    selected_types <- strsplit(default_input, \",\")[[1]]\n  } else {\n    message(\"Please input the tumor types you wish to retain, separated by commas (e.g., 01,06): \")\n    selected_types <- strsplit(readline(), \",\")[[1]]\n  }\n\n  # Filter the tumor data based on user's input\n  tumor <- tumor_data[, TumorHistologicalTypes %in% selected_types]\n\n  # Modify the tumor values\n  tumor1 <- 2^(tumor) - 1\n  tumor1 <- apply(tumor1, 2, as.integer)\n  rownames(tumor1) <- rownames(tumor)\n\n  # If only one sample type is chosen, skip batch correction and return modified tumor data\n  if(length(selected_types) == 1) {\n    combat_count_df <- as.data.frame(tumor1)\n  } else {\n    # Create group vector\n    selected_group = rep(\"all_group\", length(which(TumorHistologicalTypes %in% selected_types)))\n\n    # Create batch vector based on group vector\n    selected_batch = match(TumorHistologicalTypes[TumorHistologicalTypes %in% selected_types], selected_types)\n\n    # Correct for batch effects using ComBat_seq\n    combat_count <- sva::ComBat_seq(as.matrix(tumor1),\n                                    batch = selected_batch,\n                                    group = selected_group)\n\n    # Convert matrix to data frame\n    combat_count_df <- as.data.frame(combat_count)\n  }\n\n  saveRDS(combat_count_df, file = CombatTumor_output_path)\n\n  return(combat_count_df)\n}\n"
  },
  {
    "path": "R/CompareMerge.R",
    "content": "#' Compare and merge specific columns from two DEG data frames\n#'\n#' This function takes two DEG data frames, inner joins them by a specified gene column,\n#' checks if a specified column is identical across both data frames, and merges them if they are.\n#' The resulting data frame will have a merged column named after the compared column.\n#'\n#' @importFrom dplyr inner_join\n#' @param df1 First data frame.\n#' @param df2 Second data frame.\n#' @param by_gene Column name by which to join the data frames, typically \"Gene\".\n#' @param compare_col Column to compare for identity, which will also be the name of the merged column.\n#' @param suffixes Suffixes to use for non-identical column names in the joined data frame.\n#' @param df_name Name to assign to the resulting data frame for identification.\n#' @return A data frame with processed columns.\n#' @examples\n#' # Create simulated DESeq2 data\n#' DEG_deseq2 <- data.frame(\n#'   Gene = c(\"Gene1\", \"Gene2\", \"Gene3\", \"Gene4\", \"Gene5\"),\n#'   change = c(\"up\", \"down\", \"no_change\", \"up\", \"down\"),\n#'   log2FoldChange = c(2.5, -3.2, 0.1, 1.8, -2.5),\n#'   pvalue = c(0.01, 0.05, 0.9, 0.02, 0.03)\n#' )\n#'\n#' # Display the first 5 rows of the DESeq2 data\n#' head(DEG_deseq2, 5)\n#'\n#' # Create simulated edgeR data\n#' DEG_edgeR <- data.frame(\n#'   Gene = c(\"Gene1\", \"Gene2\", \"Gene3\", \"Gene4\", \"Gene5\"),\n#'   change = c(\"up\", \"down\", \"no_change\", \"no_change\", \"up\"),\n#'   log2FoldChange = c(2.3, -3.1, 0.2, 0.1, 2.7),\n#'   pvalue = c(0.02, 0.04, 0.8, 0.6, 0.01)\n#' )\n#'\n#' # Display the first 5 rows of the edgeR data\n#' head(DEG_edgeR, 5)\n#'\n#' # Merge the DESeq2 and edgeR data\n#' deseq2_edgeR <- compare_merge(\n#'   df1 = DEG_deseq2,\n#'   df2 = DEG_edgeR,\n#'   by_gene = \"Gene\",\n#'   compare_col = \"change\",\n#'   suffixes = c(\"_1\", \"_2\"),\n#'   df_name = \"deseq2_edgeR\"\n#' )\n#'\n#' @export\ncompare_merge <- function(df1, df2, by_gene, compare_col, suffixes, df_name) {\n  # Perform an inner join on the 'Gene' column\n  merged_df <- dplyr::inner_join(df1, df2, by = by_gene, suffix = suffixes)\n\n  # Generate column names for comparison\n  col1 <- paste0(compare_col, suffixes[1])\n  col2 <- paste0(compare_col, suffixes[2])\n\n  # Check if the specified columns are identical\n  if (all(merged_df[[col1]] == merged_df[[col2]])) {\n    # If completely identical, merge these columns into one and rename\n    merged_df[[compare_col]] <- merged_df[[col1]]\n    # Remove original compared columns\n    merged_df[[col1]] <- NULL\n    merged_df[[col2]] <- NULL\n  } else {\n    # Handle non-identical case\n    message(\"The columns\", col1, \"and\", col2, \"are not identical.\\n\")\n  }\n\n  # Assign the specified name for identification\n  merged_df$name <- df_name\n\n  # Return the modified data frame\n  return(merged_df)\n}\n"
  },
  {
    "path": "R/Contrast_Venn.R",
    "content": "#' Function to Create a Venn Diagram of DEGs with Custom Colors\n#'\n#' This function creates a Venn Diagram using the 'ggVennDiagram' package.\n#' It allows customization of various aesthetic elements of the diagram, including colors.\n#'\n#' @importFrom ggplot2 scale_fill_gradient scale_color_manual scale_x_continuous expansion\n#' @importFrom ggVennDiagram ggVennDiagram\n#' @param all_degs_venn A list of DEG sets for Venn Diagram creation.\n#' @param edge_colors A vector of colors for the edges of the Venn Diagram sets.\n#' @param name_color A vector of colors for the names of the sets in the Venn Diagram.\n#' @param fill_colors A vector of two colors for the gradient fill of the Venn Diagram.\n#' @param label_size The size of the labels showing the number of elements in each set (default is 4).\n#' @param edge_size The size of the edges of the Venn Diagram sets (default is 3).\n#' @return A `ggplot` object representing the Venn Diagram.\n#' @examples\n#'\n#' data(\"all_degs_venn\", package = \"TransProR\")\n#'\n#' edge_colors <- c(\"#1b62bb\",\"#13822e\",\"#332c3a\",\"#9e2d39\")\n#' name_color <- c(\"#1b64bb\",\"#13828e\",\"#337c3a\",\"#9e9d39\")\n#' fill_colors <- c(\"#e3f2fa\", \"#0288d1\")\n#'\n#' Contrast_degs_venn <- Contrast_Venn(all_degs_venn, edge_colors, name_color, fill_colors)\n#' @export\n#'\nContrast_Venn <- function(all_degs_venn,\n                      edge_colors,\n                      name_color,\n                      fill_colors,\n                      label_size = 4,\n                      edge_size = 3) {\n  # Draw Venn Diagram\n  ggVennDiagram::ggVennDiagram(all_degs_venn,\n                set_size = 5, # Font size for set names\n                set_color = name_color,\n                label_alpha = 0, # Transparency of the background box for counts/percentages, default is white\n                label_size = label_size, # Font size for counts/percentages\n                edge_size = edge_size # Thickness of the edges\n  ) +\n    ggplot2::scale_fill_gradient(low = fill_colors[1], high = fill_colors[2]) + # Gradient fill color based on value size\n    ggplot2::scale_color_manual(values = edge_colors) + # Manually set edge colors\n    ggplot2::scale_x_continuous(expand = ggplot2::expansion(mult = .3))\n}\n"
  },
  {
    "path": "R/DESeq2Analyze.R",
    "content": "#' Differential Gene Expression Analysis using 'DESeq2'\n#'\n#' 'DESeq2': Differential gene expression analysis based on the negative binomial distribution.\n#' This function utilizes the 'DESeq2' package to conduct differential gene expression analysis.\n#' It processes tumor and normal expression data, applies DESeq2 analysis,\n#' and outputs the results along with information on gene expression changes.\n#'\n#' The DESeq2 methodology is based on modeling count data using a negative binomial distribution,\n#' which allows for handling the variability observed in gene expression data, especially in\n#' small sample sizes. This approach is well-suited for RNA-Seq data analysis.\n#'\n#' @importFrom DESeq2 DESeqDataSetFromMatrix DESeq results\n#' @importFrom dplyr mutate\n#' @importFrom tibble column_to_rownames\n#' @importFrom stats na.omit\n#' @param tumor_file Path to the tumor data file (RDS format).\n#' @param normal_file Path to the normal data file (RDS format).\n#' @param output_file Path to save the output DEG data (RDS format).\n#' @param logFC Threshold for log fold change.\n#' @param p_value Threshold for p-value.\n#' @return A data frame of differential expression results.\n#' @examples\n#' # Define file paths for tumor and normal data from the data folder\n#' tumor_file <- system.file(\"extdata\",\n#'                           \"removebatch_SKCM_Skin_TCGA_exp_tumor_test.rds\",\n#'                           package = \"TransProR\")\n#' normal_file <- system.file(\"extdata\",\n#'                            \"removebatch_SKCM_Skin_Normal_TCGA_GTEX_count_test.rds\",\n#'                            package = \"TransProR\")\n#' output_file <- file.path(tempdir(), \"DEG_DESeq2.rds\")\n#'\n#' DEG_DESeq2 <- DESeq2_analyze(\n#'   tumor_file = tumor_file,\n#'   normal_file = normal_file,\n#'   output_file = output_file,\n#'   2.5,\n#'   0.01\n#' )\n#'\n#' # View the top 5 rows of the result\n#' head(DEG_DESeq2, 5)\n#'\n#' @references\n#' DESeq2:Differential gene expression analysis based on the negative binomial distribution.\n#' For more information, visit the page:\n#' https://docs.gdc.cancer.gov/Data/Bioinformatics_Pipelines/Expression_mRNA_Pipeline/\n#' @export\nDESeq2_analyze <- function(tumor_file, normal_file, output_file, logFC = 2.5, p_value = 0.01) {\n  # Read and merge data\n  tumor <- readRDS(tumor_file)\n  normal <- readRDS(normal_file)\n  all_count_exp <- merge(tumor, normal, by = \"row.names\") # Merge the datasets, ensuring both have genes as row names\n  all_count_exp <- tibble::column_to_rownames(all_count_exp, var = \"Row.names\") # Set the row names\n\n  # Create group factor\n  group <- factor(c(rep('tumor', ncol(tumor)), rep('normal', ncol(normal))), levels = c(\"normal\", \"tumor\"))\n  group_table <- table(group)\n\n  message(\"Group Table:\")\n  message(paste(names(group_table), group_table, sep = \": \", collapse = \"\\n\"))\n  # Add a space after the output for separation\n  message(\" \")\n\n  # Prepare DESeq2 dataset\n  colData <- data.frame(row.names = colnames(all_count_exp), group = group) # Create a dataframe to store the grouping information of samples, with the row names as sample names and the column names as group information.\n  dds <- DESeq2::DESeqDataSetFromMatrix(countData = all_count_exp, # Expression matrix, with rows as genes and columns as samples, containing integers derived from the calculation of reads or fragments.\n                                        colData = colData, # Sample information matrix (dataframe), showing the correspondence between the column names of the expression matrix and the grouping information, with row names as sample names. The first column indicates the treatment status of the sample (control or treatment, tumor or normal, etc.), referred to as the group.\n                                        design = ~ group) # Differential comparison matrix, which informs the differential analysis function about the variables between which differences are to be analyzed. Simply put, it specifies which are the controls and which are the treatments. The group refers to the group in colData, which is the grouping information.\n\n  # Perform differential expression analysis.\n  dds <- DESeq2::DESeq(dds)\n\n  # Perform DESeq2 analysis\n  # Extract the results of differential expression and perform a comparison. Here, the 'contrast' parameter specifies the groups to be compared.\n  # The 'contrast' parameter must be written in a vector format with three elements, and the order cannot be reversed.\n  res <- DESeq2::results(dds, contrast = c(\"group\", \"tumor\", \"normal\"))\n\n  # Sort the differential results according to 'padj' (adjusted p-value). This step is necessary only for DESeq2, as limma and edgeR will automatically sort the results.\n  resOrdered <- res[order(res$padj), ]\n  DEG <- as.data.frame(stats::na.omit(resOrdered)) # Remove missing values. If this step is not taken, some genes with very low expression levels will result in NA values after calculation, causing difficulties in subsequent analysis and plotting.\n\n  # Add a 'change' column to mark up- or down-regulated genes, with the threshold set according to requirements.\n  DEG <- dplyr::mutate(DEG, change = ifelse(DEG$pvalue < p_value & DEG$log2FoldChange < -logFC, \"down\",\n                                            ifelse(DEG$pvalue < p_value & DEG$log2FoldChange > logFC, \"up\", \"stable\")))\n\n  # Output table of gene expression changes\n  change_table <- table(DEG$change)\n\n  message(\" \")\n  message(\"Change Table:\")\n  message(paste(names(change_table), change_table, sep = \": \", collapse = \"\\n\"))\n  # Add a space after the output for separation\n  message(\" \")\n\n  # Save results\n  #save(DEG, file = output_file)\n  saveRDS(DEG, file = output_file)\n  # Return results\n  return(DEG)\n}\n"
  },
  {
    "path": "R/EdgeRAnalyze.R",
    "content": "#' Differential Gene Expression Analysis using 'edgeR'\n#'\n#' This function performs differential gene expression analysis using the 'edgeR' package.\n#' It reads tumor and normal expression data, merges them, filters low-expressed genes,\n#' normalizes the data, performs edgeR analysis, and outputs the results along with information\n#' on gene expression changes.\n#'\n#' @importFrom tibble column_to_rownames\n#' @importFrom dplyr mutate\n#' @importFrom edgeR DGEList cpm calcNormFactors estimateGLMCommonDisp estimateGLMTrendedDisp estimateGLMTagwiseDisp glmFit glmLRT topTags\n#' @importFrom stats model.matrix\n#' @param tumor_file Path to the tumor data file (RDS format).\n#' @param normal_file Path to the normal data file (RDS format).\n#' @param output_file Path to save the output DEG data (RDS format).\n#' @param logFC_threshold Threshold for log fold change for marking up/down-regulated genes.\n#' @param p_value_threshold Threshold for p-value for filtering significant genes.\n#' @return A data frame of differential expression results.\n#' @references\n#' edgeR: Differential analysis of sequence read count data.\n#' For more information, visit the edgeR Bioconductor page:\n#' https://www.bioconductor.org/packages/release/bioc/vignettes/edgeR/inst/doc/edgeRUsersGuide.pdf\n#' @export\n#'\n#' @examples\n#' # Define file paths for tumor and normal data from the data folder\n#' tumor_file <- system.file(\"extdata\",\n#'                          \"removebatch_SKCM_Skin_TCGA_exp_tumor_test.rds\",\n#'                          package = \"TransProR\")\n#' normal_file <- system.file(\"extdata\",\n#'                            \"removebatch_SKCM_Skin_Normal_TCGA_GTEX_count_test.rds\",\n#'                            package = \"TransProR\")\n#' output_file <- file.path(tempdir(), \"DEG_edgeR.rds\")\n#'\n#' DEG_edgeR <- edgeR_analyze(\n#'   tumor_file = tumor_file,\n#'   normal_file = normal_file,\n#'   output_file = output_file,\n#'   2.5,\n#'   0.01\n#' )\n#'\n#' # View the top 5 rows of the result\n#' head(DEG_edgeR, 5)\n#'\nedgeR_analyze <- function(tumor_file, normal_file, output_file, logFC_threshold = 2.5, p_value_threshold = 0.01) {\n  tumor <- readRDS(tumor_file)\n  normal <- readRDS(normal_file)\n\n  # Merge the datasets, ensuring both have genes as row names\n  all_count_exp <- merge(tumor, normal, by = \"row.names\")\n  all_count_exp <- tibble::column_to_rownames(all_count_exp, var = \"Row.names\")\n\n  # Define groups for tumor and normal samples\n  group <- c(rep('tumor', ncol(tumor)), rep('normal', ncol(normal)))\n  group <- factor(group, levels = c(\"normal\", \"tumor\"))\n  group_table <- table(group)\n\n  message(\"Group Table:\")\n  message(paste(names(group_table), group_table, sep = \": \", collapse = \"\\n\"))\n  # Add a space after the output for separation\n  message(\" \")\n\n  # Create DGEList object for gene expression data and group information\n  d <- edgeR::DGEList(counts = all_count_exp, group = group)\n\n  # Filter lowly expressed genes based on CPM values\n  keep <- rowSums(edgeR::cpm(d) > 1) >= 2\n  d <- d[keep, , keep.lib.sizes = FALSE]\n\n  # Update library size information in the samples\n  d$samples$lib.size <- colSums(d$counts)\n\n  # Normalize the data using the TMM method\n  d <- edgeR::calcNormFactors(d)\n\n  # Create design matrix for differential analysis model\n  design <- stats::model.matrix(~0 + factor(group))\n  rownames(design) <- colnames(d)\n  colnames(design) <- levels(factor(group))\n\n  # Estimate dispersions - common dispersion, trended dispersion, tagwise dispersion\n  d <- edgeR::estimateGLMCommonDisp(d, design)\n  d <- edgeR::estimateGLMTrendedDisp(d, design)\n  d <- edgeR::estimateGLMTagwiseDisp(d, design)\n\n  # Fit the model using Generalized Linear Model (GLM)\n  fit <- edgeR::glmFit(d, design)\n\n  # Perform differential expression analysis using Likelihood Ratio Test (LRT)\n  lrt <- edgeR::glmLRT(fit, contrast = c(-1, 1)) # Note that the 'contrast' here is different from 'DESeq2'. Here, we only need to input c(-1, 1): -1 corresponds to normal, 1 corresponds to tumor.\n\n  # Retrieve top differentially expressed genes\n  nrDEG <- edgeR::topTags(lrt, n = nrow(d))\n  DEG_edgeR <- as.data.frame(nrDEG)\n\n  # Add 'change' column to mark up/down-regulated genes\n  k1 <- (DEG_edgeR$PValue < p_value_threshold) & (DEG_edgeR$logFC < -logFC_threshold)\n  k2 <- (DEG_edgeR$PValue < p_value_threshold) & (DEG_edgeR$logFC > logFC_threshold)\n  DEG_edgeR <- dplyr::mutate(DEG_edgeR, change = ifelse(k1, \"down\", ifelse(k2, \"up\", \"stable\")))\n\n  change_table <- table(DEG_edgeR$change)\n\n  message(\"Change Table:\")\n  message(paste(names(change_table), change_table, sep = \": \", collapse = \"\\n\"))\n  # Add a space after the output for separation\n  message(\" \")\n\n  # Save results to the specified output file\n  saveRDS(DEG_edgeR, file = output_file)\n\n  return(DEG_edgeR)\n}\n"
  },
  {
    "path": "R/EnrichCirclize.R",
    "content": "#' Adjust and Export Pathway Analysis Results\n#'\n#' This function processes a dataframe containing fgsea results. It adjusts pathway names\n#' by removing underscores, converting to lowercase, then capitalizing the first letter,\n#' and joining the components with spaces. It selects and merges the top upregulated\n#' and downregulated pathways based on enrichment score (ES) and p-value.\n#'\n#' @param fgseaRes Dataframe containing fgsea results with columns 'pathway', 'ES', and 'pval'.\n#' @param nTop Integer, number of top pathways to select based on the p-value.\n#' @return A vector containing combined top upregulated and downregulated pathways.\n#' @importFrom Hmisc capitalize\n#' @export\n#' @examples\n#' # Create a synthetic fgseaRes dataframe\n#'fgseaRes <- data.frame(\n#'  pathway = c(\"KEGG_APOPTOSIS\",\n#'              \"GO_CELL_CYCLE\",\n#'              \"REACTOME_DNA_REPAIR\",\n#'              \"KEGG_METABOLISM\",\n#'              \"GO_TRANSPORT\"),\n#'  ES = c(0.45, -0.22, 0.56, -0.35, 0.33),\n#'  pval = c(0.001, 0.02, 0.0003, 0.05, 0.01)\n#')\n#'\n#' # Run the function to get top pathways\n#'result <- adjust_export_pathway(fgseaRes = fgseaRes, nTop = 2)\n#'\nadjust_export_pathway <- function(fgseaRes, nTop = 10) {\n  # Adjust pathway names\n  fgseaRes$pathway <- as.character(fgseaRes$pathway)\n  for(i in 1:nrow(fgseaRes)){\n    message(\"Processing row \", i)\n    term = fgseaRes$pathway[i]\n    ### 1. Split the string\n    term = unlist(strsplit(term, split=\"_\", fixed=TRUE))[-1]\n    ### 2. Convert to lowercase, then capitalize the first letter\n    term = Hmisc::capitalize(tolower(term))\n    ### 3. Concatenate with spaces\n    term = paste(term, collapse=\" \")\n    ### 4. Data export\n    fgseaRes$pathway[i] = term\n  }\n\n  # Select top upregulated pathways\n  topPathwaysUp <- fgseaRes[fgseaRes$ES > 0,][order(fgseaRes$pval[fgseaRes$ES > 0]), 'pathway'][1:nTop]\n\n  # Select top downregulated pathways\n  topPathwaysDown <- fgseaRes[fgseaRes$ES < 0,][order(fgseaRes$pval[fgseaRes$ES < 0]), 'pathway'][1:nTop]\n\n  # Combine top pathways and convert any potential list to a vector\n  combinedPathways <- unlist(c(topPathwaysUp, rev(topPathwaysDown)), use.names = FALSE)\n\n  return(list(combinedPathways = combinedPathways, fgseaRes = fgseaRes))\n}\n\n\n\n\n\n\n#' Randomly Select Pathways with Limited Word Count\n#'\n#' This function randomly selects a specified number of pathways from a given list, ensuring that each selected pathway name does not exceed a specified number of words. It filters out pathways with names longer than the specified word limit before making the selection.\n#'\n#' @param pathways Character vector of pathways.\n#' @param max_words Integer, maximum number of words allowed in the pathway name.\n#' @param num_select Integer, number of pathways to randomly select.\n#' @return A character vector of selected pathways.\n#' @export\n#' @examples\n#' pathway_list <- c(\"pathway_one response to stimulus\",\n#'                   \"pathway_two cell growth and death\",\n#'                   \"pathway_three regulation of cellular process\",\n#'                   \"pathway_four metabolic process\")\n#' selected_pathways <- selectPathways(pathway_list, max_words = 5, num_select = 2)\n#'\nselectPathways <- function(pathways, max_words = 10, num_select = 10) {\n  # Check input\n  if (!is.character(pathways)) {\n    stop(\"Please provide a character vector of pathways.\")\n  }\n\n  # Filter pathways with word count not exceeding max_words\n  filtered_pathways <- pathways[sapply(pathways, function(x) length(strsplit(x, \" \")[[1]]) <= max_words)]\n\n  # Randomly select num_select pathways from the filtered list\n  if (length(filtered_pathways) >= num_select) {\n    selected_pathways <- sample(filtered_pathways, num_select)\n  } else {\n    warning(\"Not enough pathways with <= \", max_words, \" words. Returning as many as possible.\")\n    selected_pathways <- sample(filtered_pathways, length(filtered_pathways))\n  }\n\n  return(selected_pathways)\n}\n\n\n\n\n#' Draw Dual-Sided Legends on a Plot\n#'\n#' This function creates two sets of legends, one on the left and one on the right side of a plot.\n#' It displays color-coded legends with labels corresponding to different data categories.\n#' Each legend entry consists of a colored rectangle and a text label. The left side legend has\n#' text aligned to the right of the color block, while the right side legend has text aligned\n#' to the left of the color block.\n#'\n#' @param labels Vector of labels for the legends.\n#' @param colors Vector of colors corresponding to the labels.\n#' @param legend_width The width of each legend viewport expressed in grid units.\n#' @param x_positions Numeric vector of length 2 specifying the x-positions of the left and right legends.\n#' @param y_position The y-position common for both legends, expressed as a fraction of the plot height.\n#' @param just_positions List of two vectors, each specifying the horizontal and vertical justification for the legends.\n#' @param text_alignments List of two character strings specifying text alignments for the legends ('left' or 'right').\n#' @param font_size Numeric value specifying the font size for the legend labels.\n#' @return Invisible. This function is called for its side effects of drawing legends on a plot.\n#' @importFrom grid pushViewport viewport grid.roundrect grid.text upViewport unit\n#' @export\n#' @examples\n#' labels <- c(\"Label1\", \"Label2\", \"Label3\", \"Label4\", \"Label5\", \"Label6\")\n#' colors <- c(\"#ff0000\", \"#00ff00\", \"#0000ff\", \"#ffff00\", \"#ff00ff\", \"#00ffff\")\n#'\n#' # Convert to 'unit' objects for grid\n#' grid::grid.roundrect(\n#'   x = grid::unit(0.5, \"npc\"),  # \"npc\" stands for normalized parent coordinates\n#'   y = grid::unit(0.5, \"npc\"),\n#'   width = grid::unit(0.1, \"npc\"),\n#'   height = grid::unit(0.05, \"npc\"),\n#'   gp = grid::gpar(fill = \"red\"),\n#'   r = grid::unit(0.1, \"npc\")  # rounding radius\n#' )\n#'\n#' # Example of drawing legends with specific labels and colors\n#' drawLegends(labels, colors, grid::unit(2, \"cm\"), c(0.225, 0.75), 0.5,\n#'             list(c(\"left\", \"center\"), c(\"right\", \"center\")),\n#'             list(\"right\", \"left\"), 10)\n#'\ndrawLegends <- function(labels, colors, legend_width, x_positions, y_position, just_positions, text_alignments, font_size) {\n  half_length <- length(labels) / 2\n  legend_height <- grid::unit(1, \"lines\") * half_length\n\n  # Draw left-side legend\n  grid::pushViewport(grid::viewport(\n    width = legend_width,\n    height = legend_height,\n    x = x_positions[1],\n    y = y_position,\n    just = just_positions[[1]]\n  ))\n  for (i in seq_len(half_length)) {\n    grid::grid.roundrect(\n      x = grid::unit(1, \"npc\") - grid::unit(0.5, \"cm\"),\n      y = grid::unit(1, \"npc\") - grid::unit(i / half_length, \"npc\") + grid::unit(0.5 / half_length, \"npc\"),\n      width = grid::unit(0.7, \"cm\"),\n      height = grid::unit(0.9 / half_length, \"npc\"),\n      gp = grid::gpar(fill = colors[i], col = NA),\n      r = grid::unit(0.3, \"snpc\")\n    )\n    grid::grid.text(\n      labels[i],\n      x = grid::unit(1, \"npc\") - grid::unit(1, \"cm\"),\n      y = grid::unit(1, \"npc\") - grid::unit(i / half_length, \"npc\") + grid::unit(0.5 / half_length, \"npc\"),\n      gp = grid::gpar(col = colors[i], fontsize = font_size),\n      just = text_alignments[[1]]\n    )\n  }\n  grid::upViewport()\n\n  # Draw right-side legend\n  grid::pushViewport(grid::viewport(\n    width = legend_width,\n    height = legend_height,\n    x = x_positions[2],\n    y = y_position,\n    just = just_positions[[2]]\n  ))\n  for (i in (half_length + 1):length(labels)) {\n    grid::grid.roundrect(\n      x = grid::unit(1, \"npc\") - grid::unit(0.6, \"cm\"),\n      y = grid::unit(1, \"npc\") - grid::unit((i - half_length) / half_length, \"npc\") + grid::unit(0.5 / half_length, \"npc\"),\n      width = grid::unit(0.7, \"cm\"),\n      height = grid::unit(0.9 / half_length, \"npc\"),\n      gp = grid::gpar(fill = colors[i], col = NA),\n      r = grid::unit(0.3, \"snpc\")\n    )\n    grid::grid.text(\n      labels[i],\n      x = grid::unit(1, \"npc\") - grid::unit(0.1, \"cm\"),\n      y = grid::unit(1, \"npc\") - grid::unit((i - half_length) / half_length, \"npc\") + grid::unit(0.5 / half_length, \"npc\"),\n      gp = grid::gpar(col = colors[i], fontsize = font_size),\n      just = text_alignments[[2]]\n    )\n  }\n  grid::upViewport()\n}\n\n\n#' Draw Chord Diagram with Legends\n#'\n#' This function creates a chord diagram from a specified dataframe and draws two sets of legends for it.\n#' It adjusts the track height of the chord diagram to optimize space and uses specified colors for the grid.\n#' Legends are drawn at specified positions with configurable text alignments and font sizes.\n#'\n#' @param all_combined_df A dataframe containing the matrix for the chord diagram.\n#' @param original_colors A vector of colors for the grid columns of the chord diagram.\n#' @param labels A vector of labels for the first legend.\n#' @param colors A vector of colors corresponding to the first legend's labels.\n#' @param labels2 A vector of labels for the second legend.\n#' @param colors2 A vector of colors corresponding to the second legend's labels.\n#' @param font_size The font size used for legend texts, defaults to 10.\n#' @return Invisible, primarily used for its side effects of drawing on a graphics device.\n#' @importFrom circlize chordDiagram\n#' @importFrom grid unit\n#' @importFrom graphics strwidth\n#' @export\n#' @examples\n#' # Sample Chord Diagram Matrix\n#' all_combined_df <- data.frame(\n#'   A = c(10, 20, 30),\n#'   B = c(15, 25, 35),\n#'   C = c(5, 10, 15)\n#' )\n#' rownames(all_combined_df) <- c(\"A\", \"B\", \"C\")\n#'\n#' # Colors for the grid of the chord diagram (corresponding to columns of the matrix)\n#' original_colors <- c(\"red\", \"green\", \"blue\")\n#'\n#' # Name the colors according to the sectors (A, B, C)\n#' names(original_colors) <- colnames(all_combined_df)\n#'\n#' # Labels and Colors for the First Legend\n#' labels <- c(\"Label 1\", \"Label 2\", \"Label 3\")\n#' colors <- c(\"yellow\", \"purple\", \"cyan\")\n#'\n#' # Labels and Colors for the Second Legend\n#' labels2 <- c(\"Label A\", \"Label B\", \"Label C\")\n#' colors2 <- c(\"orange\", \"pink\", \"brown\")\n#'\n#' # Font size for the legend texts (optional, default is 10)\n#' font_size <- 10\n#'\n#' # Call the enrichment_circlize function with the sample data\n#' # This is just an example; the plot will be rendered in an appropriate graphics context\n#' # such as RStudio's plot pane or an external plotting window.\n#' plot1 <- enrichment_circlize(all_combined_df,\n#'                              original_colors,\n#'                              labels,\n#'                              colors,\n#'                              labels2,\n#'                              colors2,\n#'                              font_size\n#'                              )\n#'\nenrichment_circlize <- function(all_combined_df, original_colors, labels, colors,\n                                       labels2, colors2, font_size = 10) {\n\n  # Calculate adjusted height for the chord diagram\n  max_height <- max(graphics::strwidth(unlist(dimnames(all_combined_df)), \"inches\")) * 1.2\n\n  # Draw the chord diagram\n  circlize::chordDiagram(all_combined_df, grid.col = original_colors, annotationTrack = \"grid\",\n                         directional = -1, direction.type = c(\"diffHeight\", \"arrows\"),\n                         link.arr.type = \"big.arrow\", preAllocateTracks = list(track.height = max_height))\n\n  # Draw the first set of legends\n  legend_width <- grid::unit(2, \"cm\")\n  x_positions <- c(0.225, 0.75)\n  y_position <- 0.5\n  just_positions <- list(c(\"left\", \"center\"), c(\"right\", \"center\"))\n  text_alignments <- list(\"right\", \"left\")\n\n  drawLegends(labels, colors, legend_width, x_positions, y_position, just_positions, text_alignments, font_size)\n\n  # Draw the second set of legends\n  x_positions2 <- c(0.3, 0.68)\n  y_position2 <- 0.7\n\n  drawLegends(labels2, colors2, legend_width, x_positions2, y_position2, just_positions, text_alignments, font_size)\n}\n"
  },
  {
    "path": "R/EnrichCircoBar.R",
    "content": "#' Extract and Count Descriptions with Specified Color\n#'\n#' This function filters a data frame for specified descriptions, selects the 'Description' and 'Count' columns,\n#' and adds a new column with a specified color.\n#'\n#' @param df A data frame containing at least 'Description' and 'Count' columns.\n#' @param descriptions A vector of descriptions to filter in the data frame.\n#' @param color A character string specifying the color to be added as a new column.\n#' @return A data frame filtered by descriptions, containing 'Description', 'Count', and a new 'color' column.\n#' @export\n#'\n#' @examples\n#' # Generate Sample Input Data for extract_descriptions_counts Function\n#'\n#' # Create a sample data frame with 'Description' and 'Count' columns\n#' data <- data.frame(\n#'   Description = c(\n#'     \"immunoglobulin production\",\n#'     \"B cell mediated immunity\",\n#'     \"T cell activation\",\n#'     \"antigen processing and presentation\",\n#'     \"cytokine signaling\",\n#'     \"natural killer cell activity\",\n#'     \"phagocytosis\",\n#'     \"complement activation\",\n#'     \"antibody-dependent cellular cytotoxicity\",\n#'     \"regulatory T cell function\"\n#'   ),\n#'   Count = c(\n#'     150,  # immunoglobulin production\n#'     200,  # B cell mediated immunity\n#'     175,  # T cell activation\n#'     125,  # antigen processing and presentation\n#'     190,  # cytokine signaling\n#'     160,  # natural killer cell activity\n#'     140,  # phagocytosis\n#'     180,  # complement activation\n#'     130,  # antibody-dependent cellular cytotoxicity\n#'     170   # regulatory T cell function\n#'   ),\n#'   stringsAsFactors = FALSE  # Ensure that strings are not converted to factors\n#' )\n#'\n#'\n#'\n#' descriptions_to_filter <- c(\"immunoglobulin production\", \"B cell mediated immunity\")\n#' specified_color <- \"red\"  # You can specify any color you desire\n#' filtered_data_with_color <- extract_descriptions_counts(\n#'   data, descriptions_to_filter,\n#'   specified_color)\n#' print(filtered_data_with_color)\n#'\nextract_descriptions_counts <- function(df, descriptions, color) {\n  # Filter rows where the Description column values are in the descriptions vector\n  result_df <- df[df$Description %in% descriptions, ]\n\n  # Select Description and Count columns\n  result_df <- result_df[, c(\"Description\", \"Count\")]\n\n  # Add a new column 'color' with the specified color value\n  result_df$color <- color\n\n  return(result_df)\n}\n\n\n\n\n\n\n\n\n#' Combine and Visualize Data with Circular Bar Chart\n#'\n#' This function combines multiple data frames, arranges them, and visualizes the combined data\n#' in a Circular Bar Chart using the 'ggplot2' and 'ggalluvial' packages.\n#'\n#' @importFrom dplyr bind_rows arrange desc row_number mutate\n#' @importFrom ggplot2 ggplot geom_bar geom_text scale_fill_manual scale_y_continuous scale_x_continuous coord_polar labs theme_minimal theme element_rect element_blank\n#' @importFrom rlang .data\n#' @param data_list A list of data frames to be combined.\n#' @return A `ggplot` object representing the Circular Bar Chart.\n#' @export\n#'\n#' @examples\n#' # Create sample data frames for each enrichment category\n#'\n#' # 1. Biological Process (BP)\n#' filtered_data_BP <- data.frame(\n#'   Description = c(\n#'     \"immune response\",\n#'     \"cell proliferation\",\n#'     \"signal transduction\",\n#'     \"apoptotic process\",\n#'     \"metabolic process\"\n#'   ),\n#'   Count = c(120, 85, 150, 60, 95),\n#'   color = c(\n#'     \"#1f77b4\",  # blue\n#'     \"#ff7f0e\",  # orange\n#'     \"#2ca02c\",  # green\n#'     \"#d62728\",  # red\n#'     \"#9467bd\"   # purple\n#'   ),\n#'   stringsAsFactors = FALSE\n#' )\n#'\n#' # 2. Cellular Component (CC)\n#' filtered_data_CC <- data.frame(\n#'   Description = c(\n#'     \"nucleus\",\n#'     \"cytoplasm\",\n#'     \"membrane\",\n#'     \"mitochondrion\",\n#'     \"extracellular space\"\n#'   ),\n#'   Count = c(90, 110, 75, 65, 80),\n#'   color = c(\n#'     \"#1f77b4\",\n#'     \"#ff7f0e\",\n#'     \"#2ca02c\",\n#'     \"#d62728\",\n#'     \"#9467bd\"\n#'   ),\n#'   stringsAsFactors = FALSE\n#' )\n#'\n#' # 3. Molecular Function (MF)\n#' filtered_data_MF <- data.frame(\n#'   Description = c(\n#'     \"protein binding\",\n#'     \"DNA binding\",\n#'     \"enzyme activity\",\n#'     \"transporter activity\",\n#'     \"receptor activity\"\n#'   ),\n#'   Count = c(140, 130, 100, 70, 90),\n#'   color = c(\n#'     \"#1f77b4\",\n#'     \"#ff7f0e\",\n#'     \"#2ca02c\",\n#'     \"#d62728\",\n#'     \"#9467bd\"\n#'   ),\n#'   stringsAsFactors = FALSE\n#' )\n#'\n#' # 4. Disease Ontology (DO)\n#' filtered_data_DO <- data.frame(\n#'   Description = c(\n#'     \"cancer\",\n#'     \"cardiovascular disease\",\n#'     \"neurological disorder\",\n#'     \"metabolic disease\",\n#'     \"infectious disease\"\n#'   ),\n#'   Count = c(200, 150, 120, 90, 160),\n#'   color = c(\n#'     \"#1f77b4\",\n#'     \"#ff7f0e\",\n#'     \"#2ca02c\",\n#'     \"#d62728\",\n#'     \"#9467bd\"\n#'   ),\n#'   stringsAsFactors = FALSE\n#' )\n#'\n#' # 5. Reactome Pathways\n#' filtered_data_Reactome <- data.frame(\n#'   Description = c(\n#'     \"Cell Cycle\",\n#'     \"Apoptosis\",\n#'     \"DNA Repair\",\n#'     \"Signal Transduction\",\n#'     \"Metabolism of Proteins\"\n#'   ),\n#'   Count = c(110, 95, 80, 130, 85),\n#'   color = c(\n#'     \"#1f77b4\",\n#'     \"#ff7f0e\",\n#'     \"#2ca02c\",\n#'     \"#d62728\",\n#'     \"#9467bd\"\n#'   ),\n#'   stringsAsFactors = FALSE\n#' )\n#'\n#' # 6. KEGG Pathways\n#' filtered_data_kegg <- data.frame(\n#'   Description = c(\n#'     \"PI3K-Akt signaling pathway\",\n#'     \"MAPK signaling pathway\",\n#'     \"NF-kappa B signaling pathway\",\n#'     \"JAK-STAT signaling pathway\",\n#'     \"Toll-like receptor signaling pathway\"\n#'   ),\n#'   Count = c(175, 160, 145, 130, 155),\n#'   color = c(\n#'     \"#1f77b4\",\n#'     \"#ff7f0e\",\n#'     \"#2ca02c\",\n#'     \"#d62728\",\n#'     \"#9467bd\"\n#'   ),\n#'   stringsAsFactors = FALSE\n#' )\n#'\n#' # Combine all filtered data frames into a list\n#' data_list <- list(\n#'   BP = filtered_data_BP,\n#'   CC = filtered_data_CC,\n#'   MF = filtered_data_MF,\n#'   DO = filtered_data_DO,\n#'   Reactome = filtered_data_Reactome,\n#'   KEGG = filtered_data_kegg\n#' )\n#'\n#' # Create the Circular Bar Chart\n#' combined_and_visualized_data <- enrich_circo_bar(data_list)\n#'\nenrich_circo_bar <- function(data_list) {\n  # Combine data frames\n  combined_data <- dplyr::bind_rows(data_list)\n\n  # Sort by 'Count' column in descending order and add an 'id' column\n  combined_data <- combined_data %>%\n    dplyr::arrange(.data$Count) %>%\n    dplyr::mutate(id = dplyr::row_number())\n\n  # Ensure 'Description' is a factor with correct level order\n  combined_data <- combined_data %>%\n    dplyr::mutate(Description = factor(.data$Description, levels = unique(.data$Description)))\n\n  # Extract fill colors, ensuring colors match 'Description' levels\n  fill_colors <- combined_data$color[match(levels(combined_data$Description), combined_data$Description)]\n\n  # Calculate the expanded max values for Count and id\n  max_count <- max(combined_data$Count) + (max(combined_data$Count) / 5)\n  max_id <- max(combined_data$id) + 1.5\n\n  # Create the plot\n  p <- ggplot2::ggplot(combined_data, ggplot2::aes(x = .data$id, y = .data$Count, fill = .data$Description)) +\n    ggplot2::geom_bar(stat = 'identity', width = 0.7) +\n    ggplot2::geom_text(ggplot2::aes(x = .data$id, y = 0, label = .data$Description), hjust = 1.03, size = 3.5, color = fill_colors) +\n    ggplot2::scale_fill_manual(values = fill_colors, guide = \"none\") +\n    ggplot2::scale_y_continuous(expand = c(0, 0), limits = c(0, max_count), position = 'right') +\n    ggplot2::scale_x_continuous(expand = c(0, 0), limits = c(-1, max_id)) +\n    ggplot2::coord_polar(theta = 'y') +\n    ggplot2::labs(title = 'Enrichment CircularBar Chart', subtitle = \"Including: BP/MF/CC/DO/KEGG/Reactome\") +\n    ggplot2::theme_minimal() +\n    ggplot2::theme(plot.background = ggplot2::element_rect(fill = 'white', color = 'white'),\n                   axis.title = ggplot2::element_blank(),\n                   axis.text = ggplot2::element_blank())\n\n  return(p)\n}\n"
  },
  {
    "path": "R/EnrichPolarBubble.R",
    "content": "#' Enrichment Polar Bubble Plot\n#'\n#' This function creates a polar bubble plot using 'ggplot2'. It is designed to visually represent data with methods and positional metrics integrated, highlighting specific IDs if necessary.\n#'\n#' @param final_combined_df_with_id_and_position A data frame containing 'id', 'Count', 'method', 'Description', 'point_position', 'test_color'.\n#' @param pal A named vector of colors corresponding to the 'method' values.\n#' @param highlight_ids A vector of IDs to highlight.\n#' @importFrom ggplot2 ggplot aes geom_point geom_hline geom_segment scale_fill_manual scale_size coord_polar theme_void scale_color_manual scale_x_continuous scale_y_continuous annotate theme scale_fill_identity\n#' @importFrom dplyr filter\n#' @importFrom stringr str_c\n#' @importFrom tibble tibble\n#' @importFrom geomtextpath geom_textpath\n#' @importFrom ggalt stat_xspline\n#' @importFrom ggnewscale new_scale_fill\n#' @return A `ggplot` object representing the enriched polar bubble plot.\n#' @examples\n#'   final_df <- data.frame(id = 1:10, Count = c(10, 20, 30, 40, 50, 60, 70, 80, 90, 100),\n#'                          method = rep(\"Method1\", 10),\n#'                          Description = LETTERS[1:10],\n#'                          point_position = seq(10, 100, 10),\n#'                          test_color = sample(c(\"red\", \"blue\"), 10, replace = TRUE))\n#'   pal <- c(\"Method1\" = \"blue\")\n#'   highlight_ids <- c(1, 5, 9)\n#'   enrich_polar_bubble(final_df, pal, highlight_ids)\n#' @export\nenrich_polar_bubble <- function(final_combined_df_with_id_and_position, pal, highlight_ids) {\n  # Extract unique levels of point_position and prepend 0\n  levels <- c(0, sort(unique(final_combined_df_with_id_and_position$point_position)))\n  max_level_plus_five <- max(levels) + 5\n  max_id_plus_one <- max(final_combined_df_with_id_and_position$id) + 1\n\n  gg <- ggplot2::ggplot(data = final_combined_df_with_id_and_position,\n                        ggplot2::aes(x = .data$id, y = .data$Count, group = .data$method, fill = .data$method, color = .data$method)) +\n    ggplot2::geom_hline(yintercept = levels, color = \"grey85\") +\n    ggplot2::geom_hline(yintercept = max_level_plus_five, color = \"grey15\") +\n    ggplot2::geom_segment(data = tibble::tibble(x = 1:max_id_plus_one, y = 0, yend = max_level_plus_five),\n                          ggplot2::aes(x = .data$x, xend = .data$x, y = .data$y, yend = .data$yend),\n                          inherit.aes = FALSE, color = \"grey85\") +\n    ggplot2::geom_segment(data = tibble::tibble(x = 1:max_id_plus_one, y = max(levels), yend = max_level_plus_five),\n                          ggplot2::aes(x = .data$x, xend = .data$x, y = .data$y, yend = .data$yend),\n                          inherit.aes = FALSE, color = \"grey15\") +\n    geomtextpath::geom_textpath(ggplot2::aes(x = final_combined_df_with_id_and_position$id, y = max_level_plus_five + 5, label = final_combined_df_with_id_and_position$Description, angle = 55),\n                                inherit.aes = FALSE, hjust = 0, size = 5.5, color = final_combined_df_with_id_and_position$test_color) +\n    ggplot2::geom_point(ggplot2::aes(x = .data$id, y = .data$point_position, size = .data$Count),\n                        shape = 21, alpha = 0.6) +\n    ggalt::stat_xspline(geom = \"line\", spline_shape = 0.25, linewidth = 0.75, alpha = 0.4) +\n    ggalt::stat_xspline(geom = \"area\", alpha = 0.25, spline_shape = 0.25, outline.type = \"upper\") +\n    ggplot2::scale_size(range = c(0, 14), breaks = levels,\n                        guide = ggplot2::guide_legend(title = \"Count\")) +\n    ggplot2::scale_fill_manual(values = pal) +\n    ggplot2::scale_color_manual(values = pal) +\n    ggplot2::scale_x_continuous(expand = c(0, 0)) +\n    ggplot2::scale_y_continuous(limits = c(-50, max_level_plus_five + 15), expand = c(0, 0)) +\n    ggplot2::coord_polar() +\n    ggplot2::annotate(\"text\", x = 1, y = levels, label = \"-\", hjust = 1, size = 4) +\n    ggplot2::annotate(\"text\", x = 1.1, y = levels, label = levels, hjust = 0, size = 4) +\n    ggplot2::annotate(\"text\", x = 1, y = -50, label = stringr::str_c(\"BP/CC/MF/KEGG/DO/REACTOME\"), size = 4) +\n    ggplot2::theme_void() +\n    ggplot2::theme(plot.background = ggplot2::element_rect(fill = \"white\", color = NA)) +\n    ggnewscale::new_scale_fill() +\n    ggplot2::geom_rect(data = dplyr::filter(final_combined_df_with_id_and_position, .data$id %in% highlight_ids),\n                       ggplot2::aes(xmin = .data$id - 0.5, xmax = .data$id + 0.5, ymin = 0, ymax = max_level_plus_five, fill = .data$test_color),\n                       alpha = 0.1, inherit.aes = FALSE) +\n    ggplot2::scale_fill_identity()  # Use colors specified in 'test_color'\n  return(gg)\n}\n"
  },
  {
    "path": "R/EnrichmentSpiralize.R",
    "content": "#' Extract and Store Top Pathways for Each Sample\n#'\n#' This function processes a dataframe containing SSGSEA KEGG results. It allows specifying the number\n#' of top pathways to extract for each sample based on their scores, and stores these in a new dataframe\n#' with sample names and pathway scores.\n#'\n#' @param ssgsea_kegg Dataframe containing SSGSEA KEGG results with samples as columns and pathways as rows.\n#' @param nTop Integer, number of top pathways to select for each sample.\n#' @return A dataframe with columns 'Pathway', 'Sample', and 'Value' representing the top pathways for each sample.\n#' @importFrom utils head\n#' @export\n#' @examples\n#' # Example: Generating input data for the extract_ntop_pathways function\n#'\n#' # Define example pathways\n#' pathways <- c(\"Pathway_A\", \"Pathway_B\", \"Pathway_C\", \"Pathway_D\", \"Pathway_E\",\n#'               \"Pathway_F\", \"Pathway_G\", \"Pathway_H\", \"Pathway_I\", \"Pathway_J\")\n#'\n#' # Define example samples\n#' samples <- c(\"Sample_1\", \"Sample_2\", \"Sample_3\")\n#'\n#' # Generate random SSGSEA KEGG scores between 0 and 1\n#' set.seed(123)  # For reproducibility\n#' ssgsea_scores <- matrix(runif(length(pathways) * length(samples), min = 0, max = 1),\n#'                         nrow = length(pathways), ncol = length(samples),\n#'                         dimnames = list(pathways, samples))\n#'\n#' # Convert to a data frame\n#' ssgsea_kegg <- as.data.frame(ssgsea_scores)\n#'\n#' # Extract the top 3 pathways for each sample\n#' top_pathways <- extract_ntop_pathways(ssgsea_kegg, nTop = 3)\n#'\nextract_ntop_pathways <- function(ssgsea_kegg, nTop = 5) {\n  # Initialize an empty data frame to store the results\n  results <- data.frame(Pathway = character(), Sample = character(), Value = numeric(), stringsAsFactors = FALSE)\n\n  # Iterate through each sample, starting from the first column\n  for (i in 1:ncol(ssgsea_kegg)) {\n    sample_name <- colnames(ssgsea_kegg)[i]\n    # To avoid factor type errors, ensure the data is numeric\n    column_data <- as.numeric(ssgsea_kegg[[i]])\n    # Create a new data frame with numeric data for sorting and extracting\n    pathway_data <- data.frame(Pathway = rownames(ssgsea_kegg), Value = column_data, stringsAsFactors = FALSE)\n    # Sort by value in descending order and take the top nTop entries\n    top_paths <- utils::head(pathway_data[order(-pathway_data$Value),], nTop)\n    # Bind to the results data frame\n    results <- rbind(results, data.frame(Pathway = top_paths$Pathway, Sample = sample_name, Value = top_paths$Value))\n  }\n\n  return(results)\n}\n\n\n\n\n\n\n\n\n#' Extract Positive Pathways from SSGSEA Results and Select Random Samples\n#'\n#' This function processes the results of SSGSEA, specifically focusing on KEGG pathways.\n#' It extracts pathways with positive values from each sample and randomly selects a subset of them.\n#'\n#' @param ssgsea_kegg A matrix or data frame with pathways as rows and samples as columns.\n#' @param max_paths_per_sample Integer, maximum number of pathways to select per sample.\n#' @return A data frame with selected pathways, samples, and their corresponding values.\n#' @export\n#' @examples\n#' # Example: Generating input data for the extract_positive_pathways function\n#'\n#' # Define example pathways\n#' pathways <- c(\"Pathway_1\", \"Pathway_2\", \"Pathway_3\", \"Pathway_4\", \"Pathway_5\",\n#'               \"Pathway_6\", \"Pathway_7\", \"Pathway_8\", \"Pathway_9\", \"Pathway_10\")\n#'\n#' # Define example samples\n#' samples <- c(\"Sample_A\", \"Sample_B\", \"Sample_C\")\n#'\n#' # Generate random SSGSEA KEGG scores including both positive and negative values\n#' set.seed(456)  # For reproducibility\n#' ssgsea_scores <- matrix(rnorm(length(pathways) * length(samples), mean = 0, sd = 1),\n#'                         nrow = length(pathways), ncol = length(samples),\n#'                         dimnames = list(pathways, samples))\n#'\n#' # Convert to a data frame\n#' ssgsea_kegg <- as.data.frame(ssgsea_scores)\n#'\n#' # Use the extract_positive_pathways function to extract up to 3 positive pathways per sample\n#' selected_positive_pathways <- extract_positive_pathways(ssgsea_kegg, max_paths_per_sample = 3)\n#'\nextract_positive_pathways <- function(ssgsea_kegg, max_paths_per_sample = 5) {\n  # Initialize an empty data frame to store the results\n  results <- data.frame(Pathway = character(), Sample = character(), Value = numeric(), stringsAsFactors = FALSE)\n\n  # Iterate over each sample\n  for (i in 1:ncol(ssgsea_kegg)) {\n    sample_name <- colnames(ssgsea_kegg)[i]\n    # Ensure the data is numeric\n    column_data <- as.numeric(ssgsea_kegg[[i]])\n    # Create a new data frame with pathway names and values\n    pathway_data <- data.frame(Pathway = rownames(ssgsea_kegg), Value = column_data, stringsAsFactors = FALSE)\n    # Filter for positive values\n    positive_paths <- pathway_data[pathway_data$Value > 0,]\n    # If there are positive values, randomly select a few pathways\n    if (nrow(positive_paths) > 0) {\n      selected_paths <- positive_paths[sample(nrow(positive_paths), min(max_paths_per_sample, nrow(positive_paths))),]\n      # Bind to the results data frame\n      results <- rbind(results, data.frame(Pathway = selected_paths$Pathway, Sample = sample_name, Value = selected_paths$Value))\n    }\n  }\n  return(results)\n}\n\n\n\n\n\n\n\n\n\n#' Adjust Color Tone by Modifying Saturation and Luminance\n#'\n#' This function adjusts the saturation and luminance of a given color. It works by converting\n#' the color from RGB to Luv color space, applying the scaling factors to the saturation and luminance,\n#' and then converting it back to RGB.\n#'\n#' @param color A color in hexadecimal format (e.g., \"#FF0000\") or a valid R color name.\n#' @param saturation_scale Numeric, the scaling factor for saturation (values < 1 decrease saturation, values > 1 increase saturation).\n#' @param luminance_scale Numeric, the scaling factor for luminance (values < 1 darken the color, values > 1 lighten the color).\n#' @return Returns a color in hexadecimal format adjusted according to the provided scales.\n#' @importFrom grDevices convertColor col2rgb rgb\n#' @export\n#' @examples\n#'   adjusted_color <- adjust_color_tone(\"#FF0000\", saturation_scale = 0.8, luminance_scale = 1.2)\n#'   print(adjusted_color)\n#'\nadjust_color_tone <- function(color, saturation_scale, luminance_scale) {\n  # Convert the input color to RGB, then to Luv color space\n  rgb <- t(grDevices::col2rgb(color) / 255)\n  luv <- grDevices::convertColor(rgb, from = \"sRGB\", to = \"Luv\")\n\n  # Apply scaling factors to saturation and luminance\n  luv[, 2:3] <- luv[, 2:3] * saturation_scale  # Adjust saturation\n  luv[, 1] <- luv[, 1] * luminance_scale       # Adjust luminance\n\n  # Convert back to RGB and correct color values to stay within the valid range\n  rgb_new <- grDevices::convertColor(luv, from = \"Luv\", to = \"sRGB\")\n  rgb_new <- rgb_new * 255\n  rgb_new[rgb_new > 255] <- 255  # Prevent color values from exceeding the maximum\n\n  # Convert adjusted RGB values back to hexadecimal format\n  apply(rgb_new, 1, function(x) grDevices::rgb(x[1], x[2], x[3], maxColorValue = 255))\n}\n\n\n\n\n\n\n\n\n\n#' Render a Spiral Plot Using Run-Length Encoding\n#'\n#' This function creates a spiral plot for visualizing sequential data in a compact and visually appealing way.\n#' It uses run-length encoding to represent the lengths and colors of sequences in the spiral.\n#'\n#' @param x A vector representing categories or segments.\n#' @param samples A vector indicating the sample each segment belongs to.\n#' @param values Numeric vector indicating the lengths of each segment.\n#' @param colors Character vector specifying the colors for each segment.\n#' @param labels Logical, whether to add labels to each segment.\n#' @importFrom grid gpar unit\n#' @importFrom spiralize spiral_rect spiral_text spiral_initialize spiral_track\n#' @export\n#' @return No return value, called for side effects. This function generates a spiral plot and optionally adds labels.\n#' @examples\n#' # Example: Creating a spiral plot using the spiral_newrle function\n#'\n#' # Define example data\n#' x <- c(\"A\", \"A\", \"B\", \"C\")\n#' samples <- c(\"Sample1\", \"Sample1\", \"Sample2\", \"Sample2\")\n#' values <- c(20, 30, 15, 35)\n#' colors <- c(\"red\", \"blue\", \"green\", \"purple\")\n#' labels <- TRUE\n#'\n#' # Initialize the spiral plot, setting the x-axis range and scaling\n#' spiralize::spiral_initialize(xlim = c(0, sum(values)), scale_by = \"curve_length\",\n#'                  vp_param = list(x = grid::unit(0, \"npc\"), just = \"left\"))\n#'\n#' # Create a track for the spiral plot\n#' spiralize::spiral_track(height = 0.5)\n#'\n#' # Add segments to the spiral plot using run-length encoding\n#' spiral_newrle(x, samples, values, colors, labels)\n#'\nspiral_newrle <- function(x, samples, values, colors, labels = FALSE) {\n  x <- as.vector(x)  # Ensure x is a vector\n  samples <- as.vector(samples)  # Ensure samples is a vector\n  values <- as.numeric(values)  # Ensure values are numeric\n  position_start <- 0  # Initialize starting position\n  current_sample <- samples[1]  # Start with the first sample\n  cumulative_start <- position_start  # Initialize cumulative start for labels\n\n  # Loop through each value\n  for (i in seq_along(values)) {\n    position_end <- position_start + values[i]  # Calculate end position\n\n    # Use the specified color, defaulting to red if missing\n    color <- if (!is.na(colors[i])) colors[i] else \"red\"\n\n    # Draw the segment in the spiral\n    spiralize::spiral_rect(position_start, 0, position_end, 1, gp = grid::gpar(fill = color, col = NA))\n\n    # Check for sample change or last element\n    if (i == length(values) || samples[i + 1] != current_sample) {\n      if (labels) {\n        label_position <- (cumulative_start + position_end) / 2\n        spiralize::spiral_text(label_position, 0.5, current_sample, facing = \"curved_inside\", nice_facing = TRUE)\n      }\n      cumulative_start <- position_end  # Reset for next sample\n      if (i < length(values)) {\n        current_sample <- samples[i + 1]\n      }\n    }\n\n    position_start <- position_end  # Move to next start position\n  }\n}\n\n\n\n\n\n\n#' Create Spiral Plots with Legends Using 'spiralize' and 'ComplexHeatmap'\n#'\n#' This function initializes a spiral plot, adds tracks for pathways and samples,\n#' and generates legends based on the sample and pathway information in the provided data frame.\n#' It uses 'spiralize' for the spiral plot and 'ComplexHeatmap' for handling legends.\n#'\n#' @param results A data frame containing 'Pathway', 'Sample', 'Value', 'PathwayColor', and 'SampleColor' columns.\n#' @importFrom grid gpar\n#' @importFrom spiralize spiral_initialize spiral_track\n#' @importFrom ComplexHeatmap packLegend Legend draw\n#' @importFrom ggplot2 unit\n#' @export\n#' @return No return value, called for side effects. This function generates spiral plots and adds legends based on sample and pathway information.\n#' @examples\n#' # Example: Creating enrichment spiral plots with legends\n#'\n#' # Define the results data frame\n#' results <- data.frame(\n#'   Pathway = c(\"Pathway1\", \"Pathway1\", \"Pathway2\", \"Pathway2\", \"Pathway3\"),\n#'   Sample = c(\"Sample1\", \"Sample1\", \"Sample2\", \"Sample2\", \"Sample3\"),\n#'   Value = c(20, 30, 15, 35, 25),\n#'   PathwayColor = c(\"red\", \"red\", \"blue\", \"blue\", \"orange\"),\n#'   SampleColor = c(\"green\", \"green\", \"purple\", \"purple\", \"cyan\"),\n#'   stringsAsFactors = FALSE\n#' )\n#'\n#' # Create the enrichment spiral plots with legends\n#' enrichment_spiral_plots(results)\n#'\nenrichment_spiral_plots <- function(results) {\n  \n  if (!requireNamespace(\"systemfonts\", quietly = TRUE)) {\n    stop(\"ggplot2 is required to use the function. Please install it.\", call. = FALSE)\n  }\n\n  # Calculate the total value for setting the x-axis range\n  n <- sum(results$Value)\n\n  # Initialize the spiral plot\n  spiralize::spiral_initialize(xlim = c(0, n), scale_by = \"curve_length\",\n                               vp_param = list(x = ggplot2::unit(0, \"npc\"), just = \"left\"))\n\n  # Add a track for pathways\n  spiralize::spiral_track(height = 0.4)\n  spiral_newrle(results$Pathway, results$Sample, results$Value, results$PathwayColor, labels = FALSE)\n\n  # Add a track for samples\n  spiralize::spiral_track(height = 0.4)\n  spiral_newrle(results$Sample, results$Sample, results$Value, results$SampleColor, labels = TRUE)\n\n  # Generate legends based on sample, using unique pathway and color information\n  lgd_list <- tapply(1:nrow(results), results$Sample, function(ind) {\n    ComplexHeatmap::Legend(title = results$Sample[ind][1], at = unique(results$Pathway[ind]),\n                           legend_gp = grid::gpar(fill = unique(results$PathwayColor[ind])))\n  })\n\n  # Set the maximum height for the legends and draw them\n  lgd <- ComplexHeatmap::packLegend(list = lgd_list, max_height = ggplot2::unit(7, \"inch\"))\n  ComplexHeatmap::draw(lgd, x = ggplot2::unit(1, \"npc\") + ggplot2::unit(1, \"mm\"), just = \"left\")\n}\n\n\n\n\n"
  },
  {
    "path": "R/FacetDensityFoldchange.R",
    "content": "#' Create faceted high-density region plots with optional points and density contours\n#'\n#' This function creates faceted high-density region plots using ggdensity for\n#' adding optional density rug and density contours, and scatter points. It also adds a regression line\n#' and Pearson correlation label. The plot is faceted by a grouping variable.\n#'\n#' @param data Data frame containing variables for plotting.\n#' @param x_var Name of the x-axis variable as a string.\n#' @param y_var Name of the y-axis variable as a string.\n#' @param group_var Name of the grouping variable for color mapping as a string.\n#' @param facet_var Name of the faceting variable.\n#' @param palette Color palette for the plot as a character vector.\n#' @param show_points Logical, if TRUE adds scatter points to the plot.\n#' @param show_density Logical, if TRUE adds filled density contours to the plot.\n#' @param point_size Size of the points, relevant if show_points is TRUE.\n#' @param point_alpha Transparency level of the points, relevant if show_points is TRUE.\n#' @param line_size Size of the regression line.\n#' @param cor_method Method to calculate correlation (\"pearson\" or \"spearman\").\n#' @param cor_label_pos Vector of length 2 indicating the position of the correlation label (x and y).\n#' @param cor_vjust Vertical justification for correlation label, default is NULL.\n#' @return A `ggplot` object representing the high-density region plot.\n#' @importFrom ggplot2 ggplot aes_string geom_point geom_smooth scale_fill_manual scale_color_manual facet_wrap theme margin\n#' @importFrom ggdensity geom_hdr geom_hdr_rug\n#' @importFrom ggpubr stat_cor\n#' @importFrom hrbrthemes theme_ipsum\n#' @importFrom grid unit\n#' @importFrom stats as.formula\n#' @examples\n#' combined_df_file <- system.file(\"extdata\", \"combined_df.rds\", package = \"TransProR\")\n#' combined_df <- readRDS(combined_df_file)\n#' pal2 = c(\"#2787e0\",\"#1a9ae0\",\"#1dabbf\",\"#00897b\",\"#43a047\",\"#7cb342\")\n#' all_facet_density_foldchange_name1 <- facet_density_foldchange(\n#'   data = combined_df,\n#'   x_var = \"log2FoldChange_1\",\n#'   y_var = \"log2FoldChange_2\",\n#'   group_var = \"name\",\n#'   facet_var = \"name\",\n#'   palette = pal2,\n#'   show_points = TRUE,\n#'   show_density = FALSE,\n#'   point_size = 2,\n#'   point_alpha = 0.1,\n#'   line_size = 1.6,\n#'   cor_method = \"pearson\",\n#'   cor_label_pos = c(\"left\", \"top\"),\n#'   cor_vjust = 1\n#' )\n#' @export\nfacet_density_foldchange <- function(data,\n                                     x_var,\n                                     y_var,\n                                     group_var,\n                                     facet_var,\n                                     palette,\n                                     show_points = FALSE,\n                                     show_density = TRUE,\n                                     point_size = 2.5,\n                                     point_alpha = 0.1,\n                                     line_size = 1.6,\n                                     cor_method = \"pearson\",\n                                     cor_label_pos = c(\"left\", 0.97),\n                                     cor_vjust = NULL) {\n  # Begin constructing the ggplot\n  plot <- ggplot2::ggplot(data, ggplot2::aes_string(x = x_var, y = y_var, fill = group_var))\n\n  # Optionally add density rug\n  plot <- plot + ggdensity::geom_hdr_rug()\n\n  # Optionally add density contours\n  if (show_density) {\n    plot <- plot + ggdensity::geom_hdr()\n  }\n\n  # Optionally add points\n  if (show_points) {\n    plot <- plot + ggplot2::geom_point(ggplot2::aes_string(color = group_var), shape = 21,\n                                       size = point_size, alpha = point_alpha)\n  }\n\n  # Add regression line and correlation label\n  plot <- plot +\n    ggplot2::geom_smooth(ggplot2::aes_string(x = x_var, y = y_var, color = group_var),\n                         method = 'lm', level = 0.95, size = line_size)\n\n  # Add regression line and correlation label\n  if (is.null(cor_vjust)) {\n    plot <- plot + ggpubr::stat_cor(ggplot2::aes_string(color = group_var), method = cor_method, label.x.npc = cor_label_pos[1], label.y.npc = cor_label_pos[2])\n  } else {\n    plot <- plot + ggpubr::stat_cor(ggplot2::aes_string(color = group_var), method = cor_method, label.x.npc = cor_label_pos[1], label.y.npc = cor_label_pos[2], vjust = cor_vjust)\n  }\n\n\n  # Customize scales and facet wrapping\n  plot <- plot +\n    ggplot2::scale_fill_manual(values = palette) +\n    ggplot2::scale_color_manual(values = palette) +\n    ggplot2::facet_wrap(stats::as.formula(paste0(\"~ \", facet_var)), scales = \"free_x\") +\n    hrbrthemes::theme_ipsum() +\n    ggplot2::theme(plot.margin = ggplot2::margin(10, 10, 10, 10),\n                   plot.background = ggplot2::element_rect(fill = \"white\", color = \"white\"),\n                   panel.spacing = grid::unit(2, \"mm\"))\n\n  # Return the `ggplot` object\n  return(plot)\n}\n"
  },
  {
    "path": "R/FilterDiffGenes.R",
    "content": "#' Filter Differentially Expressed Genes\n#'\n#' This function filters a data frame to identify genes with significant differential expression\n#' based on specified thresholds for p-values and log fold change. It allows for flexible\n#' input of column names for p-values and log fold change.\n#'\n#' @importFrom dplyr filter\n#' @importFrom rlang sym\n#' @param data A data frame containing gene expression data.\n#' @param p_val_col Character string indicating the column name for p-values. Default is \"adj.P.Val\".\n#' @param log_fc_col Character string indicating the column name for log fold change. Default is \"logFC\".\n#' @param p_val_threshold Numeric threshold for filtering p-values. Default is 0.05.\n#' @param log_fc_threshold Numeric threshold for filtering log fold change. Default is 1.0.\n#' @return A data frame with genes filtered by the specified criteria.\n#' @export\n#'\n#' @examples\n#' # Create a sample data frame with p-values and log fold changes\n#' sample_data <- data.frame(\n#'   adj.P.Val = c(0.03, 0.06, 0.02, 0.07),\n#'   logFC = c(1.5, 0.8, -1.2, 1.1),\n#'   gene = c(\"Gene1\", \"Gene2\", \"Gene3\", \"Gene4\")\n#' )\n#'\n#' # Use the filter_diff_genes function to filter significant genes\n#' filtered_genes <- filter_diff_genes(sample_data)\n#' print(filtered_genes)\nfilter_diff_genes <- function(data, p_val_col = \"adj.P.Val\", log_fc_col = \"logFC\",\n                              p_val_threshold = 0.05, log_fc_threshold = 1.0) {\n\n  # Check for the specified columns in the data frame\n  if (!(p_val_col %in% names(data))) {\n    stop(paste(\"Column\", p_val_col, \"not found in the data frame.\"))\n  }\n\n  if (!(log_fc_col %in% names(data))) {\n    stop(paste(\"Column\", log_fc_col, \"not found in the data frame.\"))\n  }\n\n  # Filter the data based on the specified thresholds for p-values and log fold change\n  filtered_data <- data %>%\n    dplyr::filter(!!rlang::sym(p_val_col) < p_val_threshold) %>%\n    dplyr::filter(abs(!!rlang::sym(log_fc_col)) > log_fc_threshold)\n\n  # Return the filtered data frame\n  return(filtered_data)\n}\n\n"
  },
  {
    "path": "R/FourDegsVenn.R",
    "content": "#' Function to Filter Differentially Expressed Genes (DEGs)\n#'\n#' This function filters out genes based on their expression change status.\n#' It returns the names of genes which are not \"stable\".\n#'\n#' @param df A data frame containing gene expression data.\n#' @return A vector of gene names that are differentially expressed.\n#' @examples\n#' DEG_deseq2_file <- system.file(\"extdata\", \"DEG_deseq2.rds\", package = \"TransProR\")\n#' DEG_deseq2 <- readRDS(DEG_deseq2_file)\n#' DEG_deseq2_test <- deg_filter(DEG_deseq2)\n#' @export\n\ndeg_filter <- function(df){\n  # Selecting gene names where change is not \"stable\"\n  rownames(df)[df$change != \"stable\"]\n}\n\n#' Function to Create a Venn Diagram of DEGs\n#'\n#' This function creates a Venn Diagram using the ggVennDiagram package.\n#' It allows customization of various aesthetic elements of the diagram.\n#' @importFrom ggplot2 alpha scale_fill_gradient scale_color_manual scale_x_continuous expansion\n#' @importFrom ggVennDiagram ggVennDiagram\n#' @param degs_list A list of DEG sets for Venn Diagram creation.\n#' @return A ggplot object representing the Venn Diagram.\n#' @examples\n#' data(\"all_degs_venn\", package = \"TransProR\")\n#' four_degs_venn <- four_degs_venn(all_degs_venn)\n#' @export\n\nfour_degs_venn <- function(degs_list){\n  # Defining edge colors and alpha transparency for the Venn Diagram\n  edge_colors <- c(ggplot2::alpha(\"#1b64bb\", 0.5), ggplot2::alpha(\"#13828e\", 0.5),\n                   ggplot2::alpha(\"#337c3a\", 0.5), ggplot2::alpha(\"#9e9d39\", 0.5))\n  edge_color <- ggplot2::alpha(c(\"#1b64bb\",\"#13828e\",\"#337c3a\",\"#9e9d39\"), 0.8)\n\n  # Creating a Venn Diagram using 'ggVennDiagram'\n  ggVennDiagram::ggVennDiagram(\n    degs_list,\n    set_size = 5,  # Font size for group names\n    set_color = edge_color,  # Color for group names\n    label_alpha= 0,  # Transparency of background box for labels\n    label_size = 4,  # Font size for labels\n    edge_size = 3   # Thickness of edges\n  ) +\n    ggplot2::scale_fill_gradient(low=\"#e1f2f1\", high = \"#11786b\") +  # Gradient fill based on values\n    ggplot2::scale_color_manual(values = edge_colors) +  # Manually set edge colors\n    ggplot2::scale_x_continuous(expand = ggplot2::expansion(mult = .3))  # Adjusting x-axis scaling\n}\n\n"
  },
  {
    "path": "R/GatherGraphEdge.R",
    "content": "#' Gather graph edge from data frame\n#' Please note that this function is from the 'ggraph' package and has not been altered in functionality,\n#' but it has been optimized and iterated.\n#' It is not original content of 'TransProR'.\n#' However, since 'ggraph' caused frequent GitHub Action errors during the creation of 'TransProR',\n#' the author directly referenced the involved functions in 'TransProR'.\n#' This is not the author's original creation. All users please be aware!\n#' @param df A data frame\n#' @param index A vector of column names to group by\n#' @param root Root name for the root node connections, optional\n#' @return A tibble of graph edges\n#' @export\n#' @importFrom dplyr mutate select group_by summarise bind_rows all_of across\n#' @importFrom tidyr unite\n#' @importFrom tibble as_tibble\n#' @name gather_graph_edge\ngather_graph_edge <- function(df, index = NULL, root = NULL) {\n  if (length(index) < 2) {\n    stop(\"Please specify at least two index columns.\")\n  }\n\n  prepare_edge <- function(data, from, to, sep = \"/\") {\n    data %>%\n      tidyr::unite(\"from\", dplyr::all_of(from), sep = sep, remove = FALSE) %>%\n      tidyr::unite(\"to\", dplyr::all_of(to), sep = sep) %>%\n      dplyr::select(.data$from, .data$to) %>%\n      dplyr::mutate(dplyr::across(c(\"from\", \"to\"), as.character))\n  }\n\n  edges <- lapply(seq_along(index)[-1], function(i) {\n    prepare_edge(df, index[1:(i - 1)], index[1:i])\n  })\n\n  edges <- dplyr::bind_rows(edges)\n  edges <- tibble::as_tibble(edges)\n\n  if (!is.null(root)) {\n    root_edges <- df %>%\n      dplyr::group_by(.data[[index[1]]]) %>%\n      dplyr::summarise(count = dplyr::n(), .groups = 'drop') %>%\n      dplyr::mutate(from = root, to = as.character(.data[[index[1]]])) %>%\n      dplyr::select(.data$from, .data$to)\n\n    edges <- dplyr::bind_rows(root_edges, edges)\n  }\n\n  return(edges)\n}\n"
  },
  {
    "path": "R/GatherGraphNode.R",
    "content": "#' Gather graph nodes from a data frame\n#' Please note that this function is from the 'ggraph' package and has not been altered in functionality,\n#' but it has been optimized and iterated.\n#' It is not original content of 'TransProR'.\n#' However, since 'ggraph' caused frequent GitHub Action errors during the creation of 'TransProR',\n#' the author directly referenced the involved functions in 'TransProR'.\n#' This is not the author's original creation. All users please be aware!\n#' @inheritParams gather_graph_edge\n#' @param value Column name used for summarizing node size, defaults to the last column\n#' @return a tibble of graph nodes\n#' @export\n#' @importFrom dplyr group_by summarise mutate bind_rows n all_of across\n#' @importFrom tidyr unite\n#' @importFrom tibble as_tibble\n#' @importFrom utils tail\ngather_graph_node <- function(df, index = NULL, value = utils::tail(colnames(df), 1), root = NULL) {\n  if (length(index) < 2) {\n    stop(\"Please specify at least two index columns.\")\n  } else {\n    nodes_list <- lapply(seq_along(index), function(i) {\n      dots <- index[1:i]\n      df %>%\n        dplyr::group_by(dplyr::across(dplyr::all_of(dots))) %>%\n        dplyr::summarise(node.size = sum(.data[[value]], na.rm = TRUE),\n                         node.level = index[i],\n                         node.count = dplyr::n(), .groups = 'drop') %>%\n        dplyr::mutate(node.short_name = as.character(.data[[dots[length(dots)]]]),\n                      node.branch = as.character(.data[[dots[1]]])) %>%\n        tidyr::unite(col = \"node.name\", all_of(dots), sep = \"/\")\n    })\n\n    nodes <- dplyr::bind_rows(nodes_list) %>%\n      tibble::as_tibble()\n\n    nodes$node.level <- factor(nodes$node.level, levels = index)\n\n    if (!is.null(root)) {\n      root_data <- data.frame(\n        node.name = root,\n        node.size = sum(df[[value]], na.rm = TRUE),\n        node.level = root,\n        node.count = 1,\n        node.short_name = root,\n        node.branch = root,\n        stringsAsFactors = FALSE\n      )\n\n      nodes <- dplyr::bind_rows(root_data, nodes)\n      nodes$node.level <- factor(nodes$node.level, levels = c(root, index))\n    }\n\n    return(nodes)\n  }\n}\n"
  },
  {
    "path": "R/GeneColor.R",
    "content": "#' Merge Genes with Color Information Based on Up/Down Regulation\n#'\n#' This function merges selected genes with differential expression data and adds a color column based on up/down regulation.\n#'\n#' @param selected_genes A data frame containing selected genes with a column named \"Symble\".\n#' @param DEG_deseq2 A data frame containing differential expression data with a column named \"Symble\" and a column named \"change\" indicating up/down regulation.\n#' @param up_color The color to assign to genes with up-regulated expression.\n#' @param down_color The color to assign to genes with down-regulated expression.\n#' @return A data frame containing merged genes with an additional color column.\n#' @export\n#'\n#' @examples\n#' selected_genes_deseq2_file <- system.file(\"extdata\",\n#'                                           \"selected_genes_deseq2.rds\",\n#'                                           package = \"TransProR\")\n#' selected_genes_deseq2 <- readRDS(selected_genes_deseq2_file)\n#' Diff_deseq2_file <- system.file(\"extdata\", \"Diff_deseq2.rds\", package = \"TransProR\")\n#' Diff_deseq2 <- readRDS(Diff_deseq2_file)\n#'\n#' result_deseq2 <- gene_color(selected_genes_deseq2, Diff_deseq2, \"#0000EE\", \"#fc4746\")\ngene_color <- function(selected_genes, DEG_deseq2, up_color, down_color) {\n  # Ensure that selected_genes has a column named \"Symble\"\n  if (!\"Symble\" %in% colnames(selected_genes)) {\n    stop(\"selected_genes data frame must have a 'Symble' column.\")\n  }\n\n  # Ensure that the row names column of DEG_deseq2 is correctly set to \"Symble\"\n  DEG_deseq2$Symble <- rownames(DEG_deseq2)\n\n  # Merge data frames: add the 'change' column from DEG_deseq2 to the selected_genes data frame\n  merged_genes <- merge(selected_genes, DEG_deseq2[, c(\"Symble\", \"change\")], by = \"Symble\", all.x = TRUE)\n\n  # Add color column based on the 'change' column values\n  merged_genes$color <- ifelse(merged_genes$change == \"up\", up_color,\n                               ifelse(merged_genes$change == \"down\", down_color, NA))\n\n  # Ensure that the length of the color column matches the number of rows in merged_genes\n  if (length(merged_genes$color) != nrow(merged_genes)) {\n    stop(\"Color assignment failed due to unexpected values in 'change' column.\")\n  }\n\n  return(merged_genes)\n}\n"
  },
  {
    "path": "R/GeneHighlights.R",
    "content": "#' Add gene highlights to a ggtree object\n#'\n#' This function enhances a `ggtree` plot by adding highlights for specific genes. It adds both a semi-transparent fan-shaped\n#' highlight and a point at the node corresponding to each gene. Colors for each gene can be customized.\n#'\n#' @param ggtree_obj A ggtree object to which the highlights will be added.\n#' @param genes_to_highlight A data frame containing genes and their corresponding colors.\n#' @param hilight_extend Integer, the extension of the highlight fan in degrees.\n#' @return A ggtree object with added gene highlights.\n#' @importFrom ggtree geom_hilight geom_point2\n#' @importFrom dplyr filter select pull\n#' @examples\n#' data(\"gtree\", package = \"TransProR\")\n#'\n#' # Define genes and their colors\n#' genes_df <- data.frame(Symble = c(\"t5\", \"t9\"),\n#'                        color = c(\"#FF0000\", \"#0000FF\"))\n#'\n#' # Add highlights\n#' gtree <- gene_highlights(gtree, genes_to_highlight = genes_df)\n#'\n#' @export\ngene_highlights <- function(ggtree_obj, genes_to_highlight, hilight_extend = 18) {\n  # Ensure the input is a `ggtree` object\n  if (!inherits(ggtree_obj, \"ggtree\")) {\n    stop(\"The first argument must be a ggtree object.\")\n  }\n\n  # Ensure the second argument is a data frame\n  if (!(\"data.frame\" %in% class(genes_to_highlight))) {\n    stop(\"The second argument must be a data frame.\")\n  }\n\n  if (!requireNamespace(\"systemfonts\", quietly = TRUE)) {\n    stop(\"ggplot2 is required to use the function. Please install it.\", call. = FALSE)\n  }\n\n  # Extract tree data and ensure it is in a data frame format\n  tree_data <- as.data.frame(ggtree_obj$data)\n\n  # Map gene names and colors to the tree nodes and create geom_hilight and geom_point2 layers for each node\n  highlight_commands <- lapply(1:nrow(genes_to_highlight), function(i) {\n    gene <- genes_to_highlight$Symble[i]\n    color <- genes_to_highlight$color[i]\n    node <- dplyr::filter(tree_data, .data$label == gene) %>%\n      dplyr::select(node) %>%\n      dplyr::pull()\n    if (!is.na(node)) {\n      list(\n        ggtree::geom_hilight(node=node, fill=color, alpha = .3, extend = hilight_extend),\n        ggtree::geom_point2(ggtree::aes(subset = (.data$label == gene)), color=color, size=2, alpha=0.6)\n      )\n    } else {\n      warning(paste(\"Gene\", gene, \"not found in the ggtree object.\"))\n      NULL\n    }\n  })\n\n  # Remove NULL elements from the list of commands\n  highlight_commands <- Filter(Negate(is.null), highlight_commands)\n\n  # Flatten the list of commands and apply them to the `ggtree` object\n  ggtree_obj <- ggtree_obj + do.call(c, highlight_commands)\n\n  return(ggtree_obj)\n}\n"
  },
  {
    "path": "R/GeneMapPathway.R",
    "content": "#' Create Pathway-Gene Mapping Data Frame\n#'\n#' This function takes multiple data frames and pathway IDs, merging them into a new data frame.\n#' Each data frame represents a type of analysis (e.g., BP, KEGG, MF, etc.).\n#' @param BP_dataframe Data frame for Biological Process analysis\n#' @param BP_ids Selected pathway IDs for Biological Process analysis\n#' @param KEGG_dataframe Data frame for KEGG analysis\n#' @param KEGG_ids Selected pathway IDs for KEGG analysis\n#' @param MF_dataframe Data frame for Molecular Function analysis\n#' @param MF_ids Selected pathway IDs for Molecular Function analysis\n#' @param REACTOME_dataframe Data frame for REACTOME analysis\n#' @param REACTOME_ids Selected pathway IDs for REACTOME analysis\n#' @param CC_dataframe Data frame for Cellular Component analysis\n#' @param CC_ids Selected pathway IDs for Cellular Component analysis\n#' @param DO_dataframe Data frame for Disease Ontology analysis\n#' @param DO_ids Selected pathway IDs for Disease Ontology analysis\n#' @return A new data frame that includes pathways, gene, type, and value columns\n#' @export\n#' @examples\n#' # Simulating data for different analysis types\n#'\n#' # Simulate Biological Process (BP) data frame\n#' BP_df <- data.frame(\n#'   ID = c(\"GO:0002376\", \"GO:0019724\"),\n#'   geneID = c(\"GENE1/GENE2\", \"GENE3/GENE4\"),\n#'   Description = c(\"Immune response\", \"Glycosylation process\")\n#' )\n#'\n#' # Simulate KEGG data frame\n#' KEGG_df <- data.frame(\n#'   ID = c(\"12345\", \"67890\"),\n#'   geneID = c(\"GENE5/GENE6\", \"GENE7/GENE8\"),\n#'   Description = c(\"Pathway 1\", \"Pathway 2\")\n#' )\n#'\n#' # Simulate Molecular Function (MF) data frame\n#' MF_df <- data.frame(\n#'   ID = c(\"ABC123\", \"DEF456\"),\n#'   geneID = c(\"GENE9/GENE10\", \"GENE11/GENE12\"),\n#'   Description = c(\"Molecular function A\", \"Molecular function B\")\n#' )\n#'\n#' # Simulate REACTOME data frame\n#' REACTOME_df <- data.frame(\n#'   ID = c(\"R-HSA-12345\", \"R-HSA-67890\"),\n#'   geneID = c(\"GENE13/GENE14\", \"GENE15/GENE16\"),\n#'   Description = c(\"Pathway in Reactome 1\", \"Pathway in Reactome 2\")\n#' )\n#'\n#' # Simulate Cellular Component (CC) data frame\n#' CC_df <- data.frame(\n#'   ID = c(\"GO:0005575\", \"GO:0005634\"),\n#'   geneID = c(\"GENE17/GENE18\", \"GENE19/GENE20\"),\n#'   Description = c(\"Cellular component A\", \"Cellular component B\")\n#' )\n#'\n#' # Simulate Disease Ontology (DO) data frame\n#' DO_df <- data.frame(\n#'   ID = c(\"DOID:123\", \"DOID:456\"),\n#'   geneID = c(\"GENE21/GENE22\", \"GENE23/GENE24\"),\n#'   Description = c(\"Disease A\", \"Disease B\")\n#' )\n#'\n#' # Example pathway IDs for each analysis\n#' BP_ids <- c(\"GO:0002376\", \"GO:0019724\")\n#' KEGG_ids <- c(\"12345\", \"67890\")\n#' MF_ids <- c(\"ABC123\", \"DEF456\")\n#' REACTOME_ids <- c(\"R-HSA-12345\", \"R-HSA-67890\")\n#' CC_ids <- c(\"GO:0005575\", \"GO:0005634\")\n#' DO_ids <- c(\"DOID:123\", \"DOID:456\")\n#'\n#' # Generate the pathway-gene map using the gene_map_pathway function\n#' pathway_gene_map <- gene_map_pathway(\n#'   BP_dataframe = BP_df, BP_ids = BP_ids,\n#'   KEGG_dataframe = KEGG_df, KEGG_ids = KEGG_ids,\n#'   MF_dataframe = MF_df, MF_ids = MF_ids,\n#'   REACTOME_dataframe = REACTOME_df, REACTOME_ids = REACTOME_ids,\n#'   CC_dataframe = CC_df, CC_ids = CC_ids,\n#'   DO_dataframe = DO_df, DO_ids = DO_ids\n#' )\n#'\n#' # Display the resulting pathway-gene mapping data frame\n#' print(pathway_gene_map)\n#'\ngene_map_pathway <- function(BP_dataframe, BP_ids, KEGG_dataframe, KEGG_ids, MF_dataframe, MF_ids, REACTOME_dataframe, REACTOME_ids, CC_dataframe, CC_ids, DO_dataframe, DO_ids) {\n\n  # Create an empty data frame\n  pathway_gene_map <- data.frame(\n    pathway_description = character(),\n    gene4 = character(),\n    type = character(),\n    value = integer()\n  )\n\n  # Helper function to extract information from a data frame and add it to the new data frame\n  add_to_map <- function(df, ids, type) {\n    if (is.null(df) || is.null(ids)) return()\n    selected_rows <- df[df$ID %in% ids, ]\n    for (row in seq(nrow(selected_rows))) {\n      genes <- strsplit(as.character(selected_rows$geneID[row]), \"/\")[[1]]\n      # Here, instead of the ID, we use the Description column\n      description <- as.character(selected_rows$Description[row])\n      for (gene in genes) {\n        pathway_gene_map <<- rbind(pathway_gene_map, data.frame(\n          pathway = description,\n          gene = gene,\n          type = type,\n          value = 1\n        ))\n      }\n    }\n  }\n\n  # Apply the helper function to add data for each type of analysis\n  add_to_map(BP_dataframe, BP_ids, \"BP\")\n  add_to_map(KEGG_dataframe, KEGG_ids, \"KEGG\")\n  add_to_map(MF_dataframe, MF_ids, \"MF\")\n  add_to_map(REACTOME_dataframe, REACTOME_ids, \"REACTOME\")\n  add_to_map(CC_dataframe, CC_ids, \"CC\")\n  add_to_map(DO_dataframe, DO_ids, \"DO\")\n\n  return(pathway_gene_map)\n}\n"
  },
  {
    "path": "R/GetGtexExp.R",
    "content": "#' Get GTEx Expression Data for Specific Organ\n#'\n#' This function retrieves gene expression data from the GTEx project that is specific to a certain organ.\n#' It performs various checks and processing steps to ensure that the data is consistent and relevant to the\n#' specified organ. The filtered and cleaned data is saved as an RDS file for further analysis.\n#'\n#' @param organ_specific A character string specifying the organ to filter the gene expression data by.\n#' @param file_path A character string specifying the path to the GTEx gene expression data file.\n#' @param probe_map_path A character string specifying the path to the gtex_probeMap_gencode data file.\n#' @param pheno_path A character string specifying the path to the GTEx phenotype data file.\n#' @param output_path A character string specifying the path where the output RDS file will be saved.\n#'\n#' @details The function begins by checking if the gene expression and phenotype data files exist at\n#'          the specified paths. It then loads these data files and processes them by setting appropriate row names,\n#'          modifying column names for clarity, and filtering samples based on the specified organ. The function ensures\n#'          that only samples present in both datasets are retained for consistency. It also removes any duplicate gene\n#'          entries to prevent redundancy. Finally, the processed data is saved as an RDS file.\n#'\n#' @return A data frame containing gene expression data for the specified organ.\n#'         Rows represent genes, and columns represent samples. Note that this function also saves the\n#'         organ-specific GTEx data as an RDS file at the specified output path.\n#'\n#' @note The function will stop and throw an error if the input files do not exist, or if no samples are found\n#'       for the specified organ.\n#'\n#' @note CRITICAL: The 'output_path' parameter must end with '.rds' to be properly recognized by the function. It is also highly recommended\n#'       that the path includes specific identifiers related to the target samples. Please structure the 'output_path' following this pattern: './your_directory/your_sample_type.gtex.rds'.\n#'\n#' @importFrom utils read.table\n#' @importFrom dplyr distinct filter\n#' @importFrom rlang .data\n#' @export\nget_gtex_exp <- function(organ_specific,\n                          file_path,\n                          probe_map_path,\n                          pheno_path,\n                          output_path) {\n\n  # Check for the existence of the file paths\n  if (!file.exists(file_path) | !file.exists(pheno_path) | !file.exists(probe_map_path)) {\n    stop(\"One or more of the input files do not exist.\")\n  }\n\n  # Load the gene expression, probe map, and phenotype data files from the provided paths\n  # gtex.exp <- data.table::fread(file_path, header = TRUE, sep = '\\t', data.table = FALSE)\n  # gtex.pro <- data.table::fread(probe_map_path, header = TRUE, sep = '\\t', data.table = FALSE)\n  # gtex.phe <- data.table::fread(pheno_path, header = TRUE, sep = '\\t', data.table = FALSE)\n\n  # Load the gene expression, probe map, and phenotype data files\n  gtex.exp <- utils::read.table(file_path,\n                        header = TRUE,\n                        sep = '\\t',\n                        stringsAsFactors = FALSE,\n                        check.names = FALSE)\n\n  gtex.pro <- utils::read.table(probe_map_path,\n                        header = TRUE,\n                        sep = '\\t',\n                        stringsAsFactors = FALSE,\n                        check.names = FALSE)\n\n  gtex.phe <- utils::read.table(pheno_path,\n                        header = TRUE,\n                        sep = '\\t',\n                        stringsAsFactors = FALSE,\n                        check.names = FALSE)\n\n  # Merge the probe map with the expression data\n  gtex.pro <- gtex.pro[, c(1,2)]  # Assuming the columns of interest are the first two\n  gtex.count.pro <- merge(gtex.pro, gtex.exp, by.x = \"id\", by.y = \"sample\")\n\n  # Set the row names for the samples, facilitating subsequent operations\n  rownames(gtex.phe) <- gtex.phe$Sample\n\n  # Modify column names to be more intuitive\n  colnames(gtex.phe) <- c(\"Sample\", \"body_site_detail (SMTSD)\", \"primary_site\", \"gender\", \"patient\", \"cohort\")\n\n  # Filter samples based on the specified organ\n  specific_samples <- dplyr::filter(gtex.phe, .data$primary_site == organ_specific)\n\n  # If no corresponding samples are found, halt the function with an error message\n  if (nrow(specific_samples) == 0) {\n    stop(\"No samples found for the specified organ.\")\n  }\n\n  # Print the number of samples found for the specified organ\n  message(\"Number of samples for\", organ_specific, \":\", nrow(specific_samples), \"\\n\")\n\n  # Ensure processing only for samples present in both expression and phenotype data through intersection\n  valid_sample_names <- intersect(rownames(specific_samples), colnames(gtex.count.pro)) # merge_phe_count_gtex\n  gtex_data <- gtex.count.pro[, c(\"gene\", valid_sample_names)]  # Extract data for relevant samples\n\n  # Remove duplicate gene entries and set row names as gene names\n  gtex_data <- dplyr::distinct(gtex_data, .data$gene, .keep_all = TRUE)\n  rownames(gtex_data) <- gtex_data$gene\n  gtex_data <- gtex_data[, -1]  # Remove the 'gene' column, keeping only expression data\n\n  # Save the results as an RDS file for future data analysis tasks\n  saveRDS(gtex_data, output_path)\n\n  return(gtex_data)\n}\n"
  },
  {
    "path": "R/GetTcgaExp.R",
    "content": "#' TCGA Expression Data Processing\n#'\n#' This function processes expression data and phenotype information, separates tumor and normal samples,\n#' and saves the results into different files. It's specifically designed for data obtained from TCGA.\n#'\n#' @param counts_file_path File path to the counts data (usually in the form of a large matrix with gene expression data).\n#' @param gene_probes_file_path File path containing the gene probes data.\n#' @param phenotype_file_path File path to the phenotype data, which includes various sample attributes.\n#' @param output_file_path Path where the output files, distinguished between tumor and normal, will be saved.\n#'\n#' @return A list containing matrices for tumor and normal expression data.\n#'\n#' @note IMPORTANT: This function assumes that the input files follow a specific format and structure, typically found in TCGA data releases.\n#' Users should verify their data's compatibility. Additionally, the function does not perform error checking on the data's content,\n#' which users should handle through proper preprocessing.\n#'\n#' @note CRITICAL: The 'output_file_path' parameter must end with '.rds' to be properly recognized by the function. It is also highly recommended\n#' that the path includes specific identifiers related to the target samples, as the function will create further subdivisions in the specified\n#' path for tumor or normal tissues. Please structure the 'output_file_path' following this pattern: './your_directory/your_sample_type.exp.rds'.\n#'\n#' @importFrom dplyr distinct filter\n#' @importFrom utils read.table\n#' @importFrom rlang .data\n#' @export\n#' @author Dongyue Yu\n#'\n#' @examples\n#' counts_file <- system.file(\"extdata\", \"TCGA-SKCM.htseq_counts_test.tsv\", package = \"TransProR\")\n#' gene_probes_file <- system.file(\"extdata\",\n#'                                 \"TCGA_gencode.v22.annotation.gene.probeMap_test\",\n#'                                 package = \"TransProR\")\n#' phenotype_file <- system.file(\"extdata\", \"TCGA-SKCM.GDC_phenotype_test.tsv\", package = \"TransProR\")\n#' ouput_file <- file.path(tempdir(), \"SKCM_Skin_TCGA_exp_test.rds\")\n#'\n#' SKCM_exp <- get_tcga_exp(\n#'   counts_file_path = counts_file,\n#'   gene_probes_file_path = gene_probes_file,\n#'   phenotype_file_path = phenotype_file,\n#'   output_file_path = ouput_file\n#' )\n#' head(SKCM_exp[[\"tumor_tcga_data\"]])[1:5, 1:5]\n#' head(SKCM_exp[[\"normal_tcga_data\"]], n = 10) # Because there is only one column.\nget_tcga_exp <- function(counts_file_path,\n                          gene_probes_file_path,\n                          phenotype_file_path,\n                          output_file_path) {\n  # Load expression matrix\n  # count_data <- data.table::fread(counts_file_path, header = TRUE, sep = '\\t', data.table = FALSE)\n  count_data <- utils::read.table(counts_file_path,\n                          header = TRUE,\n                          sep = '\\t',\n                          stringsAsFactors = FALSE,\n                          check.names = FALSE)\n\n  # Load gene ID conversion information\n  # gene_probes <- data.table::fread(gene_probes_file_path, header = TRUE, sep = '\\t', data.table = FALSE)\n  gene_probes <- utils::read.table(gene_probes_file_path,\n                            header = TRUE,\n                            sep = '\\t',\n                            stringsAsFactors = FALSE,\n                            check.names = FALSE)\n\n  # Keep only necessary columns\n  gene_probes <- gene_probes[, c(1, 2)]\n\n  # Merge gene ID information with expression matrix\n  count_probes_merged <- merge(gene_probes, count_data, by.x = \"id\", by.y = \"Ensembl_ID\")\n\n  # Remove duplicates\n  count_data_unique <- dplyr::distinct(count_probes_merged, .data$gene, .keep_all = TRUE)\n\n  # Set gene names as row names\n  rownames(count_data_unique) <- count_data_unique$gene\n  count_data_final <- count_data_unique[, -c(1,2)]  # Remove extra columns\n\n  # Load clinical information\n  # phenotype_data <- data.table::fread(phenotype_file_path, header = TRUE, sep = '\\t', data.table = FALSE)\n  # Load clinical information with proper column types\n  phenotype_data <- utils::read.table(phenotype_file_path,\n                              header = TRUE,\n                              sep = '\\t',\n                              stringsAsFactors = FALSE,\n                              check.names = FALSE,\n                              colClasses = list(\n                                withdrawn = \"logical\",\n                                releasable.project = \"logical\",\n                                is_ffpe.samples = \"logical\",\n                                oct_embedded.samples = \"logical\"\n                              ))\n  rownames(phenotype_data) <- phenotype_data$submitter_id.samples  # Set sample names as row names\n\n\n  # Check first if there are any \"Metastatic\", \"Primary Tumor\", or \"normal\" samples in your data\n  table(phenotype_data$sample_type.samples)\n\n  # Create a data frame for tumor samples\n  tumor_samples <- phenotype_data %>%\n    dplyr::filter(grepl(\"Metastatic|Primary Tumor\", .data$sample_type.samples, ignore.case = TRUE))\n\n  # Check for 'Primary Tumor' or 'Metastatic' samples\n  if (nrow(tumor_samples) == 0) {\n    message(\"No 'Primary Tumor' or 'Metastatic' samples found.\\n\")\n  } else {\n    message(\"Number of 'Primary Tumor' or 'Metastatic' samples: \", nrow(tumor_samples), \"\\n\")\n  }\n\n  # Create a data frame for normal samples\n  normal_samples <- phenotype_data %>%\n    dplyr::filter(grepl(\"normal\", .data$sample_type.samples, ignore.case = TRUE))\n\n  if (nrow(normal_samples) == 0) {\n    message(\"No 'normal' samples found.\\n\")\n  } else {\n    message(\"Number of 'normal' samples:\", nrow(normal_samples), \"\\n\")\n  }\n\n  # Get the intersection of clinical information and expression matrix\n  tumor_common_samples <- intersect(rownames(tumor_samples), colnames(count_data_final))\n\n  # Extract corresponding expression matrix\n  tumor_expression_data <- count_data_final[, tumor_common_samples]\n\n  # Get the intersection of clinical information and expression matrix\n  normal_common_samples <- intersect(rownames(normal_samples), colnames(count_data_final))\n\n  # Extract corresponding expression matrix\n  normal_expression_data <- count_data_final[, normal_common_samples, drop = FALSE]\n\n  # Save results\n  tumor_output_path <- gsub(\"\\\\.rds$\", \"_tumor.rds\", output_file_path)\n  normal_output_path <- gsub(\"\\\\.rds$\", \"_normal.rds\", output_file_path)\n  saveRDS(tumor_expression_data, file = tumor_output_path)\n  saveRDS(normal_expression_data, file = normal_output_path)\n\n\n  result <- list(\n    tumor_tcga_data = tumor_expression_data,\n    normal_tcga_data = normal_expression_data\n  )\n\n  return(result)\n}\n"
  },
  {
    "path": "R/HighlightByNode.R",
    "content": "#' Highlight Nodes in a Phylogenetic Tree with Custom Fill Colors and Transparency\n#'\n#' This function adds highlights to specific nodes in a phylogenetic tree represented by a `ggtree` object.\n#' Users can specify the nodes to highlight along with custom fill colors, transparency, and extension options.\n#'\n#' @importFrom ggtree geom_hilight\n#' @param ggtree_object A `ggtree` object representing the phylogenetic tree.\n#' @param nodes A character vector specifying the nodes to highlight.\n#' @param fill_colors A character vector specifying the fill colors for the highlighted nodes.\n#' @param alpha_values A numeric vector specifying the transparency values for the highlighted nodes (between 0 and 1).\n#' @param extend_values A logical vector specifying whether to extend the highlight to the whole clade below each node.\n#' @return A modified `ggtree` object with the specified nodes highlighted.\n#' @export\n#'\n#' @examples\n#' plot_file <- system.file(\"extdata\", \"tree_plot.rds\", package = \"TransProR\")\n#' p2_plot <- readRDS(plot_file)\n#'\n#' # Please replace the following vectors with your specific values\n#' nodes <- c(117, 129, 125, 127, 119,\n#'            123, 139, 166, 124, 131, 217) # x-values of the nodes you want to highlight\n#' fill_colors <- c(\"#CD6600\", \"#CD6600\", \"#CD6600\",\n#'                  \"#CD6600\", \"#009933\", \"#009933\",\n#'                  \"#009933\", \"#009933\", \"#9B30FF\",\n#'                  \"#9B30FF\", \"#9B30FF\") # Fill colors\n#' alpha_values <- c(0.3, 0.3, 0.3, 0.3, 0.2, 0.3,\n#'                   0.3, 0.3, 0.3, 0.3, 0.3) # Transparency values\n#' extend_values <- c(25, 24, 24, 25, 25, 25,\n#'                    24, 24, 25, 24, 24) # Values for the 'extend' parameter\n#'\n#' p2 <- highlight_by_node(\n#'   p2_plot,\n#'   nodes,\n#'   fill_colors,\n#'   alpha_values,\n#'   extend_values\n#' )\nhighlight_by_node <- function(ggtree_object,\n                              nodes,\n                              fill_colors,\n                              alpha_values,\n                              extend_values) {\n  # Ensure that the lengths of `nodes`, `fill_colors`, `alpha_values`, and `extend_values` are consistent\n  if (!(length(nodes) == length(fill_colors) && length(nodes) == length(alpha_values) && length(nodes) == length(extend_values))) {\n    stop(\"Length of nodes, fill_colors, alpha_values, and extend_values must be the same.\")\n  }\n\n  if (!requireNamespace(\"systemfonts\", quietly = TRUE)) {\n    stop(\"ggplot2 is required to use the function. Please install it.\", call. = FALSE)\n  }\n\n  # For each node, add the corresponding geom_hilight layer\n  layers <- lapply(seq_along(nodes), function(i) {\n    node <- nodes[i]\n    fill_color <- fill_colors[i]\n    alpha_val <- alpha_values[i]\n    extend_val <- extend_values[i]\n\n    # Create a geom_hilight layer\n    ggtree::geom_hilight(node = node, fill = fill_color, alpha = alpha_val, extend = extend_val)\n  })\n\n  # Add all layers to the `ggtree` object\n  for (layer in layers) {\n    ggtree_object <- ggtree_object + layer\n  }\n\n  return(ggtree_object)\n}\n"
  },
  {
    "path": "R/HighlightGenes.R",
    "content": "#' Add Highlights for Genes on a Phylogenetic Tree\n#'\n#' This function adds highlights for specified genes on a phylogenetic tree object.\n#'\n#' @importFrom ggtree geom_point2 geom_hilight aes\n#' @importFrom dplyr filter select pull\n#' @importFrom rlang .data\n#' @param ggtree_obj A ggtree object representing the phylogenetic tree.\n#' @param genes_to_highlight A data frame containing gene names and corresponding colors to highlight.\n#' @param hilight_extend Numeric value indicating the extension length for highlights.\n#' @return A `ggtree` object with added highlights for specified genes.\n#' @export\n#'\n#' @examples\n#' plot_file <- system.file(\"extdata\", \"tree_plot.rds\", package = \"TransProR\")\n#' p2_plot <- readRDS(plot_file)\n#'\n#' selected_genes_deseq2_file <- system.file(\"extdata\",\n#'                                           \"selected_genes_deseq2.rds\",\n#'                                           package = \"TransProR\")\n#' selected_genes_deseq2 <- readRDS(selected_genes_deseq2_file)\n#'\n#' Diff_deseq2_file <- system.file(\"extdata\", \"Diff_deseq2.rds\", package = \"TransProR\")\n#' Diff_deseq2 <- readRDS(Diff_deseq2_file)\n#'\n#' result_deseq2 <- gene_color(selected_genes_deseq2, Diff_deseq2, \"#0000EE\", \"#fc4746\")\n#'\n#' add_gene_highlights_p3 <- highlight_genes(p2_plot, result_deseq2, hilight_extend = 26)\nhighlight_genes <- function(ggtree_obj, genes_to_highlight, hilight_extend = 18) {\n  # Ensure that the first argument is a `ggtree` object\n  if (!inherits(ggtree_obj, \"ggtree\")) {\n    stop(\"The first argument must be a ggtree object.\")\n  }\n\n  # Ensure that the second argument is a data frame\n  if (!(\"data.frame\" %in% class(genes_to_highlight))) {\n    stop(\"The second argument must be a data frame.\")\n  }\n\n  if (!requireNamespace(\"systemfonts\", quietly = TRUE)) {\n    stop(\"ggplot2 is required to use the function. Please install it.\", call. = FALSE)\n  }\n\n  # Extract the data from the tree object and ensure it is a data frame\n  tree_data <- as.data.frame(ggtree_obj$data)\n\n  # Map gene names and colors to nodes in the tree and create geom_hilight and geom_point2 layers for each node\n  highlight_commands <- lapply(1:nrow(genes_to_highlight), function(i) {\n    gene <- genes_to_highlight$Symble[i]\n    color <- genes_to_highlight$color[i]\n    node <- dplyr::filter(tree_data, .data$label == gene) %>%\n      dplyr::select(node) %>%\n      dplyr::pull()\n    if (!is.na(node)) {\n      list(\n        ggtree::geom_hilight(node = node, fill = color, alpha = 0.3, extend = hilight_extend),\n        ggtree::geom_point2(ggtree::aes(subset = (.data$label == gene)), color = color, size = 2, alpha = 0.6)\n      )\n    } else {\n      warning(paste(\"Gene\", gene, \"not found in the ggtree object.\"))\n      NULL\n    }\n  })\n\n  # Remove NULL elements from `highlight_commands` since they may exist\n  highlight_commands <- Filter(Negate(is.null), highlight_commands)\n\n  # Apply the commands to the `ggtree object`\n  ggtree_obj <- ggtree_obj + do.call(c, highlight_commands)\n\n  return(ggtree_obj)\n}\n"
  },
  {
    "path": "R/LimmaAnalyze.R",
    "content": "#' Differential Gene Expression Analysis using limma and voom\n#'\n#' This function performs differential gene expression analysis using the 'limma' package with voom normalization.\n#' It reads tumor and normal expression data, merges them, filters low-expressed genes,\n#' normalizes the data, performs limma analysis, and outputs the results along with information\n#' on gene expression changes.\n#'\n#' @importFrom limma lmFit contrasts.fit eBayes topTable\n#' @importFrom edgeR DGEList filterByExpr calcNormFactors\n#' @importFrom dplyr mutate\n#' @importFrom stats na.omit\n#' @param tumor_file Path to the tumor data file (RDS format).\n#' @param normal_file Path to the normal data file (RDS format).\n#' @param output_file Path to save the output DEG data (RDS format).\n#' @param logFC_threshold Threshold for log fold change for marking up/down-regulated genes.\n#' @param p_value_threshold Threshold for p-value for filtering significant genes.\n#' @return A data frame of differential expression results.\n#' @references\n#' limma:Linear Models for Microarray and RNA-Seq Data User’s Guide.\n#' For more information, visit the page:\n#' https://www.bioconductor.org/packages/release/bioc/vignettes/limma/inst/doc/usersguide.pdf\n#' @export\n#'\n#' @examples\n#' # Define file paths for tumor and normal data from the data folder\n#' tumor_file <- system.file(\"extdata\",\n#'                           \"removebatch_SKCM_Skin_TCGA_exp_tumor_test.rds\",\n#'                           package = \"TransProR\")\n#' normal_file <- system.file(\"extdata\",\n#'                            \"removebatch_SKCM_Skin_Normal_TCGA_GTEX_count_test.rds\",\n#'                            package = \"TransProR\")\n#' output_file <- file.path(tempdir(), \"DEG_limma_voom.rds\")\n#'\n#' DEG_limma_voom <- limma_analyze(\n#'   tumor_file = tumor_file,\n#'   normal_file = normal_file,\n#'   output_file = output_file,\n#'   logFC_threshold = 2.5,\n#'   p_value_threshold = 0.01\n#' )\n#'\n#' # View the top 5 rows of the result\n#' head(DEG_limma_voom, 5)\nlimma_analyze <- function(tumor_file, normal_file, output_file, logFC_threshold = 2.5, p_value_threshold = 0.01) {\n  tumor <- readRDS(tumor_file)\n  normal <- readRDS(normal_file)\n\n  # Merge the datasets, ensuring both have genes as row names\n  all_count_exp <- merge(tumor, normal, by = \"row.names\")\n  all_count_exp <- tibble::column_to_rownames(all_count_exp, var = \"Row.names\")\n\n  # Define groups for tumor and normal samples\n  group <- c(rep('tumor', ncol(tumor)), rep('normal', ncol(normal)))\n  group <- factor(group, levels = c(\"normal\", \"tumor\"))\n  group_table <- table(group)\n\n  message(\"Group Table:\")\n  message(paste(names(group_table), group_table, sep = \": \", collapse = \"\\n\"))\n  # Add a space after the output for separation\n  message(\" \")\n\n  # Create matrix\n  design <- model.matrix(~0 + factor(group))\n  colnames(design) <- levels(factor(group))\n  rownames(design) <- colnames(all_count_exp)\n\n  # Create DGEList object for gene expression data and group information\n  dge <- edgeR::DGEList(counts = all_count_exp, group = group)\n\n  # Filter lowly expressed genes\n  keep <- edgeR::filterByExpr(dge)\n  dge <- dge[keep, , keep.lib.sizes = FALSE]\n\n  # The first step (TMM) scales the raw counts to adjust for library size differences, while the second step (quantile normalization in voom) ensures that the overall distribution of gene expression values is consistent across samples.\n  # Normalize the data using the TMM method\n  dge <- edgeR::calcNormFactors(dge)\n  # Use voom method for normalization:Quantile Normalization\n  v <- limma::voom(dge, design, plot = FALSE, normalize = \"quantile\")\n\n  # Fit the linear model\n  fit <- limma::lmFit(v, design)\n\n  # Specify contrast\n  con <- paste(rev(levels(group)), collapse = \"-\")\n\n  # Create contrast matrix\n  cont.matrix <- limma::makeContrasts(contrasts = c(con), levels = design)\n  fit2 <- limma::contrasts.fit(fit, cont.matrix)\n  fit2 <- limma::eBayes(fit2)\n\n  # Get differential expression results\n  tempOutput <- limma::topTable(fit2, coef = con, n = Inf)\n  DEG_limma_voom <- stats::na.omit(tempOutput)\n\n  # Add 'change' column to mark up/down-regulated genes\n  k1 <- (DEG_limma_voom$P.Value < p_value_threshold) & (DEG_limma_voom$logFC < -logFC_threshold)\n  k2 <- (DEG_limma_voom$P.Value < p_value_threshold) & (DEG_limma_voom$logFC > logFC_threshold)\n  DEG_limma_voom <- dplyr::mutate(DEG_limma_voom, change = ifelse(k1, \"down\", ifelse(k2, \"up\", \"stable\")))\n\n  change_table <- table(DEG_limma_voom$change)\n\n  message(\"Change Table:\")\n  message(paste(names(change_table), change_table, sep = \": \", collapse = \"\\n\"))\n  # Add a space after the output for separation\n  message(\" \")\n\n\n  # Save results to the specified output file\n  #save(DEG_limma_voom, file = output_file)\n  saveRDS(DEG_limma_voom, file = output_file)\n\n  return(DEG_limma_voom)\n}\n\n\n"
  },
  {
    "path": "R/LogTransform.R",
    "content": "#' Log transformation decision and application on data\n#'\n#' This function evaluates the need for a log transformation based on a set of criteria\n#' and applies a log2 transformation if necessary.\n#'\n#' @author Dongyue Yu\n#' @param data A numeric matrix or data frame.\n#' @return The original data or the data transformed with log2.\n#' @importFrom stats quantile\n#' @export\n#' @examples\n#' file_path <- system.file(\"extdata\",\n#'                          \"all_count_exp_test.csv\",\n#'                          package = \"TransProR\")\n#' your_data <- read.csv(file_path,\n#'                       row.names = 1)  # Assuming first column is row names (e.g., gene names)\n#'\n#' TransformedData <- log_transform(data = your_data)\n#'\nlog_transform <- function(data) {\n  # Calculate quantiles\n  qx <- as.numeric(quantile(data, c(0., 0.25, 0.5, 0.75, 0.99, 1.0), na.rm=TRUE))\n\n  # Define conditions for log transformation\n  LogC <- (qx[5] > 100) ||\n    (qx[6]-qx[1] > 50 && qx[2] > 0) ||\n    (qx[2] > 0 && qx[2] < 1 && qx[4] > 1 && qx[4] < 2)\n\n  # Apply log transformation based on conditions\n  if (LogC) {\n    # Apply +1 to all values before log2 transformation\n    result <- log2(data + 1)\n    message(\"log2 transform finished\")\n  } else {\n    result <- data\n    message(\"log2 transform not needed\")\n  }\n\n  return(result)\n}\n"
  },
  {
    "path": "R/MergeDensityFoldchange.R",
    "content": "#' Create high-density region plot with optional points, density rugs, and contours\n#'\n#' This function creates a high-density region plot using hdr methods to\n#' add density rug and filled contours. It also adds a regression line\n#' and Pearson correlation label. Points can be added to the plot optionally.\n#'\n#' @param data Data frame containing variables for plotting.\n#' @param x_var Name of the x-axis variable as a string.\n#' @param y_var Name of the y-axis variable as a string.\n#' @param group_var Name of the grouping variable for color mapping as a string.\n#' @param palette Color palette for the plot as a character vector.\n#' @param show_points Logical, if TRUE adds points to the plot.\n#' @param point_size Size of the points, relevant if show_points is TRUE.\n#' @param point_alpha Transparency level of the points, relevant if show_points is TRUE.\n#' @param x_lim Numeric vector of length 2, giving the x-axis limits.\n#' @param y_lim Numeric vector of length 2, giving the y-axis limits.\n#' @param cor_method Method to calculate correlation (\"pearson\" or \"spearman\").\n#' @param line_size Size of the smoothing line.\n#' @param cor_label_pos Vector of length 2 indicating the position of the correlation label (x and y).\n#' @return A ggplot object representing the high-density region plot.\n#' @importFrom ggplot2 ggplot aes_string geom_point geom_smooth scale_fill_manual scale_color_manual scale_x_continuous scale_y_continuous theme element_rect margin\n#' @importFrom hrbrthemes theme_ipsum\n#' @importFrom grid unit\n#' @importFrom ggdensity geom_hdr geom_hdr_rug\n#' @importFrom ggpubr stat_cor\n#' @examples\n#' combined_df_file <- system.file(\"extdata\", \"combined_df.rds\", package = \"TransProR\")\n#' combined_df <- readRDS(combined_df_file)\n#' pal1 = c(\"#3949ab\",\"#1e88e5\",\"#039be5\",\"#00897b\",\"#43a047\",\"#7cb342\")\n#'\n#' all_density_foldchange_name1 <- merge_density_foldchange(\n#'   data = combined_df,\n#'   x_var = \"log2FoldChange_1\",\n#'   y_var = \"log2FoldChange_2\",\n#'   group_var = \"name\",\n#'   palette = pal1,\n#'   show_points = FALSE,\n#'   point_size = 2.5,\n#'   point_alpha = 0.1,\n#'   x_lim = c(0, 20),\n#'   y_lim = c(0, 20),\n#'   cor_method = \"pearson\",\n#'   line_size = 1.6,\n#'   cor_label_pos = c(\"left\", \"top\")\n#' )\n#'\n#' @export\nmerge_density_foldchange <- function(data, x_var, y_var, group_var,\n                                   palette = c(\"#3949ab\",\"#1e88e5\",\"#039be5\",\"#00897b\",\"#43a047\",\"#7cb342\"),\n                                   show_points = FALSE, point_size = 2.5, point_alpha = 0.2,\n                                   x_lim = c(0, 20), y_lim = c(0, 20),\n                                   cor_method = \"pearson\", line_size = 1.6,\n                                   cor_label_pos = c(\"left\", 0.97)) {\n  # Begin constructing the ggplot\n  plot <- ggplot2::ggplot(data, ggplot2::aes_string(x = x_var, y = y_var, fill = group_var))\n\n  # Optionally add points\n  if (show_points) {\n    plot <- plot + ggplot2::geom_point(ggplot2::aes_string(color = group_var), shape = 21,\n                                       size = point_size, alpha = point_alpha)\n  }\n\n  # Add density rug and contours\n  plot <- plot + ggdensity::geom_hdr_rug() + ggdensity::geom_hdr()\n\n  # Add regression line and correlation label\n  plot <- plot +\n    ggplot2::geom_smooth(ggplot2::aes_string(x = x_var, y = y_var, color = group_var),\n                         method = 'lm', level = 0.95, size = line_size) +\n    ggpubr::stat_cor(ggplot2::aes_string(color = group_var), method = cor_method,\n                     label.x.npc = cor_label_pos[1], label.y.npc = cor_label_pos[2])\n\n  # Customize scales and theme\n  plot <- plot +\n    ggplot2::scale_fill_manual(values = palette) +\n    ggplot2::scale_color_manual(values = palette) +\n    ggplot2::scale_x_continuous(limits = x_lim, expand = c(0, 0)) +\n    ggplot2::scale_y_continuous(limits = y_lim, expand = c(0, 0)) +\n    hrbrthemes::theme_ipsum() +\n    ggplot2::theme(plot.margin = ggplot2::margin(10, 10, 10, 10),\n                   plot.background = ggplot2::element_rect(fill = \"white\", color = \"white\"),\n                   panel.spacing = grid::unit(2, \"mm\"))\n\n  # Return the ggplot object\n  return(plot)\n}\n"
  },
  {
    "path": "R/MergeGtexTcga.R",
    "content": "#' Merge gene expression data from GTEx and TCGA datasets\n#'\n#' This function merges gene expression data obtained from the GTEx (Genotype-Tissue Expression) and TCGA (The Cancer Genome Atlas) datasets.\n#' It is assumed that both datasets are in '.rds' format and have genes as row names. The merged dataset is saved as an RDS file at the specified output path.\n#'\n#' @param gtex_data_path A string that specifies the file path to the GTEx data saved in RDS format.\n#' @param tcga_exp_path A string that specifies the file path to the TCGA expression data saved in RDS format.\n#'        This should be a data.frame with rows as genes and columns as samples.\n#' @param output_path A string that specifies the path where the merged dataset should be saved.\n#'        The file is saved in '.rds' format. The default path is \"./merged_gtex_tcga_data.rds\".\n#'\n#' @details It is assumed that both datasets are in '.rds' format and have genes as row names.\n#'\n#' @return A data frame where rows represent genes and columns represent samples.\n#'         The data frame contains expression values from both GTEx and TCGA datasets.\n#'         It saves the merged dataset to the path specified by 'output_path'.\n#'\n#' @examples\n#' tumor_file <- system.file(\"extdata\",\n#'                           \"removebatch_SKCM_Skin_TCGA_exp_tumor_test.rds\",\n#'                           package = \"TransProR\")\n#' Normal_file <- system.file(\"extdata\",\n#'                            \"removebatch_SKCM_Skin_Normal_TCGA_GTEX_count_test.rds\",\n#'                            package = \"TransProR\")\n#' ouput_file <- file.path(tempdir(), \"all_data.rds\")\n#'\n#' all_data <- merge_gtex_tcga(gtex_data_path = tumor_file,\n#'                             tcga_exp_path = Normal_file,\n#'                             output_path = ouput_file)\n#'\n#' @note CRITICAL: The 'output_path' parameter must end with '.rds' to be properly recognized by the function. It is also highly recommended\n#'       that the path includes specific identifiers related to the target samples. Please structure the 'output_path' following this pattern: './your_directory/merged.your_sample_type.gtex.tcga.data.rds'.\n#'\n#' @importFrom tibble column_to_rownames\n#' @export\nmerge_gtex_tcga <- function(gtex_data_path,\n                            tcga_exp_path,\n                            output_path = \"./merged_gtex_tcga_data.rds\") {\n\n  # Load the GTEx data\n  gtex_data <- readRDS(gtex_data_path)\n  message(\"Number of GTEx samples:\", ncol(gtex_data), \"\\n\")\n\n  # Load the TCGA data\n  tcga.exp <- readRDS(tcga_exp_path)\n  message(\"Number of TCGA samples:\", ncol(tcga.exp), \"\\n\")\n\n  # Merge the datasets, ensuring both have genes as row names\n  all_data <- merge(gtex_data, tcga.exp, by = \"row.names\")\n  all_data <- tibble::column_to_rownames(all_data, var = \"Row.names\")  # Set the row names\n\n  message(\"Number of samples after merging:\", ncol(all_data), \"\\n\")\n\n  # Save the merged dataset\n  saveRDS(all_data, file = output_path)\n\n  return(all_data)\n}\n"
  },
  {
    "path": "R/MergeIDPosition.R",
    "content": "#' Merge Data Frames by Common Row Names with Additional Columns\n#'\n#' This function merges a list of data frames based on common row names. It adds an 'id' column to track the row order and a 'point_position' column calculated based on the maximum 'Count' value across all data frames. It filters data frames to include only common rows, sorts rows by the length of the 'Description' in descending order, and then merges them by rows.\n#'\n#' @param df_list A list of data frames, each with a 'Description' and 'Count' column and set row names.\n#' @return A single data frame merged from the list, with additional 'id' and 'point_position' columns.\n#' @importFrom dplyr arrange\n#' @examples\n#' df1 <- data.frame(Description = c(\"DataA\", \"DataB\"), Count = c(10, 20), row.names = c(\"R1\", \"R2\"))\n#' df2 <- data.frame(Description = c(\"DataC\", \"DataD\"), Count = c(30, 40), row.names = c(\"R1\", \"R3\"))\n#' df_list <- list(df1, df2)\n#' combined_df_test <- merge_id_position(df_list)\n#'\n#' @export\nmerge_id_position <- function(df_list) {\n  # Find common row names across all data frames\n  common_row_names <- Reduce(intersect, lapply(df_list, row.names))\n\n  # Get the maximum value of the 'Count' column across all data frames\n  max_count <- max(sapply(df_list, function(df) max(as.numeric(df$Count), na.rm = TRUE)))\n\n  # Calculate the smallest multiple of 10 greater than the maximum count\n  ceiling_max_count <- ceiling(max_count / 10) * 10\n\n  # Initialize a list to store processed data frames\n  processed_dfs <- list()\n  number_of_dfs <- length(df_list)\n\n  # Process each data frame\n  for (i in seq_along(df_list)) {\n    # Filter for common rows\n    filtered_df <- df_list[[i]][common_row_names, , drop = FALSE]\n\n    # Sort 'Description' column by character length in descending order\n    filtered_df <- filtered_df %>% dplyr::arrange(desc(nchar(.data$Description)))\n\n    # Add 'id' column\n    filtered_df$id <- seq_len(nrow(filtered_df))\n\n    # Calculate 'point_position' value\n    point_position_value <- ceiling_max_count * i / number_of_dfs\n\n    # Add 'point_position' column\n    filtered_df$point_position <- point_position_value\n\n    # Append processed data frame to the list\n    processed_dfs[[i]] <- filtered_df\n  }\n\n  # Check if any data frames are empty after filtering\n  if (any(sapply(processed_dfs, nrow) == 0)) {\n    stop(\"One or more dataframes have no rows after filtering for common row names.\")\n  }\n\n  # Merge data frames by rows\n  combined_df <- do.call(rbind, processed_dfs)\n\n  # Remove original row names and set new row names as NULL\n  rownames(combined_df) <- NULL\n\n  return(combined_df)\n}\n"
  },
  {
    "path": "R/MergeMethodColor.R",
    "content": "#' Merge Data Frames with Specific Method and Color Columns\n#'\n#' This function takes a list of data frames, a method name, and a list of colors.\n#' It adds a 'method' column and a 'test_color' column to each data frame, then merges all data frames by rows.\n#' It ensures that the color list length matches the list of data frames.\n#'\n#' @param df_list A list of data frames, each containing at least 'Description' and 'Count' columns.\n#' @param method_name A string representing the method name to be added to each data frame.\n#' @param color_list A list of colors corresponding to each data frame for the 'test_color' column.\n#' @return A single data frame merged from the list, with each originally provided data frame now having a 'method' and a 'test_color' column.\n#' @importFrom dplyr bind_rows\n#' @examples\n#' df1 <- data.frame(Description = c(\"A\", \"B\"), Count = c(10, 20))\n#' df2 <- data.frame(Description = c(\"C\", \"D\"), Count = c(30, 40))\n#' df_list <- list(df1, df2)\n#' method_name <- \"Method1\"\n#' color_list <- c(\"Red\", \"Blue\")\n#' combined_df_test <- merge_method_color(df_list, method_name, color_list)\n#'\n#' @export\nmerge_method_color <- function(df_list, method_name, color_list) {\n  # Validate the length of color list matches the length of data frame list\n  if (length(color_list) != length(df_list)) {\n    stop(\"The length of the color list must match the length of the data frame list\")\n  }\n\n  # Initialize a list to store processed data frames\n  processed_dfs <- list()\n\n  # Iterate over all data frames\n  for (i in seq_along(df_list)) {\n    # Extract 'Description' and 'Count' columns\n    temp_df <- df_list[[i]][, c(\"Description\", \"Count\"), drop = FALSE]\n\n    # Add 'method' column\n    temp_df$method <- method_name\n\n    # Add 'test_color' column using corresponding color\n    temp_df$test_color <- color_list[i]\n\n    # Append the processed data frame to the list\n    processed_dfs[[i]] <- temp_df\n  }\n\n  # Combine all data frames by rows using bind_rows from dplyr\n  combined_df <- dplyr::bind_rows(processed_dfs)\n\n  return(combined_df)\n}\n\n\n\n"
  },
  {
    "path": "R/NewGgraph.R",
    "content": "#' Generate a graphical representation of pathway gene maps\n#'\n#' This function merges multiple gene-pathway related dataframes, processes them\n#' for graph creation, and visualizes the relationships in a dendrogram layout using\n#' the provided node and edge gathering functions from the 'ggraph' package.\n#'\n#' @param BP_dataframe Dataframe for Biological Process.\n#' @param BP_ids IDs for Biological Process.\n#' @param KEGG_dataframe Dataframe for KEGG pathways.\n#' @param KEGG_ids IDs for KEGG pathways.\n#' @param MF_dataframe Dataframe for Molecular Function.\n#' @param MF_ids IDs for Molecular Function.\n#' @param REACTOME_dataframe Dataframe for REACTOME pathways.\n#' @param REACTOME_ids IDs for REACTOME pathways.\n#' @param CC_dataframe Dataframe for Cellular Component.\n#' @param CC_ids IDs for Cellular Component.\n#' @param DO_dataframe Dataframe for Disease Ontology.\n#' @param DO_ids IDs for Disease Ontology.\n#' @importFrom tidygraph tbl_graph\n#' @importFrom ggraph ggraph geom_edge_diagonal geom_node_point geom_node_text scale_edge_colour_brewer node_angle\n#' @importFrom ggplot2 theme element_rect scale_size scale_color_brewer coord_cartesian\n#' @return A 'ggraph' object representing the pathway gene map visualization.\n#' @export\n#' \nnew_ggraph <- function(BP_dataframe, BP_ids, KEGG_dataframe, KEGG_ids,\n                       MF_dataframe, MF_ids, REACTOME_dataframe, REACTOME_ids,\n                       CC_dataframe, CC_ids, DO_dataframe, DO_ids) {\n\n  new_dataframe <- gene_map_pathway(BP_dataframe, BP_ids, KEGG_dataframe, KEGG_ids,\n                                    MF_dataframe, MF_ids, REACTOME_dataframe, REACTOME_ids,\n                                    CC_dataframe, CC_ids, DO_dataframe, DO_ids)\n\n  # Prepare the data for graph creation using 'ggraph'\n  index_ggraph <- c(\"type\", \"pathway\", \"gene\")  # columns other than the lowest level\n  nodes_ggraph <- gather_graph_node(new_dataframe, index = index_ggraph, root = \"combination\")\n  edges_ggraph <- gather_graph_edge(new_dataframe, index = index_ggraph, root = \"combination\")\n\n  # Create and plot the graph using 'tidygraph' and 'ggraph'\n  graph_ggraph <- tidygraph::tbl_graph(nodes = nodes_ggraph, edges = edges_ggraph)\n\n  plot <- ggraph::ggraph(graph_ggraph, layout = 'dendrogram', circular = TRUE) +\n    ggraph::geom_edge_diagonal(aes(color = .data$node1.node.branch, filter = .data$node1.node.level != \"combination\", alpha = .data$node1.node.level), edge_width = 1) +\n    ggraph::geom_node_point(aes(size = .data$node.size, color = .data$node.branch, filter = .data$node.level != \"combination\"), alpha = 0.45) +\n    ggplot2::scale_size(range = c(15, 90)) +\n    ggplot2::theme(legend.position = \"none\") +\n    ggraph::scale_edge_colour_brewer(palette= \"Dark2\") +\n    ggplot2::scale_color_brewer(palette = \"Dark2\") +\n    ggraph::geom_node_text(aes(x = 1.058 * .data$x, y = 1.058 * .data$y, label = .data$node.short_name, angle = -((-ggraph::node_angle(.data$x, .data$y) + 90) %% 180) + 60, filter = .data$leaf, color = .data$node.branch), size = 4, hjust = 'outward') +\n    ggraph::geom_node_text(aes(label = .data$node.short_name, filter = !.data$leaf & (.data$node.level == \"type\"), color = .data$node.branch), fontface = \"bold\", size = 8, family = \"sans\") +\n    ggraph::geom_node_text(aes(label = .data$node.short_name, filter = !.data$leaf & (.data$node.level == \"pathway\"), color = .data$node.branch, angle = -((-ggraph::node_angle(.data$x, .data$y) + 90) %% 180) + 36), fontface = \"bold\", size = 4.5, family = \"sans\") +\n    ggplot2::theme(panel.background = ggplot2::element_rect(fill = NA)) +\n    ggplot2::coord_cartesian(xlim = c(-1.3, 1.3), ylim = c(-1.3, 1.3))\n\n  return(plot)\n}\n"
  },
  {
    "path": "R/PathwayCount.R",
    "content": "#' Count Genes Present in Pathways Above a Threshold\n#'\n#' This function filters pathways that meet a count threshold and then counts the presence of specified genes in those pathways.\n#'\n#' @importFrom dplyr filter\n#' @importFrom rlang .data\n#' @param GO A character vector of gene symbols.\n#' @param count_threshold An integer specifying the count threshold for selecting pathways.\n#' @param enrich_data A data frame containing pathway enrichment analysis results.\n#' @return A data frame with columns \"Symble\" (gene symbol), \"Description\" (pathway description), and \"Exists\" (1 if gene is present, 0 otherwise).\n#' @export\n#'\n#' @examples\n#' # Simulated gene list\n#' GO <- c(\"Gene1\", \"Gene2\", \"Gene3\", \"Gene4\", \"Gene5\")\n#' # Simulated enrichment analysis data\n#' enrich_data <- data.frame(\n#'   ID = c(\"GO:0001\", \"GO:0002\", \"GO:0003\"),\n#'   Description = c(\"Pathway A\", \"Pathway B\", \"Pathway C\"),\n#'   Count = c(10, 4, 6),\n#'   geneID = c(\"Gene1/Gene2/Gene3\", \"Gene4/Gene5\", \"Gene2/Gene6/Gene7\")\n#' )\n#'\n#' # Example usage\n#' count_threshold <- 5\n#' result_df <- pathway_count(GO, count_threshold, enrich_data)\n#'\npathway_count <- function(GO, count_threshold, enrich_data) {\n  # Filter pathways meeting the count threshold\n  selected_pathways <- enrich_data %>%\n    dplyr::filter(.data$Count > count_threshold)\n\n  final_df <- data.frame(Symble = character(), Description = character(), Exists = integer())\n\n  # Iterate through each selected pathway\n  for (i in 1:nrow(selected_pathways)) {\n    pathway_info <- selected_pathways[i, ]\n    genes_in_pathway <- unlist(strsplit(as.character(pathway_info$geneID), \"/\"))\n\n    # Create a record for each gene in the current pathway\n    for (gene in GO) {\n      final_df <- rbind(final_df, data.frame(\n        Symble = gene,\n        Description = pathway_info$Description,\n        Exists = as.integer(gene %in% genes_in_pathway)\n      ))\n    }\n  }\n\n  return(final_df)\n}\n"
  },
  {
    "path": "R/PathwayDescription.R",
    "content": "#' Describe Genes Present in Selected Pathways\n#'\n#' This function identifies genes present in selected pathways based on gene enrichment analysis results.\n#'\n#' @importFrom dplyr filter\n#' @importFrom rlang .data\n#' @param GO A character vector of gene symbols.\n#' @param selected_pathways_names A character vector specifying the names of selected pathways.\n#' @param enrich_data A data frame containing pathway enrichment analysis results.\n#' @return A data frame with columns \"Symble\" (gene symbol), \"Description\" (pathway description), and \"Exists\" (1 if gene is present, 0 otherwise).\n#' @export\n#'\n#' @examples\n#' GO <- c(\"Gene1\", \"Gene2\", \"Gene3\", \"Gene4\", \"Gene5\")\n#' # Simulated enrichment analysis data\n#' enrich_data <- data.frame(\n#'   ID = c(\"Pathway1\", \"Pathway2\", \"Pathway3\", \"Pathway4\"),\n#'   Description = c(\"Apoptosis\", \"Cell Cycle\", \"Signal Transduction\", \"Metabolism\"),\n#'   geneID = c(\"Gene1/Gene3\", \"Gene2/Gene4\", \"Gene1/Gene2/Gene3\", \"Gene5\"),\n#'   Count = c(2, 2, 3, 1),\n#'   stringsAsFactors = FALSE\n#' )\n#'\n#' # Example usage\n#' result <- pathway_description(GO,\n#'                               selected_pathways_names=\"Apoptosis\",\n#'                               enrich_data)\n#'\npathway_description <- function(GO, selected_pathways_names, enrich_data) {\n  # Filter selected pathways\n  selected_pathways <- dplyr::filter(enrich_data, .data$Description %in% selected_pathways_names)\n\n  final_df <- data.frame(Symble = character(), Description = character(), Exists = integer())\n\n  # Iterate through each selected pathway\n  for (i in 1:nrow(selected_pathways)) {\n    pathway_info <- selected_pathways[i, ]\n    genes_in_pathway <- unlist(strsplit(as.character(pathway_info$geneID), \"/\"))\n\n    # Create a record for each gene in the current pathway\n    for (gene in GO) {\n      final_df <- rbind(final_df, data.frame(\n        Symble = gene,\n        Description = pathway_info$Description,\n        Exists = as.integer(gene %in% genes_in_pathway)\n      ))\n    }\n  }\n\n  return(final_df)\n}\n"
  },
  {
    "path": "R/PrepDeseq2.R",
    "content": "#' Prepare DESeq2 data for plotting\n#'\n#' This function reads a DESeq2 DEG data frame from an RDS file, filters it,\n#' adjusts the log2FoldChange to absolute values, adds a pseudo-count to pvalues,\n#' and transforms pvalues for plotting. The final data frame is returned and\n#' optionally saved to a new RDS file.\n#'\n#' @param input_path Path to the RDS file containing the DESeq2 DEG data frame.\n#' @param output_name Name for the processed data frame, also used as the RDS file name.\n#' @return A data frame with processed DESeq2 DEG data.\n#' @export\n#' @examples\n#' deseq2_file <- system.file(\"extdata\",\n#'                            \"DEG_deseq2_test.rds\",\n#'                            package = \"TransProR\")\n#' deseq2 <- prep_deseq2(deseq2_file)\n#'\nprep_deseq2 <- function(input_path, output_name = NULL) {\n  # Read the DESeq2 DEG data frame from an RDS file\n  DEG_deseq2 <- readRDS(input_path)\n\n  # Filter DEG data using the deg_filter function from the same package\n  DESeq2 <- deg_filter(DEG_deseq2)\n  DEG_deseq2 <- DEG_deseq2[rownames(DEG_deseq2) %in% DESeq2, ]\n\n  # Extract the Gene column as a regular column\n  DEG_deseq2$Gene <- rownames(DEG_deseq2)\n\n  # Select columns of interest\n  DEG_deseq2 <- DEG_deseq2[, c('log2FoldChange', 'pvalue', \"change\", 'Gene')]\n\n  # Adjust log2FoldChange values to absolute values\n  DEG_deseq2$log2FoldChange <- abs(DEG_deseq2$log2FoldChange)\n\n  # Add a small pseudo-count to pvalue to avoid log of zero\n  DEG_deseq2$pvalue <- DEG_deseq2$pvalue + .Machine$double.eps\n\n  # Transform p-value for plotting\n  DEG_deseq2$pvalue <- -log10(DEG_deseq2$pvalue)\n\n  # Rename columns\n  names(DEG_deseq2) <- c('logFC', 'Pvalue', \"change\", 'Gene')\n\n  # Optionally save the processed data frame as an RDS file\n  if (!is.null(output_name)) {\n    saveRDS(DEG_deseq2, paste0(output_name, \".Rdata\"))\n  }\n\n  # Return the processed data frame\n  return(DEG_deseq2)\n}\n\n\n\n"
  },
  {
    "path": "R/PrepEdgeR.R",
    "content": "#' Prepare edgeR DEG data for plotting\n#'\n#' This function reads an edgeR DEG data frame from an RDS file, filters it using\n#' \\code{\\link{deg_filter}} function, adjusts the logFC to absolute values, adds a pseudo-count to PValue,\n#' and transforms PValue for plotting. The final data frame is returned and\n#' optionally saved to a new RDS file.\n#'\n#' @param input_path Path to the RDS file containing the edgeR DEG data frame.\n#' @param output_name Name for the processed data frame, also used as the RDS file name.\n#' @return A data frame with processed edgeR DEG data.\n#' @export\n#' @examples\n#' edgeR_file <- system.file(\"extdata\",\n#'                           \"DEG_edgeR_test.rds\",\n#'                           package = \"TransProR\")\n#' edgeR <- prep_edgeR(edgeR_file)\n#'\nprep_edgeR <- function(input_path, output_name = NULL) {\n  # Read the edgeR DEG data frame from an RDS file\n  DEG_edgeR <- readRDS(input_path)\n\n  # Filter DEG data using the deg_filter function from the same package\n  edgeR <- deg_filter(DEG_edgeR)\n  DEG_edgeR <- DEG_edgeR[rownames(DEG_edgeR) %in% edgeR, ]\n\n  # Select columns of interest and adjust logFC values to absolute values\n  DEG_edgeR <- DEG_edgeR[, c('logFC', \"PValue\", \"change\")]\n  DEG_edgeR$logFC <- abs(DEG_edgeR$logFC)\n\n  # Add a small pseudo-count to PValue to avoid log of zero and transform PValue for plotting\n  DEG_edgeR$PValue <- DEG_edgeR$PValue + .Machine$double.eps\n  DEG_edgeR$PValue <- -log10(DEG_edgeR$PValue)\n\n  # Extract the Gene column from row names\n  DEG_edgeR$Gene <- rownames(DEG_edgeR)\n\n  # Rename columns\n  names(DEG_edgeR) <- c('logFC', 'Pvalue', \"change\", 'Gene')\n\n  # Optionally save the processed data frame as an RDS file\n  if (!is.null(output_name)) {\n    saveRDS(DEG_edgeR, paste0(output_name, \".Rdata\"))\n  }\n\n  # Return the processed data frame\n  return(DEG_edgeR)\n}\n"
  },
  {
    "path": "R/PrepLimma.R",
    "content": "#' Prepare limma-voom DEG data for plotting\n#'\n#' This function reads a limma-voom DEG data frame from an RDS file, filters it using\n#' \\code{\\link{deg_filter}} function, adjusts the logFC to absolute values, adds a pseudo-count to P.Value,\n#' and transforms P.Value for plotting. The final data frame is returned and\n#' optionally saved to a new RDS file.\n#'\n#' @param input_path Path to the RDS file containing the limma-voom DEG data frame.\n#' @param output_name Name for the processed data frame, also used as the RDS file name.\n#' @return A data frame with processed limma-voom DEG data.\n#' @export\n#' @examples\n#' limma_file <- system.file(\"extdata\",\n#'                           \"DEG_limma_voom_test.rds\",\n#'                           package = \"TransProR\")\n#' limma <- prep_limma(limma_file)\n#'\nprep_limma <- function(input_path, output_name = NULL) {\n  # Read the limma-voom DEG data frame from an RDS file\n  limma <- readRDS(input_path)\n\n  # Filter DEG data using the deg_filter function from the same package\n  limma_filter <- deg_filter(limma)\n  limma <- limma[rownames(limma) %in% limma_filter, ]\n\n  # Select columns of interest and adjust logFC values to absolute values\n  limma <- limma[, c('logFC', \"P.Value\", \"change\")]\n  limma$logFC <- abs(limma$logFC)\n\n  # Add a small pseudo-count to P.Value to avoid log of zero and transform P.Value for plotting\n  limma$P.Value <- limma$P.Value + .Machine$double.eps\n  limma$P.Value <- -log10(limma$P.Value)\n\n  # Extract the Gene column from row names\n  limma$Gene <- rownames(limma)\n\n  # Rename columns\n  names(limma) <- c('logFC', 'Pvalue', \"change\", 'Gene')\n\n  # Optionally save the processed data frame as an RDS file\n  if (!is.null(output_name)) {\n    saveRDS(limma, paste0(output_name, \".Rdata\"))\n  }\n\n  # Return the processed data frame\n  return(limma)\n}\n"
  },
  {
    "path": "R/PrepWilcoxon.R",
    "content": "#' Prepare Wilcoxon DEG data for plotting\n#'\n#' This function reads a Wilcoxon DEG data frame from an RDS file, filters it using\n#' \\code{\\link{deg_filter}} function, adjusts the log2foldChange to absolute values, adds a pseudo-count to pValues,\n#' and transforms pValues for plotting. The final data frame is returned and\n#' optionally saved to a new RDS file.\n#'\n#' @param input_path Path to the RDS file containing the Wilcoxon DEG data frame.\n#' @param output_name Optional; name for the processed data frame, also used as the RDS file name.\n#'        If not provided, the data frame will not be saved to file.\n#' @return A data frame with processed Wilcoxon DEG data.\n#' @export\n#' @examples\n#' wilcoxon_file <- system.file(\"extdata\",\n#'                              \"Wilcoxon_rank_sum_testoutRst_test.rds\",\n#'                              package = \"TransProR\")\n#' Wilcoxon <- prep_wilcoxon(wilcoxon_file)\n#'\nprep_wilcoxon <- function(input_path, output_name = NULL) {\n  # Read the Wilcoxon DEG data frame from an RDS file\n  Wilcoxon <- readRDS(input_path)\n\n  # Filter DEG data using the deg_filter function from the same package\n  Wilcoxon_filter <- deg_filter(Wilcoxon)\n  Wilcoxon <- Wilcoxon[rownames(Wilcoxon) %in% Wilcoxon_filter, ]\n\n  # Select columns of interest and adjust log2foldChange values to absolute values\n  Wilcoxon <- Wilcoxon[, c('log2foldChange', \"pValues\", \"change\")]\n  Wilcoxon$log2foldChange <- abs(Wilcoxon$log2foldChange)\n\n  # Add a small pseudo-count to pValues to avoid log of zero and transform pValues for plotting\n  Wilcoxon$pValues <- Wilcoxon$pValues + .Machine$double.eps\n  Wilcoxon$pValues <- -log10(Wilcoxon$pValues)\n\n  # Extract the Gene column from row names\n  Wilcoxon$Gene <- rownames(Wilcoxon)\n\n  # Rename columns\n  names(Wilcoxon) <- c('logFC', 'Pvalue', \"change\", 'Gene')\n\n  # Optionally save the processed data frame as an RDS file\n  if (!is.null(output_name) && nzchar(output_name)) {\n    saveRDS(Wilcoxon, paste0(output_name, \".Rdata\"))\n  }\n\n  # Return the processed data frame\n  return(Wilcoxon)\n}\n"
  },
  {
    "path": "R/ProcessHeatdata.R",
    "content": "#' Process Heatmap Data with Various Selection Options\n#'\n#' This function processes heatmap data (`heatdata`) based on a given selection option.\n#' It allows customization of column names, selection of specific columns per group,\n#' or averaging columns based on a common prefix.\n#'\n#' @param heatdata A data frame containing the heatmap data.\n#' @param selection An integer specifying the processing method:\n#' - 1: Use custom names for columns.\n#' - 2: Select a given number of columns per group based on a prefix.\n#' - 3: Calculate the average of columns per group based on a prefix.\n#' @param custom_names A character vector of custom names for columns (used when `selection = 1`).\n#' The length of this vector must match the number of columns in `heatdata`.\n#' @param num_names_per_group An integer specifying the number of columns to select per group (used when `selection = 2`).\n#' @param prefix_length An integer specifying the length of the prefix for grouping columns (used when `selection = 2` or `selection = 3`).\n#' Default is 4.\n#' @return A processed data frame based on the specified selection option.\n#' @export\n#'\n#' @examples\n#' # Example heatmap data frame\n#' heatdata <- data.frame(\n#'   groupA_1 = c(1, 2, 3),\n#'   groupA_2 = c(4, 5, 6),\n#'   groupB_1 = c(7, 8, 9),\n#'   groupB_2 = c(10, 11, 12)\n#' )\n#'\n#' # Selection 1: Use custom names for columns\n#' custom_names <- c(\"Sample1\", \"Sample2\", \"Sample3\", \"Sample4\")\n#' processed_data1 <- process_heatdata(heatdata, selection = 1, custom_names = custom_names)\n#'\n#' # Selection 2: Select a given number of columns per group based on a prefix\n#' processed_data2 <- process_heatdata(heatdata, selection = 2, num_names_per_group = 1)\n#'\n#' # Selection 3: Calculate the average of columns per group based on a prefix\n#' processed_data3 <- process_heatdata(heatdata, selection = 3, prefix_length = 6)\n\nprocess_heatdata <- function(heatdata,\n                             selection = 1,\n                             custom_names = NULL,\n                             num_names_per_group = NULL,\n                             prefix_length = 4) {\n\n  if (selection == 1) {\n    # Option 1: Use custom names for columns\n    if (length(custom_names) != ncol(heatdata)) {\n      stop(\"Length of custom_names must match number of columns in heatdata\")\n    }\n    names(heatdata) <- custom_names\n  } else if (selection == 2) {\n    # Option 2: Select a given number of columns per group based on a prefix\n    group_names <- unique(substr(names(heatdata), 1, prefix_length))  # Get unique group names based on prefix\n    selected_columns <- integer(0)\n    new_names <- character(0)\n\n    for (group in group_names) {\n      group_cols <- grep(group, names(heatdata))  # Find columns for each group\n      num_selected <- min(length(group_cols), num_names_per_group)\n      selected_columns <- c(selected_columns, sample(group_cols, num_selected))\n\n      # Generate new names for selected columns\n      new_group_names <- paste(group, seq_len(num_selected), sep = \"_\")\n      new_names <- c(new_names, new_group_names)\n    }\n\n    heatdata <- heatdata[, selected_columns, drop = FALSE]  # Keep only selected columns\n    names(heatdata) <- new_names\n  } else if (selection == 3) {\n    # Option 3: Calculate the average of columns per group based on a prefix\n    group_names <- unique(substr(names(heatdata), 1, prefix_length))\n\n    # Create a list to collect mean values for each group\n    mean_list <- list()\n\n    # Calculate mean values for each group and store them in the list\n    for (group in group_names) {\n      group_cols <- grep(group, names(heatdata), value = TRUE)\n      mean_list[[paste(group, \"mean\", sep = \"_\")]] <- rowMeans(heatdata[, group_cols], na.rm = TRUE)\n    }\n\n    # Convert list to data frame and set row names\n    heatdata <- as.data.frame(do.call(cbind, mean_list))\n    rownames(heatdata) <- rownames(heatdata)\n  } else {\n    stop(\"Invalid selection parameter\")\n  }\n\n  return(heatdata)\n}\n"
  },
  {
    "path": "R/SeekGtexOrgan.R",
    "content": "#' Load and Process GTEX Phenotype Data to Retrieve Primary Site Counts\n#'\n#' This function reads the GTEX phenotype data from a specified path, renames its columns for better readability,\n#' and then returns a table of primary site counts.\n#'\n#' @param path The path to the GTEX phenotype data file. Default is \"./download_data/GTEX_phenotype\".\n#'\n#' @return A table representing the count of samples per primary site.\n#' @importFrom utils read.table\n#' @examples\n#' # Get the file path to the example data in the package\n#' path <- system.file(\"extdata\", \"GTEX_phenotype_test\", package = \"TransProR\")\n#' # Call the `seek_gtex_organ` function with the path and print the result\n#' SeekGtexOrgan <- seek_gtex_organ(path = path)\n#'\n#' @export\n\nseek_gtex_organ <- function(path = \"./download_data/GTEX_phenotype\") {\n  # Read GTEX phenotype data\n  # gtex.phe <- data.table::fread(path, header = TRUE, sep = '\\t', data.table = FALSE)\n\n  gtex.phe <- utils::read.table(path,\n                        header = TRUE,\n                        sep = '\\t',\n                        stringsAsFactors = FALSE,\n                        check.names = FALSE)\n\n  rownames(gtex.phe) <- gtex.phe$Sample\n\n  # Rename columns\n  colnames(gtex.phe) <- c(\"Sample\", \"body_site_detail (SMTSD)\", \"primary_site\", \"gender\", \"patient\", \"cohort\")\n\n  # Create table of primary sites\n  primary_site_counts <- table(gtex.phe$primary_site)\n\n  return(primary_site_counts)\n}\n\n\n"
  },
  {
    "path": "R/WilcoxonAnalyze.R",
    "content": "#' Differential Gene Expression Analysis Using Wilcoxon Rank-Sum Test\n#'\n#' This function performs differential gene expression analysis using Wilcoxon rank-sum tests.\n#' It reads tumor and normal expression data, performs TMM normalization using 'edgeR', and uses Wilcoxon rank-sum tests to identify differentially expressed genes.\n#'\n#' @importFrom tibble column_to_rownames\n#' @importFrom edgeR DGEList filterByExpr calcNormFactors cpm\n#' @importFrom dplyr mutate\n#' @importFrom stats wilcox.test p.adjust\n#' @param tumor_file Path to the tumor data file (RDS format).\n#' @param normal_file Path to the normal data file (RDS format).\n#' @param output_file Path to save the output DEG data (RDS format).\n#' @param logFC_threshold Threshold for log fold change for marking up/down-regulated genes.\n#' @param fdr_threshold Threshold for FDR for filtering significant genes.\n#' @return A data frame of differential expression results.\n#' @references\n#' Li, Y., Ge, X., Peng, F., Li, W., & Li, J. J. (2022). Exaggerated False Positives by Popular\n#' Differential Expression Methods When Analyzing Human Population Samples. Genome Biology, 23(1), 79.\n#' DOI: https://doi.org/10.1186/s13059-022-02648-4.\n#' @export\n#'\n#' @examples\n#' # Define file paths for tumor and normal data from the data folder\n#' tumor_file <- system.file(\"extdata\",\n#'                           \"removebatch_SKCM_Skin_TCGA_exp_tumor_test.rds\",\n#'                           package = \"TransProR\")\n#' normal_file <- system.file(\"extdata\",\n#'                            \"removebatch_SKCM_Skin_Normal_TCGA_GTEX_count_test.rds\",\n#'                            package = \"TransProR\")\n#' output_file <- file.path(tempdir(), \"Wilcoxon_rank_sum_testoutRst.rds\")\n#'\n#' # Run the Wilcoxon rank sum test\n#' outRst <- Wilcoxon_analyze(\n#'   tumor_file = tumor_file,\n#'   normal_file = normal_file,\n#'   output_file = output_file,\n#'   logFC_threshold = 2.5,\n#'   fdr_threshold = 0.01\n#' )\n#'\n#' # View the top 5 rows of the result\n#' head(outRst, 5)\nWilcoxon_analyze <- function(tumor_file,\n                             normal_file,\n                             output_file,\n                             logFC_threshold = 2.5,\n                             fdr_threshold = 0.05) {\n  # Read data\n  tumor <- readRDS(tumor_file)\n  normal <- readRDS(normal_file)\n\n  # Merge the datasets and set row names\n  all_count_exp <- merge(tumor, normal, by = \"row.names\")\n  all_count_exp <- tibble::column_to_rownames(all_count_exp, var = \"Row.names\")\n\n  # Define groups\n  group <- c(rep('tumor', ncol(tumor)), rep('normal', ncol(normal)))\n  group <- factor(group, levels = c(\"normal\", \"tumor\"))\n  group_table <- table(group)\n\n  message(\"Group Table:\")\n  message(paste(names(group_table), group_table, sep = \": \", collapse = \"\\n\"))\n  # Add a space after the output for separation\n  message(\" \")\n\n  # EdgeR TMM normalization\n  y <- edgeR::DGEList(counts = all_count_exp, group = group)\n  keep <- edgeR::filterByExpr(y)\n  y <- y[keep, keep.lib.sizes = FALSE]\n\n  # Perform TMM normalization and transfer to CPM (Counts Per Million)\n  y <- edgeR::calcNormFactors(y, method = \"TMM\")\n  count_norm <- edgeR::cpm(y)\n  count_norm <- as.data.frame(count_norm)\n\n  # Wilcoxon rank-sum test for each gene\n  pvalues <- sapply(1:nrow(count_norm), function(i) {\n    data <- cbind.data.frame(gene = as.numeric(t(count_norm[i, ])), group)\n    stats::wilcox.test(gene ~ group, data)$p.value\n  })\n  fdr <- stats::p.adjust(pvalues, method = \"fdr\")\n\n  # Calculate fold-change for each gene\n  conditionsLevel <- levels(group)\n  dataCon1 <- count_norm[, which(group == conditionsLevel[1])]\n  dataCon2 <- count_norm[, which(group == conditionsLevel[2])]\n  # The addition of a pseudo-count allows for robust statistical analysis of genes with low expression levels, while mitigating computational issues caused by zero expression values.\n  # It prevents the occurrence of negative infinity (-Inf) when the numerator is zero, and positive infinity (Inf) when the denominator is zero.\n  foldChanges <- log2((rowMeans(dataCon2) + 0.005) / (rowMeans(dataCon1) + 0.005))\n  #foldChanges <- log2(rowMeans(dataCon2) / rowMeans(dataCon1))\n\n  # Output results based on FDR threshold\n  outRst <- data.frame(log2foldChange = foldChanges, pValues = pvalues, FDR = fdr)\n  rownames(outRst) <- rownames(count_norm)\n  outRst <- na.omit(outRst)\n\n  # Mark up/down-regulated genes\n  k1 <- (outRst$FDR < fdr_threshold) & (outRst$log2foldChange < -logFC_threshold)\n  k2 <- (outRst$FDR < fdr_threshold) & (outRst$log2foldChange > logFC_threshold)\n  outRst <- dplyr::mutate(outRst, change = ifelse(k1, \"down\", ifelse(k2, \"up\", \"stable\")))\n\n  change_table <- table(outRst$change)\n\n  message(\"Change Table:\")\n  message(paste(names(change_table), change_table, sep = \": \", collapse = \"\\n\"))\n  # Add a space after the output for separation\n  message(\" \")\n\n  # Save results\n  saveRDS(outRst, file = output_file)\n\n  return(outRst)\n}\n"
  },
  {
    "path": "R/data.R",
    "content": "# The annotation file for the DATA in the data directory can all be commented in this file. Although LazyData: true is marked in the DESCRIPTION,\n# it ensures that the data is not read initially but is automatically read when it is actually used. This automatic process requires this part of the file to ensure it.\n\n#' All DEGs Venn Diagram Data\n#'\n#' A dataset containing the differentially expressed genes (DEGs) from four different statistical analysis methods: DESeq2, edgeR, limma, and Wilcoxon test.\n#' This dataset is used for generating Venn diagrams to compare the overlap of DEGs identified by different methods.\n#'\n#' @format A list with the following components:\n#' \\describe{\n#'   \\item{DESeq2}{A vector of gene IDs or gene symbols identified as DEGs by the DESeq2 method.}\n#'   \\item{edgeR}{A vector of gene IDs or gene symbols identified as DEGs by the edgeR method.}\n#'   \\item{limma}{A vector of gene IDs or gene symbols identified as DEGs by the limma method. }\n#'   \\item{Wilcoxon_test}{A vector of gene IDs or gene symbols identified as DEGs by the Wilcoxon test method. }\n#' }\n#'\n#' @source The data was derived from differential expression analyses performed on a gene expression dataset using four commonly used statistical methods (DESeq2, edgeR, limma, and Wilcoxon test).\n#'\n#' @usage data(all_degs_venn)\n#'\n#' @examples\n#' data(all_degs_venn)\n#' # Example of plotting a Venn diagram using the dataset\n#'\n#' edge_colors <- c(\"#1b62bb\",\"#13822e\",\"#332c3a\",\"#9e2d39\")\n#' name_color <- c(\"#1b64bb\",\"#13828e\",\"#337c3a\",\"#9e9d39\")\n#' fill_colors <- c(\"#e3f2fa\", \"#0288d1\")\n#'\n#' Contrast_degs_venn <- Contrast_Venn(all_degs_venn, edge_colors, name_color, fill_colors)\n#'\n#' @keywords datasets\n\"all_degs_venn\"\n\n\n#' Phylogenetic Tree Object\n#'\n#' A dataset containing a phylogenetic tree object created using the `ggtree` package.\n#' This tree represents the evolutionary relationships among a set of species or genes.\n#'\n#' @format A `ggtree` object.\n#'\n#' @source The phylogenetic tree was constructed based on sequence alignment data obtained from [Data Source, e.g., NCBI database, specific study, etc.].\n#'\n#' @usage data(gtree)\n#'\n#' @keywords datasets phylogenetics\n\"gtree\"\n"
  },
  {
    "path": "R/utils-pipe.R",
    "content": "#' Pipe operator\n#'\n#' See \\code{magrittr::\\link[magrittr:pipe]{\\%>\\%}} for details.\n#'\n#' @name %>%\n#' @rdname pipe\n#' @keywords internal\n#' @export\n#' @importFrom magrittr %>%\n#' @usage lhs \\%>\\% rhs\n#' @param lhs A value or the magrittr placeholder.\n#' @param rhs A function call using the magrittr semantics.\n#' @return The result of calling `rhs(lhs)`.\nNULL\n"
  },
  {
    "path": "R/zzz.R",
    "content": ".onAttach <- function(libname, pkgname) {\n  # Display ASCII art\n  ascii_art_path <- system.file(\"extdata\", \"ascii_art.txt\", package = \"TransProR\")\n  if (file.exists(ascii_art_path)) {\n    ascii_art_lines <- readLines(ascii_art_path)\n    ascii_art <- paste(ascii_art_lines, collapse = \"\\n\")\n    packageStartupMessage(ascii_art)\n  } else {\n    packageStartupMessage(\"Welcome to TransProR!\")\n  }\n}\n\n\n"
  },
  {
    "path": "README.md",
    "content": "# TransProR\n[![CRAN status](https://www.r-pkg.org/badges/version/TransProR)](https://cran.r-project.org/package=TransProR)\n\n\n<!-- badges: start -->\n\n<!-- badges: end -->\n\n<img src=\"vignettes/image/TransProR_rlogo.png\" alt=\"TransProR Logo\" width=\"210\" height=\"250\" align=\"right\">\nAnalysis and visualization of transcriptomic data are currently in progress. Future directions include multi-modal fusion, sparse learning, and the investigation of spatio-temporal effects.\n\n## Installation\n\nYou can install the development version of TransProR like so:\n\n``` r\ninstall.packages(\"devtools\")\ndevtools::install_github(\"SSSYDYSSS/TransProR\", build_vignettes = TRUE)\n\ninstall.packages(\"remotes\")\nremotes::install_github(\"SSSYDYSSS/TransProR\", build_vignettes = TRUE)\n```\n## More examples see\n\nTransProR Manual：https://sssydysss.github.io/TransProRBook/\n\n## System Requirements\n\n-   R (>= 4.3.0)\n\n## Example\n\nThis is a basic example which shows you how to solve a common problem:\n\n``` r\nlibrary(TransProR)\n## basic example code\n```\n\n## Citation\n\nIf you use TransPro in your research, please cite:\n\nDongyue Yu; Chen Li; Shuo Yan; Lujiale Guo; Jingyu Liang; Shengquan Chen*; Wenjun Bu* (2026). Comparative Evaluation of Differential Gene Selection Methods in Transcriptomics: Bias Correction and Visualization with TransPro. Manuscript in preparation.\n\n**Correspondence:**  \n\nShengquan Chen — School of Mathematical Sciences and LPMC, Nankai University, Tianjin 300071, China. \n\nWenjun Bu — Institute of Entomology, College of Life Sciences, Nankai University, Tianjin 300071, China.\n\n\n## Code of Conduct\n\nPlease note that the TransProR project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. \"\\# TransProR\"\n"
  },
  {
    "path": "TransProR.Rproj",
    "content": "Version: 1.0\n\nRestoreWorkspace: Default\nSaveWorkspace: Default\nAlwaysSaveHistory: Default\n\nEnableCodeIndexing: Yes\nUseSpacesForTab: Yes\nNumSpacesForTab: 2\nEncoding: UTF-8\n\nRnwWeave: Sweave\nLaTeX: pdfLaTeX\n\nAutoAppendNewline: Yes\nStripTrailingWhitespace: Yes\n\nBuildType: Package\nPackageUseDevtools: Yes\nPackageInstallArgs: --no-multiarch --with-keep.source\n"
  },
  {
    "path": "data-raw/MAKEDATA.R",
    "content": "# Data that the package will use, and is explorable by users:\nusethis::use_data(x) # This will create a file at data/x.Rda\n\n# Data that the package will use, and is not explorable by users, internal data:\nusethis::use_data(y, internal = TRUE) # This will create a file at R/sysdata.rda. Note, this data does not require documentation, nor does it need to be exported, it is not visible to users.\n"
  },
  {
    "path": "dev/build.R",
    "content": "# pipe\nusethis::use_pipe(export = TRUE)\n\n## code to prepare MAKEDATA.R\nusethis::use_data_raw(\"MAKEDATA\")\n\ndevtools::load_all()\n\n\ndevtools::document()\ndevtools::check()\n\n\n#BiocManager::install(\"BiocCheck\")\n#BiocCheck::BiocCheck()\n\n\n\n# Ensure that all dependencies are correctly installed, and generate the pak lock file.\npak::pak()\npak::pak(\"jokergoo/ComplexHeatmap\")# 单独安装\npak::lockfile_create()# for github action\nfile.rename(\"pkg.lock\", \".github/pkg.lock\")\n\n\n# NEWS.md\nusethis::use_news_md() #生成一个标准模板。\n\n"
  },
  {
    "path": "dev/dev.R",
    "content": "# dependency package\nusethis::use_package(\"stats\")\nusethis::use_package(\"utils\")\nusethis::use_package(\"DESeq2\")\nusethis::use_package(\"BiocGenerics\")\nusethis::use_package(\"ggplot2\")\nusethis::use_package(\"ggpubr\")\nusethis::use_package(\"tibble\")\n\n# license\nusethis::use_mit_license(\"Dongyue Yu\")\n\n# readme\nusethis::use_readme_md()\n\n# adds a Code of Conduct\nusethis::use_code_of_conduct(contact = \"yudongyue@mail.nankai.edu.cn\")\n\n# vignette\nusethis::use_vignette(\"a_example_workflow\") # optional\ndevtools::install(build_vignettes = TRUE) # optional\n\n## a website\n# Run once to configure your package to use pkgdown\nusethis::use_pkgdown() # optional\npkgdown::build_site() # optional\n\n## add git\nusethis::use_git()\nusethis::use_github()\n\n# CI\nusethis::use_github_action_check_standard()\n\n# CRAN\n# Spell check\ndevtools::spell_check()\n# Regular local tests\ndevtools::check()\n# rhub cross-platform tests\nrhub::check_for_cran()\n# Windows platform-only test\ndevtools::check_win_devel() # optional\n# rhub Windows platform-only test\nrhub::check_for_cran(\n  platform=\"windows-x86_64-devel\",\n  env_vars=c(R_COMPILE_AND_INSTALL_PACKAGES = \"always\")\n) # optional\n\n\n\n# Check before release\ndevtools::release()\n"
  },
  {
    "path": "inst/extdata/GTEX_phenotype_test",
    "content": "Sample\tbody_site_detail (SMTSD)\t_primary_site\t_gender\t_patient\t_cohort\nGTEX-1117F-0226-SM-5GZZ7\tAdipose - Subcutaneous\tAdipose Tissue\tfemale\tGTEX-1117F\tGTEX\nGTEX-1117F-0426-SM-5EGHI\tMuscle - Skeletal\tMuscle\tfemale\tGTEX-1117F\tGTEX\nGTEX-1117F-0526-SM-5EGHJ\tArtery - Tibial\tBlood Vessel\tfemale\tGTEX-1117F\tGTEX\nGTEX-1117F-0626-SM-5N9CS\tArtery - Coronary\tBlood Vessel\tfemale\tGTEX-1117F\tGTEX\nGTEX-1117F-0726-SM-5GIEN\tHeart - Atrial Appendage\tHeart\tfemale\tGTEX-1117F\tGTEX\nGTEX-1117F-1326-SM-5EGHH\tAdipose - Visceral (Omentum)\tAdipose Tissue\tfemale\tGTEX-1117F\tGTEX\nGTEX-1117F-2226-SM-5N9CH\tOvary\tOvary\tfemale\tGTEX-1117F\tGTEX\nGTEX-1117F-2426-SM-5EGGH\tUterus\tUterus\tfemale\tGTEX-1117F\tGTEX\nGTEX-1117F-2526-SM-5GZY6\tVagina\tVagina\tfemale\tGTEX-1117F\tGTEX\nGTEX-1117F-2826-SM-5GZXL\tBreast - Mammary Tissue\tBreast\tfemale\tGTEX-1117F\tGTEX\nGTEX-1117F-2926-SM-5GZYI\tSkin - Not Sun Exposed (Suprapubic)\tSkin\tfemale\tGTEX-1117F\tGTEX\nGTEX-1117F-3026-SM-5GZYU\tMinor Salivary Gland\tSalivary Gland\tfemale\tGTEX-1117F\tGTEX\nGTEX-1117F-3226-SM-5N9CT\tBrain - Cortex\tBrain\tfemale\tGTEX-1117F\tGTEX\nGTEX-111CU-0126-SM-5GZWZ\tAdrenal Gland\tAdrenal Gland\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-0226-SM-5GZXC\tThyroid\tThyroid\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-0326-SM-5GZXO\tLung\tLung\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-0426-SM-5GZY1\tSpleen\tSpleen\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-0526-SM-5EGHK\tPancreas\tPancreas\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-0626-SM-5EGHL\tEsophagus - Muscularis\tEsophagus\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-0726-SM-5GZYD\tEsophagus - Mucosa\tEsophagus\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-0826-SM-5EGIJ\tEsophagus - Gastroesophageal Junction\tEsophagus\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-0926-SM-5EGIK\tStomach\tStomach\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-1026-SM-5EGIL\tAdipose - Visceral (Omentum)\tAdipose Tissue\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-1126-SM-5EGIM\tSkin - Not Sun Exposed (Suprapubic)\tSkin\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-1226-SM-5EGIN\tColon - Sigmoid\tColon\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-1326-SM-5NQ8L\tSmall Intestine - Terminal Ileum\tSmall Intestine\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-1426-SM-5GZYP\tColon - Transverse\tColon\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-1526-SM-5N9FS\tProstate\tProstate\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-1726-SM-5EGHM\tTestis\tTestis\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-1826-SM-5GZYN\tAdipose - Subcutaneous\tAdipose Tissue\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-1926-SM-5GZYZ\tSkin - Sun Exposed (Lower leg)\tSkin\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-2026-SM-5GZZC\tMuscle - Skeletal\tMuscle\tmale\tGTEX-111CU\tGTEX\nGTEX-111CU-2226-SM-5N9G5\tNerve - Tibial\tNerve\tmale\tGTEX-111CU\tGTEX\nGTEX-111FC-0126-SM-5N9DL\tSkin - Sun Exposed (Lower leg)\tSkin\tmale\tGTEX-111FC\tGTEX\nGTEX-111FC-0226-SM-5N9B8\tAdipose - Subcutaneous\tAdipose Tissue\tmale\tGTEX-111FC\tGTEX\nGTEX-111FC-0326-SM-5GZZ1\tMuscle - Skeletal\tMuscle\tmale\tGTEX-111FC\tGTEX\nGTEX-111FC-0426-SM-5N9CV\tArtery - Tibial\tBlood Vessel\tmale\tGTEX-111FC\tGTEX\nGTEX-111FC-0526-SM-5GZZ8\tNerve - Tibial\tNerve\tmale\tGTEX-111FC\tGTEX\nGTEX-111FC-0626-SM-5N9CU\tHeart - Atrial Appendage\tHeart\tmale\tGTEX-111FC\tGTEX\nGTEX-111FC-0826-SM-5GZWO\tHeart - Left Ventricle\tHeart\tmale\tGTEX-111FC\tGTEX\nGTEX-111FC-1026-SM-5GZX1\tThyroid\tThyroid\tmale\tGTEX-111FC\tGTEX\nGTEX-111FC-1126-SM-5GZWU\tLung\tLung\tmale\tGTEX-111FC\tGTEX\nGTEX-111FC-1326-SM-5N9D9\tSpleen\tSpleen\tmale\tGTEX-111FC\tGTEX\nGTEX-111FC-1426-SM-5N9C7\tAdipose - Subcutaneous\tAdipose Tissue\tmale\tGTEX-111FC\tGTEX"
  },
  {
    "path": "inst/extdata/TCGA-SKCM.GDC_phenotype_test.tsv",
    "content": "submitter_id.samples\tage_at_initial_pathologic_diagnosis\tbatch_number\tbcr\tbcr_followup_barcode\tbcr_followup_uuid\tsubmitter_id\tbreslow_depth_value\tday_of_dcc_upload\tday_of_form_completion\tdays_to_initial_pathologic_diagnosis\tdays_to_submitted_specimen_dx\tdistant_metastasis_anatomic_site\tfile_uuid\tfollowup_case_report_form_submission_reason\thistory_of_neoadjuvant_treatment\tinformed_consent_verified\tinterferon_90_day_prior_excision_admin_indicator\tlactate_dehydrogenase_result\tlost_follow_up\tmalignant_neoplasm_mitotic_count_rate\tmelanoma_clark_level_value\tmelanoma_origin_skin_anatomic_site\tmelanoma_ulceration_indicator\tmonth_of_dcc_upload\tmonth_of_form_completion\tnew_tumor_dx_prior_submitted_specimen_dx\tother_dx\tpathologic_M\tpathologic_N\tpathologic_T\tpatient_id\tperson_neoplasm_cancer_status\tpostoperative_rx_tx\tprimary_melanoma_at_diagnosis_count\tprimary_neoplasm_melanoma_dx\tprimary_tumor_multiple_present_ind\tprior_radiation_therapy\tprior_systemic_therapy\tprior_systemic_therapy_type\tradiation_therapy\tradiation_therapy_to_primary\tsubmitted_tumor_location\tsubsequent_primary_melanoma_during_followup\tsystem_version\ttissue_prospective_collection_indicator\ttissue_retrospective_collection_indicator\ttissue_source_site\tweight\twithdrawn\tyear_of_dcc_upload\tyear_of_form_completion\tyear_of_initial_pathologic_diagnosis\tdays_to_index\tdbgap_registration_code\tdisease_code\tpathology_report_file_name\tprogram\tproject_code\tvial_number\tage_at_index.demographic\tdays_to_birth.demographic\tdays_to_death.demographic\tethnicity.demographic\tgender.demographic\trace.demographic\tvital_status.demographic\tyear_of_birth.demographic\tyear_of_death.demographic\tage_at_diagnosis.diagnoses\tclassification_of_tumor.diagnoses\tdays_to_diagnosis.diagnoses\tdays_to_last_follow_up.diagnoses\ticd_10_code.diagnoses\tlast_known_disease_status.diagnoses\tmorphology.diagnoses\tprimary_diagnosis.diagnoses\tprior_malignancy.diagnoses\tprior_treatment.diagnoses\tprogression_or_recurrence.diagnoses\tsite_of_resection_or_biopsy.diagnoses\tsynchronous_malignancy.diagnoses\ttissue_or_organ_of_origin.diagnoses\ttumor_grade.diagnoses\ttumor_stage.diagnoses\tyear_of_diagnosis.diagnoses\tdisease_type\talcohol_history.exposures\tbmi.exposures\theight.exposures\tweight.exposures\tprimary_site\tname.project\tproject_id.project\treleasable.project\tbcr_id.tissue_source_site\tcode.tissue_source_site\tname.tissue_source_site\tproject.tissue_source_site\tdays_to_collection.samples\tdays_to_sample_procurement.samples\tinitial_weight.samples\tis_ffpe.samples\toct_embedded.samples\tpreservation_method.samples\tsample_type.samples\tsample_type_id.samples\tstate.samples\ttissue_type.samples\nTCGA-D9-A4Z2-01A\t50\t262.74.0\tNationwide Children's Hospital\tTCGA-D9-A4Z2-F57868\tAB5F6B14-DAAE-4D19-B227-EC6E2D5ED0D0\tTCGA-D9-A4Z2\t25\t14\t28\t0\t7\t\t8FC5ACEA-E493-4C8D-A3AC-5A68B1B8FC26\t\tNo\tYES\t\t\tNO\t10\tIV\tNon-glabrous skin\tYES\t3\t3\tNO\tNo\tM0\tN3\tT4b\tA4Z2\tWITH TUMOR\tNO\t2\tYES\tYES\tNO\tNO\t\tNO\tNO\tPrimary Tumor\tNO\t7th\tYES\tNO\tD9\t54\tfalse\t2017\t2014\t2012\t0\t\tSKCM\tTCGA-D9-A4Z2.FEA752ED-7670-4D44-8402-009CF8356C44.pdf\t\tTCGA\tA\t50.0\t-18462.0\t190.0\tnot hispanic or latino\tmale\twhite\tDead\t1962.0\t\t18462.0\tnot reported\t0.0\t93.0\tC44.5\tnot reported\t8721/3\tNodular melanoma\tno\tNo\tnot reported\tSkin of trunk\tNo\tSkin, NOS\tnot reported\tstage iiic\t2012.0\tNevi and Melanomas\tNot Reported\t20.07733491969066\t164.0\t54.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tD9\tGreater Poland Cancer Center\tSkin Cutaneous Melanoma\t66.0\t\t160.0\tFalse\tfalse\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-ER-A2NH-06A\t49\t180.87.0\tNationwide Children's Hospital\tTCGA-ER-A2NH-F69370\tCF52E6AD-959C-446F-B88F-E7E73B83E405\tTCGA-ER-A2NH\t4\t14\t7\t0\t618\t\t7E2595AA-7EF7-4E83-AC3C-44179A594F47\t\tNo\tYES\t\t\tNO\t1\tIV\tNon-glabrous skin\tNO\t3\t1\t\tNo\tM0\tN3\tT3a\tA2NH\tWITH TUMOR\tNO\t\tYES\tNO\tNO\tNO\t\tNO\tNO\tRegional Lymph Node\t\t6th\tYES\tNO\tER\t\tfalse\t2017\t2015\t2009\t0\t\tSKCM\tTCGA-ER-A2NH.875D53B1-DFAE-4DA3-84B0-70B14B280EA1.pdf\t\tTCGA\tA\t49.0\t-18220.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1960.0\t\t18220.0\tnot reported\t0.0\t1264.0\tC77.3\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph nodes of axilla or arm\tNo\tSkin, NOS\tnot reported\tstage iiic\t2009.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tER\tUniversity of Pittsburgh\tSkin Cutaneous Melanoma\t744.0\t\t\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-BF-A5EO-01A\t65\t291.69.0\tNationwide Children's Hospital\tTCGA-BF-A5EO-F68880\t9993CEA1-92A4-48E7-904E-542F5079A3C6\tTCGA-BF-A5EO\t8\t14\t23\t0\t0\t\t480492D8-82C9-4211-8D4B-FBBAB0A8459B\t\tNo\tYES\t\t\tNO\t\tIII\tNon-glabrous skin\tYES\t3\t12\t\tNo\tM0\tN0\tT4b\tA5EO\tTUMOR FREE\tNO\t1\tYES\tNO\tNO\tNO\t\tNO\tNO\tPrimary Tumor\t\t7th\tYES\tNO\tBF\t110\tfalse\t2017\t2014\t2012\t0\t\tSKCM\tTCGA-BF-A5EO.FD5F5903-7586-4388-970A-36FBE8AE473D.pdf\t\tTCGA\tA\t65.0\t-23940.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1947.0\t\t23940.0\tnot reported\t0.0\t703.0\tC44.5\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tSkin of trunk\tNo\tSkin, NOS\tnot reported\tstage iic\t2012.0\tNevi and Melanomas\tNot Reported\t33.20854969206617\t182.0\t110.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tBF\tCureline\tSkin Cutaneous Melanoma\t134.0\t\t14.0\tFalse\ttrue\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-D9-A6EA-06A\t70\t316.66.0\tNationwide Children's Hospital\tTCGA-D9-A6EA-F57860\tC0168BC0-E336-4944-86D9-C332EA962EC0\tTCGA-D9-A6EA\t6\t14\t28\t0\t422\t\tA6210DB2-5211-43B3-9FB8-177784EAC4B2\t\tNo\tYES\t\tNormal\tNO\t\tIV\tNon-glabrous skin\tNO\t3\t3\t\tNo\tM0\tN3\tT4a\tA6EA\tTUMOR FREE\tNO\t1\tYES\tNO\tNO\tNO\t\tNO\tNO\t\tNO\t7th\tYES\tNO\tD9\t58\tfalse\t2017\t2014\t2012\t0\t000178\tSKCM\tTCGA-D9-A6EA.78D2592F-845C-4A33-AC8B-48C109E4D50B.pdf\tTCGA\tTCGA\tA\t70.0\t-25582.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1942.0\t\t25582.0\tnot reported\t0.0\t766.0\tC77.3\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph nodes of axilla or arm\tNo\tSkin, NOS\tnot reported\tstage iiic\t2012.0\tNevi and Melanomas\tNot Reported\t21.048047612135285\t166.0\t58.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tD9\tGreater Poland Cancer Center\tSkin Cutaneous Melanoma\t478.0\t\t270.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-D9-A4Z3-01A\t73\t277.76.0\tNationwide Children's Hospital\tTCGA-D9-A4Z3-F58483\t54923FD3-981A-4649-BEDD-860A06350154\tTCGA-D9-A4Z3\t75\t14\t11\t0\t0\t\tACF6C126-DFBA-431C-B768-7C5F0CD7E36E\t\tNo\tYES\t\t\tNO\t10\tV\tNon-glabrous skin\tYES\t3\t4\t\tNo\tM0\tN1b\tT4b\tA4Z3\tTUMOR FREE\tNO\t1\tYES\tNO\tNO\tNO\t\tNO\tNO\tPrimary Tumor\tNO\t7th\tYES\tNO\tD9\t70\tfalse\t2017\t2014\t2012\t0\t\tSKCM\tTCGA-D9-A4Z3.9B96B7FD-D3BA-42C8-A0C6-1C93C48F4BB2.pdf\t\tTCGA\tA\t73.0\t-26812.0\t\tnot hispanic or latino\tfemale\twhite\tAlive\t1939.0\t\t26812.0\tnot reported\t0.0\t505.0\tC44.6\tnot reported\t8721/3\tNodular melanoma\tno\tNo\tnot reported\tSkin of upper limb and shoulder\tNo\tSkin, NOS\tnot reported\tstage iiic\t2012.0\tNevi and Melanomas\tNot Reported\t24.22145328719723\t170.0\t70.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tD9\tGreater Poland Cancer Center\tSkin Cutaneous Melanoma\t16.0\t\t170.0\tFalse\tfalse\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-GN-A26A-06A\t63\t180.87.0\tNationwide Children's Hospital\t\t\tTCGA-GN-A26A\t2.3\t14\t\t0\t618\t\t0663AA03-5F7F-4537-B1A3-E5576F7A327A\t\tNo\tYES\t\t\t\t11\tIV\tNon-glabrous skin\tNO\t3\t\tNO\tNo\tM0\tN1a\tT3a\tA26A\t\t\t1\tYES\tNO\tNO\tNO\t\t\tNO\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\t\t6th\tNO\tYES\tGN\t66\tfalse\t2017\t\t2006\t0\t\tSKCM\tTCGA-GN-A26A.5F794422-0A58-4224-8108-E0E4DE11D4C6.pdf\t\tTCGA\tA\t63.0\t-23288.0\t988.0\tnot hispanic or latino\tfemale\twhite\tDead\t1943.0\t2008.0\t23288.0\tnot reported\t0.0\t\tC44.5\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tSkin of trunk\tNo\tSkin, NOS\tnot reported\tstage iiia\t2006.0\tNevi and Melanomas\tNot Reported\t24.242424242424242\t165.0\t66.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tGN\tRoswell\tSkin Cutaneous Melanoma\t1766.0\t\t270.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-D3-A3BZ-06A\t63\t180.87.0\tNationwide Children's Hospital\tTCGA-D3-A3BZ-F45520\tE3E4F520-07D7-42C1-B74D-A30F7A4708DE\tTCGA-D3-A3BZ\t4.6\t14\t16\t0\t488\t\tBF045C42-5822-46B0-B7C4-4441E5472CFB\t\tNo\tYES\t\t\tNO\t1\tV\tNon-glabrous skin\tNO\t3\t7\tNO\tNo\tM0\tN0\tT4a\tA3BZ\tTUMOR FREE\tNO\t\tYES\tNO\tNO\tNO\t\tYES\tNO\tRegional Lymph Node\tNO\t7th\tNO\tYES\tD3\t99\tfalse\t2017\t2013\t2002\t0\t\tSKCM\tTCGA-D3-A3BZ.968FCFF6-6D7A-48F2-BC66-F9F7E61B095D.pdf\t\tTCGA\tA\t63.0\t-23286.0\t\thispanic or latino\tmale\twhite\tAlive\t1939.0\t\t23286.0\tnot reported\t0.0\t3976.0\tC77.0\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph nodes of head, face and neck\tNo\tSkin, NOS\tnot reported\tstage iib\t2002.0\tNevi and Melanomas\tNot Reported\t34.2560553633218\t170.0\t99.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tD3\tMD Anderson\tSkin Cutaneous Melanoma\t3332.0\t\t80.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-D3-A51G-06A\t\t277.76.0\tNationwide Children's Hospital\tTCGA-D3-A51G-F60911\t390FFB4F-D2AB-4D2A-B42D-883652921A7F\tTCGA-D3-A51G\t0\t14\t18\t\t\t\t50E32A14-9C29-4994-AC7E-2BA337500C31\t\tNo\tYES\t\t\tNO\t\tI\tNon-glabrous skin\t\t3\t6\tYES\tYes\tM0\tN0\tTis\tA51G\tTUMOR FREE\tYES\t\tYES\tNO\tNO\tNO\t\tNO\tNO\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\tNO\t7th\tNO\tYES\tD3\t112\tfalse\t2017\t2014\t1990\t\t\tSKCM\tTCGA-D3-A51G.27A8D7FA-6317-4B5E-9CE6-D65790474BDF.pdf\t\tTCGA\tA\t\t\t\tnot hispanic or latino\tmale\twhite\tAlive\t\t\t\tnot reported\t\t\tC49.2\tnot reported\t8720/3\tMalignant melanoma, NOS\tyes\tNo\tnot reported\tConnective, subcutaneous and other soft tissues of lower limb and hip\tNot Reported\tSkin, NOS\tnot reported\tstage 0\t1990.0\tNevi and Melanomas\tNot Reported\t31.024930747922436\t190.0\t112.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tD3\tMD Anderson\tSkin Cutaneous Melanoma\t\t\t70.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-EE-A29R-06A\t48\t180.87.0\tNationwide Children's Hospital\tTCGA-EE-A29R-F59763\t3DAB4A16-5952-460C-9B59-DC23C644B2C4\tTCGA-EE-A29R\t3.5\t14\t20\t0\t171\t\tF3442500-209D-45C7-997C-187B53CE576A\t\tNo\tYES\t\t\tYES\t6\tV\tNon-glabrous skin\tYES\t3\t5\tNO\tNo\tM0\tN1b\tT3b\tA29R\t\t\t\tYES\tNO\tNO\tNO\t\t\tNO\tRegional Lymph Node\t\t7th\tYES\tNO\tEE\t\tfalse\t2017\t2014\t2010\t0\t\tSKCM\tTCGA-EE-A29R.8DEEF9EA-3585-4047-A2BD-E7AB4DD1306F.pdf\t\tTCGA\tA\t48.0\t-17857.0\t\tnot hispanic or latino\tfemale\twhite\tAlive\t1962.0\t\t17857.0\tnot reported\t0.0\t440.0\tC49.0\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph nodes of head, face and neck\tNo\tSkin, NOS\tnot reported\tstage iiic\t2010.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEE\tUniversity of Sydney\tSkin Cutaneous Melanoma\t359.0\t\t520.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-D3-A2JE-06A\t75\t388.48.0\tNationwide Children's Hospital\t\t\tTCGA-D3-A2JE\t\t14\t\t0\t140\t\tB1B3D3F4-4A48-4614-8D98-DBA8B33C14EA\t\tNo\tYES\t\t\t\t\t\tNon-glabrous skin\t\t3\t\tNO\tYes\tM0\tN3\tTX\tA2JE\t\t\t\tYES\tNO\tNO\tNO\t\t\tNO\tRegional Lymph Node\t\t6th\tNO\tYES\tD3\t81\tfalse\t2017\t\t2009\t0\t\tSKCM\tTCGA-D3-A2JE.B07C0D10-3397-4F61-A119-F1D7CDB9E792.pdf\t\tTCGA\tA\t75.0\t-27604.0\t841.0\tnot hispanic or latino\tfemale\twhite\tDead\t1934.0\t2011.0\t27604.0\tnot reported\t0.0\t\tC77.3\tnot reported\t8720/3\tMalignant melanoma, NOS\tyes\tNo\tnot reported\tLymph nodes of axilla or arm\tNot Reported\tSkin, NOS\tnot reported\tstage iiic\t2009.0\tNevi and Melanomas\tNot Reported\t31.640625\t160.0\t81.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tD3\tMD Anderson\tSkin Cutaneous Melanoma\t890.0\t\t170.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-W3-AA1V-06B\t63\t416.38.0\tNationwide Children's Hospital\t\t\tTCGA-W3-AA1V\t1.3\t14\t\t0\t946\t\t4769724A-5993-4103-B31E-EDB352D182B4\t\tNo\tYES\t\t\t\t\tIV\tNon-glabrous skin\tNO\t3\t\tNO\tNo\tM0\tN0\tT3\tAA1V\t\t\t\tYES\tNO\tNO\tNO\t\t\tNO\tRegional Lymph Node\t\t4th\tNO\tYES\tW3\t91\tfalse\t2017\t\t1994\t0\t\tSKCM\tTCGA-W3-AA1V.11DF82C1-C746-4D00-9119-1FEBE3FBC0A2.pdf\t\tTCGA\tB\t63.0\t-23314.0\t1280.0\tnot hispanic or latino\tmale\twhite\tDead\t1931.0\t1997.0\t23314.0\tnot reported\t0.0\t\tC77.3\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph nodes of axilla or arm\tNo\tSkin, NOS\tnot reported\tstage ii\t1994.0\tNevi and Melanomas\tNot Reported\t28.086419753086417\t180.0\t91.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tW3\t John Wayne Cancer Center\tSkin Cutaneous Melanoma\t7097.0\t\t60.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-DA-A1IA-06A\t32\t180.87.0\tNationwide Children's Hospital\tTCGA-DA-A1IA-F70089\tFC51240A-2001-4FE9-97CF-CD55C0B430B7\tTCGA-DA-A1IA\t1.3\t14\t27\t0\t1855\tbrain\t4E62D848-9309-4819-8DF7-8DF15CCD865D\t\tNo\tYES\t\t\tNO\t\tIV\tNon-glabrous skin\tNO\t3\t1\t\tNo\tM0\tN1b\tT2a\tA1IA\tWITH TUMOR\tNO\t1\tYES\tNO\tNO\tNO\t\tNO\tNO\tDistant Metastasis\tNO\t6th\tNO\tYES\tDA\t\tfalse\t2017\t2015\t2005\t0\t\tSKCM\tTCGA-DA-A1IA.A8C5B4DF-C8BD-43FF-9613-04942F68DCAB.pdf\t\tTCGA\tA\t32.0\t-11744.0\t2005.0\tnot hispanic or latino\tfemale\twhite\tDead\t1973.0\t\t11744.0\tnot reported\t0.0\t1887.0\tC71.1\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tFrontal lobe\tNo\tSkin, NOS\tnot reported\tstage iiib\t2005.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tDA\tYale\tSkin Cutaneous Melanoma\t2074.0\t\t280.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-EE-A29T-06A\t51\t180.87.0\tNationwide Children's Hospital\tTCGA-EE-A29T-F55117\t96B388B2-BFA4-4033-BA80-177C7061EC5D\tTCGA-EE-A29T\t\t14\t29\t0\t10326\t\t43BA748D-707E-4752-BBFD-527E41F9BDBD\t\tNo\tYES\t\t\tNO\t\t\tNon-glabrous skin\t\t3\t12\tYES\tNo\tM0\tNX\tTX\tA29T\tTUMOR FREE\tNO\t\tYES\tNO\tNO\tNO\t\tNO\tNO\tRegional Lymph Node\tNO\t1st\tNO\tYES\tEE\t\tfalse\t2017\t2013\t1982\t0\t\tSKCM\tTCGA-EE-A29T.4F109FA0-76B1-46AA-B90C-AB1CA81C387B.pdf\t\tTCGA\tA\t51.0\t-18779.0\t\tnot hispanic or latino\tfemale\twhite\tAlive\t1931.0\t\t18779.0\tnot reported\t0.0\t11252.0\tC77.9\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph node, NOS\tNo\tSkin, NOS\tnot reported\tnot reported\t1982.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEE\tUniversity of Sydney\tSkin Cutaneous Melanoma\t10559.0\t\t200.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-EB-A3XB-01A\t63\t240.79.0\tNationwide Children's Hospital\tTCGA-EB-A3XB-F41213\t6592ABBE-555B-4782-92AD-AFE3D1F8EB3F\tTCGA-EB-A3XB\t\t14\t13\t0\t0\t\tDE01D624-A389-4BD4-BD6D-CE09E2DD1902\t\tNo\tYES\t\t\tNO\t\tIV\tNon-glabrous skin\t\t3\t3\t\tNo\tM0\tNX\tT4\tA3XB\tTUMOR FREE\tNO\t\tYES\t\tNO\tNO\t\tNO\tNO\tPrimary Tumor\tNO\t7th\tYES\tNO\tEB\t80\tfalse\t2017\t2013\t2011\t0\t\tSKCM\tTCGA-EB-A3XB.73D45CD8-5E91-4A51-B3E2-BE6B071F1A04.pdf\t\tTCGA\tA\t63.0\t-23091.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1948.0\t\t23091.0\tnot reported\t0.0\t796.0\tC44.9\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tSkin, NOS\tNo\tSkin, NOS\tnot reported\tstage ii\t2011.0\tNevi and Melanomas\tNot Reported\t29.7441998810232\t164.0\t80.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEB\tAsterand\tSkin Cutaneous Melanoma\t225.0\t\t540.0\tFalse\ttrue\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-FS-A1ZQ-06A\t31\t180.87.0\tNationwide Children's Hospital\t\t\tTCGA-FS-A1ZQ\t\t14\t\t0\t3799\tlung\t81048A54-134D-47F8-8C6B-DC9E5F390BF7\t\tNo\tYES\t\t\t\t\t\tNon-glabrous skin\t\t3\t\t\tNo\tM0\tN0\tTX\tA1ZQ\t\t\t1\tYES\tNO\tNO\tNO\t\t\tYES\tDistant Metastasis\t\t6th\tNO\tYES\tFS\t\tfalse\t2017\t\t1997\t0\t\tSKCM\tTCGA-FS-A1ZQ.A1E704CD-0D4D-4CCC-82B2-19289EEE84EB.pdf\t\tTCGA\tA\t31.0\t-11599.0\t4062.0\tnot hispanic or latino\tmale\twhite\tDead\t1966.0\t2008.0\t11599.0\tnot reported\t0.0\t\tC34.9\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLung, NOS\tNo\tSkin, NOS\tnot reported\ti/ii nos\t1997.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tFS\tEssen\tSkin Cutaneous Melanoma\t4897.0\t\t300.0\tFalse\tfalse\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-EB-A85I-01A\t66\t358.51.0\tNationwide Children's Hospital\tTCGA-EB-A85I-F61877\t74E78246-6218-4314-B8A7-AF5043FB42EA\tTCGA-EB-A85I\t10\t14\t9\t0\t0\t\t1CD3B59D-00C1-4EE5-AD71-A8DCD1D3D6E0\t\tNo\tYES\t\t\tNO\t\t\tNon-glabrous skin\tYES\t3\t7\t\tNo\tM0\tN0\tT4b\tA85I\tTUMOR FREE\tNO\t1\tYES\t\tNO\tNO\t\tNO\tNO\tPrimary Tumor\tNO\t7th\tYES\tNO\tEB\t82\tfalse\t2017\t2014\t2013\t0\t\tSKCM\tTCGA-EB-A85I.D35BCE2A-8132-4CAA-8E22-559B68BDAF07.pdf\t\tTCGA\tA\t66.0\t-24408.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1947.0\t\t24408.0\tnot reported\t0.0\t362.0\tC44.7\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tSkin of lower limb and hip\tNo\tSkin, NOS\tnot reported\tstage iic\t2013.0\tNevi and Melanomas\tNot Reported\t28.37370242214533\t170.0\t82.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEB\tAsterand\tSkin Cutaneous Melanoma\t135.0\t\t370.0\tFalse\ttrue\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-D3-A5GO-06A\t61\t291.69.0\tNationwide Children's Hospital\tTCGA-D3-A5GO-F60915\t9ED5547B-C48F-402B-8211-A8D16CD11034\tTCGA-D3-A5GO\t4.3\t14\t18\t0\t2739\tSoft tissue of right upper arm\t88AAC1C5-A560-46F0-8A25-A7FE85F4B55B\t\tNo\tYES\t\t\tYES\t\tV\tNon-glabrous skin\t\t3\t6\tYES\tNo\tM0\tN0\tT4\tA5GO\t\t\t\tYES\tNO\tNO\tNO\t\t\tNO\tDistant Metastasis\t\t7th\tNO\tYES\tD3\t83\tfalse\t2017\t2014\t2001\t0\t\tSKCM\tTCGA-D3-A5GO.FFFA2FD5-C008-4583-99C9-EE71B0F21F07.pdf\t\tTCGA\tA\t61.0\t-22287.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1940.0\t\t22287.0\tnot reported\t0.0\t4195.0\tC44.6\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tSkin of upper limb and shoulder\tNo\tSkin, NOS\tnot reported\tstage ii\t2001.0\tNevi and Melanomas\tNot Reported\t29.060607121599382\t169.0\t83.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tD3\tMD Anderson\tSkin Cutaneous Melanoma\t4259.0\t\t50.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-FR-A728-01A\t54\t332.57.0\tNationwide Children's Hospital\tTCGA-FR-A728-F66624\tF878CF96-2289-4593-8E4A-5741242A96AB\tTCGA-FR-A728\t12.00\t14\t21\t0\t16\t\t8AA7655C-0D37-407F-96F0-DE8112D92BDA\t\tNo\tYES\t\t\tNO\t6\tIV\tNon-glabrous skin\tYES\t3\t10\tNO\tNo\tM0\tN2a\tT4b\tA728\tTUMOR FREE\tYES\t\tYES\tNO\tNO\tNO\t\tNO\tNO\tPrimary Tumor\tNO\t7th\tYES\tNO\tFR\t87\tfalse\t2017\t2014\t2013\t0\t\tSKCM\tTCGA-FR-A728.F3C14D17-8681-4925-BDC5-CFE56F68342E.pdf\t\tTCGA\tA\t54.0\t-19936.0\t\tnot hispanic or latino\tfemale\twhite\tAlive\t1959.0\t\t19936.0\tnot reported\t0.0\t583.0\tC44.6\tnot reported\t8743/3\tSuperficial spreading melanoma\tno\tNo\tnot reported\tSkin of upper limb and shoulder\tNo\tSkin, NOS\tnot reported\tstage iiib\t2013.0\tNevi and Melanomas\tNot Reported\t31.955922865013772\t165.0\t87.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tFR\tUniversity of North Carolina\tSkin Cutaneous Melanoma\t136.0\t\t170.0\tFalse\tfalse\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-EB-A85J-01A\t66\t358.51.0\tNationwide Children's Hospital\tTCGA-EB-A85J-F61878\tED3B4C1F-767C-45E0-8E9B-C36248D3EDD4\tTCGA-EB-A85J\t5.5\t14\t9\t0\t0\t\t52641746-173A-4430-BC34-D858B64E1915\t\tNo\tYES\t\t\tNO\t\t\tNon-glabrous skin\tNO\t3\t7\t\tNo\tM0\tN0\tT4a\tA85J\tTUMOR FREE\tYES\t1\tYES\t\tNO\tNO\t\tNO\tNO\tPrimary Tumor\tNO\t7th\tYES\tNO\tEB\t128\tfalse\t2017\t2014\t2013\t0\t\tSKCM\tTCGA-EB-A85J.AD298262-1D6D-4023-9DBA-A38A8ED1E3EB.pdf\t\tTCGA\tA\t66.0\t-24263.0\t\tnot hispanic or latino\tfemale\twhite\tAlive\t1947.0\t\t24263.0\tnot reported\t0.0\t360.0\tC44.7\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tSkin of lower limb and hip\tNo\tSkin, NOS\tnot reported\tstage iib\t2013.0\tNevi and Melanomas\tNot Reported\t46.45086369574684\t166.0\t128.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEB\tAsterand\tSkin Cutaneous Melanoma\t133.0\t\t220.0\tFalse\ttrue\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-D3-A2JA-06A\t68\t180.87.0\tNationwide Children's Hospital\tTCGA-D3-A2JA-F40740\t1504323B-9883-4CF4-B02D-E44197CB64BA\tTCGA-D3-A2JA\t1.2\t14\t7\t0\t822\t\t4386D921-85F8-4A4F-8674-08FBE0C798BE\t\tNo\tYES\t\t\tNO\t0\tIII\tNon-glabrous skin\tNO\t3\t3\tYES\tNo\tM0\tN1a\tT2a\tA2JA\tTUMOR FREE\tNO\t\tYES\tNO\tNO\tNO\t\tNO\tYES\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\tNO\t7th\tNO\tYES\tD3\t113\tfalse\t2017\t2013\t2003\t0\t\tSKCM\tTCGA-D3-A2JA.75ADE88D-F7C8-4450-8B93-5706A25A13EA.pdf\t\tTCGA\tA\t68.0\t-25085.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1935.0\t\t25085.0\tnot reported\t0.0\t3514.0\tC49.6\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tConnective, subcutaneous and other soft tissues of trunk, NOS\tNo\tSkin, NOS\tnot reported\tstage iiia\t2003.0\tNevi and Melanomas\tNot Reported\t36.89795918367347\t175.0\t113.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tD3\tMD Anderson\tSkin Cutaneous Melanoma\t2945.0\t\t80.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-YG-AA3O-06A\t62\t393.46.0\tNationwide Children's Hospital\tTCGA-YG-AA3O-F67869\t48BA783C-56D0-4AAB-9F7F-16184D748565\tTCGA-YG-AA3O\t\t14\t13\t0\t908\t\t61B97687-4FB4-4631-BED7-D5F5F8E97B0E\t\tNo\tYES\t\t\tNO\t\t\tNon-glabrous skin\t\t3\t11\t\tNo\t\t\t\tAA3O\tWITH TUMOR\tYES\t\tYES\tNO\tNO\tNO\t\tNO\tNO\tRegional Lymph Node\tYES\t\tYES\tNO\tYG\t92\tfalse\t2017\t2014\t2011\t0\t\tSKCM\tTCGA-YG-AA3O.4C358082-E41F-491D-8F0D-39B2B698995A.pdf\t\tTCGA\tA\t62.0\t-22999.0\t1154.0\thispanic or latino\tmale\tnot reported\tDead\t1949.0\t\t22999.0\tnot reported\t0.0\t1096.0\tC77.3\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph nodes of axilla or arm\tNo\tSkin, NOS\tnot reported\tnot reported\t2011.0\tNevi and Melanomas\tNot Reported\t30.73941661933242\t173.0\t92.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tYG\tUniversity of Puerto Rico\tSkin Cutaneous Melanoma\t956.0\t\t170.0\tFalse\tfalse\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-EE-A3AB-06A\t30\t180.87.0\tNationwide Children's Hospital\tTCGA-EE-A3AB-F59751\t1FD5BD7A-75C7-4FFD-BB97-36E6A641D315\tTCGA-EE-A3AB\t\t14\t20\t0\t0\t\t46D5759D-A919-4E67-AC58-A0C09E5E0F58\t\tNo\tYES\t\t\tYES\t\t\tNon-glabrous skin\t\t3\t5\t\tNo\tM0\tN2a\tT0\tA3AB\t\t\t\tNO\t\tNO\tNO\t\t\t\tRegional Lymph Node\t\t5th\tNO\tYES\tEE\t\tfalse\t2017\t2014\t2001\t0\t\tSKCM\tTCGA-EE-A3AB.0782D02E-4CD6-4031-B62B-41E1C408E4BC.pdf\t\tTCGA\tA\t30.0\t-11054.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1971.0\t\t11054.0\tnot reported\t0.0\t3733.0\tC77.3\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph nodes of axilla or arm\tNo\tSkin, NOS\tnot reported\tstage iii\t2001.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEE\tUniversity of Sydney\tSkin Cutaneous Melanoma\t3725.0\t\t160.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-D3-A1QB-06A\t75\t180.87.0\tNationwide Children's Hospital\tTCGA-D3-A1QB-F45519\tDC07AAD2-679E-4F92-BD3B-282B3DAAB030\tTCGA-D3-A1QB\t\t14\t16\t0\t441\t\tFFF48EB4-5011-44D6-A958-C98ACFD2CBB2\t\tNo\tYES\t\t\tNO\t\t\tNon-glabrous skin\t\t3\t7\tYES\tNo\tM0\tN2c\tT0\tA1QB\tTUMOR FREE\tNO\t\tNO\t\tNO\tNO\t\tNO\t\tRegional Lymph Node\tNO\t7th\tNO\tYES\tD3\t86\tfalse\t2017\t2013\t2005\t0\t\tSKCM\tTCGA-D3-A1QB.EA89AFF8-7133-4B7F-89E4-9AF1901C300D.pdf\t\tTCGA\tA\t75.0\t-27566.0\t\tnot hispanic or latino\tfemale\twhite\tAlive\t1930.0\t\t27566.0\tnot reported\t0.0\t2912.0\tC77.9\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph node, NOS\tNo\tSkin, NOS\tnot reported\tstage iii\t2005.0\tNevi and Melanomas\tNot Reported\t39.79823221805729\t147.0\t86.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tD3\tMD Anderson\tSkin Cutaneous Melanoma\t2135.0\t\t100.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-GN-A4U9-06A\t71\t332.57.0\tNationwide Children's Hospital\tTCGA-GN-A4U9-F61269\t26A50AA3-CD8D-4044-A0D5-52F338BCFA50\tTCGA-GN-A4U9\t1.7\t14\t26\t0\t60\t\tEE40F343-4E34-4182-940F-320CDB780B4B\t\tNo\tYES\t\t\tNO\t5\tIV\tNon-glabrous skin\tYES\t3\t6\tNO\tNo\tM0\tN3\tT2b\tA4U9\tWITH TUMOR\tYES\t1\tYES\tNO\tNO\tNO\t\tNO\tNO\tRegional Lymph Node\tNO\t7th\tNO\tYES\tGN\t104\tfalse\t2017\t2014\t2012\t0\t\tSKCM\tTCGA-GN-A4U9.13096A76-D4DF-412C-B713-B2BB538B23DA.pdf\t\tTCGA\tA\t71.0\t-26118.0\t673.0\tnot hispanic or latino\tmale\twhite\tDead\t1941.0\t\t26118.0\tnot reported\t0.0\t384.0\tC77.4\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph nodes of inguinal region or leg\tNo\tSkin, NOS\tnot reported\tstage iiic\t2012.0\tNevi and Melanomas\tNot Reported\t33.574380165289256\t176.0\t104.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tGN\tRoswell\tSkin Cutaneous Melanoma\t167.0\t\t170.0\tFalse\tfalse\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-ER-A3ET-06A\t64\t198.83.0\tNationwide Children's Hospital\tTCGA-ER-A3ET-F69372\tBCB8141F-EE7F-4047-993A-32F4D2F80315\tTCGA-ER-A3ET\t3.55\t14\t7\t0\t2243\t\tBA70B15C-01ED-448D-9EED-CBAAE4A7C9B3\t\tNo\tYES\t\t\tNO\t\tIV\tNon-glabrous skin\t\t3\t1\tNO\tNo\tM0\tN1a\tT3a\tA3ET\tWITH TUMOR\tNO\t\tYES\tNO\tNO\tNO\t\tYES\tNO\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\t\t6th\tYES\tNO\tER\t\tfalse\t2017\t2015\t2005\t0\t\tSKCM\tTCGA-ER-A3ET.49CF1653-1EE3-4C4C-B79D-1DEC59490210.pdf\t\tTCGA\tA\t64.0\t-23650.0\t2829.0\tnot hispanic or latino\tfemale\twhite\tDead\t1941.0\t\t23650.0\tnot reported\t0.0\t2443.0\tC49.9\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tConnective, subcutaneous and other soft tissues, NOS\tNo\tSkin, NOS\tnot reported\tstage iiia\t2005.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tER\tUniversity of Pittsburgh\tSkin Cutaneous Melanoma\t2362.0\t\t150.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-HR-A5NC-01A\t90\t291.69.0\tNationwide Children's Hospital\tTCGA-HR-A5NC-F70729\tFD13F733-A6FD-4F02-AB1C-A67967D369F2\tTCGA-HR-A5NC\t8\t14\t2\t0\t0\t\tC9C15001-C075-4639-8E67-5C7BBBE2FE1C\t\tNo\tYES\t\t\tYES\t\tV\tNon-glabrous skin\t\t3\t3\tNO\tNo\tM0\tNX\tT4\tA5NC\t\t\t1\tYES\tNO\tNO\tNO\t\t\tNO\tPrimary Tumor\t\t6th\tNO\tYES\tHR\t\tfalse\t2017\t2015\t\t\t\tSKCM\tTCGA-HR-A5NC.B8892054-09BB-4E2F-90FC-E84EBA310C7D.pdf\t\tTCGA\tA\t90.0\t-32872.0\t\tnot reported\tfemale\tnot reported\tAlive\t\t\t32872.0\tnot reported\t0.0\t0.0\tC44.5\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tSkin of trunk\tNo\tSkin, NOS\tnot reported\tnot reported\t\tNevi and Melanomas\tNot Reported\t\t152.0\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tHR\tOntario Institute for Cancer Research (OICR)\tSkin Cutaneous Melanoma\t\t\t150.0\tFalse\tfalse\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-FR-A729-06A\t38\t358.51.0\tNationwide Children's Hospital\tTCGA-FR-A729-F66634\tA152F2A2-94BF-461A-9985-B6DFD58F7CAF\tTCGA-FR-A729\t0.25\t14\t21\t0\t6186\t\t8AEF3E1F-D069-4289-9823-DC1B39D14BDD\t\tNo\tYES\t\t\tNO\t\tII\t\tNO\t3\t10\t\tNo\tM0\tN0\tT1\tA729\tWITH TUMOR\tYES\t\tYES\tNO\tNO\tNO\t\tNO\tNO\tRegional Lymph Node\tNO\t4th\tYES\tNO\tFR\t83\tfalse\t2017\t2014\t1996\t0\t\tSKCM\tTCGA-FR-A729.E1B37296-5114-47F3-A48E-2046B7939823.pdf\t\tTCGA\tA\t38.0\t-14043.0\t\tnot hispanic or latino\tfemale\twhite\tAlive\t1958.0\t\t14043.0\tnot reported\t0.0\t6716.0\tC77.4\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph nodes of inguinal region or leg\tNo\tSkin, NOS\tnot reported\tstage i\t1996.0\tNevi and Melanomas\tNot Reported\t27.414453692693883\t174.0\t83.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tFR\tUniversity of North Carolina\tSkin Cutaneous Melanoma\t6307.0\t\t400.0\tFalse\tfalse\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-BF-A1PZ-01A\t71\t180.87.0\tNationwide Children's Hospital\tTCGA-BF-A1PZ-F68909\t4B1D5ACA-C24D-4E0A-A8A9-A843108AE1CD\tTCGA-BF-A1PZ\t8\t14\t23\t0\t0\t\tDB0F34CD-3594-4DE7-9F20-D6BE76122271\t\tNo\tYES\t\t\tNO\t\tIII\tNon-glabrous skin\tNO\t3\t12\t\tNo\tM0\tN0\tT4a\tA1PZ\tTUMOR FREE\tNO\t1\tYES\tNO\tNO\tNO\t\tNO\tNO\tPrimary Tumor\t\t7th\tYES\tNO\tBF\t56\tfalse\t2017\t2014\t2010\t0\t\tSKCM\tTCGA-BF-A1PZ.1FAA6F42-BEE4-47B5-9D6A-87D310719766.pdf\t\tTCGA\tA\t71.0\t-26240.0\t\tnot hispanic or latino\tfemale\twhite\tAlive\t1939.0\t\t26240.0\tnot reported\t0.0\t853.0\tC44.9\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tSkin, NOS\tNo\tSkin, NOS\tnot reported\tstage iib\t2010.0\tNevi and Melanomas\tNot Reported\t21.077195227520793\t163.0\t56.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tBF\tCureline\tSkin Cutaneous Melanoma\t97.0\t\t130.0\tFalse\ttrue\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-WE-AAA0-06A\t47\t393.46.0\tNationwide Children's Hospital\tTCGA-WE-AAA0-F67339\t826AB2CF-0860-4D9E-B61C-9B084E997C2D\tTCGA-WE-AAA0\t0.8\t14\t4\t0\t311\t\t27E82066-0F36-481D-A837-1F4ADDEE802F\t\tNo\tYES\t\t\tNO\t0\t\tNon-glabrous skin\tNO\t3\t11\t\tNo\tM0\tN0\tT1a\tAAA0\tWITH TUMOR\tNO\t1\tYES\tNO\tNO\tNO\t\tYES\tNO\tRegional Lymph Node\tNO\t7th\tNO\tYES\tWE\t\tfalse\t2017\t2014\t2011\t0\t\tSKCM\tTCGA-WE-AAA0.7C5BE93A-F3F3-4DE3-84EC-5BC54C644E18.pdf\t\tTCGA\tA\t47.0\t-17261.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1964.0\t\t17261.0\tnot reported\t0.0\t1229.0\tC77.9\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph node, NOS\tNo\tSkin, NOS\tnot reported\tstage ia\t2011.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tWE\t Norfolk and Norwich Hospital\tSkin Cutaneous Melanoma\t819.0\t\t60.0\tFalse\tfalse\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-EB-A430-01A\t83\t262.74.0\tNationwide Children's Hospital\tTCGA-EB-A430-F57899\tFBB7092B-338C-40FB-B72A-7B1FF6B34BE4\tTCGA-EB-A430\t18\t14\t21\t0\t0\t\tF978C499-243C-42F0-9B93-5405CF1AE2B8\t\tNo\tYES\t\t\tYES\t\tIV\tNon-glabrous skin\tYES\t3\t4\t\tNo\tM0\tN0\tT4b\tA430\t\t\t\tYES\tNO\tNO\tNO\t\t\tNO\tPrimary Tumor\t\t7th\tYES\tNO\tEB\t85\tfalse\t2017\t2014\t2012\t0\t\tSKCM\tTCGA-EB-A430.CAF377CF-8A98-4334-B6A7-831024B5A5A6.pdf\t\tTCGA\tA\t83.0\t-30344.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1929.0\t\t30344.0\tnot reported\t0.0\t-2.0\tC44.5\tnot reported\t8721/3\tNodular melanoma\tno\tNo\tnot reported\tSkin of trunk\tNo\tSkin, NOS\tnot reported\tstage iic\t2012.0\tNevi and Melanomas\tNot Reported\t30.116213151927436\t168.0\t85.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEB\tAsterand\tSkin Cutaneous Melanoma\t125.0\t\t1800.0\tFalse\ttrue\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-EE-A3J5-06A\t71\t198.83.0\tNationwide Children's Hospital\t\t\tTCGA-EE-A3J5\t4.80\t14\t\t0\t467\t\t80D2316D-82AF-47CA-A4CA-E14BD5055385\t\tNo\tYES\t\t\t\t8\tV\tNon-glabrous skin\tNO\t3\t\tNO\tNo\tM0\tN1\tT4a\tA3J5\t\t\t1\tYES\tNO\tNO\tNO\t\t\tNO\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\t\t5th\tNO\tYES\tEE\t\tfalse\t2017\t\t2000\t0\t\tSKCM\tTCGA-EE-A3J5.86A187C5-2FAC-4DEA-9431-020F323E6E5D.pdf\t\tTCGA\tA\t71.0\t-26226.0\t1124.0\tnot hispanic or latino\tmale\twhite\tDead\t1929.0\t2003.0\t26226.0\tnot reported\t0.0\t\tC44.5\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tSkin of trunk\tNo\tSkin, NOS\tnot reported\tstage iii\t2000.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEE\tUniversity of Sydney\tSkin Cutaneous Melanoma\t4025.0\t\t40.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-WE-A8K4-01A\t85\t388.48.0\tNationwide Children's Hospital\tTCGA-WE-A8K4-F67276\tDBDCB180-0011-41E1-B16A-4A2AA7417124\tTCGA-WE-A8K4\t12\t14\t3\t0\t0\t\tAAD4D726-4E81-4F9B-8433-F1CA0F0CC8A5\t\tNo\tYES\t\t\tNO\t4\t\tNon-glabrous skin\t\t3\t11\t\tYes\tM0\tNX\tT4a\tA8K4\tTUMOR FREE\tNO\t1\tYES\tNO\tNO\tNO\t\tNO\tNO\tPrimary Tumor\tNO\t7th\tYES\tNO\tWE\t\tfalse\t2017\t2014\t2013\t0\t\tSKCM\tTCGA-WE-A8K4.1B421DA3-59DD-4246-8D3B-58F4AE13F36B.pdf\t\tTCGA\tA\t85.0\t-31308.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1928.0\t\t31308.0\tnot reported\t0.0\t614.0\tC44.6\tnot reported\t8721/3\tNodular melanoma\tyes\tNo\tnot reported\tSkin of upper limb and shoulder\tNot Reported\tSkin, NOS\tnot reported\tstage iib\t2013.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tWE\t Norfolk and Norwich Hospital\tSkin Cutaneous Melanoma\t203.0\t\t220.0\tFalse\ttrue\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-D3-A5GR-06A\t23\t291.69.0\tNationwide Children's Hospital\tTCGA-D3-A5GR-F55314\tFE2E3CF3-E00B-4BB5-AD4A-A471B05F7CC1\tTCGA-D3-A5GR\t.98\t14\t3\t0\t5008\t\t9EAEF1C7-C789-4A36-927B-DB444B867387\t\tYes\tYES\tYES\t\tNO\t1\tIII\tNon-glabrous skin\t\t3\t1\tYES\tNo\tM0\tN1\tT1b\tA5GR\tWITH TUMOR\tNO\t\tYES\tNO\tNO\tYES\tInterferon\tNO\tNO\tRegional Lymph Node\tNO\t7th\tNO\tYES\tD3\t114\tfalse\t2017\t2014\t1998\t0\t\tSKCM\tTCGA-D3-A5GR.2055FAF3-FB7C-4E13-8A17-FF4B9964F49F.pdf\t\tTCGA\tA\t23.0\t-8637.0\t\tnot hispanic or latino\tfemale\twhite\tAlive\t1975.0\t\t8637.0\tnot reported\t0.0\t5424.0\tC77.4\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tYes\tnot reported\tLymph nodes of inguinal region or leg\tNo\tSkin, NOS\tnot reported\tstage iii\t1998.0\tNevi and Melanomas\tNot Reported\t43.43850022862368\t162.0\t114.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tD3\tMD Anderson\tSkin Cutaneous Melanoma\t5119.0\t\t40.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-EE-A2GS-06A\t28\t180.87.0\tNationwide Children's Hospital\tTCGA-EE-A2GS-F59674\tB4D6FD51-2575-4523-9F4D-79EDC5B690D9\tTCGA-EE-A2GS\t1.8\t14\t20\t0\t1295\t\tB20AB398-5E86-4811-BA49-EAAD22C127EA\t\tNo\tYES\t\t\tNO\t6\tIV\tNon-glabrous skin\tNO\t3\t5\tNO\tNo\tM0\tN0\tT2a\tA2GS\tWITH TUMOR\tYES\t\tYES\tNO\tNO\tNO\t\tNO\tNO\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\tNO\t6th\tNO\tYES\tEE\t\tfalse\t2017\t2014\t2006\t0\t\tSKCM\tTCGA-EE-A2GS.57868CFE-20D2-4893-BF42-8E94E290D42F.pdf\t\tTCGA\tA\t28.0\t-10421.0\t2470.0\tnot hispanic or latino\tfemale\twhite\tDead\t1978.0\t\t10421.0\tnot reported\t0.0\t1691.0\tC49.2\tnot reported\t8730/3\tAmelanotic melanoma\tno\tNo\tnot reported\tConnective, subcutaneous and other soft tissues of lower limb and hip\tNo\tSkin, NOS\tnot reported\tstage ib\t2006.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEE\tUniversity of Sydney\tSkin Cutaneous Melanoma\t1804.0\t\t110.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-EE-A29Q-06A\t70\t180.87.0\tNationwide Children's Hospital\tTCGA-EE-A29Q-F55045\tEEF32021-01AE-4851-8408-2D2AEDA944D2\tTCGA-EE-A29Q\t2.3\t14\t27\t0\t890\t\tFF6EF291-7764-4725-A355-848442D49F6D\t\tNo\tYES\t\t\tNO\t8\tIV\tNon-glabrous skin\tYES\t3\t12\t\tNo\tM0\tN0\tT3b\tA29Q\tWITH TUMOR\tNO\t\tYES\tNO\tNO\tNO\t\tNO\tNO\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\tNO\t6th\tNO\tYES\tEE\t\tfalse\t2017\t2013\t2007\t0\t\tSKCM\tTCGA-EE-A29Q.4ED10518-B475-433F-945A-1A97C8B6041C.pdf\t\tTCGA\tA\t70.0\t-25847.0\t2030.0\tnot hispanic or latino\tfemale\twhite\tDead\t1937.0\t\t25847.0\tnot reported\t0.0\t1136.0\tC49.1\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tConnective, subcutaneous and other soft tissues of upper limb and shoulder\tNo\tSkin, NOS\tnot reported\tstage iib\t2007.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEE\tUniversity of Sydney\tSkin Cutaneous Melanoma\t1263.0\t\t60.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-EE-A3J7-06A\t43\t198.83.0\tNationwide Children's Hospital\tTCGA-EE-A3J7-F59752\t744C4C44-2DE1-4A70-87E1-D6BFCB5CC54B\tTCGA-EE-A3J7\t1.12\t14\t20\t0\t1292\t\tE6EB26AF-C93F-4031-9336-BC91F5A64728\t\tNo\tYES\t\t\tYES\t\tII\tNon-glabrous skin\tYES\t3\t5\tYES\tNo\tM0\tN0\tT2\tA3J7\t\t\t1\tYES\tNO\tNO\tNO\t\t\tNO\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\t\t5th\tNO\tYES\tEE\t\tfalse\t2017\t2014\t1998\t0\t\tSKCM\tTCGA-EE-A3J7.F2479711-8EEC-44A5-877C-7804A631FCBD.pdf\t\tTCGA\tA\t43.0\t-15896.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1955.0\t\t15896.0\tnot reported\t0.0\t1949.0\tC49.1\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tConnective, subcutaneous and other soft tissues of upper limb and shoulder\tNo\tSkin, NOS\tnot reported\tstage i\t1998.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEE\tUniversity of Sydney\tSkin Cutaneous Melanoma\t4744.0\t\t100.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-EB-A3XE-01A\t77\t240.79.0\tNationwide Children's Hospital\tTCGA-EB-A3XE-F42007\t9F87F66F-2863-44D4-BEDC-5EBCFF5195EF\tTCGA-EB-A3XE\t3\t14\t9\t0\t0\t\tEE78DF3D-A074-404D-8287-BF218737BC7C\t\tNo\tYES\t\t\tYES\t\t\tNon-glabrous skin\tNO\t3\t4\t\tNo\tM0\tN0\tT3a\tA3XE\tTUMOR FREE\tNO\t1\tYES\tNO\tNO\tNO\t\tNO\t\tPrimary Tumor\tNO\t7th\tYES\tNO\tEB\t62\tfalse\t2017\t2013\t2012\t0\t\tSKCM\tTCGA-EB-A3XE.0495197B-B5CD-484A-8531-34ADE693294B.pdf\t\tTCGA\tA\t77.0\t-28148.0\t\tnot hispanic or latino\tfemale\twhite\tAlive\t1935.0\t\t28148.0\tnot reported\t0.0\t180.0\tC44.9\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tSkin, NOS\tNo\tSkin, NOS\tnot reported\tstage iia\t2012.0\tNevi and Melanomas\tNot Reported\t24.835763499439192\t158.0\t62.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEB\tAsterand\tSkin Cutaneous Melanoma\t113.0\t\t590.0\tFalse\ttrue\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-W3-A824-06A\t63\t358.51.0\tNationwide Children's Hospital\tTCGA-W3-A824-F64489\tFC6C70DC-2DF1-43AF-8043-E8B542A2FA84\tTCGA-W3-A824\t1.5\t14\t26\t0\t1461\t\t6A841BC6-BF69-4121-B5AB-5B87F9CBD9E1\t\tNo\tYES\t\t\tNO\t\t\tNon-glabrous skin\t\t3\t9\tNO\tNo\tM0\tN0\tT2\tA824\tWITH TUMOR\tYES\t\tYES\tNO\tNO\tNO\t\t\tNO\tRegional Lymph Node\tYES\t4th\tNO\tYES\tW3\t79\tfalse\t2017\t2014\t1995\t0\t\tSKCM\tTCGA-W3-A824.E8E86625-8D7E-419F-A4BB-86499B9E4E88.pdf\t\tTCGA\tA\t63.0\t-23131.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1932.0\t\t23131.0\tnot reported\t0.0\t6940.0\tC77.3\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph nodes of axilla or arm\tNo\tSkin, NOS\tnot reported\tstage i\t1995.0\tNevi and Melanomas\tNot Reported\t27.335640138408305\t170.0\t79.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tW3\t John Wayne Cancer Center\tSkin Cutaneous Melanoma\t6686.0\t\t80.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-FS-A4FD-06A\t39\t277.76.0\tNationwide Children's Hospital\tTCGA-FS-A4FD-F62033\tEB67D0C9-E4BA-45E1-BE59-6F48AF9F31C4\tTCGA-FS-A4FD\t2\t14\t11\t0\t2300\t\t085DACD4-0C14-4FB7-90BD-8D152BD2D199\t\tYes\tYES\tYES\t\tNO\t\tIV\t\t\t3\t7\t\tNo\tM0\tN3\tT2\tA4FD\tWITH TUMOR\tNO\t1\tYES\tYES\tNO\tYES\tInterferon\tNO\tNO\tRegional Lymph Node\tNO\t6th\tNO\tYES\tFS\t\tfalse\t2017\t2014\t2004\t0\t\tSKCM\tTCGA-FS-A4FD.6412A296-EDCB-4C6F-B2A7-BC3D4643B843.pdf\t\tTCGA\tA\t39.0\t-14426.0\t2454.0\tnot hispanic or latino\tmale\twhite\tDead\t1965.0\t\t14426.0\tnot reported\t0.0\t2369.0\tC77.9\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tYes\tnot reported\tLymph node, NOS\tNo\tSkin, NOS\tnot reported\tstage iiic\t2004.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tFS\tEssen\tSkin Cutaneous Melanoma\t3065.0\t\t80.0\tFalse\tfalse\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-ER-A19H-06A\t40\t180.87.0\tNationwide Children's Hospital\t\t\tTCGA-ER-A19H\t0.4\t14\t\t0\t3573\t\t29E1FFF6-033F-4261-9CFC-F5AAD3E1820C\t\tNo\tYES\t\t\t\t\tII\tNon-glabrous skin\t\t3\t\t\tNo\tM0\tN0\t\tA19H\t\t\t1\tYES\tNO\tNO\tNO\t\t\tNO\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\t\t4th\tYES\tNO\tER\t\tfalse\t2017\t\t1995\t0\t\tSKCM\tTCGA-ER-A19H.8C9DBA9E-E8F5-4080-938D-B58F675461ED.pdf\t\tTCGA\tA\t40.0\t-14935.0\t4634.0\tnot hispanic or latino\tmale\twhite\tDead\t1955.0\t2007.0\t14935.0\tnot reported\t0.0\t\tC49.3\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tConnective, subcutaneous and other soft tissues of thorax\tNo\tSkin, NOS\tnot reported\tnot reported\t1995.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tER\tUniversity of Pittsburgh\tSkin Cutaneous Melanoma\t5757.0\t\t620.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-EB-A4OY-01A\t65\t277.76.0\tNationwide Children's Hospital\tTCGA-EB-A4OY-F57676\t56E5C92C-0D28-4EEE-9145-DDAFF18DCA7A\tTCGA-EB-A4OY\t10\t14\t19\t0\t-2\t\tD6A3C15D-F713-43FB-B5B9-344465482132\t\tNo\tYES\t\t\tNO\t\tV\tNon-glabrous skin\t\t3\t3\t\tNo\tM0\tN1a\tT4b\tA4OY\tTUMOR FREE\tYES\t\tYES\t\tNO\tNO\t\tNO\tNO\tPrimary Tumor\tNO\t7th\tYES\tNO\tEB\t87\tfalse\t2017\t2014\t2012\t0\t\tSKCM\tTCGA-EB-A4OY.F5BCA762-3B92-4B86-96D9-A88C7D06967A.pdf\t\tTCGA\tA\t65.0\t-23773.0\t\tnot hispanic or latino\tfemale\twhite\tAlive\t1947.0\t\t23773.0\tnot reported\t0.0\t977.0\tC44.7\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tSkin of lower limb and hip\tNo\tSkin, NOS\tnot reported\tstage iiib\t2012.0\tNevi and Melanomas\tNot Reported\t29.407787993510006\t172.0\t87.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tEB\tAsterand\tSkin Cutaneous Melanoma\t186.0\t\t670.0\tFalse\ttrue\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-ER-A3PL-06A\t30\t240.79.0\tNationwide Children's Hospital\tTCGA-ER-A3PL-F69342\t4940156A-6D72-42F6-A95E-AD17C919F121\tTCGA-ER-A3PL\t2.2\t14\t6\t0\t958\t\t6A29BE6F-4360-406A-B2F9-9C4B2DE80E86\t\tNo\tYES\t\t\tNO\t\tV\tNon-glabrous skin\tYES\t3\t1\tNO\tNo\tM1a\tN0\tT3b\tA3PL\tWITH TUMOR\tNO\t\tYES\tNO\tNO\tNO\t\tNO\tNO\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\t\t6th\tYES\tNO\tER\t\tfalse\t2017\t2015\t2009\t0\t\tSKCM\tTCGA-ER-A3PL.249C231D-FD24-4E23-87D3-11D844B41EBF.pdf\t\tTCGA\tA\t30.0\t-11032.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1979.0\t\t11032.0\tnot reported\t0.0\t1010.0\tC49.1\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tConnective, subcutaneous and other soft tissues of upper limb and shoulder\tNo\tSkin, NOS\tnot reported\tstage iv\t2009.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tER\tUniversity of Pittsburgh\tSkin Cutaneous Melanoma\t1017.0\t\t440.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-ER-A19A-06A\t79\t180.87.0\tNationwide Children's Hospital\tTCGA-ER-A19A-F48977\tC163BEA8-E3BA-437C-9B9F-791B7DBFC78A\tTCGA-ER-A19A\t\t14\t24\t0\t41\t\t109A9BB6-4D6A-436C-919E-5F05220E029E\t\tNo\tYES\t\t\tNO\t\t\tNon-glabrous skin\t\t3\t9\tNO\tNo\tM1\tN0\tTX\tA19A\tTUMOR FREE\tNO\t\tNO\t\tNO\tNO\t\tNO\tNO\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\t\t6th\tYES\tNO\tER\t\tfalse\t2017\t2013\t2006\t0\t\tSKCM\tTCGA-ER-A19A.B48FFC2C-4D9A-4451-B237-3B004D773260.pdf\t\tTCGA\tA\t79.0\t-29167.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1927.0\t\t29167.0\tnot reported\t0.0\t2365.0\tC49.6\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tConnective, subcutaneous and other soft tissues of trunk, NOS\tNo\tSkin, NOS\tnot reported\tstage iv\t2006.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tER\tUniversity of Pittsburgh\tSkin Cutaneous Melanoma\t1672.0\t\t110.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-FS-A1ZR-06A\t36\t180.87.0\tNationwide Children's Hospital\t\t\tTCGA-FS-A1ZR\t2\t14\t\t0\t79\t\tAB1AE23C-0421-46C1-8675-C7FAC33E4738\t\tNo\tYES\t\t\t\t\tIV\tNon-glabrous skin\t\t3\t\t\tNo\tM0\tN0\tT2\tA1ZR\t\t\t1\tYES\tNO\tNO\tNO\t\t\tNO\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\t\t4th\tNO\tYES\tFS\t\tfalse\t2017\t\t1995\t0\t\tSKCM\tTCGA-FS-A1ZR.CBE0DB60-637C-4D5D-85EA-C112E308F476.pdf\t\tTCGA\tA\t36.0\t-13325.0\t347.0\tnot hispanic or latino\tmale\twhite\tDead\t1959.0\t1995.0\t13325.0\tnot reported\t0.0\t\tC77.9\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph node, NOS\tNo\tSkin, NOS\tnot reported\tstage ii\t1995.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tFS\tEssen\tSkin Cutaneous Melanoma\t5645.0\t\t100.0\tFalse\tfalse\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-DA-A3F3-06A\t52\t198.83.0\tNationwide Children's Hospital\tTCGA-DA-A3F3-F70096\tF284EA79-1E79-4396-800D-C2AB6AB6BC03\tTCGA-DA-A3F3\t\t14\t27\t0\t106\t\t1D1C4D82-3FFB-4F8D-A403-A53CE1299278\t\tNo\tYES\t\t\tNO\t\t\tNon-glabrous skin\t\t3\t1\t\tNo\tM0\tN2b\tT0\tA3F3\tWITH TUMOR\tNO\t\tNO\t\tNO\tNO\t\tNO\t\tRegional Lymph Node\tNO\t7th\tNO\tYES\tDA\t\tfalse\t2017\t2015\t2010\t0\t\tSKCM\tTCGA-DA-A3F3.66035FA9-7600-46C5-A5F5-CBD1CC1C1AD4.pdf\t\tTCGA\tA\t52.0\t-19330.0\t319.0\tnot hispanic or latino\tmale\twhite\tDead\t1958.0\t\t19330.0\tnot reported\t0.0\t151.0\tC77.0\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph nodes of head, face and neck\tNo\tSkin, NOS\tnot reported\tstage iiib\t2010.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tDA\tYale\tSkin Cutaneous Melanoma\t353.0\t\t250.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-FS-A4F4-06A\t64\t277.76.0\tNationwide Children's Hospital\t\t\tTCGA-FS-A4F4\t2.0\t14\t\t0\t1804\t\tE30CDB48-A1C6-494D-B81E-6CAE7B71D583\t\tNo\tYES\t\t\t\t\tIV\tNon-glabrous skin\tYES\t3\t\t\tNo\tM0\tN0\tT3a\tA4F4\t\t\t1\tYES\tNO\tNO\tNO\t\t\tNO\tRegional Cutaneous or Subcutaneous Tissue (includes satellite and in-transit metastasis)\t\t5th\tNO\tYES\tFS\t\tfalse\t2017\t\t2001\t0\t\tSKCM\tTCGA-FS-A4F4.8F51786F-405B-495A-B662-D0C17B68DC33.pdf\t\tTCGA\tA\t64.0\t-23663.0\t2028.0\tnot reported\tmale\twhite\tDead\t1937.0\t2006.0\t23663.0\tnot reported\t0.0\t\tC49.9\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tConnective, subcutaneous and other soft tissues, NOS\tNo\tSkin, NOS\tnot reported\tstage ii\t2001.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tFS\tEssen\tSkin Cutaneous Melanoma\t4103.0\t\t60.0\tFalse\tfalse\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-FR-A2OS-01A\t49\t206.84.0\tNationwide Children's Hospital\tTCGA-FR-A2OS-F31116\t29630931-6C4E-45CC-892C-EABCD517BB01\tTCGA-FR-A2OS\t\t14\t24\t0\t0\t\t84C055E7-16FF-45A2-BA60-D6548B84A70F\t\tNo\tYES\t\tElevated\tNO\t\tV\tNon-glabrous skin\tYES\t3\t4\tNO\tNo\tM0\tN0\tT4b\tA2OS\tWITH TUMOR\tNO\t1\tYES\tNO\tNO\tNO\t\tNO\tNO\tPrimary Tumor\tNO\t6th\tNO\tYES\tFR\t84\tfalse\t2017\t2012\t2008\t0\t\tSKCM\tTCGA-FR-A2OS.518D48F1-6A74-4376-85CB-E1F2C8C46011.pdf\t\tTCGA\tA\t49.0\t-18122.0\t368.0\tnot reported\tfemale\twhite\tDead\t1959.0\t2009.0\t18122.0\tnot reported\t0.0\t\tC44.7\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tSkin of lower limb and hip\tNo\tSkin, NOS\tnot reported\tstage iic\t2008.0\tNevi and Melanomas\tNot Reported\t31.23140987507436\t164.0\t84.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tFR\tUniversity of North Carolina\tSkin Cutaneous Melanoma\t1257.0\t\t70.0\tFalse\tfalse\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-Z2-AA3S-06A\t58\t408.40.0\tNationwide Children's Hospital\tTCGA-Z2-AA3S-F68278\tD473B9CF-0187-46F0-93F3-02DEEBB567EE\tTCGA-Z2-AA3S\t0.5\t14\t14\t0\t2628\t\tECEAAEB1-B2C0-4C6E-B99C-59A00836E1EE\t\tNo\tYES\t\t\tNO\t\tII\tNon-glabrous skin\tNO\t3\t11\tNO\tNo\tM0\tN0\tT1a\tAA3S\tWITH TUMOR\tNO\t\tYES\tNO\tNO\tNO\t\tYES\tNO\tRegional Lymph Node\tNO\t6th\tYES\tNO\tZ2\t78\tfalse\t2017\t2014\t2006\t0\t\tSKCM\tTCGA-Z2-AA3S.48FB1191-7102-4E62-8A56-A3991807AB6D.pdf\t\tTCGA\tA\t58.0\t-21318.0\t\tnot hispanic or latino\tmale\twhite\tAlive\t1948.0\t\t21318.0\tnot reported\t0.0\t2950.0\tC77.3\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tLymph nodes of axilla or arm\tNo\tSkin, NOS\tnot reported\tstage ia\t2006.0\tNevi and Melanomas\tNot Reported\t26.365603028664143\t172.0\t78.0\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tZ2\tIDI-IRCCS\tSkin Cutaneous Melanoma\t2646.0\t\t270.0\tFalse\ttrue\t\tMetastatic\t06\treleased\tNot Reported\nTCGA-ER-A42H-01A\t76\t262.74.0\tNationwide Children's Hospital\t\t\tTCGA-ER-A42H\t\t14\t\t0\t114\t\t14798F61-224E-4BD0-A01A-588823CD7CAF\t\tNo\tYES\t\t\t\t\t\tNon-glabrous skin\t\t3\t\tNO\tNo\t\t\t\tA42H\t\t\t\tYES\tYES\tNO\tNO\t\t\t\tPrimary Tumor\t\t\tYES\tNO\tER\t\tfalse\t2017\t\t2010\t0\t\tSKCM\tTCGA-ER-A42H.A0ED997A-DE1F-4339-B149-9B0C2A8FF8EB.pdf\t\tTCGA\tA\t76.0\t-28110.0\t426.0\tnot hispanic or latino\tmale\twhite\tDead\t1934.0\t2011.0\t28110.0\tnot reported\t0.0\t\tC43.51\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tOverlapping lesion of rectum, anus and anal canal\tNo\tSkin, NOS\tnot reported\tnot reported\t2010.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tER\tUniversity of Pittsburgh\tSkin Cutaneous Melanoma\t736.0\t\t220.0\tFalse\ttrue\t\tPrimary Tumor\t01\treleased\tNot Reported\nTCGA-FS-A1YY-06A\t55\t180.87.0\tNationwide Children's Hospital\t\t\tTCGA-FS-A1YY\t2.7\t14\t\t0\t6618\tabdomen\tB29E5CCD-665D-4CF4-B010-501A66151BF8\t\tNo\tYES\t\t\t\t\tIV\tNon-glabrous skin\tNO\t3\t\t\tNo\tM0\tN0\tT3a\tA1YY\t\t\t1\tYES\tNO\tNO\tNO\t\t\tNO\tDistant Metastasis\t\t2nd\tNO\tYES\tFS\t\tfalse\t2017\t\t1987\t0\t\tSKCM\tTCGA-FS-A1YY.A91D1EF0-6010-4536-8071-39A935247466.pdf\t\tTCGA\tA\t55.0\t-20396.0\t6953.0\tnot hispanic or latino\tfemale\twhite\tDead\t1932.0\t2006.0\t20396.0\tnot reported\t0.0\t\tC76.2\tnot reported\t8720/3\tMalignant melanoma, NOS\tno\tNo\tnot reported\tAbdomen, NOS\tNo\tSkin, NOS\tnot reported\tstage iia\t1987.0\tNevi and Melanomas\tNot Reported\t\t\t\tSkin\tSkin Cutaneous Melanoma\tTCGA-SKCM\tFalse\tNCH\tFS\tEssen\tSkin Cutaneous Melanoma\t8800.0\t\t60.0\tFalse\tfalse\t\tMetastatic\t06\treleased\tNot Reported"
  },
  {
    "path": "inst/extdata/TCGA-SKCM.htseq_counts_test.tsv",
    "content": "Ensembl_ID\tTCGA-EE-A2GJ-06A\tTCGA-EE-A2GI-06A\tTCGA-WE-A8ZM-06A\tTCGA-DA-A1IA-06A\tTCGA-D3-A51H-06A\tTCGA-XV-A9VZ-01A\tTCGA-FS-A1ZE-06A\tTCGA-D3-A51F-06A\tTCGA-D3-A8GL-06A\tTCGA-BF-A5EP-01A\tTCGA-FS-A1ZS-06A\tTCGA-D3-A2J6-06A\tTCGA-EE-A3AF-06A\tTCGA-BF-AAP6-01A\tTCGA-D3-A8GM-06A\tTCGA-D9-A3Z3-06A\tTCGA-FS-A1ZR-06A\tTCGA-EE-A2GC-06A\tTCGA-WE-A8K5-06A\tTCGA-ER-A198-06A\tTCGA-FS-A1ZG-06A\tTCGA-XV-A9W5-01A\tTCGA-ER-A42H-01A\tTCGA-EB-A44P-01A\tTCGA-D3-A3MU-06A\tTCGA-FS-A1ZT-06A\tTCGA-GN-A8LK-06A\tTCGA-FR-A729-06A\tTCGA-D3-A51J-06A\tTCGA-D3-A5GR-06A\tTCGA-WE-A8ZN-06A\tTCGA-FS-A4FC-06A\tTCGA-RP-A6K9-06A\tTCGA-EB-A82B-01A\tTCGA-FS-A4FB-06A\tTCGA-EE-A3J8-06A\tTCGA-D3-A1Q7-06A\tTCGA-GN-A267-06A\tTCGA-D3-A3ML-06A\tTCGA-D3-A8GC-06A\tTCGA-BF-AAOX-01A\tTCGA-D3-A5GS-06A\tTCGA-EB-A42Z-01A\tTCGA-Z2-AA3S-06A\tTCGA-ER-A3EV-06A\tTCGA-3N-A9WB-06A\tTCGA-FW-A3TU-06A\tTCGA-FS-A4FD-06A\tTCGA-EE-A2GE-06A\tTCGA-FS-A4F9-06A\tTCGA-FR-A3R1-01A\tTCGA-EB-A3XF-01A\tTCGA-WE-A8K4-01A\tTCGA-YD-A9TA-06A\tTCGA-EB-A5SG-06A\tTCGA-DA-A95V-06A\tTCGA-FS-A1YX-06A\tTCGA-YD-A9TB-06A\tTCGA-EB-A3XE-01A\tTCGA-D9-A4Z5-01A\tTCGA-D3-A2JN-06A\tTCGA-WE-A8ZQ-06A\tTCGA-EB-A1NK-01A\tTCGA-ER-A19F-06A\tTCGA-EB-A3HV-01A\tTCGA-BF-AAP2-01A\tTCGA-EB-A6QZ-01A\tTCGA-D9-A3Z1-06A\tTCGA-FS-A1ZC-06A\tTCGA-Z2-AA3V-06A\tTCGA-D3-A2JH-06A\tTCGA-DA-A960-01A\tTCGA-D3-A8GD-06A\tTCGA-BF-A1PZ-01A\tTCGA-FS-A1Z4-06A\tTCGA-BF-A5ES-01A\tTCGA-GN-A4U7-06A\tTCGA-EE-A2GD-06A\tTCGA-ER-A195-06A\tTCGA-DA-A1I5-06A\tTCGA-BF-A1PV-01A\tTCGA-EE-A29Q-06A\tTCGA-FR-A2OS-01A\tTCGA-ER-A2NG-06A\tTCGA-W3-AA1O-06A\tTCGA-WE-A8K1-06A\tTCGA-EE-A2GU-06A\tTCGA-EE-A29L-06A\tTCGA-D3-A2JL-06A\tTCGA-EE-A2MM-06A\tTCGA-FR-A3YN-06A\tTCGA-LH-A9QB-06A\tTCGA-EB-A5SE-01A\tTCGA-WE-A8ZR-06A\tTCGA-FS-A1ZJ-06A\tTCGA-XV-AAZW-01A\tTCGA-D3-A8GE-06A\tTCGA-EE-A2M8-06A\tTCGA-EE-A29B-06A\tTCGA-FR-A7U9-06A\tTCGA-EB-A3Y7-01A\tTCGA-D3-A2JF-06A\tTCGA-EE-A29N-06A\tTCGA-EE-A2MQ-06A\tTCGA-FS-A1ZD-06A\tTCGA-D3-A2JD-06A\tTCGA-EE-A182-06A\tTCGA-D3-A2JE-06A\tTCGA-ER-A2NE-06A\tTCGA-YG-AA3N-01A\tTCGA-GN-A9SD-06A\tTCGA-XV-AAZY-01A\tTCGA-ER-A19T-01A\tTCGA-WE-A8ZT-06A\tTCGA-D9-A4Z6-06A\tTCGA-EE-A2M5-06A\tTCGA-FW-A3I3-06A\tTCGA-EB-A4OY-01A\tTCGA-EB-A5VV-06A\tTCGA-EB-A5KH-06A\tTCGA-EB-A85J-01A\tTCGA-D3-A1QA-07A\tTCGA-EE-A29V-06A\tTCGA-EE-A2GT-06A\tTCGA-GN-A268-06A\tTCGA-W3-AA1R-06A\tTCGA-EB-A6L9-06A\tTCGA-D3-A1Q3-06A\tTCGA-D3-A2JA-06A\tTCGA-D9-A1JW-06A\tTCGA-EE-A2MC-06A\tTCGA-FS-A1Z7-06A\tTCGA-BF-A3DL-01A\tTCGA-EE-A29A-06A\tTCGA-D3-A51T-06A\tTCGA-FR-A728-01A\tTCGA-D3-A2JG-06A\tTCGA-W3-AA1W-06A\tTCGA-FS-A1Z0-06A\tTCGA-EB-A6QY-01A\tTCGA-BF-A3DN-01A\tTCGA-D3-A2JC-06A\tTCGA-QB-A6FS-06A\tTCGA-EE-A2A5-06A\tTCGA-DA-A1I8-06A\tTCGA-D3-A3C1-06A\tTCGA-D3-A3CB-06A\tTCGA-D9-A4Z2-01A\tTCGA-WE-AA9Y-06A\tTCGA-BF-A1Q0-01A\tTCGA-DA-A1HV-06A\tTCGA-D3-A8GB-06A\tTCGA-ER-A19Q-06A\tTCGA-FR-A8YE-06A\tTCGA-EB-A57M-01A\tTCGA-BF-AAP4-01A\tTCGA-W3-AA1Q-06A\tTCGA-EB-A5FP-01A\tTCGA-D9-A6EG-06A\tTCGA-EE-A2MJ-06A\tTCGA-D3-A8GK-06A\tTCGA-BF-A3DM-01A\tTCGA-EE-A2MR-06A\tTCGA-FS-A1ZQ-06A\tTCGA-D9-A148-06A\tTCGA-RP-A693-06A\tTCGA-EE-A3JE-06A\tTCGA-W3-AA1V-06B\tTCGA-EB-A3XC-01A\tTCGA-FR-A7UA-06A\tTCGA-FS-A1ZK-06A\tTCGA-EE-A2MD-06A\tTCGA-EE-A2GL-06A\tTCGA-DA-A1I1-06A\tTCGA-EE-A20H-06A\tTCGA-WE-AAA4-06A\tTCGA-W3-A828-06A\tTCGA-D3-A3C6-06A\tTCGA-D3-A2JP-06A\tTCGA-D3-A1Q4-06A\tTCGA-FS-A1ZN-01A\tTCGA-RP-A694-06A\tTCGA-W3-A825-06A\tTCGA-FS-A4F2-06A\tTCGA-FS-A1YW-06A\tTCGA-DA-A3F8-06A\tTCGA-DA-A95Z-06A\tTCGA-FS-A1Z3-06A\tTCGA-ER-A19E-06A\tTCGA-DA-A1I7-06A\tTCGA-EE-A3J7-06A\tTCGA-FS-A1ZW-06A\tTCGA-GF-A2C7-01A\tTCGA-YG-AA3P-06A\tTCGA-D3-A8GO-06A\tTCGA-EE-A2GK-06A\tTCGA-FS-A1YY-06A\tTCGA-DA-A3F3-06A\tTCGA-ER-A19P-06A\tTCGA-DA-A1IB-06A\tTCGA-EE-A2GH-06A\tTCGA-EE-A20C-06A\tTCGA-ER-A19B-06A\tTCGA-WE-AAA0-06A\tTCGA-YD-A89C-06A\tTCGA-EE-A29C-06A\tTCGA-DA-A1I2-06A\tTCGA-EE-A29E-06A\tTCGA-BF-A5EO-01A\tTCGA-FS-A1ZA-06A\tTCGA-ER-A19M-06A\tTCGA-EB-A5UM-01A\tTCGA-EE-A180-06A\tTCGA-D9-A149-06A\tTCGA-Z2-A8RT-06A\tTCGA-EE-A2MT-06A\tTCGA-HR-A2OH-06A\tTCGA-EE-A3JI-06A\tTCGA-BF-A1PU-01A\tTCGA-EE-A2A1-06A\tTCGA-BF-AAP1-01A\tTCGA-ER-A3ES-06A\tTCGA-QB-AA9O-06A\tTCGA-ER-A19L-06A\tTCGA-D3-A1QB-06A\tTCGA-DA-A1IC-06A\tTCGA-BF-AAP8-01A\tTCGA-D3-A3MR-06A\tTCGA-D3-A2JO-06A\tTCGA-D3-A51N-06A\tTCGA-GF-A4EO-06A\tTCGA-D3-A3MV-06A\tTCGA-RP-A690-06A\tTCGA-GN-A26C-01A\tTCGA-D3-A8GS-06A\tTCGA-FW-A3R5-06A\tTCGA-FS-A4F5-06A\tTCGA-ER-A19T-06A\tTCGA-EE-A3AD-06A\tTCGA-FR-A8YD-06A\tTCGA-DA-A1I0-06A\tTCGA-EE-A2GB-06A\tTCGA-EB-A3XD-01A\tTCGA-FS-A1ZZ-06A\tTCGA-EE-A3AG-06A\tTCGA-EB-A24D-01A\tTCGA-DA-A95W-06A\tTCGA-D3-A8GJ-06A\tTCGA-D9-A6E9-06A\tTCGA-EE-A29M-06A\tTCGA-FS-A1ZM-06A\tTCGA-3N-A9WD-06A\tTCGA-EE-A2ME-06A\tTCGA-ER-A2NF-06A\tTCGA-EB-A42Y-01A\tTCGA-EB-A3XB-01A\tTCGA-EE-A2GR-06A\tTCGA-EB-A550-01A\tTCGA-ER-A19W-06A\tTCGA-GN-A4U8-06A\tTCGA-D3-A5GL-06A\tTCGA-D3-A3BZ-06A\tTCGA-D3-A1QA-06A\tTCGA-ER-A197-06A\tTCGA-D3-A1Q9-06A\tTCGA-EE-A20I-06A\tTCGA-D3-A8GQ-06A\tTCGA-EE-A181-06A\tTCGA-GN-A4U3-06A\tTCGA-EE-A29D-06A\tTCGA-GN-A4U8-11A\tTCGA-GF-A6C8-06A\tTCGA-FS-A1ZY-06A\tTCGA-W3-A824-06A\tTCGA-3N-A9WC-06A\tTCGA-DA-A3F5-06A\tTCGA-ER-A3ET-06A\tTCGA-D3-A3MO-06A\tTCGA-EB-A24C-01A\tTCGA-GN-A8LN-01A\tTCGA-FW-A5DX-01A\tTCGA-EB-A5UN-06A\tTCGA-EE-A29R-06A\tTCGA-D3-A2J7-06A\tTCGA-GN-A262-06A\tTCGA-D3-A1Q5-06A\tTCGA-WE-AAA3-06A\tTCGA-D3-A5GO-06A\tTCGA-EB-A6R0-01A\tTCGA-RP-A695-06A\tTCGA-FS-A1ZB-06A\tTCGA-D3-A8GI-06A\tTCGA-EE-A2A0-06A\tTCGA-EB-A5SF-01A\tTCGA-EE-A184-06A\tTCGA-EE-A17Y-06A\tTCGA-ER-A42K-06A\tTCGA-D3-A1Q6-06A\tTCGA-GN-A265-06A\tTCGA-GN-A26D-06A\tTCGA-ER-A2NF-01A\tTCGA-ER-A2ND-06A\tTCGA-EE-A185-06A\tTCGA-BF-AAP0-06A\tTCGA-ER-A19J-06A\tTCGA-EB-A4P0-01A\tTCGA-D3-A5GN-06A\tTCGA-FW-A3TV-06A\tTCGA-BF-A5ER-01A\tTCGA-GF-A3OT-06A\tTCGA-EE-A2MK-06A\tTCGA-EE-A2MH-06A\tTCGA-EE-A29G-06A\tTCGA-EE-A20F-06A\tTCGA-EB-A5VU-01A\tTCGA-EB-A85I-01A\tTCGA-DA-A1HW-06A\tTCGA-ER-A42L-06A\tTCGA-GN-A266-06A\tTCGA-DA-A3F2-06A\tTCGA-D3-A51K-06A\tTCGA-FR-A44A-06A\tTCGA-DA-A1I4-06A\tTCGA-GN-A4U4-06A\tTCGA-EE-A29S-06A\tTCGA-WE-A8ZX-06A\tTCGA-D3-A3C8-06A\tTCGA-HR-A5NC-01A\tTCGA-ER-A19D-06A\tTCGA-WE-A8ZO-06A\tTCGA-EB-A44Q-06A\tTCGA-EE-A3AH-06A\tTCGA-EB-A430-01A\tTCGA-EE-A2A6-06A\tTCGA-D9-A3Z4-01A\tTCGA-DA-A1HY-06A\tTCGA-GN-A4U5-01A\tTCGA-WE-A8K6-06A\tTCGA-DA-A95Y-06A\tTCGA-EE-A2MG-06A\tTCGA-EB-A4OZ-01A\tTCGA-EE-A2MS-06A\tTCGA-EE-A2GS-06A\tTCGA-D3-A1Q8-06A\tTCGA-BF-A3DJ-01A\tTCGA-ER-A19N-06A\tTCGA-FR-A7U8-06A\tTCGA-EE-A3J5-06A\tTCGA-D3-A3C7-06A\tTCGA-BF-AAP7-01A\tTCGA-EE-A2MU-06A\tTCGA-D3-A3CC-06A\tTCGA-ER-A1A1-06A\tTCGA-ER-A2NH-06A\tTCGA-ER-A19O-06A\tTCGA-D3-A51E-06A\tTCGA-EE-A2M7-06A\tTCGA-XV-A9W2-01A\tTCGA-HR-A2OG-06A\tTCGA-ER-A19H-06A\tTCGA-ER-A19S-06A\tTCGA-ER-A3PL-06A\tTCGA-ER-A19C-06A\tTCGA-EE-A3JB-06A\tTCGA-BF-A9VF-01A\tTCGA-IH-A3EA-01A\tTCGA-FR-A69P-06A\tTCGA-EB-A5SH-06A\tTCGA-EE-A17Z-06A\tTCGA-D3-A2JB-06A\tTCGA-ER-A193-06A\tTCGA-FS-A1ZH-06A\tTCGA-EB-A82C-01A\tTCGA-D9-A1JX-06A\tTCGA-EE-A2MF-06A\tTCGA-D3-A3CE-06A\tTCGA-EE-A2GO-06A\tTCGA-XV-AB01-06A\tTCGA-D3-A3C3-06A\tTCGA-D9-A6EA-06A\tTCGA-ER-A19K-01A\tTCGA-D3-A8GR-06A\tTCGA-EE-A3AB-06A\tTCGA-ER-A199-06A\tTCGA-EB-A4IS-01A\tTCGA-EE-A3JH-06A\tTCGA-EB-A4IQ-01A\tTCGA-EE-A20B-06A\tTCGA-DA-A95X-06A\tTCGA-EB-A51B-01A\tTCGA-ER-A19G-06A\tTCGA-EB-A3Y6-01A\tTCGA-ER-A2NB-01A\tTCGA-EB-A299-01A\tTCGA-EE-A3JD-06A\tTCGA-ER-A19A-06A\tTCGA-W3-AA21-06A\tTCGA-EE-A3JA-06A\tTCGA-EE-A2ML-06A\tTCGA-FS-A1ZU-06A\tTCGA-EE-A29P-06A\tTCGA-ER-A196-01A\tTCGA-YG-AA3O-06A\tTCGA-EE-A29W-06A\tTCGA-D3-A2J8-06A\tTCGA-FR-A726-01A\tTCGA-EE-A2MP-06A\tTCGA-GN-A8LL-06A\tTCGA-BF-AAOU-01A\tTCGA-BF-A1PX-01A\tTCGA-EB-A5UL-06A\tTCGA-D3-A2JK-06A\tTCGA-EE-A3J3-06A\tTCGA-EE-A17X-06A\tTCGA-EB-A431-01A\tTCGA-GN-A263-01A\tTCGA-EE-A29T-06A\tTCGA-FR-A3YO-06A\tTCGA-GN-A264-06A\tTCGA-EB-A44N-01A\tTCGA-FW-A5DY-06A\tTCGA-EE-A2GN-06A\tTCGA-D3-A5GT-01A\tTCGA-ER-A194-01A\tTCGA-GN-A26A-06A\tTCGA-EB-A44R-06A\tTCGA-XV-AAZV-01A\tTCGA-D3-A2J9-06A\tTCGA-OD-A75X-06A\tTCGA-GF-A769-01A\tTCGA-EE-A29H-06A\tTCGA-D9-A1X3-06A\tTCGA-EE-A183-06A\tTCGA-D3-A51R-06A\tTCGA-EB-A41A-01A\tTCGA-EE-A2MN-06A\tTCGA-EB-A44O-01A\tTCGA-EE-A2A2-06A\tTCGA-GF-A6C9-06A\tTCGA-FS-A4F8-06A\tTCGA-EE-A2MI-06A\tTCGA-WE-A8ZY-06A\tTCGA-EE-A29X-06A\tTCGA-WE-A8JZ-06A\tTCGA-GN-A4U9-06A\tTCGA-D3-A8GV-06A\tTCGA-FS-A4F4-06A\tTCGA-D9-A4Z3-01A\tTCGA-ER-A2NC-06A\tTCGA-EB-A97M-01A\tTCGA-EB-A41B-01A\tTCGA-FS-A1ZP-06A\tTCGA-D3-A3CF-06A\tTCGA-D3-A8GP-06A\tTCGA-FS-A4F0-06A\tTCGA-D3-A51G-06A\tTCGA-EB-A553-01A\tTCGA-EE-A2GM-06B\tTCGA-D3-A8GN-06A\tTCGA-D3-A1Q1-06A\tTCGA-BF-A5EQ-01A\tTCGA-D3-A5GU-06A\tTCGA-EE-A2GP-06A\tTCGA-EE-A2M6-06A\tTCGA-EE-A3AA-06A\tTCGA-FS-A1ZF-06A\tTCGA-D9-A6EC-06A\tTCGA-FR-A8YC-06A\tTCGA-EB-A4XL-01A\tTCGA-EB-A551-01A\tTCGA-EE-A3J4-06A\tTCGA-EE-A3AC-06A\nENSG00000000005.5\t0.0\t1.584962500721156\t5.614709844115208\t0.0\t2.321928094887362\t4.459431618637297\t4.169925001442312\t1.0\t2.0\t1.0\t4.807354922057604\t0.0\t0.0\t0.0\t0.0\t1.0\t4.321928094887363\t0.0\t1.584962500721156\t1.0\t0.0\t0.0\t2.0\t0.0\t0.0\t2.0\t1.584962500721156\t0.0\t1.584962500721156\t0.0\t4.459431618637297\t3.321928094887362\t1.0\t1.0\t3.0\t1.0\t4.321928094887363\t1.0\t0.0\t0.0\t0.0\t0.0\t1.0\t3.584962500721156\t0.0\t1.0\t1.0\t1.584962500721156\t1.0\t2.807354922057604\t1.584962500721156\t1.0\t0.0\t11.935165049603695\t0.0\t0.0\t2.584962500721156\t1.0\t1.584962500721156\t2.584962500721156\t1.0\t0.0\t0.0\t1.584962500721156\t0.0\t1.0\t0.0\t1.0\t1.0\t0.0\t2.584962500721156\t3.169925001442312\t1.584962500721156\t0.0\t1.0\t1.0\t0.0\t1.0\t1.584962500721156\t1.0\t0.0\t2.584962500721156\t1.0\t0.0\t1.0\t1.0\t1.0\t1.584962500721156\t0.0\t1.584962500721156\t1.0\t3.0\t0.0\t1.0\t0.0\t1.584962500721156\t7.845490050944375\t1.584962500721156\t1.0\t3.169925001442312\t1.584962500721156\t3.4594316186372973\t1.0\t0.0\t1.0\t3.0\t0.0\t0.0\t2.0\t0.0\t2.584962500721156\t2.321928094887362\t0.0\t0.0\t0.0\t1.0\t0.0\t0.0\t4.321928094887363\t0.0\t0.0\t1.584962500721156\t0.0\t0.0\t1.584962500721156\t1.584962500721156\t1.0\t2.321928094887362\t0.0\t0.0\t0.0\t3.169925001442312\t0.0\t1.584962500721156\t0.0\t1.584962500721156\t0.0\t2.0\t5.392317422778761\t1.0\t1.0\t1.0\t0.0\t3.807354922057604\t0.0\t0.0\t1.0\t0.0\t2.321928094887362\t1.0\t0.0\t4.392317422778761\t0.0\t1.584962500721156\t3.169925001442312\t1.0\t0.0\t0.0\t0.0\t5.357552004618084\t0.0\t0.0\t1.0\t0.0\t0.0\t0.0\t3.0\t0.0\t0.0\t1.0\t2.584962500721156\t0.0\t2.0\t0.0\t0.0\t0.0\t15.208005679760456\t2.807354922057604\t1.584962500721156\t6.129283016944966\t0.0\t1.584962500721156\t6.20945336562895\t2.321928094887362\t3.321928094887362\t0.0\t1.0\t1.584962500721156\t1.584962500721156\t0.0\t0.0\t2.584962500721156\t1.0\t1.584962500721156\t1.584962500721156\t0.0\t3.169925001442312\t3.0\t1.584962500721156\t0.0\t1.0\t1.0\t0.0\t0.0\t0.0\t4.523561956057013\t0.0\t0.0\t0.0\t2.584962500721156\t0.0\t0.0\t3.0\t1.0\t2.321928094887362\t0.0\t1.0\t1.584962500721156\t2.0\t5.672425341971495\t1.0\t2.321928094887362\t0.0\t1.584962500721156\t2.321928094887362\t0.0\t0.0\t2.0\t1.584962500721156\t0.0\t2.584962500721156\t0.0\t0.0\t1.584962500721156\t1.584962500721156\t1.0\t3.0\t1.0\t1.584962500721156\t1.0\t0.0\t2.321928094887362\t7.321928094887363\t1.0\t0.0\t1.584962500721156\t3.169925001442312\t0.0\t0.0\t1.0\t0.0\t3.807354922057604\t2.584962500721156\t3.169925001442312\t2.321928094887362\t0.0\t0.0\t0.0\t3.0\t0.0\t1.584962500721156\t3.321928094887362\t0.0\t0.0\t0.0\t2.584962500721156\t0.0\t2.0\t0.0\t1.0\t1.0\t2.0\t2.321928094887362\t1.0\t1.584962500721156\t0.0\t1.0\t1.0\t0.0\t0.0\t1.584962500721156\t1.584962500721156\t3.0\t0.0\t0.0\t2.321928094887362\t3.0\t0.0\t0.0\t1.0\t3.321928094887362\t1.0\t2.0\t0.0\t0.0\t0.0\t0.0\t0.0\t2.321928094887362\t1.584962500721156\t2.0\t0.0\t0.0\t0.0\t2.321928094887362\t0.0\t0.0\t0.0\t0.0\t1.0\t1.0\t0.0\t6.149747119504682\t2.0\t1.0\t0.0\t0.0\t2.807354922057604\t1.0\t1.0\t1.0\t0.0\t0.0\t2.584962500721156\t0.0\t0.0\t3.0\t0.0\t9.876516946565\t0.0\t0.0\t0.0\t0.0\t2.0\t2.321928094887362\t0.0\t0.0\t0.0\t0.0\t3.584962500721156\t0.0\t4.087462841250339\t1.0\t3.169925001442312\t0.0\t1.584962500721156\t2.321928094887362\t0.0\t0.0\t1.0\t0.0\t2.0\t2.321928094887362\t1.584962500721156\t0.0\t0.0\t3.0\t0.0\t1.0\t4.392317422778761\t1.584962500721156\t1.0\t1.0\t1.584962500721156\t0.0\t0.0\t4.321928094887363\t0.0\t0.0\t2.321928094887362\t5.700439718141092\t3.0\t0.0\t1.0\t1.0\t4.392317422778761\t2.0\t0.0\t0.0\t1.584962500721156\t1.0\t0.0\t1.584962500721156\t1.0\t3.0\t3.4594316186372973\t0.0\t4.807354922057604\t0.0\t0.0\t0.0\t0.0\t0.0\t0.0\t0.0\t3.700439718141092\t1.0\t0.0\t0.0\t3.700439718141092\t0.0\t0.0\t1.584962500721156\t3.807354922057604\t0.0\t1.584962500721156\t0.0\t0.0\t0.0\t0.0\t1.584962500721156\t2.321928094887362\t4.169925001442312\t1.584962500721156\t0.0\t0.0\t0.0\t0.0\t1.0\t2.321928094887362\t0.0\t3.169925001442312\t0.0\t0.0\t0.0\t1.584962500721156\t0.0\t1.584962500721156\t0.0\t0.0\t1.0\t1.0\t2.321928094887362\t5.614709844115208\t0.0\t0.0\t0.0\t1.584962500721156\t0.0\t2.0\t0.0\t1.584962500721156\t0.0\t0.0\t1.584962500721156\t1.0\t2.0\t0.0\t1.584962500721156\t0.0\t0.0\t4.700439718141092\t1.584962500721156\t0.0\t4.392317422778761\t1.584962500721156\t0.0\t0.0\t0.0\t4.0\t1.0\t3.169925001442312\t3.0\t2.584962500721156\t1.0\t2.321928094887362\t0.0\t2.321928094887362\t0.0\t0.0\t0.0\t0.0\nENSG00000000457.12\t10.345405246717796\t10.783816759320182\t10.004220466318195\t9.355351096424812\t9.499845887083206\t9.926295994781112\t10.400879436282183\t9.729620743553038\t10.075479149488016\t9.071462362556623\t9.074141462752506\t8.936637939002571\t9.121533517340032\t10.848622940429339\t9.791162888555018\t9.693486957499324\t10.553629293916364\t8.78135971352466\t10.086136225027309\t9.948367231584678\t10.192292814470767\t8.741466986401146\t10.140829770773001\t9.829722735086058\t9.571752643503546\t10.69261550169458\t8.800899899920305\t10.098032082960527\t9.546894459887637\t9.396604781181859\t7.159871336778389\t9.605479518061669\t9.377210530388552\t9.014020470314934\t8.867278739709661\t9.152284842306582\t10.871905237659186\t9.29232163280204\t10.760719947465624\t9.59245703726808\t8.98299357469431\t9.30149619498255\t9.566054038171092\t10.615629636968098\t9.346513733165635\t9.960001932068081\t7.531381460516312\t10.27029532647204\t10.051208940914766\t9.749869427396844\t9.850186837645774\t9.686500527183219\t9.221587121264806\t10.230020435705635\t8.81698362325538\t7.622051819456376\t10.474719946526482\t9.505811553919594\t8.527477006060396\t9.0\t8.707359132080883\t9.952741247186488\t9.060695931687555\t10.029287226968245\t9.002815015607053\t9.972979786066292\t9.154818109052105\t8.854868383260236\t10.734709620225837\t6.807354922057604\t10.46454575033394\t7.321928094887363\t9.733015321685963\t10.375039431346925\t10.257387842692651\t8.45532722030456\t8.951284714966972\t10.4231159101471\t10.309476353841106\t9.791162888555018\t9.702172685365548\t10.895575282380685\t10.034798962577268\t9.321928094887362\t10.233619676759702\t9.967226258835993\t10.731319031025064\t10.572700226487292\t9.583082767502933\t10.14338321398982\t10.861862340059151\t9.717676423066395\t10.386940245324311\t9.845490050944376\t9.971543553950772\t9.044394119358454\t9.527477006060396\t9.857980995127573\t9.917372079476841\t8.179909090014934\t7.672425341971495\t9.276124405274238\t9.741466986401146\t9.912889336229961\t10.449148645375436\t9.581200581924957\t6.20945336562895\t9.722807531169547\t9.76487159073609\t8.092757140919852\t9.842350343413807\t7.491853096329675\t9.240791332161956\t9.89026427702111\t9.398743691938193\t8.611024797307353\t9.457380879072534\t7.599912842187128\t9.794415866350105\t8.011227255423254\t9.847057346091336\t9.535275376620802\t9.247927513443585\t9.055282435501189\t10.178664851006472\t10.339850002884624\t9.266786540694902\t10.96289600533726\t9.605479518061669\t9.884170519108435\t9.428360172704291\t9.544964432789238\t8.194756854422248\t9.187352073200497\t9.679480099505446\t8.96289600533726\t9.164906926675688\t9.977279923499916\t10.467605550082997\t8.900866807980748\t10.215532999745657\t9.667111542075027\t8.507794640198696\t10.147204924942228\t8.954196310386875\t8.754887502163468\t9.417852514885897\t10.12670447284319\t8.873444112515376\t8.59245703726808\t9.567956075415466\t8.539158811108031\t10.094077685671905\t10.070120944476823\t8.968666793195208\t9.588714635582264\t9.116343961237469\t9.965784284662087\t11.225809940623543\t9.991521846075695\t9.214319120800766\t9.840777923595054\t10.57553924683453\t9.129283016944967\t10.03342300153745\t9.189824558880018\t8.73809225962049\t8.73809225962049\t8.577428828035748\t9.81698362325538\t9.839203788096944\t9.978710459106358\t10.439830883981392\t10.118941072723507\t10.01262453886506\t8.442943495848729\t9.111135670234708\t10.068778277985412\t9.025139562278508\t9.649256177517314\t10.63390340934852\t10.24198314969433\t9.350939181546432\t9.679480099505446\t10.066089190457772\t10.080817527608327\t8.562242424221072\t10.674192268145683\t9.65284497300198\t9.60917873814198\t9.954196310386875\t9.992938336165814\t10.198445041452363\t9.911391987843459\t8.751544059089099\t10.62844554013718\t10.007027266893969\t11.084144010615145\t10.153552031708111\t9.893301530860564\t9.357552004618084\t9.355351096424812\t8.965784284662087\t9.710806433699352\t9.485829308701904\t8.199672344836364\t10.498849206531725\t9.820178962415188\t7.930737337562887\t10.510764167917891\t9.432541900388259\t9.027905996569885\t10.632086412835182\t9.994353436858859\t9.77313920671969\t9.794415866350105\t10.112439506781552\t10.586839787961827\t9.577428828035748\t10.939579214314692\t10.118941072723507\t8.88264304936184\t7.339850002884624\t9.426264754702098\t10.73809225962049\t9.92184093707449\t9.20945336562895\t9.285402218862249\t9.303780748177102\t8.96289600533726\t8.918863237274595\t10.497851836951117\t9.684748620421626\t9.303780748177102\t7.894817763307944\t9.62935662007961\t9.850186837645774\t9.379378367071261\t10.850968150982439\t9.240791332161956\t8.092757140919852\t10.403012023574997\t8.569855608330947\t10.965784284662087\t9.74819284958946\t10.473705749619416\t9.18239435340453\t9.813781191217037\t9.052568050804153\t10.252665432450248\t9.751544059089099\t8.945443836377912\t9.81698362325538\t10.298062567719017\t9.951284714966972\t9.845490050944376\t9.832890014164741\t9.436711542137214\t9.774787059601174\t10.12670447284319\t8.577428828035748\t9.172427508645482\t10.309476353841106\t9.691743519171276\t9.252665432450248\t10.139551352398794\t9.978710459106358\t10.249113452713729\t9.862637357558794\t10.321928094887362\t10.159871336778389\t9.233619676759702\t10.263269200372662\t8.96289600533726\t10.147204924942228\t8.876516946565\t9.556506054671928\t10.347621368568134\t10.491853096329674\t9.88264304936184\t9.881113960675096\t9.577428828035748\t10.139551352398794\t8.842350343413807\t9.813781191217037\t9.207014320177532\t9.52552080909507\t9.537218400538595\t10.498849206531725\t8.717676423066395\t9.405141463136344\t6.321928094887363\t9.276124405274238\t6.768184324776926\t10.207014320177532\t9.564149489985732\t9.477758266443889\t9.273795599214264\t9.214319120800766\t9.899356922923111\t10.222794902868111\t8.531381460516313\t8.581200581924957\t9.116343961237469\t9.815383295813538\t10.192292814470767\t10.092757140919852\t10.134426320220927\t7.636624620543649\t9.294620748891628\t9.887220615468385\t9.280770770130603\t10.080817527608327\t9.139551352398794\t9.584962500721156\t8.491853096329674\t10.208234358339789\t9.436711542137214\t10.144658242831882\t7.022367813028454\t8.049848549450562\t10.27029532647204\t9.581200581924957\t10.433585441150495\t10.023754353299417\t8.78135971352466\t9.290018846932618\t8.870364719583405\t9.929258408636972\t9.805743872151618\t9.461479447286155\t9.7714894695006\t9.72451385311995\t10.211888294546004\t10.846273911349906\t10.34318571544788\t10.022367813028454\t8.679480099505446\t8.794415866350105\t9.909893083770042\t7.820178962415188\t10.519636252843213\t10.265615046484458\t9.978710459106358\t9.661778097771988\t9.194756854422248\t8.744833837499545\t9.677719641641009\t9.285402218862249\t8.475733430966399\t9.54882190845875\t9.612868497291041\t10.447083226209653\t9.121533517340032\t8.214319120800766\t9.505811553919594\t10.365228849251544\t9.005624549193879\t10.014020470314934\t10.443979542601253\t9.923327485419192\t9.874981347653774\t9.092757140919852\t9.971543553950772\t8.422064766172813\t6.599912842187128\t10.321928094887362\t8.721099188707186\t9.67595703294175\t9.870364719583405\t9.451211111832329\t10.597121428789569\t9.558420713268664\t10.44086916761087\t10.306061689428342\t10.199672344836364\t9.98299357469431\t7.098032082960526\t8.693486957499324\t9.562242424221072\t9.266786540694902\t8.78135971352466\t9.74819284958946\t9.586839787961827\t10.368506461507693\t9.509775004326936\t9.30149619498255\t10.068778277985412\t9.493855449240822\t9.828136484194108\t10.14338321398982\t10.405141463136344\t7.2384047393250786\t9.791162888555018\t8.89178370321831\t10.004220466318195\t9.139551352398794\t8.92481250360578\t10.040289721025717\t9.820178962415188\t9.792790294301064\t8.087462841250339\t10.124121311829187\t9.813781191217037\t10.005624549193879\t10.457380879072534\t10.256208688527387\t7.011227255423254\t9.066089190457772\t9.473705749619416\t9.957102041562287\t4.807354922057604\t9.72451385311995\t8.791162888555018\t9.868822554774999\t8.693486957499324\t9.828136484194108\t8.071462362556623\t10.194756854422248\t9.546894459887637\t10.086136225027309\t10.30149619498255\t9.240791332161956\t8.238404739325079\t10.29920801838728\t10.7632123668144\t8.011227255423254\t11.383704292474052\t10.191059214531656\t8.86418614465428\t9.025139562278508\t9.815383295813538\t9.377210530388552\t10.283088353024002\t10.3151495622563\t10.980139577639157\t9.543031820255237\t10.745674324002135\t8.870364719583405\t9.686500527183219\t9.543031820255237\t10.129283016944967\t8.885696373339394\t9.60733031374961\t10.533329732305834\t9.3151495622563\t8.357552004618084\t8.754887502163468\t9.113742166049189\t8.804131021183318\t9.20945336562895\t10.60733031374961\t9.884170519108435\t9.960001932068081\t10.702172685365548\t10.437752072323603\t8.312882955284355\t10.593391122791736\t9.41574176829009\t10.208234358339789\t9.926295994781112\t10.192292814470767\t9.296916206879288\t9.35974956032233\t8.948367231584678\t10.536247215688128\t9.226412192788786\t9.726218159332198\t9.419960177847889\t9.49585502688717\t9.884170519108435\t10.641148597411233\nENSG00000000460.15\t10.066089190457772\t10.536247215688128\t8.784634845557521\t9.984418458801137\t8.774787059601174\t8.471675214392045\t9.475733430966399\t9.108524456778168\t9.853309555403674\t8.483815777264256\t8.62935662007961\t10.20945336562895\t9.654636028527968\t10.414685235807214\t9.517669388133811\t9.674192268145683\t9.758223214726724\t8.294620748891628\t9.967226258835993\t10.336506559810255\t8.974414589805527\t8.584962500721156\t9.794415866350105\t8.758223214726724\t9.194756854422248\t9.977279923499916\t9.30149619498255\t9.262094845370179\t9.20945336562895\t9.152284842306582\t6.870364719583405\t8.451211111832329\t7.22881869049588\t9.113742166049189\t9.100662339005199\t8.707359132080883\t10.758223214726724\t8.79766152585376\t9.346513733165635\t9.828136484194108\t9.08214904135387\t8.400879436282183\t9.310612781659529\t9.840777923595054\t10.032045726930809\t9.86418614465428\t7.312882955284356\t9.515699838284043\t9.245552706255681\t9.79766152585376\t9.41574176829009\t8.710806433699352\t9.103287808412022\t10.397674632948268\t8.562242424221072\t6.794415866350106\t9.884170519108435\t8.744833837499545\t7.257387842692652\t7.562242424221073\t7.807354922057604\t9.649256177517314\t8.413627929024173\t9.481799431665753\t8.60733031374961\t8.861086905995395\t9.174925682500678\t9.108524456778168\t10.851749041416058\t7.05528243550119\t10.00842862207058\t5.807354922057604\t9.52943055414615\t9.843921051289035\t10.668884984266247\t8.339850002884624\t9.111135670234708\t8.948367231584678\t9.025139562278508\t9.558420713268664\t9.312882955284355\t9.73809225962049\t9.535275376620802\t9.430452551665532\t10.577428828035748\t9.899356922923111\t10.624795455860237\t10.456354415108288\t8.643856189774725\t10.349834091457247\t9.867278739709661\t9.219168520462162\t9.579315937580015\t9.939579214314692\t10.127994320976393\t8.243173983472952\t8.022367813028454\t8.939579214314692\t10.044394119358454\t8.179909090014934\t7.971543553950772\t7.734709620225838\t9.432541900388259\t10.853309555403674\t10.116343961237469\t9.46352437327118\t6.94251450533924\t9.569855608330947\t10.12670447284319\t8.72451385311995\t8.939579214314692\t7.577428828035749\t9.169925001442312\t9.310612781659529\t9.535275376620802\t9.677719641641009\t9.319672120946995\t7.139551352398794\t7.787902559391432\t7.539158811108031\t9.665335917185176\t9.899356922923111\t9.038918989292302\t8.761551232444479\t9.94982671075911\t10.611024797307353\t9.457380879072534\t10.107217075591382\t9.792790294301064\t9.888743248898258\t9.479780264029099\t9.35974956032233\t8.129283016944967\t8.507794640198696\t9.071462362556623\t8.72451385311995\t9.057991722759176\t8.741466986401146\t10.44190670454224\t9.471675214392045\t9.85642552862553\t9.447083226209653\t9.192292814470767\t10.163649676015824\t8.383704292474052\t6.6865005271832185\t8.290018846932618\t9.861086905995395\t8.599912842187127\t9.564149489985732\t8.73809225962049\t7.6293566200796095\t9.932214751968385\t8.72451385311995\t8.426264754702098\t9.51175265376738\t8.243173983472952\t10.585901449690772\t10.646558710154547\t9.586839787961827\t9.726218159332198\t10.20212382383046\t9.955649907528374\t9.668884984266247\t9.611024797307353\t8.144658242831882\t8.011227255423254\t9.159871336778389\t9.531381460516313\t8.388017285345136\t10.943247395901553\t10.245552706255681\t9.111135670234708\t9.124121311829187\t10.699572453287269\t8.08214904135387\t8.326429487122303\t10.512740462803498\t8.566054038171092\t9.60917873814198\t9.679480099505446\t9.612868497291041\t8.96289600533726\t9.430452551665532\t8.658211482751796\t8.625708843064466\t8.471675214392045\t10.022367813028454\t10.59898297103609\t8.696967526234287\t9.72451385311995\t9.469641817239516\t10.3409627642517\t8.965784284662087\t7.734709620225838\t9.016808287686555\t9.187352073200497\t10.304921669581672\t9.030667136246942\t8.614709844115207\t8.266786540694902\t9.164906926675688\t9.361943773735241\t9.405141463136344\t9.41574176829009\t9.273795599214264\t9.90839262077375\t10.252665432450248\t7.918863237274595\t10.43879185257826\t9.7632123668144\t8.396604781181859\t10.62296694479051\t9.960001932068081\t9.226412192788786\t9.622051819456376\t9.661778097771988\t9.499845887083206\t9.78953364497036\t10.153552031708111\t9.517669388133811\t7.066089190457772\t6.714245517666122\t7.9886846867721655\t9.379378367071261\t9.344295907915816\t7.247927513443585\t8.894817763307943\t9.970105890612182\t7.475733430966398\t7.918863237274595\t9.897845456005511\t7.357552004618084\t8.894817763307943\t7.451211111832329\t10.477758266443889\t8.682994583681683\t9.625708843064466\t9.714245517666123\t9.252665432450248\t8.442943495848729\t9.975847968006784\t7.366322214245816\t10.245552706255681\t10.274960472140602\t9.705632387361415\t8.515699838284043\t8.632995197142957\t8.741466986401146\t10.14210705730255\t9.052568050804153\t7.622051819456376\t8.59245703726808\t8.562242424221072\t10.094077685671905\t9.326429487122303\t8.820178962415188\t8.308339030139408\t10.129283016944967\t9.328674927327947\t9.245552706255681\t9.084808387804362\t10.29232163280204\t9.346513733165635\t8.754887502163468\t10.052568050804153\t9.5980525001616\t9.86418614465428\t9.614709844115207\t10.360847084179664\t9.250298417906333\t9.881113960675096\t9.353146825498083\t8.31741261376487\t9.366322214245816\t9.845490050944376\t9.08214904135387\t9.96289600533726\t9.430452551665532\t9.03342300153745\t10.533329732305834\t9.036173612553485\t9.350939181546432\t8.071462362556623\t9.214319120800766\t8.507794640198696\t9.076815597050832\t9.290018846932618\t10.252665432450248\t9.60917873814198\t9.154818109052105\t7.219168520462161\t8.62935662007961\t6.475733430966398\t9.45532722030456\t9.485829308701904\t8.851749041416058\t8.787902559391432\t9.774787059601174\t10.026523442519766\t9.041659151637214\t7.954196310386875\t8.50382573799575\t9.238404739325079\t8.651051691178928\t8.447083226209653\t10.023754353299417\t9.442943495848729\t7.807354922057604\t9.052568050804153\t7.936637939002571\t9.06339508128851\t9.108524456778168\t9.88264304936184\t9.948367231584678\t7.734709620225838\t9.86573327085176\t9.005624549193879\t9.828136484194108\t5.643856189774724\t7.924812503605781\t9.211888294546004\t9.52552080909507\t9.430452551665532\t9.50382573799575\t9.672425341971495\t9.011227255423254\t8.46352437327118\t9.715961990255144\t9.342074667999139\t9.567956075415466\t9.238404739325079\t9.280770770130603\t9.577428828035748\t9.995767150877802\t10.13699111208023\t8.98299357469431\t7.94251450533924\t9.172427508645482\t9.368506461507693\t6.584962500721156\t10.430452551665532\t10.586839787961827\t9.681238411777805\t8.804131021183318\t8.658211482751796\t8.531381460516313\t9.715961990255144\t8.129283016944967\t8.038918989292302\t10.071462362556623\t8.894817763307943\t9.854868383260236\t8.62935662007961\t6.169925001442312\t9.515699838284043\t9.219168520462162\t8.945443836377912\t8.90388184573618\t9.932214751968385\t8.409390936137703\t9.071462362556623\t9.187352073200497\t10.550746785383243\t8.519636252843213\t7.285402218862249\t10.074141462752506\t8.413627929024173\t10.10459875356437\t9.85642552862553\t8.948367231584678\t10.140829770773001\t8.888743248898258\t9.840777923595054\t9.829722735086058\t9.453270634010623\t9.266786540694902\t5.554588851677638\t9.509775004326936\t9.221587121264806\t9.839203788096944\t7.483815777264256\t8.654636028527968\t9.54882190845875\t9.794415866350105\t8.714245517666123\t8.76487159073609\t8.915879378835774\t9.449148645375436\t9.038918989292302\t10.234817431117325\t10.018200178813226\t6.658211482751795\t7.9886846867721655\t8.487840033823051\t9.588714635582264\t8.426264754702098\t8.543031820255237\t8.90388184573618\t10.052568050804153\t8.957102041562287\t7.0\t10.479780264029099\t9.794415866350105\t10.057991722759176\t9.586839787961827\t9.519636252843213\t6.672425341971495\t8.174925682500678\t9.13699111208023\t10.187352073200497\t4.807354922057604\t10.06339508128851\t9.63117705570398\t10.133142212400601\t8.64745842645492\t9.014020470314934\t8.224001674198105\t9.756556322524087\t8.854868383260236\t8.721099188707186\t10.095397022792557\t8.20945336562895\t6.768184324776926\t10.088788238716907\t10.466586337719244\t7.820178962415188\t9.761551232444479\t10.330916878114618\t9.337621901992508\t8.734709620225837\t9.134426320220927\t9.854868383260236\t11.136350341454156\t9.487840033823051\t9.527477006060396\t9.906890595608518\t11.250890535723341\t8.721099188707186\t8.751544059089099\t8.823367240046235\t9.927777962082342\t8.73809225962049\t9.473705749619416\t11.323054760341646\t10.290018846932618\t7.693486957499325\t8.854868383260236\t9.505811553919594\t9.074141462752506\t8.845490050944376\t9.095397022792557\t9.370687406807217\t8.515699838284043\t10.393390457443987\t10.650154213675094\t8.303780748177102\t9.972979786066292\t8.189824558880018\t9.618385502258606\t9.632995197142957\t9.54882190845875\t9.264442600226602\t10.091435386323607\t9.57553924683453\t10.938844457466171\t9.366322214245816\t7.930737337562887\t8.344295907915816\t8.422064766172813\t9.228818690495881\t10.426264754702098\n"
  },
  {
    "path": "inst/extdata/TCGA_gencode.v22.annotation.gene.probeMap_test",
    "content": "id\tgene\tchrom\tchromStart\tchromEnd\tstrand\nENSG00000000005.5\tTNMD\tchrX\t100584802\t100599885\t+\nENSG00000000457.12\tSCYL3\tchr1\t169849631\t169894267\t-\nENSG00000000460.15\tC1orf112\tchr1\t169662007\t169854080\t+\n"
  },
  {
    "path": "inst/extdata/all_count_exp_test.csv",
    "content": ",TCGA-D9-A4Z2-01A,TCGA-ER-A2NH-06A,TCGA-BF-A5EO-01A,TCGA-D9-A6EA-06A,TCGA-D9-A4Z3-01A,TCGA-GN-A26A-06A,TCGA-D3-A3BZ-06A,TCGA-D3-A51G-06A,TCGA-EE-A29R-06A,TCGA-D3-A2JE-06A,TCGA-W3-AA1V-06B,TCGA-DA-A1IA-06A,TCGA-EE-A29T-06A,TCGA-EB-A3XB-01A,TCGA-FS-A1ZQ-06A,TCGA-EB-A85I-01A,TCGA-D3-A5GO-06A,TCGA-FR-A728-01A,TCGA-EB-A85J-01A,TCGA-D3-A2JA-06A,TCGA-YG-AA3O-06A,TCGA-EE-A3AB-06A,TCGA-D3-A1QB-06A,TCGA-GN-A4U9-06A,TCGA-ER-A3ET-06A,TCGA-HR-A5NC-01A,TCGA-FR-A729-06A,TCGA-BF-A1PZ-01A,TCGA-WE-AAA0-06A,TCGA-EB-A430-01A,TCGA-EE-A3J5-06A,TCGA-WE-A8K4-01A,TCGA-D3-A5GR-06A,TCGA-EE-A2GS-06A,TCGA-EE-A29Q-06A,TCGA-EE-A3J7-06A,TCGA-EB-A3XE-01A,TCGA-W3-A824-06A,TCGA-FS-A4FD-06A,TCGA-ER-A19H-06A,TCGA-EB-A4OY-01A,TCGA-ER-A3PL-06A,TCGA-ER-A19A-06A,TCGA-FS-A1ZR-06A,TCGA-DA-A3F3-06A,TCGA-FS-A4F4-06A,TCGA-FR-A2OS-01A,TCGA-Z2-AA3S-06A,TCGA-ER-A42H-01A,TCGA-FS-A1YY-06A,TCGA-EE-A3AF-06A,TCGA-EB-A5VV-06A,TCGA-GF-A4EO-06A,TCGA-EB-A82C-01A,TCGA-ER-A19C-06A,TCGA-BF-AAOU-01A,TCGA-ER-A19T-01A,TCGA-ER-A19T-06A,TCGA-EE-A2MH-06A,TCGA-RP-A690-06A,TCGA-HR-A2OG-06A,TCGA-GN-A4U7-06A,TCGA-D3-A2J9-06A,TCGA-GN-A8LL-06A,TCGA-D9-A1JX-06A,TCGA-D3-A3C7-06A,TCGA-EB-A3XC-01A,TCGA-EE-A29P-06A,TCGA-EB-A5FP-01A,TCGA-EE-A3JD-06A,TCGA-ER-A19D-06A,TCGA-BF-AAP1-01A,TCGA-EB-A551-01A,TCGA-Z2-A8RT-06A,TCGA-ER-A19W-06A,TCGA-EB-A41A-01A,TCGA-XV-AAZY-01A,TCGA-ER-A19S-06A,TCGA-XV-A9W2-01A,TCGA-DA-A1I7-06A,TCGA-DA-A1IB-06A,TCGA-EE-A3AG-06A,TCGA-GN-A26C-01A,TCGA-D3-A1Q7-06A,TCGA-EE-A2MU-06A,TCGA-FS-A1Z3-06A,TCGA-D3-A8GP-06A,TCGA-EE-A3AC-06A,TCGA-EB-A57M-01A,TCGA-EE-A2MD-06A,TCGA-D3-A51K-06A,TCGA-ER-A2NE-06A,TCGA-EE-A20H-06A,TCGA-ER-A19Q-06A,TCGA-ER-A197-06A,TCGA-EE-A183-06A,TCGA-GN-A4U8-06A,TCGA-FS-A1YW-06A,TCGA-WE-A8K1-06A,TCGA-D3-A3C6-06A,TCGA-DA-A960-01A,TCGA-EB-A5UM-01A,TCGA-D3-A5GL-06A,TCGA-D3-A8GR-06A,TCGA-ER-A199-06A,TCGA-EE-A2MK-06A,TCGA-D3-A3CB-06A,TCGA-QB-AA9O-06A,TCGA-DA-A1IC-06A,TCGA-FS-A4FB-06A,TCGA-EE-A2MS-06A,TCGA-D3-A2J7-06A,TCGA-EB-A5UL-06A,TCGA-FS-A1ZY-06A,TCGA-D3-A5GT-01A,TCGA-EE-A2MT-06A,TCGA-WE-AAA3-06A,TCGA-FS-A1ZG-06A,TCGA-EB-A41B-01A,TCGA-EE-A2ME-06A,TCGA-FS-A1ZF-06A,TCGA-D3-A3CE-06A,TCGA-EE-A184-06A,TCGA-FR-A726-01A,TCGA-BF-A1Q0-01A,TCGA-FS-A1ZA-06A,TCGA-ER-A19K-01A,TCGA-EE-A29G-06A,TCGA-OD-A75X-06A,TCGA-D3-A3MO-06A,TCGA-EE-A2MJ-06A,TCGA-DA-A1I0-06A,TCGA-DA-A1HY-06A,TCGA-WE-AA9Y-06A,TCGA-XV-A9VZ-01A,TCGA-D9-A1X3-06A,TCGA-D3-A8GV-06A,TCGA-D3-A3C8-06A,TCGA-EE-A29V-06A,TCGA-WE-A8ZX-06A,TCGA-EE-A2M8-06A,TCGA-D3-A2JD-06A,TCGA-EE-A2MM-06A,TCGA-ER-A42L-06A,TCGA-EE-A2GD-06A,TCGA-EE-A29S-06A,TCGA-FS-A1ZH-06A,TCGA-GN-A8LN-01A,TCGA-D9-A6EG-06A,TCGA-FS-A1ZD-06A,TCGA-ER-A195-06A,TCGA-D3-A8GD-06A,TCGA-EE-A20B-06A,TCGA-EE-A3J4-06A,TCGA-W3-AA1R-06A,TCGA-EE-A29H-06A,TCGA-FR-A8YE-06A,TCGA-D3-A51R-06A,TCGA-3N-A9WD-06A,TCGA-FR-A7U9-06A,TCGA-EE-A2ML-06A,TCGA-D3-A2JO-06A,TCGA-EE-A2MG-06A,TCGA-W3-AA1O-06A,TCGA-D3-A51N-06A,TCGA-EE-A20F-06A,TCGA-DA-A95X-06A,TCGA-DA-A1HV-06A,TCGA-D3-A2JH-06A,TCGA-BF-A3DJ-01A,TCGA-D3-A2JB-06A,TCGA-EB-A6QY-01A,TCGA-DA-A95V-06A,TCGA-BF-AAP8-01A,TCGA-EB-A6QZ-01A,TCGA-EB-A4XL-01A,TCGA-RP-A693-06A,TCGA-BF-A5EP-01A,TCGA-EB-A299-01A,TCGA-EE-A3AH-06A,TCGA-WE-A8ZR-06A,TCGA-EB-A44P-01A,TCGA-EE-A17Y-06A,TCGA-WE-A8JZ-06A,TCGA-EB-A3Y7-01A,TCGA-FS-A1ZT-06A,TCGA-BF-A5ER-01A,TCGA-EE-A2MQ-06A,TCGA-W3-A825-06A,TCGA-D3-A8GM-06A,TCGA-FS-A1ZC-06A,TCGA-EB-A24D-01A,TCGA-GF-A6C9-06A,TCGA-EB-A431-01A,TCGA-EE-A2GN-06A,TCGA-EB-A3XF-01A,TCGA-BF-A3DL-01A,TCGA-GF-A2C7-01A,TCGA-BF-A1PX-01A,TCGA-ER-A19M-06A,TCGA-FW-A3I3-06A,TCGA-FW-A3TV-06A,TCGA-FS-A4F5-06A,TCGA-ER-A19P-06A,TCGA-D3-A1Q1-06A,TCGA-ER-A3EV-06A,TCGA-D3-A3ML-06A,TCGA-EB-A550-01A,TCGA-EE-A185-06A,TCGA-YD-A9TB-06A,TCGA-XV-AB01-06A,TCGA-EE-A2GP-06A,TCGA-FR-A8YC-06A,TCGA-BF-A3DM-01A,TCGA-FS-A1ZB-06A,TCGA-D3-A2JK-06A,TCGA-GN-A263-01A,TCGA-EE-A2GJ-06A,TCGA-WE-A8ZO-06A,TCGA-D3-A3MR-06A,TCGA-D3-A8GB-06A,TCGA-D3-A2JN-06A,TCGA-EB-A4OZ-01A,TCGA-FR-A3YN-06A,TCGA-DA-A1I1-06A,TCGA-EE-A182-06A,TCGA-FW-A3R5-06A,TCGA-GN-A9SD-06A,TCGA-EB-A553-01A,TCGA-BF-AAP0-06A,TCGA-EB-A3Y6-01A,TCGA-ER-A19L-06A,TCGA-EB-A44N-01A,TCGA-DA-A95W-06A,TCGA-ER-A196-01A,TCGA-EE-A2GO-06A,TCGA-ER-A3ES-06A,TCGA-EE-A3J8-06A,TCGA-EE-A2A6-06A,TCGA-D3-A3MU-06A,TCGA-DA-A3F8-06A,TCGA-D9-A4Z5-01A,TCGA-D3-A8GJ-06A,TCGA-D3-A8GL-06A,TCGA-EE-A2GC-06A,TCGA-EE-A2A5-06A,TCGA-D3-A51T-06A,TCGA-D3-A8GI-06A,TCGA-D3-A2J8-06A,TCGA-EB-A3XD-01A,TCGA-EB-A6L9-06A,TCGA-EE-A2MP-06A,TCGA-D9-A3Z3-06A,TCGA-FW-A5DY-06A,TCGA-D3-A3CF-06A,TCGA-FR-A44A-06A,TCGA-FS-A1ZE-06A,TCGA-GN-A4U4-06A,TCGA-D9-A3Z4-01A,TCGA-EE-A3J3-06A,TCGA-EE-A2MI-06A,TCGA-EB-A44Q-06A,TCGA-DA-A1HW-06A,TCGA-EB-A5SF-01A,TCGA-EB-A4IQ-01A,TCGA-GN-A266-06A,TCGA-EB-A6R0-01A,TCGA-GN-A8LK-06A,TCGA-ER-A1A1-06A,TCGA-ER-A198-06A,TCGA-EE-A3JB-06A,TCGA-QB-A6FS-06A,TCGA-D3-A1Q6-06A,TCGA-DA-A95Y-06A,TCGA-RP-A6K9-06A,TCGA-EE-A2GL-06A,TCGA-EE-A2MF-06A,TCGA-BF-A5EQ-01A,TCGA-DA-A1I2-06A,TCGA-EE-A29W-06A,TCGA-GF-A769-01A,TCGA-D3-A1Q5-06A,TCGA-FR-A3YO-06A,TCGA-ER-A194-01A,TCGA-D3-A3C3-06A,TCGA-BF-AAOX-01A,TCGA-FW-A5DX-01A,TCGA-EB-A24C-01A,TCGA-ER-A2NB-01A,TCGA-YD-A89C-06A,TCGA-GN-A264-06A,TCGA-W3-AA1W-06A,TCGA-RP-A694-06A,TCGA-IH-A3EA-01A,TCGA-D3-A51H-06A,TCGA-D3-A8GE-06A,TCGA-D3-A8GK-06A,TCGA-EE-A2A0-06A,TCGA-EE-A2GE-06A,TCGA-EB-A97M-01A,TCGA-EE-A29B-06A,TCGA-D9-A149-06A,TCGA-EE-A2GR-06A,TCGA-D3-A1Q4-06A,TCGA-FS-A1ZU-06A,TCGA-EB-A5SG-06A,TCGA-D3-A2JL-06A,TCGA-D9-A4Z6-06A,TCGA-GF-A6C8-06A,TCGA-ER-A19N-06A,TCGA-FS-A4F0-06A,TCGA-WE-A8ZT-06A,TCGA-FR-A69P-06A,TCGA-D3-A51F-06A,TCGA-DA-A3F2-06A,TCGA-D3-A3CC-06A,TCGA-EE-A2GI-06A,TCGA-EE-A29X-06A,TCGA-EE-A29E-06A,TCGA-BF-A5ES-01A,TCGA-GN-A268-06A,TCGA-D9-A148-06A,TCGA-FW-A3TU-06A,TCGA-EE-A2M5-06A,TCGA-EB-A4IS-01A,TCGA-EE-A2A2-06A,TCGA-EE-A2MR-06A,TCGA-D9-A1JW-06A,TCGA-GN-A267-06A,TCGA-FS-A1Z4-06A,TCGA-ER-A19O-06A,TCGA-EB-A5VU-01A,TCGA-HR-A2OH-06A,TCGA-FS-A1ZN-01A,TCGA-ER-A19B-06A,TCGA-EB-A5KH-06A,TCGA-FS-A4FC-06A,TCGA-D3-A8GN-06A,TCGA-D9-A6EC-06A,TCGA-EE-A29A-06A,TCGA-EB-A42Z-01A,TCGA-FS-A1ZS-06A,TCGA-EE-A3AA-06A,TCGA-ER-A19J-06A,TCGA-ER-A42K-06A,TCGA-GN-A4U5-01A,TCGA-YD-A9TA-06A,TCGA-BF-AAP2-01A,TCGA-YG-AA3P-06A,TCGA-XV-AAZV-01A,TCGA-D3-A8GS-06A,TCGA-EE-A29D-06A,TCGA-DA-A1I5-06A,TCGA-EE-A3AD-06A,TCGA-D3-A3C1-06A,TCGA-D3-A5GS-06A,TCGA-D3-A2J6-06A,TCGA-FR-A7UA-06A,TCGA-D9-A6E9-06A,TCGA-EE-A2GM-06B,TCGA-WE-A8K5-06A,TCGA-EE-A2MN-06A,TCGA-EE-A3JH-06A,TCGA-EE-A3JA-06A,TCGA-FS-A4F2-06A,TCGA-D3-A1QA-06A,TCGA-BF-AAP7-01A,TCGA-EE-A29M-06A,TCGA-ER-A2ND-06A,TCGA-WE-A8K6-06A,TCGA-FR-A7U8-06A,TCGA-D9-A3Z1-06A,TCGA-WE-A8ZM-06A,TCGA-WE-AAA4-06A,TCGA-3N-A9WC-06A,TCGA-EB-A1NK-01A,TCGA-DA-A95Z-06A,TCGA-GN-A265-06A,TCGA-FS-A1Z7-06A,TCGA-W3-A828-06A,TCGA-FS-A1Z0-06A,TCGA-D3-A2JC-06A,TCGA-EE-A2M6-06A,TCGA-FS-A1ZJ-06A,TCGA-EE-A17X-06A,TCGA-WE-A8ZQ-06A,TCGA-EB-A5SE-01A,TCGA-ER-A2NG-06A,TCGA-EB-A51B-01A,TCGA-RP-A695-06A,TCGA-D3-A3MV-06A,TCGA-FS-A1YX-06A,TCGA-FS-A1ZZ-06A,TCGA-D3-A5GN-06A,TCGA-FS-A1ZW-06A,TCGA-D3-A2JF-06A,TCGA-FS-A1ZK-06A,TCGA-ER-A2NC-06A,TCGA-FR-A8YD-06A,TCGA-ER-A19G-06A,TCGA-EB-A4P0-01A,TCGA-EE-A29N-06A,TCGA-W3-AA21-06A,TCGA-ER-A19E-06A,TCGA-BF-A1PU-01A,TCGA-BF-A9VF-01A,TCGA-D3-A1Q8-06A,TCGA-EE-A2MC-06A,TCGA-D3-A8GQ-06A,TCGA-GN-A26D-06A,TCGA-FS-A4F9-06A,TCGA-EE-A3JI-06A,TCGA-EE-A2GT-06A,TCGA-D3-A8GC-06A,TCGA-WE-A8ZN-06A,TCGA-3N-A9WB-06A,TCGA-EB-A44R-06A,TCGA-FS-A1ZM-06A,TCGA-EB-A5SH-06A,TCGA-DA-A3F5-06A,TCGA-ER-A193-06A,TCGA-EE-A2GU-06A,TCGA-FS-A4F8-06A,TCGA-EB-A44O-01A,TCGA-EE-A180-06A,TCGA-GN-A4U3-06A,TCGA-EE-A29L-06A,TCGA-EB-A3HV-01A,TCGA-EE-A2GB-06A,TCGA-EE-A2GK-06A,TCGA-EE-A181-06A,TCGA-DA-A1I8-06A,TCGA-D3-A8GO-06A,TCGA-EE-A2M7-06A,TCGA-EE-A2GH-06A,TCGA-D3-A51J-06A,TCGA-EE-A17Z-06A,TCGA-EB-A82B-01A,TCGA-Z2-AA3V-06A,TCGA-XV-A9W5-01A,TCGA-YG-AA3N-01A,TCGA-BF-AAP6-01A,TCGA-FR-A3R1-01A,TCGA-D3-A5GU-06A,TCGA-W3-AA1Q-06A,TCGA-BF-A1PV-01A,TCGA-EE-A29C-06A,TCGA-GF-A3OT-06A,TCGA-DA-A1I4-06A,TCGA-BF-A3DN-01A,TCGA-BF-AAP4-01A,TCGA-EE-A20I-06A,TCGA-LH-A9QB-06A,TCGA-GN-A262-06A,TCGA-ER-A2NF-01A,TCGA-ER-A2NF-06A,TCGA-EE-A2A1-06A,TCGA-EB-A5UN-06A,TCGA-D3-A2JG-06A,TCGA-EE-A3JE-06A,TCGA-XV-AAZW-01A,TCGA-D3-A2JP-06A,TCGA-D3-A1Q3-06A,TCGA-ER-A19F-06A,TCGA-D3-A51E-06A,TCGA-D3-A1Q9-06A,TCGA-FS-A1ZP-06A,TCGA-EB-A42Y-01A,TCGA-WE-A8ZY-06A,TCGA-EE-A20C-06A,GTEX-111CU-1126-SM-5EGIM,GTEX-111CU-1926-SM-5GZYZ,GTEX-111FC-0126-SM-5N9DL,GTEX-111FC-2526-SM-5GZXU,GTEX-111VG-0008-SM-5Q5BG,GTEX-111VG-1626-SM-5EGIO,GTEX-111VG-2426-SM-5GZXD,GTEX-111YS-0008-SM-5Q5BH,GTEX-111YS-1526-SM-5GZYW,GTEX-1122O-0008-SM-5QGR2,GTEX-1122O-2126-SM-5EGIR,GTEX-1128S-2326-SM-5GZZY,GTEX-113IC-0008-SM-5QGRF,GTEX-113IC-0126-SM-5HL6T,GTEX-113JC-0008-SM-5QGR6,GTEX-113JC-2326-SM-5EQ4E,GTEX-117XS-2726-SM-5N9BL,GTEX-117YW-0008-SM-5QGRD,GTEX-117YW-2626-SM-5GZZH,GTEX-117YX-1926-SM-5GIEC,GTEX-117YX-2326-SM-5H12W,GTEX-1192W-0008-SM-5QGRE,GTEX-1192X-0008-SM-5Q5B7,GTEX-1192X-0226-SM-5H12D,GTEX-1192X-2726-SM-5N9DN,GTEX-11DXW-0226-SM-5H122,GTEX-11DXW-0826-SM-5H118,GTEX-11DXX-0008-SM-5Q5B8,GTEX-11DXX-2126-SM-5PNYR,GTEX-11DXX-2426-SM-5GZZW,GTEX-11DXY-0008-SM-5QGR4,GTEX-11DXY-0126-SM-5H11Q,GTEX-11DXY-2626-SM-5GIE7,GTEX-11DXZ-2026-SM-5987S,GTEX-11DXZ-2326-SM-5EGGV,GTEX-11DYG-0008-SM-5QGR5,GTEX-11DYG-0126-SM-59883,GTEX-11DYG-1526-SM-5A5JS,GTEX-11DZ1-0008-SM-5QGR3,GTEX-11DZ1-0126-SM-5985Q,GTEX-11DZ1-2426-SM-5GZZX,GTEX-11EI6-0008-SM-5QGR7,GTEX-11EI6-0126-SM-5985R,GTEX-11EI6-2826-SM-5H11D,GTEX-11EM3-1226-SM-5N9DD,GTEX-11EM3-2426-SM-59861,GTEX-11EMC-0008-SM-5Q5DR,GTEX-11EMC-2926-SM-5EQ4F,GTEX-11EQ8-0008-SM-5Q5DJ,GTEX-11EQ8-0126-SM-5EQ54,GTEX-11EQ8-0926-SM-5H12V,GTEX-11EQ9-0008-SM-5Q5DK,GTEX-11EQ9-1626-SM-5PNY8,GTEX-11EQ9-2426-SM-5HL5T,GTEX-11GS4-0008-SM-5QGRA,GTEX-11GS4-2726-SM-5A5LE,GTEX-11GSO-2426-SM-5A5LY,GTEX-11GSP-0008-SM-5Q5DM,GTEX-11H98-0126-SM-5EGHG,GTEX-11I78-0008-SM-5Q5DI,GTEX-11ILO-0008-SM-5QGR9,GTEX-11ILO-0126-SM-5A5LN,GTEX-11ILO-0626-SM-5A5LO,GTEX-11LCK-0008-SM-5Q5BB,GTEX-11LCK-1026-SM-5A5KB,GTEX-11LCK-2226-SM-5HL4Q,GTEX-11NSD-2226-SM-5986V,GTEX-11NUK-0126-SM-5A5L3,GTEX-11NUK-2726-SM-5A5MC,GTEX-11NV4-0008-SM-5Q5BA,GTEX-11O72-0008-SM-5Q5DN,GTEX-11O72-0126-SM-59887,GTEX-11O72-0626-SM-5PNYE,GTEX-11OC5-0126-SM-5HL6A,GTEX-11OF3-0008-SM-5S2NH,GTEX-11OF3-0126-SM-5PNYF,GTEX-11OF3-2626-SM-5GU7F,GTEX-11ONC-0008-SM-5S2MG,GTEX-11P7K-1126-SM-5HL4L,GTEX-11P7K-2126-SM-5GU7G,GTEX-11P81-0008-SM-5S2OT,GTEX-11P81-2226-SM-5PNYI,GTEX-11P81-2326-SM-59875,GTEX-11P82-0008-SM-5S2MS,GTEX-11P82-1626-SM-59879,GTEX-11PRG-0008-SM-5S2N5,GTEX-11TT1-1826-SM-5EQLV,GTEX-11TT1-2526-SM-5EGIB,GTEX-11TTK-0008-SM-5S2RU,GTEX-11TTK-0126-SM-5987B,GTEX-11TUW-0008-SM-5SI6S,GTEX-11TUW-0626-SM-5LU9M,GTEX-11TUW-2726-SM-5EQLC,GTEX-11UD1-0008-SM-5S2P6,GTEX-11UD1-0126-SM-5PNYG,GTEX-11VI4-1126-SM-5EQMD,GTEX-11VI4-1726-SM-5CVLH,GTEX-11WQC-0008-SM-5SI6R,GTEX-11WQC-1826-SM-5GU59,GTEX-11WQC-2526-SM-5CVLE,GTEX-11WQK-0008-SM-5SI6T,GTEX-11WQK-1026-SM-5EQLX,GTEX-11XUK-0008-SM-5S2WD,GTEX-11XUK-2026-SM-5EQLF,GTEX-11ZTS-0008-SM-5S2VC,GTEX-11ZTS-0126-SM-5EQ6M,GTEX-11ZTT-0008-SM-5S2TZ,GTEX-11ZTT-2126-SM-5CVLO,GTEX-11ZTT-2426-SM-5EQLS,GTEX-11ZU8-0008-SM-5S2VO,GTEX-11ZU8-0126-SM-5EQ58,GTEX-11ZU8-2526-SM-5EQKI,GTEX-11ZUS-0008-SM-5S2UO,GTEX-11ZUS-2626-SM-5FQUR,GTEX-11ZVC-2526-SM-5FQTE,GTEX-1211K-1526-SM-5FQU4,GTEX-1211K-2026-SM-5EQ4Z,GTEX-12126-0008-SM-5S2UC,GTEX-12126-0326-SM-5PNW3,GTEX-12126-0826-SM-5FQTZ,GTEX-1212Z-0126-SM-59HK4,GTEX-1212Z-2526-SM-5EGKP,GTEX-12584-0126-SM-5EGKQ,GTEX-12584-0726-SM-5FQTK,GTEX-12696-0126-SM-5EQ4L,GTEX-12696-2426-SM-5EQ6H,GTEX-1269C-2526-SM-5EGJ3,GTEX-12C56-1526-SM-5FQUQ,GTEX-12C56-1726-SM-5EQ61,GTEX-12KS4-0326-SM-5EQ41,GTEX-12KS4-2126-SM-5FQUT,GTEX-12WS9-0126-SM-5EGL7,GTEX-12WS9-0326-SM-59HJV,GTEX-12WSA-0226-SM-5BC5V,GTEX-12WSB-0126-SM-59HJN,GTEX-12WSB-2926-SM-59HKL,GTEX-12WSC-0126-SM-5EQ4P,GTEX-12WSC-2826-SM-5BC5Y,GTEX-12WSD-0126-SM-59HKN,GTEX-12WSD-0626-SM-5GCMW,GTEX-12WSH-0008-SM-5S2V1,GTEX-12WSH-1526-SM-5BC5W,GTEX-12WSJ-1126-SM-5LZVJ,GTEX-12WSJ-1826-SM-5GCNY,GTEX-12WSK-2126-SM-5CVNC,GTEX-12WSK-2326-SM-5GCOH,GTEX-12WSL-2026-SM-5GCML,GTEX-12WSL-2526-SM-5GCNJ,GTEX-12WSM-0008-SM-5S2VD,GTEX-12WSN-1426-SM-5GCO6,GTEX-12WSN-2326-SM-5DUVG,GTEX-12ZZX-0126-SM-5EGK9,GTEX-12ZZX-2426-SM-5GCOE,GTEX-12ZZY-0226-SM-5LZVE,GTEX-12ZZY-0726-SM-5EQ66,GTEX-12ZZZ-0626-SM-5DUXI,GTEX-13111-1626-SM-5EGJY,GTEX-13111-1826-SM-5GCP1,GTEX-13112-0126-SM-5P9IU,GTEX-13112-2826-SM-5DUWH,GTEX-13113-1626-SM-5EQ4I,GTEX-13113-1926-SM-5LZWG,GTEX-1313W-0126-SM-5LZUN,GTEX-1313W-0626-SM-5EQ4H,GTEX-1314G-1326-SM-5BC6E,GTEX-131XF-2126-SM-5DUWS,GTEX-131XF-2626-SM-5EQ6K,GTEX-131XH-0126-SM-5LZUY,GTEX-131XH-2226-SM-5DUXJ,GTEX-131XW-0626-SM-5PNVD,GTEX-131YS-0126-SM-5KM1M,GTEX-131YS-2826-SM-5EQ47,GTEX-132AR-0326-SM-5KM2C,GTEX-132NY-0326-SM-5IJBL,GTEX-133LE-1826-SM-5J1MV,GTEX-133LE-2326-SM-5K7W3,GTEX-1399Q-2326-SM-5KM2X,GTEX-1399R-1326-SM-5PNYS,GTEX-1399R-2726-SM-5IJBA,GTEX-1399S-0126-SM-5IJCF,GTEX-1399T-2826-SM-5KLYZ,GTEX-1399U-0008-SM-5S2VE,GTEX-1399U-1126-SM-5L3DB,GTEX-139D8-0226-SM-5KLZO,GTEX-139D8-1126-SM-5LU8W,GTEX-139T4-0008-SM-5S2WF,GTEX-139T4-0226-SM-5HL5S,GTEX-139T8-0126-SM-5K7XZ,GTEX-139T8-0626-SM-5KLZX,GTEX-139TS-2126-SM-5K7XC,GTEX-139TS-2826-SM-5J1OO,GTEX-139TT-0126-SM-5K7Y5,GTEX-139TT-2126-SM-5LZWC,GTEX-139TU-0126-SM-5K7WH,GTEX-139TU-0726-SM-5L3EK,GTEX-139UW-0326-SM-5J1ML,GTEX-139UW-2826-SM-5L3E7,GTEX-139YR-1026-SM-5LZYN,GTEX-13CF3-2426-SM-5IFGX,GTEX-13D11-0926-SM-5J2NC,GTEX-13FH7-1126-SM-5K7UG,GTEX-13FH7-2026-SM-5IJCR,GTEX-13FHO-0426-SM-5L3F5,GTEX-13FHP-0126-SM-5IJBG,GTEX-13FLV-0126-SM-5K7WT,GTEX-13FTW-0326-SM-5K7UW,GTEX-13FTW-2626-SM-5K7WL,GTEX-13FTX-1526-SM-5K7VJ,GTEX-13FTY-0526-SM-5L3EV,GTEX-13FTY-2126-SM-5IFFB,GTEX-13FXS-0226-SM-5IJCK,GTEX-13G51-1826-SM-5KLZH,GTEX-13G51-2526-SM-5LZYK,GTEX-13IVO-0126-SM-5J1NG,GTEX-13IVO-0726-SM-5LZYV,GTEX-13JUV-2026-SM-5K7UA,GTEX-13JVG-0726-SM-5KM16,GTEX-13N11-2326-SM-5IJBF,GTEX-13N11-2526-SM-5K7UE,GTEX-13N1W-0126-SM-5K7VT,GTEX-13N2G-0226-SM-5K7VF,GTEX-13N2G-2626-SM-5J1OT,GTEX-13NYB-0126-SM-5J1MD,GTEX-13NYB-2526-SM-5K7Z6,GTEX-13NYC-0326-SM-5K7WP,GTEX-13NYS-0626-SM-5L3F1,GTEX-13NZ8-0826-SM-5MR3I,GTEX-13NZ9-2626-SM-5L3FK,GTEX-13NZB-2526-SM-5J1OM,GTEX-13O1R-0126-SM-5L3EH,GTEX-13O21-1426-SM-5K7XI,GTEX-13O3O-2326-SM-5IJD6,GTEX-13O3P-0126-SM-5KM4S,GTEX-13O3Q-2426-SM-5IJBR,GTEX-13OVG-1626-SM-5J1NF,GTEX-13OVH-0126-SM-5MR4B,GTEX-13OVH-0526-SM-5L3E6,GTEX-13OVI-1426-SM-5L3EY,GTEX-13OVI-2726-SM-5KM56,GTEX-13OVJ-0126-SM-5KM36,GTEX-13OVJ-0826-SM-5J1OK,GTEX-13OVL-0126-SM-5L3GJ,GTEX-13OVL-0226-SM-5L3E9,GTEX-13OW5-0126-SM-5MR3A,GTEX-13OW5-2326-SM-5L3HO,GTEX-13OW6-0426-SM-5L3HM,GTEX-13OW6-2726-SM-5J2OE,GTEX-13OW7-0126-SM-5MR3B,GTEX-13OW7-0426-SM-5K7VK,GTEX-13OW8-1026-SM-5J1NQ,GTEX-13OW8-1326-SM-5J1OW,GTEX-13PDP-0126-SM-5L3HD,GTEX-13PDP-0726-SM-5L3HP,GTEX-13PVQ-0126-SM-5SIB4,GTEX-13PVQ-0626-SM-5LU47,GTEX-13PVR-0426-SM-5RQK2,GTEX-13PVR-2326-SM-5QGR1,GTEX-13RTJ-2426-SM-5S2Q2,GTEX-13S7M-0126-SM-5SI6A,GTEX-13SLW-0126-SM-5SI6C,GTEX-13SLW-0626-SM-5Q5ER,GTEX-13SLX-0526-SM-5S2ON,GTEX-13U4I-0126-SM-5LU38,GTEX-13U4I-2226-SM-5LU5H,GTEX-13VXT-0126-SM-5LU4I,GTEX-13VXT-1926-SM-5K7UO,GTEX-13VXU-0126-SM-5SI9F,GTEX-13VXU-0626-SM-5L3F9,GTEX-13W3W-0726-SM-5IJDQ,GTEX-13W3W-2426-SM-5LU5B,GTEX-13W46-0226-SM-5SIAG,GTEX-13X6I-0626-SM-5QGP9,GTEX-13X6I-1826-SM-5SIAO,GTEX-13X6J-0126-SM-5QGOU,GTEX-13X6J-0626-SM-5LU5F,GTEX-13X6K-0626-SM-5LU5D,GTEX-13YAN-0326-SM-5O9DF,GTEX-144FL-0626-SM-5LU43,GTEX-144GN-2326-SM-5LU4F,GTEX-144GO-2026-SM-5O99P,GTEX-145LS-0126-SM-5QGP1,GTEX-145LT-1726-SM-5QGP3,GTEX-145LV-2126-SM-5LU8N,GTEX-145ME-1726-SM-5Q5EU,GTEX-145ME-1826-SM-5SI9G,GTEX-145MF-0626-SM-5LUAI,GTEX-145MG-1526-SM-5Q5EM,GTEX-145MH-2826-SM-5RQJF,GTEX-145MI-0526-SM-5O9A8,GTEX-145MI-0626-SM-5SI8S,GTEX-145MN-1526-SM-5SI9T,GTEX-145MN-2226-SM-5SIAU,GTEX-145MO-2826-SM-5LU96,GTEX-146FH-0126-SM-5QGPP,GTEX-146FQ-0126-SM-5NQA9,GTEX-146FQ-2126-SM-5RQHU,GTEX-146FR-1326-SM-5SIAJ,GTEX-14753-0426-SM-5NQAM,GTEX-14753-0726-SM-5QGQO,GTEX-147F3-0526-SM-5SI98,GTEX-147F3-1726-SM-5SIAW,GTEX-147F4-0226-SM-5QGPW,GTEX-147GR-0526-SM-5S2MY,GTEX-148VI-1626-SM-5SI6E,GTEX-148VJ-0626-SM-5LUAW,GTEX-1497J-0226-SM-5QGPU,GTEX-14A5H-0426-SM-5QGQF,GTEX-14A5H-0826-SM-5QGPJ,GTEX-14A6H-0126-SM-5QGPK,GTEX-14A6H-2026-SM-5Q5DD,GTEX-14AS3-1526-SM-5Q5ED,GTEX-14B4R-1326-SM-5Q5EZ,GTEX-14BIN-1126-SM-5RQJZ,GTEX-14BMU-1226-SM-5S2OR,GTEX-14BMV-0126-SM-5S2PO,GTEX-14C38-0726-SM-5SI6M,GTEX-14C39-1726-SM-5RQIL,GTEX-14C5O-0126-SM-5SI6N,GTEX-14DAQ-0126-SM-5S2MQ,GTEX-14DAR-2026-SM-5S2O3,GTEX-14E6C-0126-SM-5RQIP,GTEX-14E6E-1826-SM-5S2R7,GTEX-N7MS-0008-SM-4E3JI,GTEX-N7MS-0225-SM-4E3HO,GTEX-NFK9-0008-SM-4E3JE,GTEX-NFK9-0226-SM-2HMKQ,GTEX-NL3G-0008-SM-4E3JX,GTEX-NL4W-0008-SM-4E3I2,GTEX-NPJ7-0008-SM-4E3JS,GTEX-NPJ8-0126-SM-2YUNR,GTEX-O5YT-0008-SM-4E3IQ,GTEX-O5YT-0126-SM-48TBW,GTEX-O5YU-0008-SM-4E3I7,GTEX-O5YW-0008-SM-4E3IE,GTEX-O5YW-0126-SM-3LK6D,GTEX-OHPJ-0008-SM-4E3JG,GTEX-OHPK-0008-SM-4E3JL,GTEX-OHPL-0008-SM-4E3I9,GTEX-OHPL-0126-SM-2HMJ7,GTEX-OHPM-0008-SM-4E3IP,GTEX-OHPM-0126-SM-2YUN9,GTEX-OIZG-0008-SM-4E3J2,GTEX-OIZG-0726-SM-33HBL,GTEX-OIZH-0126-SM-2HMIS,GTEX-OIZI-0008-SM-2XCFD,GTEX-OOBJ-0008-SM-3NB26,GTEX-OOBK-0008-SM-3NB27,GTEX-OOBK-0126-SM-2YUND,GTEX-OXRK-0008-SM-3NB28,GTEX-OXRK-0226-SM-2YUN1,GTEX-OXRK-0226-SM-3NB2G,GTEX-OXRL-0008-SM-3NB29,GTEX-OXRL-0126-SM-2YUMP,GTEX-OXRN-0126-SM-48TDM,GTEX-OXRO-0126-SM-2YUN4,GTEX-OXRP-0126-SM-3NB32,GTEX-OXRP-0126-SM-48TDI,GTEX-P44H-0008-SM-48TDW,GTEX-P4PP-0008-SM-48TDV,GTEX-P4PP-0126-SM-3LK69,GTEX-P4PQ-0008-SM-48TDX,GTEX-P4PQ-0126-SM-2S1NM,GTEX-P4QR-0008-SM-48TE2,GTEX-P4QR-0326-SM-5SI8P,GTEX-P4QS-0008-SM-48TDY,GTEX-P4QT-0008-SM-48TDZ,GTEX-P4QT-0126-SM-2I3FL,GTEX-P78B-0008-SM-48TE1,GTEX-PLZ4-0008-SM-48TE6,GTEX-PLZ4-0126-SM-2S1OG,GTEX-PLZ4-0126-SM-5SI8O,GTEX-PLZ5-2026-SM-2S1O4,GTEX-PLZ6-0008-SM-48TD5,GTEX-PLZ6-1426-SM-2S1OQ,GTEX-PLZ6-1426-SM-5S2TR,GTEX-POYW-0008-SM-48TE4,GTEX-PSDG-0008-SM-48TE5,GTEX-PSDG-0226-SM-33HC1,GTEX-PVOW-0008-SM-48TE8,GTEX-PVOW-0126-SM-2XCFA,GTEX-PW2O-0008-SM-48TEB,GTEX-PWCY-0008-SM-48TE9,GTEX-PWCY-1826-SM-2S1OK,GTEX-PWCY-1826-SM-5SI7U,GTEX-PWN1-0008-SM-48TEA,GTEX-PWN1-0126-SM-2I3FK,GTEX-PWO3-1526-SM-48TCM,GTEX-PWOO-0008-SM-48TDU,GTEX-PX3G-0008-SM-48U2L,GTEX-Q2AH-0008-SM-48U2J,GTEX-Q2AI-0008-SM-48U2H,GTEX-Q2AI-1326-SM-2S1PL,GTEX-Q734-0008-SM-48U2I,GTEX-QCQG-0008-SM-48U2G,GTEX-QCQG-1726-SM-3GIJ9,GTEX-QDT8-0008-SM-48U2F,GTEX-QDT8-0126-SM-48TZ1,GTEX-QDVJ-0008-SM-48U2E,GTEX-QDVN-2026-SM-3GAEP,GTEX-QEG4-0008-SM-48TYZ,GTEX-QEG4-0226-SM-2S1PY,GTEX-QEG5-0008-SM-4R1KL,GTEX-QEL4-0008-SM-447AZ,GTEX-QESD-0008-SM-447B2,GTEX-QESD-1426-SM-2S1R9,GTEX-QLQ7-0008-SM-447AW,GTEX-QLQ7-1626-SM-2S1R8,GTEX-QLQW-1126-SM-2S1Q8,GTEX-QMR6-0008-SM-447AV,GTEX-QMRM-0008-SM-447B1,GTEX-QV31-0008-SM-447AT,GTEX-QV44-0008-SM-447AX,GTEX-QV44-1926-SM-2S1RF,GTEX-QVJO-0008-SM-447AU,GTEX-QVJO-1626-SM-2S1QW,GTEX-QXCU-0008-SM-48FCH,GTEX-R3RS-0008-SM-48FF1,GTEX-R3RS-0126-SM-3GIJL,GTEX-R45C-0008-SM-48FF2,GTEX-R53T-0008-SM-48FEW,GTEX-R55D-0008-SM-48FEV,GTEX-R55E-0008-SM-48FCG,GTEX-R55E-0126-SM-2TC5Y,GTEX-R55F-0008-SM-48FE6,GTEX-R55F-0126-SM-48FCK,GTEX-R55G-0008-SM-48FEX,GTEX-R55G-2526-SM-2TC6D,GTEX-RM2N-1426-SM-2TF4H,GTEX-RN64-0008-SM-48FEZ,GTEX-RN64-0126-SM-2TC68,GTEX-RNOR-0008-SM-48FEY,GTEX-RNOR-0126-SM-2TF57,GTEX-RTLS-0008-SM-48FET,GTEX-RU72-0008-SM-46MV8,GTEX-RU72-0926-SM-2TF6B,GTEX-RUSQ-1526-SM-2TF62,GTEX-RVPU-0008-SM-3NM8B,GTEX-RVPU-2226-SM-2XCAQ,GTEX-RVPV-0008-SM-47JYW,GTEX-RWS6-0008-SM-47JYV,GTEX-RWSA-0008-SM-47JYX,GTEX-RWSA-0126-SM-2XCBB,GTEX-S33H-0008-SM-4AD6C,GTEX-S341-0008-SM-4AD6D,GTEX-S3XE-0008-SM-3NM8O,GTEX-S3XE-1726-SM-3K2AM,GTEX-S4P3-0008-SM-3NM8R,GTEX-S4Q7-0008-SM-3NM8A,GTEX-S4UY-0008-SM-3NM8H,GTEX-S7PM-0008-SM-3NM9Q,GTEX-S7PM-0126-SM-4AD6S,GTEX-S7SF-1626-SM-3K2AY,GTEX-S95S-0008-SM-4AT5M,GTEX-SE5C-0008-SM-4B64J,GTEX-SIU7-1726-SM-2XCDZ,GTEX-SIU8-0008-SM-4BRUC,GTEX-SIU8-0126-SM-2XCDT,GTEX-SJXC-0008-SM-4DM7G,GTEX-SJXC-0126-SM-2XCFF,GTEX-SN8G-0008-SM-4DM4X,GTEX-SNMC-0008-SM-4DM5A,GTEX-SNOS-0008-SM-4DM6I,GTEX-SSA3-0008-SM-47JWJ,GTEX-SUCS-0008-SM-4DM53,GTEX-SUCS-1926-SM-32PM3,GTEX-T2IS-0008-SM-4DM75,GTEX-T2IS-0126-SM-4DM6O,GTEX-T2YK-0008-SM-4DM6M,GTEX-T5JC-0426-SM-32PLO,GTEX-T5JW-0008-SM-4DM5X,GTEX-T6MN-0008-SM-4DM7H,GTEX-T6MN-0126-SM-32PLP,GTEX-T6MO-1626-SM-32QOM,GTEX-T8EM-1026-SM-3DB7M,GTEX-TKQ2-0008-SM-4DM5L,GTEX-TMKS-0126-SM-3DB7S,GTEX-TML8-0008-SM-4DXUI,GTEX-TML8-1926-SM-32QOS,GTEX-TMMY-0226-SM-33HBA,GTEX-TMZS-0008-SM-47JWM,GTEX-TMZS-0126-SM-3DB9Q,GTEX-TSE9-0008-SM-4DXT8,GTEX-TSE9-0126-SM-3DB83,GTEX-U3ZG-0008-SM-47JWL,GTEX-U3ZH-0008-SM-4DXT2,GTEX-U3ZM-1526-SM-3DB9D,GTEX-U3ZN-0008-SM-4DXTL,GTEX-U4B1-0008-SM-4DXUW,GTEX-U4B1-1826-SM-4DXSU,GTEX-U8T8-0008-SM-4DXSP,GTEX-U8T8-0126-SM-3DB94,GTEX-U8XE-0008-SM-4E3K4,GTEX-U8XE-0226-SM-4E3J3,GTEX-U8XE-0326-SM-3DB8P,GTEX-UJHI-0008-SM-4IHL1,GTEX-UJHI-1526-SM-3DB99,GTEX-UJMC-0008-SM-4IHKK,GTEX-UPJH-0226-SM-3GADV,GTEX-UPK5-0008-SM-4IHJD,GTEX-UPK5-0726-SM-4IHL7,GTEX-UTHO-0008-SM-4JBID,GTEX-V1D1-0008-SM-4JBIJ,GTEX-V1D1-2026-SM-3GAF4,GTEX-V1D1-2226-SM-3NMAX,GTEX-VJYA-1526-SM-3GIJV,GTEX-VUSG-0008-SM-4KL24,GTEX-VUSG-2326-SM-4KL1U,GTEX-VUSG-2526-SM-4KL1V,GTEX-VUSH-0008-SM-47JWK,GTEX-W5WG-0008-SM-4KL25,GTEX-W5WG-1826-SM-4KL2Y,GTEX-W5X1-0008-SM-4LMKA,GTEX-W5X1-2526-SM-3GILC,GTEX-WCDI-0008-SM-47JYE,GTEX-WEY5-0008-SM-4LMKC,GTEX-WEY5-2326-SM-3GIKK,GTEX-WFG7-0008-SM-4LMKB,GTEX-WFG7-2026-SM-5SI7P,GTEX-WFJO-0008-SM-4LVN7,GTEX-WFON-1926-SM-3LK7L,GTEX-WFON-2126-SM-3LK7O,GTEX-WH7G-0008-SM-4LVNM,GTEX-WH7G-2026-SM-3NMBL,GTEX-WH7G-2326-SM-3NMBC,GTEX-WHPG-2626-SM-3NMBR,GTEX-WHSB-0008-SM-4M1ZP,GTEX-WHSB-1326-SM-3LK6W,GTEX-WHSE-0008-SM-4M1ZO,GTEX-WHSE-0126-SM-3NMBT,GTEX-WHWD-0008-SM-4OOSU,GTEX-WHWD-1826-SM-3LK6I,GTEX-WI4N-0008-SM-4OOSV,GTEX-WI4N-1026-SM-3LK7N,GTEX-WI4N-2726-SM-3LK7Y,GTEX-WK11-0008-SM-4OOSX,GTEX-WK11-2726-SM-3NMAQ,GTEX-WL46-0008-SM-4OOSW,GTEX-WOFL-0008-SM-4OOSZ,GTEX-WOFL-0126-SM-3MJG2,GTEX-WQUQ-0008-SM-4OOT1,GTEX-WQUQ-0426-SM-3MJFU,GTEX-WRHK-0008-SM-4MVPA,GTEX-WRHK-1426-SM-3MJF9,GTEX-WRHU-0008-SM-4MVPB,GTEX-WRHU-2826-SM-3MJG8,GTEX-WVJS-0008-SM-4MVPC,GTEX-WVJS-0126-SM-4MVOT,GTEX-WVLH-0008-SM-4MVPD,GTEX-WWTW-0008-SM-4MVPE,GTEX-WWYW-0008-SM-4MVPF,GTEX-WXYG-0008-SM-4ONDU,GTEX-WXYG-2026-SM-4E3IY,GTEX-WXYG-2326-SM-4E3I6,GTEX-WY7C-0008-SM-4ONDW,GTEX-WY7C-2126-SM-3NB2R,GTEX-WY7C-2326-SM-3NB2U,GTEX-WYBS-0008-SM-4ONDX,GTEX-WYBS-0626-SM-3NMAS,GTEX-WYJK-0008-SM-4ONDV,GTEX-WYJK-0126-SM-3NMAB,GTEX-WYJK-0526-SM-3NM8Z,GTEX-WYVS-0008-SM-4ONDY,GTEX-WYVS-1626-SM-3NM9R,GTEX-WYVS-2126-SM-3NMA3,GTEX-WZTO-0008-SM-4PQZZ,GTEX-WZTO-0126-SM-3NM95,GTEX-X261-0008-SM-4PR11,GTEX-X261-0126-SM-3NMD6,GTEX-X3Y1-0008-SM-4PR12,GTEX-X3Y1-2026-SM-3P5YM,GTEX-X4EO-0008-SM-4QASS,GTEX-X4EO-0326-SM-3P5YO,GTEX-X4EO-2926-SM-4E3JH,GTEX-X4EP-0008-SM-4PQYO,GTEX-X4EP-0126-SM-3P5YV,GTEX-X4EP-0626-SM-3P621,GTEX-X4LF-0008-SM-4QAST,GTEX-X4XX-0126-SM-3NMC2,GTEX-X4XY-0008-SM-46MVL,GTEX-X4XY-0226-SM-4E3IZ,GTEX-X585-0008-SM-46MU4,GTEX-X585-0226-SM-4QAS2,GTEX-X585-2426-SM-46MW2,GTEX-X5EB-0008-SM-46MU3,GTEX-X5EB-2226-SM-46MW4,GTEX-X62O-0126-SM-4E3JN,GTEX-X638-0008-SM-47JZ7,GTEX-X638-0126-SM-47JZ8,GTEX-X88G-0008-SM-47JWN,GTEX-X8HC-0008-SM-46MU6,GTEX-X8HC-0126-SM-4E3JW,GTEX-X8HC-0626-SM-4E3HQ,GTEX-XAJ8-0008-SM-46MU7,GTEX-XAJ8-0826-SM-47JY6,GTEX-XAJ8-1426-SM-47JYM,GTEX-XBEC-0726-SM-4QARZ,GTEX-XBED-1926-SM-47JYP,GTEX-XBED-2226-SM-47JYQ,GTEX-XBEW-0008-SM-4AT3Y,GTEX-XBEW-0626-SM-4QASP,GTEX-XBEW-1126-SM-4QARW,GTEX-XGQ4-0008-SM-4AT3Z,GTEX-XK95-0008-SM-4AT5G,GTEX-XK95-0226-SM-4AT58,GTEX-XLM4-0008-SM-4AT4W,GTEX-XMD1-0008-SM-4AT41,GTEX-XMD2-0008-SM-4WWE7,GTEX-XMD3-0008-SM-4AT4V,GTEX-XOT4-0008-SM-4B664,GTEX-XOT4-0626-SM-4B66L,GTEX-XOTO-0126-SM-4B66N,GTEX-XOTO-0726-SM-4B659,GTEX-XPT6-0008-SM-4B64Q,GTEX-XPVG-2126-SM-4B667,GTEX-XPVG-2626-SM-4B669,GTEX-XQ3S-1426-SM-4BOPR,GTEX-XQ3S-1526-SM-4BOOC,GTEX-XQ8I-0008-SM-4WAWM,GTEX-XQ8I-0426-SM-4BOPO,GTEX-XQ8I-0926-SM-4BOOF,GTEX-XUJ4-0008-SM-4BOQI,GTEX-XUJ4-1826-SM-4BOOU,GTEX-XUW1-0008-SM-4BOQH,GTEX-XUW1-0426-SM-4BOOT,GTEX-XUW1-0926-SM-4BONX,GTEX-XUYS-0008-SM-47JYZ,GTEX-XUYS-0126-SM-47JWZ,GTEX-XUZC-0008-SM-4BOQG,GTEX-XUZC-1726-SM-4BRWS,GTEX-XV7Q-0008-SM-4BRWL,GTEX-XV7Q-1826-SM-4BRUV,GTEX-XV7Q-2526-SM-4BRV9,GTEX-XXEK-1626-SM-4BRUZ,GTEX-XXEK-2226-SM-4BRUM,GTEX-XYKS-0008-SM-4BRW6,GTEX-XYKS-2126-SM-4E3IB,GTEX-Y111-0008-SM-4SOJ3,GTEX-Y111-0126-SM-4SOIV,GTEX-Y111-0626-SM-4SOIT,GTEX-Y114-0008-SM-4TT8X,GTEX-Y114-2126-SM-4TT8B,GTEX-Y114-2426-SM-4TT8A,GTEX-Y3I4-0008-SM-4TT21,GTEX-Y3I4-1726-SM-4TT89,GTEX-Y3I4-2126-SM-4TT7C,GTEX-Y3IK-0008-SM-4WWDZ,GTEX-Y3IK-1626-SM-4YCF5,GTEX-Y3IK-2426-SM-4WWDU,GTEX-Y5LM-1926-SM-5RQJH,GTEX-Y5V5-0126-SM-5S2NW,GTEX-Y5V5-2326-SM-4V6GA,GTEX-Y5V6-0008-SM-4V6FV,GTEX-Y5V6-2326-SM-4VDSA,GTEX-Y5V6-2426-SM-4VDSB,GTEX-Y8DK-0008-SM-4RGM2,GTEX-Y8DK-0126-SM-4TT3L,GTEX-Y8E4-0008-SM-4V6FW,GTEX-Y8E4-0626-SM-4WWDL,GTEX-Y8E4-2026-SM-5IFJB,GTEX-Y8E5-0008-SM-57WBA,GTEX-Y8LW-0008-SM-4V6G5,GTEX-Y8LW-1526-SM-5IFHL,GTEX-Y8LW-1826-SM-5S2MV,GTEX-Y9LG-0008-SM-4VBRJ,GTEX-Y9LG-1126-SM-4VBQ7,GTEX-YB5E-0008-SM-4VDT7,GTEX-YB5K-0008-SM-4VDT8,GTEX-YB5K-2026-SM-4VDT3,GTEX-YB5K-2126-SM-4WWDJ,GTEX-YBZK-0008-SM-59HL6,GTEX-YEC3-1326-SM-4WWEL,GTEX-YEC3-1326-SM-5PNXV,GTEX-YEC4-0008-SM-4W1YR,GTEX-YEC4-1826-SM-4W1YP,GTEX-YEC4-2126-SM-5IFJH,GTEX-YECK-0008-SM-4W1ZG,GTEX-YECK-0326-SM-4W1YS,GTEX-YF7O-0008-SM-4W1ZS,GTEX-YF7O-1526-SM-5IFI6,GTEX-YFC4-0008-SM-4RGM3,GTEX-YFC4-0126-SM-5CVLY,GTEX-YFCO-1226-SM-5LUAT,GTEX-YJ89-0008-SM-4RGM4,GTEX-YJ89-0126-SM-4TT3X,GTEX-YJ8A-0426-SM-5IFID,GTEX-YJ8O-2526-SM-5HL85,GTEX-Z93S-0008-SM-4RGM5,GTEX-Z93S-0126-SM-5HL7M,GTEX-Z93S-1626-SM-5CVMB,GTEX-Z93T-0126-SM-5HL5N,GTEX-Z9EW-1626-SM-5CVMN,GTEX-ZA64-1026-SM-5HL8R,GTEX-ZAB4-0008-SM-4RGM6,GTEX-ZAB4-2126-SM-5HL8U,GTEX-ZAB5-1826-SM-5HL7C,GTEX-ZAB5-2626-SM-5KM3Y,GTEX-ZAJG-0126-SM-5HL94,GTEX-ZAK1-0126-SM-5IJD3,GTEX-ZAK1-0626-SM-5HL8E,GTEX-ZC5H-0008-SM-4WAX8,GTEX-ZC5H-0226-SM-4WAY9,GTEX-ZC5H-1526-SM-5HL9Y,GTEX-ZDTS-0008-SM-4E3I8,GTEX-ZDTS-0126-SM-4WAY5,GTEX-ZDTS-0826-SM-4WKHL,GTEX-ZDTT-0008-SM-4E3K5,GTEX-ZDTT-0426-SM-4WKFL,GTEX-ZDTT-2726-SM-4WKF8,GTEX-ZDXO-0008-SM-4E3HR,GTEX-ZDXO-3026-SM-5J1N5,GTEX-ZDXO-3126-SM-5IJDF,GTEX-ZDYS-0008-SM-4E3IX,GTEX-ZDYS-2026-SM-5HL5L,GTEX-ZDYS-2426-SM-4WKGI,GTEX-ZE7O-0126-SM-57WC1,GTEX-ZE7O-2726-SM-51MT5,GTEX-ZE9C-0008-SM-4E3K6,GTEX-ZE9C-2526-SM-5IJDR,GTEX-ZE9C-2726-SM-57WB5,GTEX-ZEX8-0008-SM-4E3JU,GTEX-ZEX8-2426-SM-4WKG4,GTEX-ZF28-0126-SM-4WKGK,GTEX-ZF29-0926-SM-4WKFZ,GTEX-ZF2S-0008-SM-4E3IK,GTEX-ZF2S-2326-SM-4WWCE,GTEX-ZGAY-0526-SM-4WWBB,GTEX-ZLFU-1826-SM-4WWBV,GTEX-ZLV1-1526-SM-4WWBC,GTEX-ZLWG-0008-SM-4E3J4,GTEX-ZLWG-0826-SM-59888,GTEX-ZP4G-0008-SM-4E3I4,GTEX-ZP4G-1426-SM-4WWCL,GTEX-ZP4G-2426-SM-57WEY,GTEX-ZPCL-0008-SM-4WWAU,GTEX-ZPCL-1126-SM-4WWFE,GTEX-ZPIC-0008-SM-4E3JF,GTEX-ZPIC-1726-SM-57WF2,GTEX-ZPU1-0008-SM-4E3IR,GTEX-ZPU1-1126-SM-4YCF3,GTEX-ZQG8-0008-SM-4YCE7,GTEX-ZQG8-1626-SM-5HL6H,GTEX-ZQUD-0008-SM-4YCCU,GTEX-ZQUD-1426-SM-57WER,GTEX-ZT9W-0008-SM-4YCDJ,GTEX-ZT9W-1126-SM-57WDR,GTEX-ZT9W-2426-SM-57WFJ,GTEX-ZT9X-0008-SM-4YCD7,GTEX-ZT9X-1526-SM-5DUXD,GTEX-ZTPG-0008-SM-4YCEK,GTEX-ZTPG-0326-SM-5O9AX,GTEX-ZTSS-0008-SM-4YCE8,GTEX-ZTSS-1426-SM-5985P,GTEX-ZTSS-1926-SM-57WEW,GTEX-ZTTD-0008-SM-51MQV,GTEX-ZTTD-2826-SM-4YCFA,GTEX-ZTX8-0008-SM-4YCDV,GTEX-ZTX8-1326-SM-4YCEL,GTEX-ZTX8-1426-SM-5DUVO,GTEX-ZU9S-0226-SM-5E441,GTEX-ZU9S-1826-SM-5NQ9E,GTEX-ZUA1-0008-SM-4YCEW,GTEX-ZUA1-2626-SM-5NQ92,GTEX-ZV68-0008-SM-4YCCV,GTEX-ZV68-0126-SM-59HKS,GTEX-ZV6S-0008-SM-4YCF9,GTEX-ZV7C-0008-SM-57WCL,GTEX-ZV7C-0926-SM-59HL1,GTEX-ZVE1-0008-SM-51MS9,GTEX-ZVE1-0726-SM-51MRN,GTEX-ZVE2-0226-SM-59HJB,GTEX-ZVE2-2826-SM-5GU51,GTEX-ZVP2-0008-SM-51MSL,GTEX-ZVP2-0326-SM-57WBP,GTEX-ZVT2-0126-SM-5GIDQ,GTEX-ZVT2-2526-SM-51MT1,GTEX-ZVT3-0008-SM-51MRI,GTEX-ZVT3-0126-SM-5GU6I,GTEX-ZVT4-0008-SM-57WCA,GTEX-ZVT4-0126-SM-51MS1,GTEX-ZVTK-0008-SM-57WDA,GTEX-ZVTK-0226-SM-51MRG,GTEX-ZVTK-0426-SM-51MRS,GTEX-ZVZO-0126-SM-5A5L9,GTEX-ZVZP-0008-SM-51MSX,GTEX-ZVZP-1226-SM-5GID7,GTEX-ZVZP-2426-SM-59HKJ,GTEX-ZVZQ-0008-SM-51MSK,GTEX-ZVZQ-0326-SM-59HLL,GTEX-ZWKS-0126-SM-5SIAA,GTEX-ZWKS-0626-SM-5GIDV,GTEX-ZXES-0008-SM-57WCX,GTEX-ZXG5-0008-SM-57WDB,GTEX-ZXG5-0126-SM-5GIEU,GTEX-ZXG5-2126-SM-59HKD,GTEX-ZY6K-1426-SM-5GZX2,GTEX-ZY6K-1826-SM-5GZXK,GTEX-ZYFC-0426-SM-5GICQ,GTEX-ZYFD-0126-SM-5GIDL,GTEX-ZYFD-0626-SM-5E44E,GTEX-ZYFG-1526-SM-5GZYM,GTEX-ZYFG-2326-SM-5E44B,GTEX-ZYT6-0226-SM-5NQ6T,GTEX-ZYT6-2326-SM-5GZY3,GTEX-ZYVF-0926-SM-5E44J,GTEX-ZYW4-0126-SM-5E44A,GTEX-ZYW4-0626-SM-59HJR,GTEX-ZYWO-2226-SM-5GZXR,GTEX-ZYY3-2926-SM-5GIEB,GTEX-ZZ64-1026-SM-5GZXG,GTEX-ZZ64-1726-SM-5GZYB,GTEX-ZZPT-0226-SM-5E43X\nA1BG,6.754887502,4,5.044394119,5.247927513,5.977279923,5.044394119,5.491853096,5.754887502,6.357552005,6.22881869,5.392317423,5.807354922,4.807354922,5.129283017,5.285402219,4.857980995,5.169925001,6.129283017,4.95419631,5.700439718,6.475733431,4.95419631,5.087462841,5.554588852,5.491853096,5.672425342,5.930737338,5.95419631,6.189824559,6.22881869,4.584962501,5.614709844,6.022367813,6.392317423,7.108524457,5.930737338,4.95419631,5.459431619,5.169925001,6.087462841,5.554588852,6.266786541,5.727920455,6.807354922,5.129283017,4.523561956,5.392317423,6.087462841,6.781359714,5.584962501,4.754887502,5.491853096,5.807354922,5.977279923,5.044394119,5.459431619,4.247927513,4.459431619,6.741466986,6.087462841,6.686500527,5.700439718,6.108524457,4.087462841,6.569855608,6,4.523561956,5.426264755,6,3.807354922,4.459431619,6.727920455,5.285402219,5.727920455,5.357552005,6.686500527,6.14974712,5.044394119,4.247927513,4.392317423,5.087462841,6.108524457,5.977279923,5.584962501,5.523561956,5.857980995,5.392317423,6.022367813,4.64385619,4.857980995,4.807354922,5.977279923,6.044394119,5.285402219,6.491853096,6.044394119,5.459431619,6.339850003,6.022367813,5.64385619,5.321928095,6.442943496,4.857980995,6.409390936,4.95419631,5.584962501,4.95419631,5.169925001,5.247927513,6.321928095,5.930737338,5.044394119,6.022367813,5.832890014,5.614709844,5.247927513,5.672425342,6.22881869,7.199672345,5.044394119,6.569855608,4.087462841,5.459431619,6.247927513,6.087462841,5.781359714,5.129283017,5.554588852,5.614709844,6.129283017,4.459431619,7.06608919,6.50779464,3.584962501,6.044394119,6.442943496,5.906890596,4.64385619,5.584962501,6.22881869,5.426264755,5.832890014,5.614709844,4.95419631,6.62935662,5.554588852,6.169925001,5.930737338,6.794415866,5.857980995,5.247927513,6.087462841,6.14974712,2.807354922,6.50779464,4,6.06608919,5.554588852,5.087462841,5.491853096,5.491853096,5.087462841,5.700439718,6.06608919,6.62935662,5.977279923,6.06608919,6.22881869,5.754887502,5.523561956,5.357552005,5.426264755,5.426264755,6.375039431,4.64385619,5.209453366,5.930737338,5.584962501,5.523561956,6.539158811,7.14974712,6.087462841,5.95419631,6.942514505,5.584962501,5.727920455,3.584962501,4.64385619,6.087462841,6.129283017,6.599912842,6.845490051,5.64385619,5.044394119,5.523561956,5.491853096,4.64385619,5.614709844,5.285402219,3.807354922,6.22881869,5.781359714,7.303780748,6.62935662,6.64385619,3.321928095,5.209453366,4.857980995,5.087462841,5.392317423,4.459431619,5.857980995,5.857980995,5.209453366,4.700439718,3,4.459431619,6.22881869,5.64385619,6.442943496,6.700439718,4.459431619,4.392317423,5.754887502,6.584962501,5.832890014,4.64385619,6.044394119,5.044394119,6.426264755,5.906890596,5.087462841,4.584962501,2.807354922,4.247927513,4.459431619,4.087462841,4.087462841,6.768184325,4.087462841,4.95419631,5.832890014,5.087462841,6.426264755,4.247927513,5.459431619,6.22881869,6.209453366,5.64385619,2.807354922,5.491853096,5.672425342,5.087462841,6.14974712,5.672425342,4.584962501,5.584962501,5.426264755,5.64385619,5.523561956,4.95419631,4.169925001,5,4.392317423,6.044394119,5.672425342,6.22881869,8.113742166,5.247927513,5.554588852,5.459431619,4.95419631,4.754887502,5.930737338,5.459431619,6.189824559,6.64385619,5.044394119,6.50779464,5.64385619,4.087462841,6.442943496,4.392317423,4.754887502,5.832890014,5.459431619,5.392317423,4.906890596,4,4.95419631,6.64385619,5.807354922,6.442943496,4,5.169925001,5.392317423,5.247927513,3.700439718,5.977279923,5.64385619,4.087462841,6.491853096,5.554588852,5.727920455,4.95419631,5.930737338,5.247927513,5.906890596,4.754887502,5.044394119,6.539158811,6.022367813,5.754887502,5.044394119,4.857980995,5.930737338,5.209453366,5.247927513,5.781359714,4.523561956,3.321928095,5.977279923,4.857980995,4.64385619,6.285402219,5.357552005,5.209453366,5.523561956,5.247927513,4.64385619,5.247927513,7.247927513,6.14974712,6.169925001,5.64385619,2,5.857980995,5.247927513,4.857980995,4.584962501,5.129283017,5.321928095,4.95419631,5.426264755,4.95419631,4.95419631,4.807354922,6.459431619,2.321928095,5.321928095,5.672425342,5.832890014,5.832890014,6.614709844,5.087462841,4.64385619,5.832890014,5.169925001,6.22881869,6.108524457,5.832890014,5.832890014,5.247927513,3.321928095,6.22881869,5.64385619,4.700439718,4.807354922,4.754887502,5.169925001,5.044394119,4.64385619,6.375039431,5.044394119,5.087462841,5.426264755,4,4.64385619,5.882643049,4.523561956,5.087462841,6.321928095,4.523561956,6.845490051,5.357552005,6.442943496,5.64385619,5.584962501,5.044394119,5.727920455,5.672425342,6.491853096,6.988684687,4.95419631,3.584962501,5.357552005,7.189824559,5.169925001,5.491853096,5.247927513,5.727920455,5.209453366,5.95419631,5.584962501,5.459431619,6.339850003,6.247927513,5.087462841,5.169925001,5.700439718,6.321928095,6.658211483,4.95419631,5.754887502,4.64385619,6.129283017,6.50779464,6.584962501,5.906890596,5.95419631,6.357552005,5.832890014,5.554588852,5.584962501,5.977279923,6.209453366,5.857980995,5.321928095,6.64385619,4.95419631,5.64385619,5.727920455,6.918863237,5.554588852,4.807354922,5.491853096,5.169925001,5.247927513,5.523561956,4.584962501,5.977279923,6.832890014,5.129283017,5.832890014,5.672425342,6.209453366,4.64385619,4.64385619,4.64385619,5.754887502,6,6.894817763,5.584962501,6.266786541,4.95419631,5.169925001,5.700439718,5.727920455,5.700439718,4.523561956,6.554588852,6.50779464,6.459431619,5.584962501,5.087462841,5.614709844,3.906890596,5.554588852,6.087462841,4.392317423,5.64385619,7.285402219,6.375039431,7.409390936,8.033423002,4.700439718,6.554588852,8.495855027,5.727920455,7.807354922,5.727920455,6.357552005,8.321928095,7.033423002,7.864186145,5.584962501,5.64385619,8.266786541,6.392317423,6.087462841,5.285402219,7.95419631,8.531381461,6.426264755,6.62935662,6.906890596,7.276124405,8.463524373,5.906890596,6.50779464,8.672425342,5.584962501,5.672425342,5.807354922,5.700439718,8.388017285,5.459431619,6.189824559,7.577428828,6.129283017,6.918863237,7.651051691,5.95419631,6.882643049,6.87036472,6.714245518,8.388017285,6.303780748,8.599912842,6.857980995,5.169925001,10.08347933,6.965784285,5.700439718,8.092757141,6.50779464,5.807354922,8.50779464,6.189824559,8.891783703,8.103287808,6.087462841,6,8.622051819,5.491853096,6.339850003,6,6.686500527,5.930737338,8.184875343,8.82336724,7,6.491853096,6.14974712,8.405141463,7.169925001,6.475733431,8.707359132,5.169925001,5.672425342,8.092757141,6.599912842,5.930737338,8.558420713,7.139551352,8.675957033,7.73470962,6.044394119,8.675957033,6.459431619,9.247927513,5.700439718,6.285402219,8.092757141,7.257387843,6.599912842,6.64385619,8.603626345,5.426264755,5.614709844,8.562242424,6.918863237,8.17990909,5.584962501,8.370687407,5.584962501,8.836050355,5.882643049,6.247927513,8.527477006,4.087462841,5.727920455,8.438791853,5.584962501,6.169925001,5.930737338,5.700439718,8.77148947,6.14974712,6.209453366,6.285402219,4.523561956,5.754887502,6.22881869,6.523561956,6.087462841,6.303780748,6.169925001,6.169925001,5.672425342,6.22881869,5.754887502,5.977279923,5.169925001,6.62935662,7.17990909,5.672425342,6.357552005,5.906890596,5.554588852,8.909893084,5.584962501,6.614709844,6.087462841,5.727920455,4.807354922,6.832890014,4.754887502,8.383704292,6,6.108524457,5.491853096,5.209453366,5.169925001,5,5.584962501,5.087462841,6.686500527,7.169925001,5.392317423,6.321928095,6.087462841,6.523561956,5.491853096,6.442943496,6,5.882643049,6.87036472,6.285402219,5.781359714,5.357552005,6.209453366,7.339850003,6.426264755,5.832890014,7.022367813,5.285402219,9.108524457,5.491853096,4.321928095,5.523561956,8.204571144,6.22881869,6.375039431,6.700439718,8.87036472,6.554588852,6.64385619,6.882643049,5.857980995,6.129283017,6.357552005,6.714245518,6.672425342,5.977279923,5.754887502,4.584962501,5.426264755,6,6.339850003,6.475733431,6.06608919,5.044394119,5.523561956,5.781359714,5.977279923,5.321928095,5.614709844,6.129283017,5.857980995,4.857980995,4.64385619,6.375039431,6.475733431,6.044394119,7.426264755,5.044394119,6.62935662,6.539158811,6.491853096,7.044394119,6.189824559,6.475733431,5.209453366,6.832890014,6.459431619,6.584962501,6.539158811,6.658211483,5.357552005,6.409390936,6.523561956,6.22881869,6.392317423,7.294620749,5.832890014,6.044394119,5.700439718,7.900866808,7.276124405,6.918863237,6.442943496,6.375039431,5.426264755,5.882643049,5.523561956,6.266786541,7.303780748,5.930737338,6.426264755,6.209453366,4.807354922,4.087462841,7.918863237,6.189824559,6.339850003,5.459431619,5.700439718,5.807354922,5.357552005,6.06608919,5.554588852,6.339850003,7.055282436,6.714245518,5.977279923,6.169925001,5.95419631,5.754887502,6.741466986,6.459431619,5.977279923,6.392317423,5.832890014,6.189824559,6.614709844,6.375039431,5.857980995,6.523561956,6.539158811,5.129283017,7.033423002,6.209453366,6.727920455,5.857980995,5.906890596,6.977279923,5.321928095,4.754887502,5.523561956,6.906890596,6.459431619,6.62935662,5.614709844,6.857980995,6.209453366,6.14974712,7.209453366,5.977279923,6.614709844,6.87036472,6.977279923,6.108524457,5.857980995,5.491853096,5.321928095,5.285402219,6.247927513,6.442943496,5.857980995,5.906890596,6.988684687,6.266786541,7.118941073,5.426264755,5.754887502,5.906890596,6.189824559,5.857980995,5.832890014,6.918863237,5.044394119,8.392317423,6.321928095,8.21916852,5.807354922,8.640244936,8.77807713,8.700439718,6,8.238404739,6.087462841,8.290018847,8.618385502,7.614709844,8.224001674,8.54303182,9.06608919,4.857980995,8.417852515,6.409390936,7.912889336,6.62935662,6.409390936,8.299208018,7.426264755,8.247927513,5.781359714,8.566054038,6.209453366,6.857980995,7.686500527,6.285402219,6.459431619,6.321928095,6.475733431,5.247927513,7.6794801,8.317412614,7.189824559,8.344295908,5.357552005,7.864186145,6.491853096,8.271463028,8.299208018,5.321928095,7.714245518,8.194756854,4.64385619,6.832890014,5,7.011227255,4.754887502,6.022367813,7.209453366,7.74819285,4.807354922,7,4.857980995,8.682994584,7.139551352,3,6.754887502,6.930737338,5.523561956,6.523561956,7.169925001,7.781359714,8.238404739,6.169925001,3.906890596,8.784634846,8.06608919,3,8.912889336,7.14974712,7.159871337,7.321928095,6.339850003,5.906890596,7.794415866,8.370687407,8.28077077,4.64385619,7.882643049,5.523561956,5.930737338,7.577428828,8.159871337,7.451211112,7.900866808,5.554588852,7.257387843,4.392317423,7.977279923,8.434628228,4.459431619,8.483815777,8.84862294,9.025139562,8.921840937,6.584962501,7.442943496,6.794415866,8.668884984,5.672425342,5.754887502,8.836050355,6.768184325,8.927777962,5.977279923,6.95419631,9.324180547,4.523561956,5.459431619,9.079484784,5.857980995,7.247927513,9.157346935,8.016808288,3.584962501,8.744833837,7.199672345,8.144658243,5.584962501,8.022367813,8.169925001,7.64385619,7.129283017,4.906890596,6.022367813,7.894817763,8.535275377,6.22881869,7.622051819,6.64385619,8.348728154,4.321928095,6.930737338,6.820178962,7.129283017,6.882643049,7.864186145,6.569855608,8.668884984,6.339850003,8.113742166,4.700439718,7.098032083,7.098032083,5.781359714,4.95419631,6.169925001,7.348728154,7.339850003,7.73470962,5.906890596,4.459431619,8.082149041,5.781359714,8.703903573,4.087462841,7.761551232,7.491853096,7.055282436,7.826548487,8.326429487,6.339850003,7.383704292,5.672425342,9.299208018,5.64385619,6.475733431,8.980139578,5.857980995,8.442943496,5,7.977279923,2,8.693486957,8.761551232,5.754887502,7.011227255,6.569855608,7.813781191,5.832890014,5.95419631,8.741466986,7.417852515,6.700439718,8.924812504,5.700439718,7.832890014,7.523561956,4.523561956,7.592457037,6.62935662,6.942514505,7.209453366,5.906890596,8.689997971,7.209453366,7.011227255,6.209453366,7.700439718,5.672425342,6.599912842,6.727920455,8.62935662,6.442943496,8.294620749,6.459431619,6.95419631,7.209453366,7.022367813,8.82336724,8.164906927,6.87036472,7.622051819,6.209453366,8.87036472,6.882643049,9.226412193,7,8.636624621,7.033423002,8.592457037,9.030667136,9.167418146,8.164906927,6.857980995,6.714245518,8.603626345,6.247927513,7.118941073,8.400879436,6.781359714,8.426264755,6.781359714,7.294620749,8.554588852,7.46760555,7.303780748,7.876516947,7.294620749,7.977279923,6.22881869,8.312882955,7.022367813,8.607330314,6.672425342,6.918863237,7.994353437,7.459431619,7.17990909,8.857980995,6.64385619,8.294620749,6.807354922,8.271463028,6.988684687,7.06608919,7.577428828,6.906890596,7.189824559,8.447083226,7.129283017,8.661778098,6.794415866,6.845490051,7.312882955,10.63662462,6.700439718,6,6.87036472,5.832890014,6.475733431,7.348728154,6.169925001,5.807354922,7.409390936,7.108524457,6.918863237,8.727920455,8.262094845,8.962896005,8.857980995,9.079484784,5.95419631,5.700439718,6.06608919,8.781359714,6.845490051,6.209453366,6.50779464,6.266786541,9.204571144,6.266786541,6.266786541,7.531381461,5.977279923,7.491853096,6.459431619,6.22881869,8.483815777,5.807354922,8.422064766,5.044394119,8.353146825,6.491853096,6.569855608,6.375039431,6.392317423,7.977279923,6.189824559,7.813781191,6.599912842,6,8.383704292,6.169925001,5.807354922,9.084808388,5.882643049,5.807354922,8.511752654,7.247927513,7.159871337,6.14974712,6.06608919,5.491853096,8.438791853,6.965784285,6.599912842,8.584962501,6.882643049,9.379378367,6.658211483,6.189824559,7.876516947,8.569855608,7.108524457,6.906890596,9.850186838,5.832890014,9.016808288,9.033423002,7.451211112,6.285402219,8.092757141,6.894817763,6.50779464,10.14338321,7.95419631,6.321928095,9.609178738,6.64385619,9.415741768,6.491853096,7.330916878,6.169925001,5.491853096,8.471675214,5.614709844,6.392317423,6.409390936,8.442943496,6.14974712,6.845490051,5.857980995,5.807354922,6.820178962,8.294620749,7.011227255,6.686500527,6.700439718,5.727920455,5.857980995,6.409390936,8.939579214,6.087462841,6.266786541,9.339850003,6,6.14974712,8.894817763,6.459431619,6.266786541,9.353146825,7.129283017,6.820178962,8.422064766,6.044394119,5.807354922,6.554588852,6.266786541,8.829722735,5,6.857980995,9.184875343,6.475733431,7.17990909,5.754887502,9.581200582,5.209453366,6.022367813,6.022367813,5.906890596,9.189824559,6.189824559,9.084808388,6.554588852,6.087462841,8.754887502,6.442943496,8.055282436,6.044394119,8.50779464,6.523561956,8.139551352,6.426264755,8.118941073,6.569855608,8.495855027,7.06608919,6.781359714,8.6794801,6.14974712,8.442943496,6.491853096,8.14974712,6.807354922,5.044394119,8.539158811,6.50779464,8.566054038,5.781359714,5.087462841,6.169925001,7.672425342,8.714245518,7.033423002,8.807354922,5,8.640244936,8.417852515,5.807354922,8.761551232,7.312882955,6.599912842,7.129283017,8.592457037,5.554588852,5.321928095,6.044394119,9.022367813,5.700439718,8.74819285,6.266786541,9.451211112,7.693486957,5.807354922,4.64385619,8.977279923,5.321928095,5.64385619,8.87958325,7.400879436,5,6.658211483,8.447083226,8.584962501,5.700439718,5.857980995,5.727920455,6.285402219,5.459431619,6.491853096,7.189824559,7.044394119,6.599912842,5.700439718,6.539158811,6.491853096,6.539158811,7.06608919,6.988684687,5.392317423,6.523561956,5.857980995,7.46760555\nA2M,16.80849918,16.50618359,17.14343304,17.76073944,14.76683944,16.263691,16.0352072,18.35511447,16.9593794,13.25665098,13.52918651,15.56388146,17.92413979,18.834937,14.31592789,16.30805456,15.40184616,15.04916787,15.21101371,16.39595245,16.72548609,18.02426855,17.989145,12.69805348,18.10955013,14.05375622,16.20588868,13.92814822,17.00848333,16.84963722,16.31765992,14.50661751,17.24158288,15.76673594,16.00116626,15.17391132,15.66952178,15.29702372,15.74850736,15.44824539,14.48526329,16.48838935,17.54894229,15.29881437,17.54130084,14.77458118,17.71537889,13.56498304,16.99439764,15.90305805,18.49857266,13.49047486,16.74082165,12.44656641,17.64438442,16.59410587,17.4487616,17.26237935,17.79082574,16.92280505,16.66087335,15.96036401,17.85033947,15.50683442,15.41511455,19.37958355,15.58134772,15.74380883,15.70349808,16.22926946,15.60837034,14.12557491,18.60181793,15.74228312,15.92770853,17.68108739,15.31921344,18.04150943,15.70376842,17.40701875,16.12765182,14.63837935,15.28745989,18.39234677,16.13201768,14.56116859,11.75070699,14.89652162,16.36522885,15.69897591,13.10148331,16.2998877,14.99757645,18.43842233,20.86674843,16.4256257,14.50183718,18.24140133,15.13530848,16.16733974,12.39794197,13.31755394,15.89142773,14.72003045,16.8215747,16.76426257,17.65996803,16.06050596,17.00330928,14.19614103,14.47933819,15.25801388,13.36959735,14.12686577,15.99090169,15.79052668,14.90421123,13.02080636,14.61183171,16.10402536,14.69588075,16.68915171,14.98486345,17.35273315,14.67513007,17.77584816,15.72927553,15.85287083,14.28496865,16.43871065,15.6558102,16.16441594,17.25813353,15.00123225,13.76030413,13.23616372,15.94468919,15.69721194,12.80976813,15.5977907,16.5815831,15.49626085,14.26803021,15.94676923,16.94747714,17.8774519,17.78774317,17.28007296,15.14449893,15.96474697,16.66720858,14.81252831,17.28630507,16.65819753,16.38564337,15.04225787,19.06850802,12.49310489,14.58049413,13.55230886,16.85207835,14.39446269,16.29392062,14.87709238,16.87928409,15.99118965,17.82393317,16.70371436,14.70103566,20.16083654,14.46263007,14.35672706,16.19210013,16.10987145,16.10844278,17.61627602,16.28048081,14.55074679,16.14696636,18.09587087,14.53156422,16.41534566,12.54037024,15.23907637,13.8494051,16.4128179,15.42528148,15.76549331,15.38926161,12.99329224,14.64981752,13.74556929,14.72003045,16.7999772,15.98143349,16.75338652,14.57843166,16.81774566,16.90294032,16.96134795,13.33231633,13.92156204,13.91867693,16.26271884,15.95333254,13.43775207,15.07552093,15.75183169,12.87113518,15.49594869,13.51422091,16.82092685,14.88893347,14.26084604,16.24436384,11.39446269,18.03852252,16.94856115,17.06384796,16.22058616,15.12064289,16.96128011,13.75988818,16.48601793,16.63992004,14.35878854,14.77179894,16.62986885,13.34401844,15.74528041,16.63455583,17.80167679,15.14823823,12.58002297,15.24414081,20.8973499,16.03301426,15.82102654,17.99847474,17.83674692,18.32899479,18.70489992,13.99408821,15.76087585,16.60864467,15.46817854,14.67286728,13.47952767,14.58284763,15.50127741,15.96199223,16.78842522,15.42167039,16.00647949,16.74055817,18.47291688,14.20731943,15.45359217,17.35178469,16.98329425,16.2191307,13.74104558,18.78470832,13.90792341,14.05095397,15.96316703,13.69501074,14.53034537,14.27568804,16.40027908,16.81435715,16.3684212,11.57127862,14.41018632,16.46371594,15.80697749,17.39018575,16.96372021,15.53667219,16.80518966,16.62863065,16.13925156,17.14753288,14.43736196,16.4833277,17.90222789,17.3305493,14.75154406,13.84411727,15.48009595,17.73507337,13.56140729,13.80100098,17.73253844,15.47059533,17.80783914,15.86853322,15.5700039,17.95820718,16.46362016,14.35892587,14.35273315,13.12605912,16.03428313,18.48287884,17.42494537,15.18091924,14.19467992,16.09127008,16.23720996,16.44284633,11.8419574,15.25996389,16.5580021,15.604698,16.55827122,17.5092415,19.80198301,13.93691394,15.56209333,13.9127958,19.01918619,17.00936939,13.32418055,16.36702222,15.60550846,15.91305301,16.02093655,14.46492858,14.68819566,15.58713289,16.48718057,17.10808539,16.69638349,16.91107594,15.08352088,14.74199358,14.33021664,17.37334948,16.1761147,19.1915629,16.73660012,18.19394881,17.69909117,18.89012472,16.26125019,15.07343031,15.39003457,13.77293309,15.61505484,17.05620374,15.55512832,16.45455634,18.92805855,17.91359653,16.09850506,13.80926571,14.42580598,15.16101375,16.47665129,15.54043079,17.75677782,16.55199358,16.19687103,16.76950213,14.85447883,14.95805421,17.14990586,11.65642486,18.22810938,15.18947712,16.596015,18.12539833,17.60376397,18.72447722,17.38849665,12.59058705,16.67645298,16.81699612,17.35620263,15.8857202,16.22001927,16.72406081,13.94434603,15.80392929,16.06741335,14.86553997,19.16757005,16.7341142,15.12823604,14.70255149,17.06480591,13.03376711,16.77766628,17.74474188,15.56346443,17.73780188,16.60237991,15.25517614,15.20151134,13.7438877,15.09160067,12.666224,14.17469166,14.85929212,13.86089298,17.37542131,15.32962118,12.46275787,18.35541993,15.50031284,13.84637186,14.19506456,15.95685256,14.36693687,12.17305246,13.93626986,20.28675853,13.32544601,12.31599862,16.87837428,16.34217887,16.19898212,15.56504256,14.67617748,18.55429281,11.88340699,18.07660164,16.04127413,14.65631313,17.25996389,16.93894781,15.86474233,16.15216599,15.69152544,18.40842926,13.85165145,16.90876788,16.05883733,16.96163056,14.66894037,16.08152505,15.6103328,14.6630577,17.12587756,13.21158415,15.28572731,14.16804527,17.46577364,15.97971546,15.82374041,16.89155826,17.52222903,13.16097437,19.11147702,17.20521097,18.18428456,17.11315204,13.22204016,16.2583636,13.7822816,16.65476188,15.14621066,15.26040503,17.43492952,14.58560809,15.99245157,14.94045125,13.57542107,18.77143788,10.97584797,13.66378045,11.60316268,13.2477792,8.370687407,10.06743436,13.16757495,8.45532722,11.56081047,7.087462841,11.50531536,12.40593919,9.638435914,14.5244805,12.24733418,13.2295699,11.21249639,10.59058705,13.77334529,13.57258181,13.36809717,10.23361968,7.912889336,13.91167286,13.08198267,13.09901899,13.18472041,6.977279923,12.04336911,12.94049713,10.39767463,12.3984765,12.57151565,11.45532722,11.40886044,12.53964351,11.55458885,13.03497087,8.409390936,13.23556552,13.69326914,12.17741954,12.52625469,13.52147776,12.70325473,12.06137119,7.554588852,12.64678369,10.92925841,14.90308159,11.63072216,9.157346935,12.93369065,11.11569395,10.85018684,13.966956,12.15069929,7.285402219,13.34748296,7.6794801,7.721099189,13.23032072,12.42180186,11.46811489,12.59339112,11.67286728,12.87344411,13.02513956,12.09308739,9.231221181,12.26678654,13.67297774,13.18518517,12.25236977,9.932214752,12.28193003,13.40952353,11.16490693,12.62113611,13.03083953,6.988684687,11.31458324,12.45172627,12.66511381,13.86920825,10.96289601,12.59058705,12.46658634,7.918863237,12.57860856,9.909893084,10.04575966,13.77375737,9.957102042,13.96578428,11.99258434,12.75968017,11.97441459,12.62342429,13.3047791,11.8004955,11.37558251,10.68474862,12.05799172,8.184875343,12.84018782,13.64509547,11.70822173,12.72877085,10.51175265,10.80170836,12.63639805,12.84352853,11.78012962,13.51187617,13.65060302,13.08048446,13.89282738,12.37286506,12.42574042,12.29347165,11.1234748,13.24049322,13.35466262,12.46275787,11.64520808,12.80916521,13.29102677,13.20074538,12.94927958,12.24733418,11.73893668,11.93847694,11.58072965,13.95637616,12.50258321,12.30492167,12.26766454,13.5112585,12.96108789,10.45738088,11.6343573,10.97369737,12.30435132,12.96397979,12.87229011,14.31677649,13.0768156,10.52258153,14.57618907,13.027906,13.09885455,11.96614491,12.12250448,11.81578354,11.65687173,9.726218159,14.09193119,12.30549179,11.93184554,13.5012152,13.07179752,13.01976445,9.8008999,12.73788108,13.51187617,12.46403515,12.54689446,12.47269084,12.03823313,12.38478375,12.94214792,13.64689617,13.37653241,12.10819772,12.53988579,11.13442632,14.44824539,12.09407769,10.27029533,12.01680829,7.375039431,11.26795708,12.8247599,12.26121345,9.558420713,13.57258181,13.15908294,12.38478375,13.080651,12.34734454,12.82276997,12.02548566,14.10033382,11.92629599,11.16239133,11.40407714,13.38599718,12.19506456,11.26033152,14.37754947,12.99258434,11.21977355,12.53089398,11.92629599,12.74294095,12.25236977,12.05866825,12.34872815,11.84117119,12.24495839,11.8622499,13.23346989,12.90237511,11.61700823,13.95601308,9.837627933,13.09589146,13.07380685,13.65720678,13.51162913,11.61516981,12.73174329,11.58261245,14.28843355,11.78545247,13.5643877,12.93884446,12.24168529,13.1027959,12.61079417,12.26209485,12.43671154,12.67705892,12.70584834,11.58261245,11.52894242,13.23676166,15.45407434,13.77756355,13.87699649,12.53186878,12.98156728,12.22550872,12.18084157,11.92666663,11.88417052,13.67419227,11.67595703,12.43488881,12.50828999,11.95201316,11.37937837,12.37883671,12.02756048,12.25059451,12.08679969,13.05646837,12.77148947,11.88455213,10.73978061,12.21765483,13.37937837,12.41917017,13.16851543,12.17492568,13.45955969,12.29777606,11.99717948,13.48984796,13.72344764,13.30078153,12.50655553,12.52772134,13.01052811,13.23197114,12.71938882,12.10033382,14.29777606,11.81698362,10.72792045,13.3877481,13.34858985,13.00334222,12.52307183,11.56843119,13.21644274,11.47522678,12.47395937,11.41732512,12.58941708,11.74986943,12.84077792,13.51496056,13.34346334,13.30762775,13.11488103,12.24763088,11.29576893,13.0513789,12.25266543,13.27306708,12.85467362,12.85992297,11.27146303,12.75530489,11.36029843,12.40567333,13.77982193,11.56271943,12.04131692,10.95346896,11.63934071,14.26348929,11.62753388,11.8637991,10.07815081,12.8027183,13.3858624,12.1864238,12.85018684,12.25768248,9.766528909,14.3081968,10.7903485,12.00982862,9.192292814,7.77478706,9.312882955,12.68759439,8.607330314,12.00562455,8.882643049,13.57825474,12.81878187,8.103287808,12.03617361,13.4221962,13.25399517,9.172427509,12.8591465,10.28424575,13.85233443,11.63617144,15.21108979,8.965784285,10.83762793,13.75467876,8.169925001,13.47775827,14.02704206,10.52943055,12.98299357,12.62684976,13.95019135,13.86872611,12.79095933,8.994353437,6.209453366,11.89216331,10.84705735,12.43540982,8.951284715,13.92962828,9.625708843,9.330916878,11.63843591,8.888743249,8.86727874,11.55554777,13.96289601,11.36029843,8.588714636,11.0409746,12.25000227,5.426264755,6.209453366,12.00597536,11.17804233,13.43892177,13.40447635,10.10721708,10.06608919,12.67838007,9.324180547,11.96434087,12.66333572,12.02859678,7.77478706,8.523561956,7.569855608,11.90425828,10.83526092,8.055282436,12.48959712,7.607330314,13.75081165,8.495855027,14.62319564,7.912889336,12.70173964,11.93957921,14.29418994,11.88912366,11.19844504,11.16804527,13.16459272,12.94562672,10.00562455,9.06608919,10.27496047,11.80534083,13.0891194,8.199672345,11.80251637,8.851749041,6.584962501,11.48884435,9.192292814,12.47218312,9.394462695,7.475733431,13.79329848,6.06608919,13.92814822,12.14210706,12.64565843,13.91615938,11.56938096,13.41534566,8.647458426,13.48368984,8.77807713,9.729620744,11.64295422,13.60952505,10.35204343,13.28077077,6.209453366,13.50171281,7,11.6188443,12.54109662,8.164906927,11.75238065,12.23182118,8.194756854,12.25827158,7.434628228,8.438791853,13.77807713,12.42678889,9.21916852,8.942514505,15.06196179,7.707359132,12.91026796,9.813781191,12.68233627,9.28077077,7.651051691,7.17990909,7.348728154,8.189824559,14.0313566,6.820178962,12.25532369,8.924812504,12.31259938,10.06608919,10.38694025,11.57553925,13.28598011,13.48683502,10.71166697,14.97517625,9.539158811,12.82813648,11.70649602,9.791162889,12.93479659,10.41362793,10.90086681,6,11.56795608,12.98868469,9.816983623,10.09803208,13.51988192,9.131856961,12.69609817,9.719388821,13.033423,12.99665002,8.339850003,11.01192607,8.957102042,12.46735081,11.50133962,9.479780264,7.087462841,9.465566405,11.68079903,14.14577297,13.60663654,10.57648435,12.69348696,12.85525783,13.54713553,10.86263736,13.45917544,11.34207467,12.11699368,8,8.569855608,11.94544384,9.118941073,11.14720492,7.761551232,13.59688857,10.88722062,9.797661526,13.45378506,14.45808615,13.37381675,12.00667672,9.970105891,10.215533,13.42377249,9.552669098,12.35727707,8.044394119,12.89462832,12.29059489,11.88874325,13.53709704,11.2366122,9.8008999,14.41508153,9.640244936,13.52368446,8.144658243,13.37272905,10.45224124,13.51088777,9.789533645,13.28294361,7.539158811,11.38316426,11.91363743,7.622051819,12.65731845,13.08164987,9.002815016,12.88111396,12.90444646,7.87036472,13.29447716,11.3392933,13.10082657,13.40421022,10.85642553,13.51348088,13.12944402,11.29404631,13.40487546,12.65865779,13.78258876,9.736401931,13.53089398,12.63934071,13.09967655,12.33566949,6.339850003,13.4282293,12.69740201,11.67109873,12.71102162,10.63843591,13.48809118,10.49085088,13.3278333,12.51643873,8.357552005,12.2273151,14.4274438,10.92629599,13.44953558,10.70735913,10.3586512,13.16474983,12.92239857,11.80654962,13.12992693,11.39285404,12.06944977,12.04712391,12.77930897,10.25620869,12.08081753,10.78953364,7.700439718,12.83150519,12.91475884,9.324180547,9.177419538,7.139551352,8.344295908,11.93295289,13.03806162,12.68233627,12.30035256,8.994353437,11.6794801,12.06137119,11.40992124,11.72067179,12.0101784,13.08364553,11.90839262,10.01541505,12.88302507,9.625708843,13.39553414,11.96974625,8.252665432,13.09093942,11.39660478,10.4419067,8.523561956,11.94141447,13.05629901,12.49235395,12.36495538,9.853309555,13.2875681,11.31628153,12.88626815,10.34872815,7.409390936,10.83683936,11.4812949,9.209453366,11.67904019,14.36639052,8.290018847,13.23646272,12.97674311,12.88722062,12.08646799,12.00386923,10.06877828,12.62502386,12.67771964,7.864186145,12.84705735,14.39647099,13.16851543,12.4604559,9.052568051,13.18456545,12.39981196,12.16302064,8.939579214,11.08214904,10.96000193,7.607330314,15.10427113,12.61930296,7.129283017,12.74315139,12.15545073,9.204571144,12.57317378,13.197831,7.554588852,11.79156991,7.459431619,13.31231575,10.28077077,12.46275787,12.24376903,10.50779464,11.57222651,12.89765641,13.04405253,11.88531506,12.09077405,12.02375435,12.6851868,11.70000615,11.51963625,7.199672345,11.71424552,12.60316268,14.85306584,11.37937837,12.64903158,12.42888355,9.194756854,12.6209071,11.94982671,9.832890014,12.98797452,12.42705089,9.686500527,12.07045642,12.88187871,9.01402047,13.12992693,12.71831881,11.23361968,12.44501485,12.39151212,14.02124027,11.50581155,7.820178962,12.21219237,14.25303493,10.9076418,13.89784546,13.1221809,11.4046094,5.754887502,10.4325419,12.88206983,13.53308634,10.78381676,10.64745843,13.1176431,8.717676423,11.61700823,10.97369737,9.428360173,11.1382718,8.807354922,12.36166968,10.44708323,12.70908381,9.541096615,12.16679075,10.76652891,12.84274318,10.60917874,14.06693007,15.28218349,12.24584977,10.169925,13.3459596,14.22603581,12.25384748,11.52405192,11.08148344,11.82615121,12.54689446,12.17492568,10.43358544,9.871905238,12.47040468,13.45378506,13.58801185,13.27743271,7.761551232,10.60084211,10.6617781,6.700439718,14.10476254,8.164906927,12.75154406,12.78463485,13.04967841,8.199672345,12.86205613,11.40726776,12.38478375,9.95419631,12.3426303,8.876516947,12.03376711,12.84176089,13.59245704,11.20640391,11.24911345,7.787902559,10.40514146,11.78422586,8.344295908,9.625708843,10.30492167,11.74315139,10.12928302,12.17804233,12.04746477,11.65105169,10.87036472,11.91363743,12.56629193,13.57139714,12.99435344,13.21735191,11.02997735,11.64520808,10.99788513,11.57931594,13.31415836,13.55961609,12.76009617,10.37068741,12.40859511,11.86108691,14.38255648\nA2ML1,1.584962501,9.517669388,7.434628228,2.584962501,1.584962501,2.584962501,5.285402219,2.584962501,3.584962501,2,2,4.700439718,4.64385619,4.906890596,5.857980995,1,0,1.584962501,1,6.285402219,5.357552005,3.584962501,2.584962501,4.392317423,2.584962501,8.357552005,3.584962501,4.321928095,3.169925001,1.584962501,3.169925001,1,3.584962501,3.459431619,2.584962501,3.459431619,8.299208018,2,5.64385619,3.584962501,2.321928095,4.459431619,11.7232343,8.098032083,8.654636029,2,2,4.64385619,1.584962501,3.169925001,2.584962501,2,3.459431619,6.918863237,7.033423002,3.700439718,3.584962501,2.584962501,6.022367813,3.584962501,0,6.442943496,6.285402219,6.108524457,5.169925001,2.584962501,7.515699838,3.459431619,7.348728154,0,4.584962501,3.906890596,1.584962501,3.584962501,2.584962501,3.584962501,1.584962501,2.584962501,9.611024797,5.357552005,11.88264305,5.459431619,1.584962501,3.807354922,3.459431619,5.169925001,4.169925001,6.930737338,8.882643049,4.321928095,0,8.562242424,10.09539702,3.584962501,10.99081308,5.169925001,1,7.033423002,2.584962501,4.392317423,0,3.321928095,2.584962501,1,4.392317423,5.044394119,2,3.807354922,8.696967526,5.321928095,4.754887502,0,3.459431619,3.584962501,1.584962501,4.700439718,3.584962501,6.392317423,2.321928095,3.807354922,4.459431619,4.857980995,4.584962501,4.857980995,3,10.05256805,8.06608919,14.41996018,4.754887502,4.247927513,5.321928095,3.459431619,3.584962501,5.882643049,3.459431619,5,2.584962501,10.92851838,11.28655776,4.807354922,4.392317423,3.169925001,3.584962501,3.459431619,2,3.459431619,2.584962501,1,3.169925001,3.584962501,8.271463028,2,2.584962501,2.584962501,3.807354922,8.303780748,2.584962501,3.169925001,2,0,4.247927513,3.459431619,2.584962501,4.754887502,1,4.64385619,3.807354922,10.29691621,3.584962501,8.581200582,2.584962501,10.2632692,7.50779464,2,3.584962501,9.022367813,3.169925001,1,10.68562484,4.754887502,3.584962501,2.321928095,1,3.169925001,2.321928095,5.169925001,4.64385619,3.807354922,3.169925001,3.169925001,5.523561956,4.459431619,2,2.807354922,4.700439718,6.50779464,1.584962501,8.17990909,10.2467406,3.459431619,11.98903964,3.459431619,3.807354922,4.857980995,4.247927513,4.523561956,4.321928095,11.28135051,9.63481105,2.584962501,0,4.087462841,3.807354922,1,11.87881728,3.700439718,2,2,2.584962501,5.426264755,3.807354922,6.087462841,7.321928095,2.584962501,3.459431619,12.66688971,2,6.108524457,2.584962501,4.392317423,3.169925001,8.209453366,10.12023788,5.357552005,9.769837844,3.584962501,3.169925001,7.276124405,4.247927513,3.169925001,4.754887502,1.584962501,4.247927513,3.584962501,2.584962501,4.64385619,2.584962501,3.169925001,2,9.388017285,3.584962501,5.781359714,5.459431619,3.169925001,3.459431619,2.584962501,5.781359714,2.584962501,1.584962501,3.807354922,3.584962501,4.247927513,5.087462841,10.58871464,11.07881795,2,3.169925001,3.584962501,2.584962501,2.584962501,2.584962501,3.169925001,3.169925001,3.807354922,5.087462841,4.754887502,2,2.321928095,6.686500527,2.584962501,1,2.584962501,1,2,4.700439718,6.584962501,2,8.22881869,11.48532619,3.459431619,5.857980995,4.857980995,4.087462841,1,3.459431619,3.169925001,2,4.247927513,2.584962501,1.584962501,3.584962501,4.64385619,4.754887502,5.285402219,8.276124405,2,4.700439718,5.247927513,2.584962501,10.70217269,3.584962501,3.459431619,2,4.459431619,2,12.25679839,4.857980995,3.807354922,3.584962501,1,4.857980995,4.584962501,2.584962501,8.479780264,2.807354922,2.584962501,4.584962501,8.103287808,5.044394119,3.169925001,4.700439718,8.076815597,2,9.008428622,5.087462841,3.584962501,9.162391329,2.584962501,5.491853096,3.169925001,1.584962501,2,8.888743249,10.03891899,4.247927513,8.724513853,1,6.459431619,2.584962501,8.463524373,2.584962501,3.169925001,4.700439718,10.13570929,4.321928095,4.247927513,4.754887502,3.584962501,5.64385619,5.087462841,2.584962501,5,3.169925001,4.523561956,3.584962501,4.64385619,7.813781191,3.584962501,6.321928095,2.584962501,3.584962501,2,5.247927513,3.169925001,2.584962501,8.820178962,2.584962501,2.584962501,4.700439718,0,2.584962501,8.13442632,3.807354922,7.098032083,5.087462841,3.169925001,6.426264755,10.01402047,2.584962501,1,0,7.266786541,10.51076417,2.584962501,3.169925001,4.392317423,3.807354922,3.169925001,2,2.584962501,1.584962501,3.169925001,6.189824559,10.08613623,3.459431619,6.87036472,3.169925001,3.584962501,0,4.247927513,4.700439718,3.584962501,3.169925001,4.700439718,1,5.882643049,3.459431619,10.85953479,5.044394119,3.459431619,3.459431619,5.857980995,4.754887502,4.321928095,4.087462841,1,8.344295908,10.64835758,2,3.584962501,5.169925001,6.357552005,1,4.459431619,4.392317423,2.584962501,10.68825031,2,1,6.50779464,8.625708843,1,1.584962501,3.459431619,2.584962501,1.584962501,4.392317423,1,1,2.321928095,1,5.087462841,3.584962501,3.584962501,4.95419631,4.392317423,5,4.807354922,3.807354922,3.700439718,9.994353437,6.491853096,4.459431619,4.754887502,2.584962501,7.960001932,2,1.584962501,4.392317423,4.087462841,12.78361217,11.2997804,13.79887677,9.344295908,5.209453366,12.2261111,12.56176526,0,13.63310875,2,14.26627413,13.94672355,3.584962501,10.34762137,2,11.2848241,11.09605624,2.584962501,11.29806257,11.8494051,13.00807841,5.700439718,5.906890596,12.43488881,12.59525748,11.71896091,11.268542,3,14.07263508,13.83999107,5.285402219,12.9867309,12.31316648,12.33455263,13.19537221,5.357552005,11.61746747,11.73809226,5.554588852,14.03083953,13.29605584,2.584962501,12.63367641,12.09737377,13.12137163,13.31288296,3,10.56414949,3,7.754887502,12.01367161,1.584962501,12.79644526,12.19813805,2,12.00105627,12.51249357,2,12.04916787,5.700439718,2,12.80493767,12.75697323,3.906890596,12.81918118,13.42337858,12.21097568,10.54206454,10.77561028,2,1.584962501,12.55458885,12.22339841,11.2911707,1.584962501,12.84097457,11.68825031,2,12.98013958,12.72302093,4.321928095,13.27990072,12.53357308,2.807354922,14.16152558,3,12.92165501,12.357552,5.554588852,12.00667672,3.807354922,11.31797782,11.09275714,3.169925001,12.55386924,12.99665002,13.77930897,4.754887502,12.29806257,12.87132774,4.087462841,12.93994645,4.754887502,12.78135971,4.807354922,12.19105921,5.129283017,13.33399388,12.72109919,4.087462841,12.16616308,11.86805085,2,11.97835296,11.90388185,12.41204051,13.06608919,5.906890596,11.65999589,12.72877085,12.23391921,12.05460432,13.26385602,13.04183024,12.27612441,13.04507705,11.44397954,13.62605121,13.21629116,12.68079903,12.46147945,12.83110928,13.64779568,12.28048081,12.77540452,13.66188941,12.26707927,11.60408986,11.90425828,13.48809118,3.807354922,12.3459596,12.54809942,14.15774166,13.67727919,13.6740819,12.44346161,12.93939556,4.087462841,5.64385619,12.81678368,11.53235593,13.33845784,11.91886324,11.30378075,12.23989682,12.6329952,8.092757141,12.45609768,12.00807841,12.53988579,12.17242751,12.38208359,12.72302093,12.75593074,12.80493767,12.85116341,11.35038674,12.08978149,11.07547915,12.06069593,11.23182118,12.38559281,11.93147623,14.09589146,13.97477307,11.93774162,9.675957033,13.37707493,13.20135818,11.91886324,2.584962501,12.92685191,12.52918651,12.21674586,3.169925001,11.04575966,11.59898297,11.67286728,10.82097669,11.95855272,11.65418847,11.89822347,12.20853921,12.82177398,12.84979602,11.76321237,12.04575966,12.81718354,13.37951375,12.25207404,13.28106067,13.01906943,11.8181827,11.40087944,12.80574387,14.192524,13.52759918,12.04507705,12.12992693,12.65239686,12.91849059,11.43775207,12.52429684,12.32867493,12.75028827,11.10328781,13.06558443,13.08148344,12.17648485,12.59128858,13.23795681,12.26385602,11.77725532,12.02859678,13.24049322,12.31146452,10.87728413,13.24257869,11.35700209,12.52649924,14.20747196,13.14194746,12.76901132,12.01959073,13.90839262,13.70800613,13.44268437,7.820178962,13.32108252,12.71209705,11.63617144,11.6851868,12.41336348,11.27146303,11.84431346,12.54037024,10.49485558,11.80332392,10.66088727,10,12.0409746,13.04507705,12.34429591,12.18766137,12.25532369,12.82952455,12.13538865,11.91214086,13.64835758,13.65127597,12.13538865,12.21036695,11.64069684,13.83387836,13.39887727,12.36084708,12.0877943,13.62798978,13.25369978,12.03066714,11.85992297,12.94927958,12.04028972,11.89405985,11.71810471,13.00807841,14.13258006,12.07547915,13.94626664,13.27815903,12.57790084,12.85856386,12.29174628,13.17305246,11.54689446,11.66578003,11.97978243,12.90989308,13.40061264,12.72280753,13.712527,10.8273427,10.8864587,14.11113567,12.06137119,11.59479112,12.43879185,12.34706766,13.18456545,13.32277318,9.523561956,13.46658634,12.00737773,13.21097568,11.90388185,11.29634268,11.33594857,11.08347933,12.10689005,12.74399286,12.75238065,12.20426546,12.66999228,11.67507492,12.98903964,13.16569215,11.94617524,12.16333519,12.183015,11.47421294,12.95219522,2,9.893301531,0,13.35107726,2,3.169925001,2.584962501,10.95346896,2,11.76487159,3,2,12.92165501,1.584962501,2.807354922,0,12.49835061,1.584962501,10.80332392,2,12.75822321,13.35300895,3.169925001,3.906890596,5.672425342,12.50878516,5.209453366,13.08447624,13.73851453,4,11.71338651,12.29605584,10.82892983,12.40806432,11.31628153,4.087462841,7.554588852,13.37558251,3.807354922,10.42206477,6.442943496,10.80413102,3.584962501,7.199672345,12.74672424,6.50779464,4.087462841,9.605479518,12.09638573,11.42101286,4.087462841,12.24881706,13.71799765,5.285402219,7.17990909,14.2229458,6.209453366,13.77262387,3.584962501,6.169925001,9.339850003,12.06440596,4.392317423,13.61090949,12.74188827,4.523561956,5.857980995,4.754887502,4.857980995,12.54496443,4.087462841,6.50779464,12.00807841,6.169925001,11.99647349,5.129283017,12.97297979,4.087462841,11.5574637,5.209453366,3.169925001,3.584962501,11.19660213,3.584962501,12.95383268,12.39713981,3.169925001,5.357552005,7.721099189,3,11.64835758,5.584962501,11.64835758,3.584962501,7,11.72451385,5.209453366,3.169925001,4.087462841,4.64385619,10.74819285,3.584962501,11.77066389,3.906890596,11.95963976,12.27961058,2.807354922,10.56319627,3.906890596,11.5674808,6.930737338,3.169925001,10.7548875,10.44397954,3.169925001,13.3579643,3.807354922,3,5.209453366,10.32755264,5.857980995,5.426264755,4.64385619,12.61125539,4.392317423,6.554588852,4.523561956,8.159871337,12.55626654,11.8181827,4.247927513,5.044394119,2.807354922,6.375039431,12.10558118,4.321928095,11.31628153,5.357552005,4.64385619,7.409390936,6.339850003,6.409390936,13.90407008,7.531381461,11.40779885,5.64385619,10.86418614,4.523561956,5.247927513,12.64069684,12.73089465,15.52698821,3.807354922,13.49597991,7.95419631,13.45519877,11.26678654,7.417852515,11.23062093,4,10.99435344,3.906890596,5.129283017,12.35974956,4.95419631,4.906890596,8.951284715,4.807354922,12.50655553,6.266786541,10.70043972,11.2708793,2.807354922,12.37964912,3,13.13217838,4.087462841,5.95419631,3.906890596,6.491853096,12.5643877,12.19752388,12.25679839,3,11.41679753,11.59665567,6.375039431,2.584962501,14.78366332,5.209453366,12.39339046,3,4.087462841,12.02756048,5.857980995,13.40686932,4.523561956,12.08347933,13.14545456,3.584962501,13.03083953,12.42127591,13.42979901,3,12.22037833,3.584962501,11.45789384,4.392317423,12.76217438,3.169925001,12.669328,12.55218876,2,13.1083611,3.584962501,2,13.60269887,3,12.09077405,5.95419631,13.00158412,4.087462841,12.29548197,4.754887502,11.83683936,6.375039431,3.584962501,3,5.209453366,13.87152026,14.19036485,5.906890596,13.84323408,13.53685428,2.807354922,13.36536557,3.906890596,13.47889599,12.16050175,3.169925001,11.30149619,11.07614753,2,12.03686045,3.584962501,14.19867524,2.584962501,11.66044165,2.584962501,11.88722062,12.38478375,4.523561956,13.39887727,12.60871685,3,13.08314687,3,10.64205169,2.807354922,13.83308774,13.85204177,3.584962501,10.8153833,11.13635034,4.169925001,11.22821744,4.807354922,2.807354922,11.57978733,11.54834029,4.247927513,12.98334993,12.66155544,12.14146856,12.71145189,12.71403081,4.087462841,13.45417075,12.73492127,5.906890596,4.64385619,11.89254282,2.584962501,2.807354922,7.54689446,2.584962501,3,11.95237725,11.53673289,12.0344551,1,12.12638183,13.67386113,11.01611184,11.13185696,3.321928095,12.06709819,11.945078,3.169925001,12.12896095,4.857980995,12.31967212,13.14545456,4.523561956,12.51175265,5.209453366,12.50457074,5.426264755,12.8061468,12.53259944,11.69827058,11.73597904,6.303780748,13.99814966,0,11.67639789,10.8587581,7.924812504,12.97297979,12.63049466,3.321928095,13.57175264,12.9695664,4.64385619,12.13378441,12.6617781,13.57837269,12.51988192,14.66294647,3.321928095,12.69348696,13.59968043,2.584962501,12.08978149,4.584962501,12.81077244,11.85252951,1,3.321928095,13.19444908,12.94434603,3.906890596,12.4322809,5,5.087462841,12.48959712,13.78902413,3,13.28019079,12.95619463,4.087462841,12.9881521,12.93590168,1,15.54737656,4.321928095,9.224001674,6.930737338,11.47573343,12.78810655,7.832890014,12.8181827,11.04165915,11.91774501,4.95419631,12.28077077,12.3858624,12.15797845,11.82097669,11.97656412,8,12.97459384,12.9813889,11.01402047,12.01506653,11.63707766,11.59339112,4.754887502,13.00825353,13.09457258,5.129283017,10.81378119,10.82575383,4.321928095,13.22188916,13.13217838,3.321928095,11.51274046,11.75530489,3.169925001,11.3858624,11.72451385,12.5533893,12.07179752,6.129283017,13.64835758,14.36946103,4.523561956,12.13891172,12.57459353,13.75049764,3.906890596,13.81097322,14.22678847,13.13346335,13.60709909,3.169925001,12.4395712,5.209453366,13.61459483,14.74415058,5.95419631,11.44138803,5.129283017,11.36686859,6.64385619,12.21431912,6.459431619,14.53119868,5.357552005,13.2286684,5.584962501,10.5137276,4.247927513,8.50779464,13.50915643,5.087462841,11.76652891,7.06608919,11.86573327,12.79522797,5.209453366,13.64700864,5.209453366,13.78769854,13.90529298,12.35397382,12.09077405,4.169925001,8.754887502,5.857980995,14.02418737,6.459431619,5.209453366,2.807354922,4.754887502,12.51865316,12.71681946,12.51545346,5.209453366,12.05426514,12.07848442,13.06844242,8.118941073,10.98299357,8.033423002,11.75905594,2.807354922,9.820178962,12.70800613,12.71553306,6.266786541,14.26143385,13.4807902,4.169925001,4.584962501,13.13586958,12.76756377,3,4.087462841,12.75279876,12.76756377,13.52955256,13.67540578,11.5844928,13.13955135,12.55865987,12.78156463,13.5526691,13.315008,12.42547819,13.46786024,10.20701432,11.97656412,13.78483929,13.93267613,11.17617315,12.34955769,11.3777528\nAADAC,4,2.584962501,1.584962501,0,0,0,3.321928095,1,4.584962501,3.321928095,0,0,0,0,0,0,0,1.584962501,4.459431619,1,0,0,0,4.857980995,2.584962501,3.169925001,0,1,0,4.459431619,1,1,0,2.584962501,2.584962501,2.584962501,6.022367813,0,0,6.209453366,0,0,6.266786541,2.321928095,0,0,0,0,1.584962501,1,0,2.584962501,0,0,2.584962501,0,0,0,2.584962501,0,2.321928095,0,0,0,0,2.321928095,6.714245518,0,0,0,4.459431619,0,1,2.321928095,3.807354922,0,0,1,6.044394119,0,3.321928095,2.321928095,4.459431619,5.977279923,0,2.321928095,0,1,0,2.321928095,0,2.321928095,2.584962501,0,3,0,1,0,0,4.247927513,0,4.087462841,0,0,2,0,0,0,4.523561956,0,1,2.584962501,0,0,0,0,4.169925001,0,1,0,1,0,2.321928095,0,1,3.906890596,6.022367813,6.845490051,4,1,1,0,0,0,1.584962501,0,0,3.321928095,0,5.832890014,2.321928095,4.754887502,0,12.94727165,0,0,0,0,0,0,0,0,2,0,0,1,5.491853096,0,0,2,0,0,2.584962501,2.321928095,1,0,0,3,0,0,1,6.339850003,6.044394119,8.262094845,0,6.672425342,1,0,7.159871337,0,0,1,2.584962501,1,0,0,0,1,4.321928095,5.584962501,0,1,3.807354922,0,0,0,0,2,5.087462841,0,3,0,0,0,1,0,3.169925001,7.076815597,0,1,0,3.807354922,2,0,5.285402219,0,0,0,2.321928095,0,5.977279923,0,3.459431619,0,0,1,0,1,0,1,0,2,7.475733431,0,1,0,0,2,0,0,0,0,3,1,0,3.906890596,1,4.459431619,10.25620869,8.636624621,0,0,0,3,0,0,4.906890596,0,2,3.321928095,0,0,1,4.754887502,3.321928095,2.321928095,1,0,0,0,2.584962501,0,2,0,2.321928095,1,0,0,1,4.247927513,0,3.807354922,1,0,0,2.807354922,2,3.169925001,3.321928095,2.321928095,0,0,2.584962501,0,0,2.321928095,0,1,5.781359714,0,0,1,2.584962501,2.584962501,1,0,0,0,3.321928095,2.321928095,0,0,4.247927513,2.321928095,0,1,2.584962501,2.321928095,0,0,0,0,4.700439718,7.06608919,1,2.321928095,0,0,3.321928095,3,0,6.459431619,2.321928095,1,2.321928095,0,3.807354922,2.584962501,3.459431619,4.321928095,0,4.523561956,2.584962501,2.584962501,0,4.247927513,5.64385619,1,0,2.807354922,0,0,0,2.584962501,0,2,0,3.906890596,0,0,0,0,1,1,0,0,1,1,2.584962501,1,0,0,6.442943496,0,2.321928095,2,4.584962501,2.584962501,0,6.781359714,2.584962501,0,6.64385619,0,0,1,4,1,0,0,0,2.584962501,2.584962501,1,0,2.584962501,2.584962501,0,5.044394119,2.321928095,0,1,1,0,0,0,0,1,0,0,0,2.321928095,0,2.584962501,5.285402219,0,2.584962501,2.321928095,0,2.584962501,0,0,1,1.584962501,2.584962501,0,1,5.857980995,6.845490051,1,1,1,1,0,0,1,1,0,0,1.584962501,0,2,0,0,0,0,3,0,0,0,1,0,6.266786541,2.584962501,2.807354922,0,0,2,1,0,1.584962501,0,0,0,0,0,3,0,2.321928095,2.321928095,7.741466986,6.129283017,9.245552706,4.087462841,1,6.539158811,6.988684687,1.584962501,7.459431619,0,9.768184325,6.741466986,1,5.584962501,0,7.651051691,8.055282436,1,6.303780748,5.044394119,5.64385619,0,1.584962501,6.599912842,6.339850003,7.651051691,7.426264755,0,8.45532722,8.271463028,1,7.312882955,7.129283017,7.339850003,7.108524457,1,7.554588852,7.64385619,1,7.515699838,8.087462841,0,7.900866808,6.741466986,6.584962501,6.087462841,3,6.988684687,0,5.044394119,7.491853096,0,7.169925001,8.243173983,0,7.554588852,5.129283017,0,6.807354922,0,0,6.845490051,6.442943496,1,6.303780748,7.95419631,5.95419631,4.95419631,5.857980995,1,0,6.906890596,6.409390936,5.64385619,2,8.515699838,8.797661526,0,5.781359714,5.491853096,1,6.658211483,5.95419631,2,6.426264755,0,3.584962501,3.584962501,0,5.129283017,0,5.209453366,4.807354922,2,6.768184325,5.426264755,6.845490051,2,8.754887502,8.400879436,0,7.159871337,0,7.266786541,0,7.554588852,1,5.906890596,5.857980995,0,5.672425342,5.554588852,0,6.686500527,4.807354922,5.523561956,6.87036472,0,7.426264755,8.603626345,5.95419631,6.426264755,6.409390936,6.491853096,5.700439718,6.442943496,8.055282436,8.266786541,6.95419631,8.857980995,8.554588852,7.21916852,5.781359714,6.906890596,9.252665432,9.461479447,7.6794801,8.022367813,6.918863237,8.290018847,0,7.209453366,5.857980995,6.965784285,7.8008999,6.599912842,8.243173983,6.64385619,2,8.471675214,4.95419631,8.118941073,7.912889336,8.204571144,6.266786541,6.169925001,7,6.087462841,9.103287808,7.426264755,5.64385619,6.930737338,7.531381461,8.515699838,6.977279923,7.8008999,7.159871337,7.761551232,7.918863237,6.781359714,8.184875343,7.46760555,4.087462841,5.584962501,8.962896005,8.592457037,7.936637939,7.199672345,7.707359132,8.233619677,7.77478706,4,7.813781191,6.64385619,5.64385619,2,3,5.491853096,6.339850003,6.375039431,7.199672345,6.491853096,6.022367813,7,7.21916852,7.139551352,7.055282436,4.906890596,8.144658243,8.044394119,5.672425342,6.714245518,6.62935662,7.285402219,7.257387843,6.303780748,6.832890014,8.159871337,7.266786541,8.092757141,9.087462841,7.882643049,8.566054038,8.511752654,7.044394119,6.357552005,7.22881869,8.139551352,8.204571144,6.266786541,7.022367813,7.569855608,8.668884984,8.50779464,7.721099189,4.64385619,6.832890014,6.845490051,7.813781191,6.62935662,6.965784285,9.01402047,6.22881869,6.882643049,6.303780748,7.50779464,5.781359714,5.554588852,6.781359714,8.797661526,7.554588852,6.554588852,6.266786541,8,6.857980995,8.836050355,8.335390355,5.754887502,7.754887502,6.768184325,6.022367813,6.658211483,7.813781191,7.238404739,6.658211483,6.266786541,6.569855608,4.584962501,7.599912842,6.044394119,6.022367813,7.592457037,8.618385502,7.21916852,6.569855608,6.129283017,7.022367813,6.781359714,5.523561956,5.209453366,6.781359714,7.539158811,7.994353437,6.426264755,7.554588852,5.906890596,8.060695932,6.303780748,4.169925001,7.523561956,7.199672345,7.721099189,6.357552005,8.675957033,8.344295908,6.22881869,7.539158811,7.906890596,7.62935662,8.271463028,6.087462841,7.754887502,5.357552005,6.459431619,7.400879436,5.491853096,6.64385619,8.159871337,6.64385619,8.781359714,8.618385502,4.64385619,6.357552005,8.400879436,9.21916852,5.832890014,7.339850003,5.906890596,5.754887502,7.924812504,7.303780748,7.417852515,6.781359714,7.400879436,7.357552005,4.523561956,4.523561956,8.348728154,6.539158811,6.426264755,6.22881869,5.906890596,1,1.584962501,0,8.651051691,6.044394119,5.209453366,1,6.087462841,1.584962501,6.768184325,1,0,5.807354922,1,1,1,6.14974712,0,6.357552005,1,9.152284842,8.603626345,8.071462363,2.807354922,0,6.22881869,2,7.607330314,8.438791853,4.169925001,4.087462841,8.184875343,4.95419631,8.383704292,6.95419631,1,1,5.906890596,3.169925001,5.523561956,1,1.584962501,0,1,6.539158811,2,0,4.64385619,7.569855608,5.491853096,3,5.754887502,7.62935662,1.584962501,0,8.857980995,1,8.682994584,2,1,3,6.64385619,1,8.459431619,8.379378367,0,2,0,3,5.044394119,3.321928095,2,6.686500527,3.584962501,5.754887502,2,6.672425342,2,6.658211483,2,6.14974712,1.584962501,5.129283017,1.584962501,6.303780748,6.266786541,1,1,1.584962501,1.584962501,5.426264755,1.584962501,5.426264755,1.584962501,1.584962501,8.836050355,1,2,3.321928095,1,6.087462841,2.807354922,5.807354922,1,4.087462841,7.339850003,3,6.087462841,3,6.459431619,0,0,4.169925001,2,3.321928095,6.022367813,2,4,0,6.022367813,1.584962501,1.584962501,4.807354922,7.924812504,0,3.584962501,2,2.584962501,7.199672345,4.584962501,2.807354922,4.857980995,2,1,5.247927513,2.584962501,8.060695932,1,2,0,1.584962501,1.584962501,8.204571144,3,6.64385619,1,5.807354922,1,1.584962501,8.577428828,6.554588852,8.912889336,3.169925001,9.461479447,3,8.535275377,8.144658243,2,6.62935662,2,6.266786541,0,2.584962501,5,2.584962501,4.392317423,4.087462841,1,4.087462841,1,7.813781191,8.426264755,5.044394119,6.700439718,1,7.876516947,1,4.087462841,1.584962501,5.044394119,8.257387843,7.417852515,8.357552005,1.584962501,6.426264755,6.754887502,1.584962501,2,7.238404739,0,7.022367813,1,1.584962501,5.129283017,1.584962501,6.906890596,0,4.807354922,4.857980995,1,7.312882955,7.864186145,7.857980995,4.807354922,7.948367232,2.807354922,8.033423002,0,5.857980995,1,5.64385619,3.169925001,1,8.982993575,1.584962501,0,5.832890014,1,6.64385619,2.584962501,7.820178962,2.807354922,7.607330314,2.584962501,7.139551352,3.584962501,3.169925001,2.807354922,0,7.607330314,7.62935662,2,6.06608919,5.247927513,0,7.321928095,1,9.631177056,8.339850003,1,7.768184325,7.845490051,2,6.209453366,0,6.857980995,1.584962501,7.832890014,0,7.6794801,7.6794801,0,5.700439718,5.584962501,2.807354922,6.64385619,0,4.584962501,1,7.108524457,7.523561956,1,5.491853096,5.672425342,1.584962501,7.357552005,1.584962501,1.584962501,6.64385619,6.06608919,3,8.044394119,7.727920455,7.592457037,5.754887502,7.21916852,2,7.930737338,5.807354922,2.584962501,0,4.857980995,0,0,0,6.022367813,1.584962501,7,7.813781191,8,2,6.491853096,5.857980995,5.672425342,5.977279923,0,4.754887502,4.906890596,1,6.599912842,1,7.658211483,6.459431619,1,8.409390936,0,6.584962501,1,5.087462841,5.426264755,6.169925001,5.285402219,1.584962501,4.584962501,0,5.426264755,5.584962501,2,7.098032083,7.339850003,3.807354922,7.965784285,6.918863237,0,6.357552005,7.491853096,8.108524457,6.741466986,7.882643049,1.584962501,6.64385619,7.044394119,2,8.459431619,2.584962501,8.611024797,6.781359714,1,5.672425342,7.400879436,7.592457037,1.584962501,7.238404739,0,1,6.714245518,7.54689446,1.584962501,6.426264755,5.906890596,1,7.864186145,6.50779464,0,10.66088727,1.584962501,3.584962501,2,6.882643049,7.707359132,2.584962501,8.87036472,5.129283017,8.317412614,1,8.294620749,6.807354922,7.64385619,6.129283017,6.64385619,3,5.129283017,7.62935662,8.693486957,7.199672345,8.243173983,7.339850003,0,5.807354922,6.169925001,0,6.64385619,6.303780748,0,8.511752654,8.710806434,1.584962501,6.754887502,6.523561956,0,6.426264755,6.807354922,6.209453366,7.366322214,0,7.554588852,7.965784285,0,8.400879436,6.442943496,8.129283017,1,9.943979914,8.060695932,8.77148947,7.845490051,0,7.62935662,0,8.599912842,9.214319121,1.584962501,9.826548487,0,5.807354922,1,7.044394119,0,8.271463028,2,5.977279923,1.584962501,7.303780748,6.266786541,3,8.471675214,2,5.209453366,1,6.209453366,7.139551352,0,9.535275377,2,7.276124405,6.857980995,6.584962501,7.930737338,3,3.321928095,2.807354922,7.64385619,1,1,7.607330314,0,6.087462841,7.622051819,5.977279923,1,7.285402219,5.209453366,7.832890014,0,6.599912842,0,6.906890596,1.584962501,2.807354922,8.515699838,6.930737338,1,7.21916852,7.554588852,2.807354922,1.584962501,6.832890014,7.459431619,0,1,7.918863237,8.257387843,8.139551352,7.721099189,7.651051691,6.807354922,5.426264755,5.357552005,6.672425342,8.764871591,8.632995197,7.06608919,3.584962501,6.209453366,5.64385619,4.64385619,7.06608919,8.409390936,4.247927513\nAADACL2,1,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4.754887502,0,0,2.584962501,0,0,0,0,0,3.169925001,0,4.807354922,0,0,0,0,0,8.77478706,4.087462841,0,0,0,0,0,2.584962501,0,0,0,0,0,0,1,0,3.906890596,0,0,0,3.169925001,0,0,0,4.247927513,1,1.584962501,1,0,1,1,0,3,0,1,0,5.754887502,0,1,3.169925001,0,3.169925001,0,1,0,1,0,0,0,0,2.584962501,0,0,0,0,0,0,1,0,1.584962501,0,0,3,0,0,0,6.768184325,0,0,0,0,0,0,0,1,0,0,0,1,1,3,0,1,1,5.584962501,9.691743519,0,0,3,0,0,0,2.321928095,2.584962501,0,2.584962501,3.906890596,0,3,0,0,3.169925001,0,0,0,0,0,0,3,1,0,0,0,0,0,0,1,0,0,0,1,0,2.584962501,1,0,2.584962501,1,1,0,5.209453366,0,0,1,5.700439718,0,0,5.930737338,1,0,1,0,0,0,1,0,0,1,0,0,1.584962501,0,1,0,1,0,2.584962501,2.807354922,0,1,0,0,0,0,0,3.700439718,6.539158811,1,0,1,2.584962501,1,0,8.262094845,0,1,0,0,0,1,0,4.087462841,1,1,2.584962501,0,0,0,0,1,3,6.882643049,0,1.584962501,0,0,0,0,0,0,1,0,0,0,0,0,0,2.584962501,5.727920455,0,0,1,0,0,0,1,0,1,0,0,0,0,3.700439718,3.700439718,0,1,0,0,0,5.523561956,0,0,0,0,1,0,0,0,0,0,1,0,0,0,2,0,3.459431619,3.321928095,0,0,0,0,0,0,3,0,0,0,0,0,0,0,1,0,0,0,0,1,3.169925001,0,0,0,0,0,6.044394119,3.169925001,0,0,0,0,0,0,1,0,0,0,2.584962501,0,3.169925001,0,4.523561956,0,2.321928095,0,0,7.303780748,2.584962501,3.700439718,0,0,0,1,0,3.700439718,4.087462841,1,2.321928095,0,1.584962501,0,1,0,3.700439718,0,0,0,0,0,3.169925001,0,0,0,2.584962501,0,0,0,0,2.584962501,0,1,0,3.584962501,0,2.584962501,3,1,0,0,3.807354922,0,0,1,0,0,0,1,2.584962501,1,0,1,0,2.584962501,0,0,1,0,1,0,0,0,0,3.807354922,1,1,1,0,0,0,0,1,5.614709844,0,1,0,4.700439718,0,2.584962501,2.584962501,0,2.584962501,0,1,1.584962501,0,1,0,4.807354922,1,0,1,1,1,1,0,0,1,1,0,1,3,0,0,0,1,0,0,0,0,1,0,0,3.700439718,0,2.321928095,0,0,5.129283017,0,1,4.087462841,0,0,0,0,0,0,0,2.584962501,0,10.16113188,9.152284842,11.73386272,5.754887502,2,10.93590168,10.77807713,0,10.72280753,0,11.57931594,10.35424938,0,8.781359714,0,10.4604559,10.79360331,0,9.278449458,9.4325419,10.12153352,0,0,10.12541347,10.09671515,10.14465824,9.982993575,0,10.78299821,10.88722062,1,10.84784036,11.12799432,9.905387005,9.856425529,1,10.07414146,9.047123912,0,10.06608919,10.45943162,0,11.36084708,10.45635442,9.789533645,10.22761594,0,8.982993575,1,7.375039431,11.0202855,0,10.72195361,11.25266543,0,9.917372079,10.22400167,0,9.392317423,0,0,10.22037833,10.76818432,0,10.53040634,10.8494051,11.30947635,9.905387005,10.11634396,0,0,10.62296694,9.353146825,9.911391988,0,11.3858624,11.04575966,1,9.306061689,9.303780748,0,11.31118066,10.70130646,0,9.970105891,0,8.262094845,7.727920455,0,8.885696373,1,9.647458426,9.337621902,0,9.773139207,10.84156435,11.24555271,0,10.09671515,10.24911345,1.584962501,9.764871591,0,10.74483384,0,10.86263736,0,10.16364968,10.09671515,0,9.50779464,9.554588852,0,10.2227949,10.38694025,9.324180547,9.411510988,1,10.09934781,10.37395266,11.33259606,11.42153891,9.419960178,10.08347933,9.733015322,10.02236781,10.60362634,10.42101286,10.54882191,10.65821148,10.27844946,9.724513853,9.082149041,10.23720996,11.05934446,11.35424938,11.50332886,10.79441587,9.753216749,10.14338321,0,10.47876962,9.409390936,9.663558104,10.67771964,9.73978061,10.15101654,10.05392588,0,5.584962501,9.710806434,10.20823436,10.22761594,11.169925,10.027906,10.31288296,10.24198315,6.584962501,10.92109709,10.24198315,10.22158712,9.531381461,10.74567432,11.31231575,10.90388185,10.30035256,9.794415866,10.02375435,10.48984796,10.47065887,10.69696753,10.04575966,9.741466986,9.847057346,11.94836723,10.5137276,11.3553511,8.829722735,10.73724734,10.69696753,11.24911345,0,10.78299821,11.52160044,11.23302043,0,8.366322214,9.781359714,10.45840661,10.04439412,10.79522797,10.19721669,9.890264277,10.89254282,10.10852446,10.3376219,9.605479518,10.28424575,10.59991284,10.78708632,9.693486957,10.54496443,10.27029533,11.10590851,11.12153352,11.23242093,10.56890615,10.79522797,10.92777796,11.31061278,10.70908381,10.41256985,10.20579325,10.9432474,10.70217269,9.707359132,9.483815777,10.11634396,10.68299458,10.51175265,11.21188829,12.17305246,11.23840474,11.16050175,9.816983623,10.29806257,9.194756854,9.471675214,10.91587938,9.20701432,9.560332834,10.71853288,10.33091688,10.71166697,9.887220615,9.73809226,9.409390936,9.366322214,3.169925001,9.599912842,10.14210706,10.49485558,10.33539035,11.21916852,10.00562455,11.13121391,10.86882255,9.971543554,10.94982671,11.15418521,10.97154355,10.70217269,11.56652978,10.76155123,10.18115226,10.23959853,10.13699111,9.556506055,11.10721708,10.98299357,11.04644195,11.10525378,10.60455323,9.594324604,10.43671154,9.936637939,10.74651432,10.17367714,10.30606169,10.82177398,10.58965115,10.11243951,10.34540525,9.957102042,10.74062404,10.45738088,9.693486957,10.23242093,8.74819285,9.786269628,11.32249154,10.75655632,10.23361968,10.46658634,11.25384748,9.837627933,10.86882255,10.61378946,11.00842862,11.50481899,10.42836017,10.91288934,9.366322214,8.882643049,10.72024426,10.37177664,11.01471793,10.67595703,10.36850646,11.4325419,10.78217919,9.403012024,10.83999107,10.08214904,9.871905238,9.357552005,10.32530546,9.47370575,9.417852515,11.42836017,10.98868469,11.20212382,10.79197682,10.57364719,11.50729912,10.14974712,10.15101654,11.29806257,11.08945048,9.882643049,8.915879379,10.31061278,1,5.129283017,0,10.98156728,0,0,1,8.584962501,0,10.29806257,0,1.584962501,10.14974712,0,1,0,9.912889336,0,10.14210706,0,11.71338651,11.56700537,2,0,0,10.81778312,1,10.45018025,11.3777528,1,8.430452552,10.52061868,8.794415866,11.41204051,10.16867212,0,0,11.00070427,0,8,0,8.611024797,1,1,10.50878516,1,0,7.21916852,10.18858885,9.33315535,0,8.95419631,10.62479546,0,2,11.35204343,1,11.8181827,0,0,6.686500527,9.837627933,1,10.15734694,10.91886324,1,0,1,0,7.807354922,1,0,10.01262454,0,9.652844973,0,11.28655776,1,9.06608919,0,0,1.584962501,9.216745858,1,10.34318572,10.29232163,0,0,2,0,10.07547915,1,9.355351096,1,0,10.94617524,0,0,1,1,9.753216749,0,9.813781191,0,9.310612782,10.55362929,0,9.831307244,0,10.20089861,0,0,8.257387843,7.139551352,1,10.54978467,0,0,1,9.303780748,1,1,2.584962501,9.758223215,1.584962501,0,0,1,8.781359714,9.68474862,1.584962501,0,1,1,10,0,10.84784036,1.584962501,1,0,0,1,11.38370429,0,10.22400167,0,9.079484784,1.584962501,0,10.33539035,10.47370575,11.4655664,0,11.50729912,0,10.10459875,10.49485558,0,9.93516505,0,9.776433032,1,1,9.479780264,0,0,4.087462841,1,9.550746785,0,10.52356196,10.78463485,3.321928095,10.54109662,0,10.72962074,0,3.169925001,0,0,10.906139,10.95782756,10.30263892,1,11.17180229,10.92629599,0,0,11.12799432,1,9.815383296,0,1,8.098032083,1,10.03066714,0,9.659995892,11.27903014,1.584962501,10.32642949,9.859534786,10.80976813,1,11.32023645,1.584962501,8.885696373,0,9.951284715,2,8.632995197,7.95419631,1,11.2911707,1.584962501,1,10.52649924,0,11.28366717,1,10.75739001,1,11.07481046,0,10.84862294,0,1.584962501,2.807354922,0,10.5943246,10.60547952,0,11.0768156,10.87267488,0,11.13378441,0,11.60455323,10.20945337,0,11.0721326,11.00351791,1,10.86805085,0,11.70217269,1,10.51963625,0,10.53624722,11.02997735,1,10.67330908,10.96938652,1,10.69174352,0,8.668884984,0,9.719388821,9.569855608,0,9.87958325,8.483815777,1,10.60640521,0,1,9.063395081,9.28077077,0,10.89481776,10.98868469,10.9225844,11.02721489,9.887220615,0,11.10590851,9.535275377,0,0,8.876516947,2.584962501,0,1,3.906890596,0,10.5137276,9.868822555,10.2227949,1,10.35424938,11.16239133,9.184875343,9.449148645,0,9.479780264,10.42416629,1,9.77478706,1,10.36194377,10.43567026,0,10.72366094,0,10.11894107,1,10.44604941,10.15860969,9.882643049,10.02375435,0,10.37395266,0,9.717676423,9.887220615,3.807354922,9.049848549,9.588714636,0,10.47978026,9.457380879,1,10.37937837,9.861086906,9.784634846,11.07815081,11.47421294,0,10.88340699,11.35590164,1.584962501,10.63843591,0,11.82217246,9.461479447,1.584962501,1,9.618385502,10.60640521,1,11.0721326,1,0,10.11504365,10.87036472,1.584962501,10.05528244,9.6794801,0,11.16113188,10.31628153,1,12.55842071,2.321928095,6.599912842,0,10.69522829,10.68299458,0,11.1382718,9.335390355,10.37177664,1.584962501,10.68123841,9.980139578,10.92109709,11.33259606,9.804131021,1.584962501,10.3376219,11.50878516,9.453270634,9.965784285,11.11374217,10.90538701,0,10.6329952,10.6183855,2.584962501,9.652844973,8.968666793,0,11.08878824,11.3586512,0,9.663558104,9.35974956,0,9.93516505,10.74315139,9.764871591,10.22158712,0,11.97513146,12.28713519,1.584962501,11.26150731,9.812177306,10.92925841,0,11.59572369,10.83841608,10.52943055,11.02997735,0,10.63571812,0,11.4604559,11.40087944,1,12.21947107,1.584962501,10.5372184,0,10.24079133,0,11.10328781,1.584962501,10.36303963,1,8.317412614,1.584962501,0,10.54978467,1,9.339850003,0,10.33650656,10.95637616,1.584962501,10.93369065,0,9.355351096,10.79928162,10.25502857,10.05120894,1.584962501,5.64385619,2,10.65284497,1,0,3.807354922,0,10.60455323,10.89860139,10.8494051,1.584962501,10.11243951,11.13057056,10.68825031,1,10.67860014,1,10.83526092,0,6.22881869,10.60177079,10.07547915,0,11.06676193,10.83999107,1.584962501,1,10.67860014,10.99717948,0,0,11.22037833,10.6329952,9.62935662,11.05188866,10.41045135,9.002815016,8.744833837,10.23601419,11.36522885,12.13987106,11.03960452,9.560332834,8.768184325,9.152284842,9.177419538,10.25029842,9.856425529,10.85720347,9.33315535\nAADACL3,0,0,0,0,1,0,0,4.169925001,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.584962501,0,0,0,1,0,2.807354922,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10.64295422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3.906890596,0,0,13.93590168,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4.169925001,0,0,0,1,0,0,0,0,0,0,1.584962501,1,0,0,0,0,1.584962501,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7.434628228,0,0,0,0,0,0,4.459431619,0,0,0,1,0,0,0,0,0,0,1.584962501,0,0,0,0,0,0,0,0,0,0,0,0,2.807354922,0,0,0,9.505811554,0,2.807354922,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,2.807354922,0,0,1,0,0,0,0,0,0,2,1,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,3.321928095,0,2.807354922,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5.672425342,0,0,1,0,10.39553414,0,0,0,0,0,0,0,1,0,3,0,7.139551352,1,0,2.807354922,3.584962501,0,6.129283017,1,12.16050175,7.845490051,0,1,3.321928095,6.50779464,0,0,2,3,0,5.129283017,2,0,0,7.257387843,0,8.632995197,0,1,0,0,0,0,9.693486957,4.087462841,0,0,0,0,0,0,0,1,5.781359714,0,7.912889336,1,5.426264755,9.573647187,3.169925001,0,0,7.400879436,0,4.087462841,0,1.584962501,0,0,10.39124359,0,0,1,1,0,6.409390936,0,7.491853096,8.011227255,0,0,0,1.584962501,0,0,1.584962501,10.18858885,4.321928095,0,3.169925001,0,0,1.584962501,0,8.144658243,0,0,0,6.988684687,0,0,0,2.584962501,0,3,6.357552005,8.087462841,4,0,0,0,0,0,0,5.491853096,8.370687407,8.243173983,0,2,0,1,9.164906927,0,0,6.14974712,0,0,0,4.584962501,0,9.523561956,0,5.523561956,0,0,0,4.807354922,1,0,0,0,1.584962501,5.129283017,3.807354922,7.383704292,3.906890596,0,0,11.32249154,3.169925001,1,0,5.672425342,0,0,8.463524373,0,0,1.584962501,0,4.321928095,1,6.768184325,9.968666793,3.584962501,1,5.523561956,8.033423002,7.426264755,0,0,5.554588852,0,2.807354922,1.584962501,5.584962501,0,1.584962501,2.807354922,1.584962501,6.781359714,0,7.87036472,5.247927513,4.087462841,6.64385619,7.982993575,1,0,2.584962501,6.832890014,1.584962501,0,0,0,7.658211483,0,1.584962501,1,1,7.044394119,0,3.906890596,5.247927513,0,4.584962501,3,3.584962501,7.965784285,1,4.087462841,0,4.906890596,1,0,7.087462841,2,0,5.357552005,2,0,0,7.882643049,2,1.584962501,11.06676193,0,5.491853096,0,0,2.584962501,0,0,9.250298418,5.247927513,3.584962501,5.087462841,5.832890014,0,0,0,0,0,5.64385619,2,7.807354922,11.79238361,0,3,0,6.426264755,1.584962501,1,5.754887502,9.601770788,0,0,1,5.357552005,7.159871337,3.906890596,8.388017285,1.584962501,0,0,4.087462841,9.426264755,2,2,1.584962501,5.357552005,0,10.05256805,3.321928095,0,0,2,0,3,0,0,11.83091128,0,5.523561956,0,1.584962501,4.087462841,0,6.022367813,4.247927513,1.584962501,9.152284842,2,0,0,0,0,4.087462841,7.022367813,0,3.906890596,8.54689446,11.82057788,4.754887502,0,0,0,0,6.087462841,0,9.252665432,0,4.392317423,0,7.21916852,0,1.584962501,0,0,0,3,0,3,0,0,5.285402219,0,1,0,0,0,0,0,8.144658243,8.968666793,0,0,0,0,0,2,1.584962501,0,0,6.491853096,0,0,0,0,0,5.129283017,0,0,0,0,0,0,5.64385619,0,0,0,0,5.857980995,0,5.554588852,7.46760555,0,0,5.906890596,0,3,0,0,7.357552005,9.95419631,0,2.584962501,0,0,0,0,0,0,0,0,4.754887502,0,0,1,1.584962501,0,5.357552005,0,0,0,0,0,7.129283017,9.434628228,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6.357552005,0,0,0,7.651051691,8.303780748,0,0,0,3.169925001,0,0,1,0,0,0,0,0,0,5.672425342,2,0,1,0,0,0,0,0,8.326429487,7.383704292,0,1,0,0,6.087462841,0,9.605479518,0,0,0,0,0,0,0,0,0,0,0,0,1,5.426264755,11.06676193,0,0,0,0,0,0,3.906890596,0,0,1.584962501,0,0,0,0,0,0,0,0,0,5.285402219,0,2.584962501,0,9.631177056,1,0,1,0,10.05799172,5.491853096,9.764871591,0,6.375039431,0,0,0,1,1,1,0,0,10.25856603,1,6.64385619,1,8.044394119,8.224001674,0,5.754887502,2,1.584962501,1.584962501,0,0,5,1,9.605479518,0,0,1,1,9.596189756,0,0,0,0,0,0,1,0,9.095397023,0,0,0,0,0,0,4.247927513,0,1.584962501,7.807354922,9.461479447,0,6.64385619,0,9.344295908,8.661778098,0,0,2,0,9.025139562,0,5.64385619,1,10.31628153,1.584962501,4.247927513,4.321928095,1,1,3.807354922,1.584962501,0,0,5.209453366,0,0,1,0,8.103287808,4.169925001,0,0,0,0,0,6.303780748,0,7.727920455,4.906890596,3.906890596,0,0,0,5.285402219,0,0,0,6.584962501,0,0,1,0,0,0,0,1.584962501,0,8.754887502,0,5.554588852,6.087462841,0,8.388017285,0,1,0,1,7.845490051,3.584962501,0,0,0,5.754887502,1,0,0,8.87958325,0,1,4.754887502,0,1,0,1,5.906890596,0,0,0,1,0,1,2,2.807354922,0,0,0,10.72109919,9.917372079,0,0,1,8.495855027,9.764871591,0,0,0,0,2,3.584962501,0,0,0,0,0,12.74167764,7.06608919,1,13.10066234,3.584962501,1,5.209453366,0,0,1,0,0,0,0,6.768184325,9.409390936,0,0,3.169925001,0,0,8.807354922,1,0,4.087462841,2,0,0,4.087462841,0,0,0,0,6.491853096,7.022367813,0,11.22460468,1.584962501,0,1.584962501,4.392317423,0,7.434628228,5.247927513,4.247927513,2.807354922,0,1,1,0,1,0,3,0,1,0,0,2,0,0,0,0,1,0,1.584962501,0,1,0,12.12412131,0,6.14974712,0,0,0,0,1,0,7.900866808,1,1.584962501,0,6.672425342,0,0,8.159871337,0,1,6.584962501,7.06608919,2,0,6.523561956,0,0,0,0,1.584962501,0,1.584962501,1.584962501,7.569855608,0,0,0,0,0,6.523561956,0,4.523561956,0,4.807354922,2,0,0,1,0,0,0,2,4.584962501,0,0,1.584962501,7.22881869,5.247927513,0,0,5.044394119,0,4.906890596,0,1,3,0,0,4.584962501,4.754887502,0,12.53016245,6.807354922,2\nAADACL4,0,0,0,0,0,0,0,0,0,0,0,0,1.584962501,0,1,0,0,0,1,1,0,0,0,4.087462841,0,0,1,0,1,0,0,0,0,0,0,0,2.321928095,0,0,0,1,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2.321928095,0,2.321928095,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.584962501,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.584962501,1,1.584962501,0,0,3,0,0,6.209453366,1,1.584962501,0,0,0,0,0,1.584962501,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1.584962501,0,2,0,1.584962501,0,1,1,0,0,2,3,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,1.584962501,0,0,0,1.584962501,0,0,0,0,0,0,0,0,1,0,2.807354922,0,0,0,0,0,0,0,2,0,0,1,0,0,1,0,2,0,0,0,1,0,0,0,1.584962501,0,0,0,0,1,0,0,0,0,0,0,1,1.584962501,0,0,0,0,1,0,0,0,3,2,1.584962501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.169925001,0,0,0,0,0,1,0,0,0,0,0,0,0,2.584962501,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1.584962501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1.584962501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5.614709844,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.584962501,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.584962501,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1.584962501,1.584962501,0,1.584962501,2,2,0,0,0,1.584962501,3.169925001,2.584962501,0,0,1.584962501,0,0,1,2.584962501,2.584962501,0,1,0,1.584962501,1.584962501,3,0,1.584962501,0,0,0,0,2.807354922,1,0,2,1,1,2,0,3.584962501,0,2,2,0,2,0,0,3.321928095,1,0,0,1.584962501,0,1,1,1,1.584962501,0,1,1.584962501,1,0,0,2.584962501,0,2,0,2.584962501,0,0,0,0,0,1,3.906890596,0,0,0,0,3,1,3.321928095,1,0,5.209453366,0,3,0,1.584962501,2,0,3,0,1.584962501,0,1,2,0,2,1,0,0,1.584962501,1,0,1.584962501,0,1.584962501,2,0,0,1,0,2.584962501,0,1,0,0,0,1,2,2,0,2,0,0,1,0,0,0,0,0,0,0,0,2,1.584962501,0,1,0,0,1,0,0,2.807354922,0,0,0,0,0,0,0,0,3.169925001,0,0,0,2.584962501,0,0,1,0,0,0,0,2,0,1.584962501,1.584962501,1.584962501,0,0,0,2,0,0,0,0,0,1,2,0,0,0,0,1.584962501,0,0,1,0,0,1,0,0,2.584962501,1,0,0,0,0,1.584962501,0,0,0,0,2,0,0,0,0,0,0,0,1,0,2,0,1.584962501,0,0,1.584962501,0,0,1,0,1.584962501,0,2,0,0,3.584962501,0,0,0,1.584962501,1,0,0,1.584962501,1,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,2,0,0,0,3,0,0,0,1,1.584962501,0,1,0,2,0,1.584962501,2,0,0,0,3.169925001,0,2.584962501,0,0,0,0,0,1,0,0,3.584962501,0,0,0,0,0,0,1,0,0,3,0,0,0,0,1.584962501,0,0,0,1,2,1.584962501,1.584962501,0,1,0,0,0,0,0,1,0,0,0,1,1,2,0,3.169925001,0,0,0,0,1.584962501,0,0,3.169925001,3.807354922,0,0,0,1,0,2,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1.584962501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1.584962501,0,1,2.584962501,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,1.584962501,2,0,0,0,0,1.584962501,1,1.584962501,2,1,0,0,2,0,0,0,0,0,1,1.584962501,0,0,1.584962501,1,0,2.807354922,1,1.584962501,0,0,0,0,0,1,0,0,0,0,0,3,2,1.584962501,0,0,0,0,1.584962501,1.584962501,1,1,1,2.584962501,0,0,2,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,3.321928095,2,1.584962501,1.584962501,0,0,1,0,1,0,2,0,0,2,3,1.584962501,1.584962501,0,4.087462841,0,0,0,0,0,0,1,0,3.584962501,0,0,1.584962501,5,1.584962501,1.584962501,0,3,0,0,1.584962501,0,0,2.584962501,1.584962501,2,0,1,1,0,4.807354922,0,0,0,3,0,0,0,3.584962501,0,4.523561956,0,0,1.584962501,3.807354922,4.64385619,2.584962501,3.584962501,2,1.584962501,0,0,1,2,0,0,0,1,2,2,0,0,0,0,0,2,4.807354922,3,1,2,0,2.584962501,1,1,1.584962501,1,0,2.584962501,4,2,1.584962501,1,2,0,0,0,0,0,0,0,0,0,1.584962501,0,1.584962501,2,0,2.807354922,0,0,3.584962501,1.584962501,1.584962501,0,1,0,0,1.584962501,0,0,1.584962501,0,0,2,1,1.584962501,2.807354922,2,0,0,1,3.584962501,3,0,1,0,3.584962501,0,0,2,0,1,0,0,2.584962501,0,2,1.584962501,3,0,0,0,0,2.807354922,1.584962501,2,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,3.169925001,3,2,0,2,1,1,1.584962501,1,0,2,1,0,3.321928095,1,1,1,0,4.392317423,2.807354922,0,4.321928095,0,1,0,1,0,3,0,0,2.807354922,0,0,2,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1.584962501,2.807354922,0,1.584962501,0,0,2,0,0,1,1,2,0,0,3,0,3.584962501,0,0,0,0,0,3,2.584962501,0,2.807354922,0,0,1.584962501,0,3,0,2,3.584962501,3,2.807354922,2,0,1,0,1,4.321928095,0,2,0,2.807354922,0,0,2,0,3.584962501,0,0,0,1,2,1,1,0,2.584962501,0,1,3,0,1,3,1,0,0,0,3.584962501,2.807354922,2.584962501,1,2,0,0,0,0,0,0,0,0,1,0,2.807354922,2,0,1,2,0,0,0,0,0,0,0,0,0,0,2.807354922,0,0,3.321928095,1,1.584962501\nAB019440.50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.321928095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.584962501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.584962501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5.392317423,0,0,0,0,0,1.584962501,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1.584962501,1.584962501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.807354922,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.169925001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.584962501,0,0,0,2.321928095,0,0,0,0,0,0,0,0,2.321928095,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1.584962501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.584962501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8.22881869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.584962501,0,6.321928095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\nAB019441.29,6.392317423,4.95419631,6.62935662,6.988684687,8.625708843,6.614709844,6.845490051,7.845490051,6.50779464,7.303780748,6,6.894817763,7.839203788,6.491853096,5.044394119,6.614709844,6.930737338,6.247927513,7.665335917,6.14974712,7.515699838,6.807354922,5.491853096,7.900866808,6.169925001,4.95419631,7.434628228,6.672425342,7.73470962,8.285402219,7.700439718,5.459431619,7.055282436,7.813781191,9.082149041,8,7.965784285,6.977279923,8.049848549,7.417852515,7.087462841,6.942514505,6.426264755,7.189824559,8.204571144,6.781359714,7.14974712,7.54689446,8.033423002,7.62935662,5.906890596,7.918863237,6.714245518,7.21916852,6.672425342,6.754887502,7.523561956,8.413627929,7.8008999,8.434628228,6.614709844,7.6794801,7.523561956,6.95419631,6.569855608,6.523561956,6.845490051,4.321928095,6.491853096,5.882643049,6.169925001,7.022367813,5.459431619,7.882643049,6.169925001,7.942514505,6.820178962,7.312882955,6.614709844,6.285402219,7.888743249,7.523561956,7.06608919,5.781359714,6.727920455,6.988684687,6.599912842,7.599912842,6.781359714,7.584962501,8.392317423,7.312882955,5.392317423,6.129283017,7.247927513,6.50779464,8.159871337,7.321928095,7.409390936,6.303780748,7.499845887,7.839203788,6.686500527,7.577428828,7.426264755,5.491853096,6.459431619,6.942514505,6.95419631,6.741466986,5.857980995,6.22881869,6.781359714,7.554588852,8.971543554,6.14974712,5.523561956,7.276124405,8.199672345,5.857980995,6.768184325,6.672425342,6.459431619,6.832890014,7.139551352,7.768184325,6.584962501,6.845490051,6.832890014,7.434628228,6.62935662,6.95419631,7.434628228,6.584962501,8.243173983,7.06608919,7.54689446,6.741466986,6.658211483,7.8008999,6.392317423,7.044394119,8.392317423,7.14974712,6.169925001,7.14974712,7,6.599912842,5.672425342,6.392317423,6.658211483,7.159871337,7.383704292,8.927777962,7.442943496,7.366322214,6.714245518,8.303780748,7.266786541,6.768184325,6.266786541,6.614709844,7.383704292,7.098032083,7.768184325,7.721099189,7,6.794415866,6.754887502,6.209453366,7.409390936,5.930737338,6,7.599912842,6.672425342,8.022367813,7.247927513,7.276124405,7.459431619,7.189824559,6.554588852,7.794415866,6.426264755,7.076815597,5.754887502,7.22881869,5.672425342,7.707359132,7.515699838,5.357552005,7.721099189,6.857980995,8.038918989,7.781359714,7.087462841,6.523561956,6.741466986,7.409390936,6.727920455,6.977279923,8.209453366,5.857980995,7.707359132,7.321928095,8.262094845,5.614709844,8.710806434,6.426264755,5.882643049,5.584962501,5.209453366,6.169925001,7.614709844,6.189824559,6.392317423,3.459431619,7.118941073,6.266786541,6.285402219,7.693486957,8.005624549,8.339850003,7.906890596,7.417852515,6.672425342,5.584962501,7.098032083,6.794415866,7.22881869,7.266786541,6.209453366,6.409390936,7.339850003,7.876516947,6.044394119,7.285402219,8.189824559,7.658211483,5.727920455,6.539158811,6.727920455,6.807354922,6.442943496,6.942514505,5.087462841,8.13442632,7.807354922,5.754887502,7.636624621,5.169925001,7.357552005,6.584962501,5.95419631,7.076815597,7.129283017,7.700439718,7.636624621,8.184875343,6.768184325,7.607330314,6.686500527,6.392317423,7.826548487,6.129283017,6.554588852,6.768184325,6.06608919,6.62935662,7.392317423,7.044394119,7.076815597,6.614709844,7.076815597,6.894817763,6.942514505,8.977279923,6.95419631,6.882643049,6.539158811,8.321928095,7.539158811,6.686500527,6.87036472,7.22881869,9.346513733,7.129283017,5.807354922,6.426264755,7.442943496,8.588714636,7.330916878,7.087462841,7.54689446,7.554588852,8.082149041,5.977279923,6.426264755,6.129283017,6.108524457,6.321928095,6.988684687,6.247927513,6.554588852,6.832890014,8.50779464,7.584962501,8.154818109,6.832890014,7.499845887,7.022367813,7.033423002,6.129283017,7.169925001,7.055282436,6.539158811,7.707359132,7.651051691,6.044394119,6.614709844,5.807354922,7.044394119,7.74819285,7.199672345,7.366322214,6.285402219,7.6794801,7.209453366,6.22881869,8.033423002,7.238404739,4.754887502,6.727920455,6.832890014,7.022367813,6.584962501,6.189824559,7.055282436,6.50779464,8.103287808,7.607330314,6.781359714,5.807354922,5.882643049,7.348728154,6.584962501,6.672425342,6.303780748,7.912889336,7.375039431,6.672425342,7.209453366,5,7.888743249,6.95419631,7.562242424,5.285402219,6.569855608,5.554588852,6.50779464,7.721099189,7.375039431,6.857980995,6.832890014,6.807354922,8.77148947,7.46760555,5.64385619,7.044394119,8.092757141,6.554588852,8.475733431,5.64385619,6.599912842,5.584962501,5.977279923,6.754887502,6.658211483,7.129283017,6.539158811,6,6.672425342,6.658211483,7.900866808,7.312882955,5.392317423,6.523561956,7.857980995,5.247927513,6.906890596,6.672425342,7.87036472,6.942514505,7.312882955,6.189824559,6.303780748,6.539158811,6.108524457,6.375039431,6.50779464,7.400879436,8.87958325,6.894817763,8.491853096,7.607330314,6.044394119,7.108524457,6.584962501,7.076815597,7.366322214,6.339850003,8.463524373,8.672425342,6.189824559,7.820178962,7.74819285,7.033423002,6.672425342,5.832890014,6.930737338,7.011227255,7.044394119,6.794415866,7.912889336,7.375039431,6.14974712,8.055282436,7.531381461,7.475733431,6.409390936,8.243173983,5.807354922,6.409390936,8.144658243,7.06608919,7.21916852,7.06608919,7.312882955,7.459431619,5.64385619,6.807354922,5.781359714,5.95419631,6.459431619,6.569855608,8.164906927,7.159871337,4.64385619,6.820178962,6.686500527,7.303780748,5.727920455,7.539158811,7.714245518,9.262094845,7.475733431,7.392317423,7.011227255,6.539158811,7.942514505,5.614709844,7.366322214,8.442943496,5.781359714,6.930737338,8.022367813,6.14974712,6.303780748,7.330916878,6.491853096,8.400879436,4.087462841,3.459431619,4.700439718,3.584962501,4,4.95419631,3.700439718,3.584962501,4,3,5.426264755,3.906890596,4.247927513,3.584962501,3.459431619,4,4,3.321928095,3.807354922,4.247927513,3.169925001,3.459431619,4.169925001,3.169925001,3.459431619,4,4.169925001,4.169925001,4.857980995,4.857980995,4.459431619,5,4.247927513,4.754887502,4.321928095,3.906890596,4.523561956,3.807354922,3.321928095,5.64385619,4.392317423,1.584962501,4.807354922,4,3.906890596,5.491853096,4.906890596,2.584962501,4.754887502,3.584962501,2.584962501,7.17990909,4.584962501,3.321928095,2.321928095,4.64385619,4.459431619,4.584962501,5.044394119,5.357552005,3.169925001,4.321928095,4.321928095,4,4.321928095,4,5.459431619,5,4.807354922,3.906890596,4.321928095,5.64385619,4,3,3.584962501,5.247927513,3.169925001,3.906890596,3.584962501,2.321928095,3.584962501,4.523561956,5.285402219,3.906890596,5.700439718,4.321928095,3.906890596,4.754887502,3.321928095,5.614709844,5.169925001,3.906890596,4,3.321928095,4.247927513,4.584962501,5.491853096,4.247927513,2.584962501,5.247927513,4.321928095,3.807354922,3.321928095,3.584962501,3.807354922,3,4.64385619,5.459431619,4.087462841,3.584962501,3.169925001,4.584962501,4.392317423,4.523561956,4,4.584962501,3.700439718,3.906890596,3.321928095,4.459431619,5.95419631,4.584962501,4,4.64385619,4.523561956,3.906890596,4.087462841,4.392317423,4.169925001,3.459431619,3.906890596,4,5.392317423,5.700439718,5.247927513,6.768184325,4.459431619,5.321928095,4.087462841,3.700439718,4.807354922,5.169925001,2.807354922,2.584962501,6,3.169925001,3.906890596,2.584962501,4.087462841,2.807354922,2.584962501,4,3.459431619,3.906890596,3.584962501,4.169925001,1.584962501,4.321928095,5.169925001,3.169925001,3.807354922,3.459431619,3.906890596,4.523561956,5.209453366,4.087462841,2.584962501,3.584962501,4.087462841,3.807354922,3.807354922,4.321928095,4.459431619,3,4.64385619,4.857980995,4.700439718,5.392317423,3.459431619,4.392317423,4.321928095,4.523561956,4.523561956,4.584962501,3.321928095,4.523561956,2.807354922,3.807354922,4,3.906890596,4.169925001,3.459431619,3.459431619,4.392317423,4.584962501,4,3.459431619,3.169925001,4.459431619,5.672425342,4.64385619,4,4.087462841,3.807354922,4.169925001,4.087462841,3.906890596,4.64385619,2.807354922,5.044394119,3,3.700439718,3.321928095,5.087462841,4.321928095,4.392317423,3.169925001,4.087462841,4.523561956,4.321928095,4.392317423,4.64385619,4.906890596,4.754887502,4.087462841,4.807354922,3.459431619,3.459431619,4.392317423,3,4.906890596,4.700439718,3.459431619,4.95419631,4.392317423,4.247927513,4.64385619,4.321928095,4.64385619,3.700439718,4.321928095,3.700439718,4,3.700439718,3.584962501,3.169925001,4.64385619,4,5,4.169925001,4.392317423,4.247927513,3.584962501,6.087462841,3.906890596,4.087462841,4,3.321928095,4.459431619,2.807354922,4.584962501,2.807354922,4.700439718,4.169925001,3.906890596,4.169925001,4.169925001,3.169925001,4.523561956,4.247927513,4.321928095,4.459431619,4.247927513,3.459431619,3.700439718,4.64385619,4.087462841,3.807354922,2.321928095,4.906890596,3.169925001,4.087462841,4,5,4.700439718,4.247927513,5.087462841,4,4.584962501,4,4.392317423,3.700439718,4.321928095,3.459431619,4.584962501,3.906890596,3.906890596,5.321928095,4.392317423,3.584962501,4.459431619,3.906890596,3,4.523561956,4.523561956,3.584962501,3.807354922,2.807354922,2.807354922,5.087462841,3.906890596,5.247927513,3.906890596,3.169925001,3.906890596,4.523561956,3.169925001,4.247927513,4,3,2.584962501,2.584962501,3.906890596,3.906890596,4.169925001,4.754887502,4.700439718,3.906890596,4,2.584962501,4.459431619,3.906890596,4.523561956,4.169925001,4,4.321928095,4.392317423,5.169925001,5,4,2.321928095,3.906890596,4.523561956,5.781359714,5.807354922,5.169925001,5.169925001,3.321928095,3.584962501,2.584962501,4.754887502,5.044394119,2,3.169925001,2.807354922,4.700439718,2.584962501,3.169925001,3,4.087462841,3.807354922,3.807354922,1.584962501,2.584962501,3.459431619,2.807354922,3.807354922,2,3.584962501,2.584962501,4.087462841,2.321928095,2.321928095,3.459431619,3.584962501,2.584962501,3,3.700439718,1.584962501,5.087462841,4.247927513,1,2.584962501,3.700439718,2.584962501,5.781359714,3.321928095,0,3.906890596,3.906890596,2,4,3,3.906890596,2,4.247927513,3.321928095,1,6.189824559,1.584962501,5.491853096,2.584962501,3,3.321928095,4.392317423,3.807354922,5.087462841,5.129283017,3.700439718,3.584962501,2.584962501,3,5.087462841,2.321928095,3.700439718,3.459431619,4.247927513,3.807354922,3.321928095,4.523561956,4.523561956,4.459431619,5.727920455,3.459431619,4.321928095,3.807354922,4.754887502,2,3,4.754887502,4.087462841,4.087462841,2.807354922,4.247927513,3,3.584962501,5.459431619,5.882643049,3.459431619,4.64385619,3.459431619,4.321928095,3.906890596,3,3.459431619,4.700439718,3.321928095,4.087462841,4.247927513,3,2.321928095,6.741466986,2,4.807354922,5.087462841,2.807354922,5.672425342,4.321928095,4.321928095,2.584962501,1.584962501,3,2,4.64385619,5.247927513,4.247927513,4.321928095,4.807354922,3.459431619,3.169925001,2.807354922,4.857980995,3.321928095,5.169925001,3.807354922,5.285402219,2.584962501,5.087462841,3.700439718,3.700439718,3.906890596,4.169925001,3.807354922,3.321928095,3.807354922,3.169925001,3.700439718,3.700439718,3.169925001,3,4.321928095,4.459431619,4,4.169925001,4.169925001,3.321928095,2.321928095,4.700439718,1.584962501,1,4.169925001,3.807354922,4.95419631,5,3.321928095,2.321928095,4.087462841,3.321928095,4.392317423,2.584962501,3.700439718,4.392317423,4.700439718,3.700439718,3.169925001,4,3,2.807354922,2.807354922,3.700439718,3.459431619,4.247927513,5,4.754887502,3.169925001,2,3.584962501,0,3.459431619,3.906890596,2.321928095,3,3.906890596,4,1.584962501,5.044394119,3,3.321928095,5.285402219,3.700439718,5,3.700439718,4.857980995,4.169925001,5.491853096,4.459431619,4,3,4.247927513,4,3,4.392317423,4.247927513,3.584962501,4.392317423,4.807354922,3.584962501,4.584962501,3.459431619,5.321928095,4.95419631,2.807354922,5,4.584962501,2.807354922,5,1.584962501,4.584962501,2.584962501,4.459431619,3.459431619,5.087462841,4.64385619,2.584962501,5.285402219,4.584962501,4,4.459431619,4,4.459431619,2.807354922,3.169925001,3.584962501,3,3.459431619,3.807354922,3.584962501,3.807354922,3.906890596,1,4.523561956,4.584962501,5.044394119,3,3.807354922,3.584962501,3.906890596,2.807354922,2.584962501,3.459431619,2.321928095,2.321928095,1.584962501,3.807354922,3.584962501,4.459431619,5.129283017,2.584962501,4.523561956,4.321928095,3.169925001,3.169925001,4.247927513,4.321928095,4.584962501,3.459431619,2.807354922,4.64385619,3.321928095,4,4,3,3,3.321928095,3.459431619,4.321928095,4.584962501,3.700439718,2.321928095,3.700439718,4.64385619,3.169925001,3.321928095,3.906890596,3.584962501,3.321928095,3,2.321928095,2.807354922,4.523561956,2.321928095,2.321928095,4.321928095,4.392317423,3.700439718,4,4.087462841,4.247927513,3.169925001,3,3,3.700439718,4.754887502,4.523561956,3.906890596,3.321928095,4.807354922,4.857980995,3.584962501,4.321928095,4.247927513,3.584962501,3.584962501,5.906890596,4.857980995,4.087462841,4.169925001,4.64385619,4,5,4,4.169925001,6.727920455,5.523561956,3,6.087462841,5.930737338,6.022367813,4.169925001,3.321928095,5.491853096,4.247927513,4.459431619,3.321928095,3.807354922,4.087462841,3.906890596,4.523561956,6,4.087462841,4.700439718,3.459431619,3.807354922,4.087462841,2.321928095,3.321928095,3.807354922,2,3.807354922,3.906890596,3.321928095,3.700439718,5.247927513,2.321928095,3.169925001,4.906890596,4.087462841,3.700439718,5,3.321928095,3.906890596,4.169925001,3.584962501,4.087462841,4.523561956,4.906890596,4.857980995,4.857980995,5.672425342,4.807354922,3.906890596,2.584962501,4.700439718,4.857980995,3.459431619,3,3.169925001,4,4.321928095,4.523561956,5.044394119,3.584962501,5.209453366,4.321928095,5.392317423,4.321928095,5.321928095,4.392317423,4.700439718,4.321928095,3.584962501,4.95419631,4.95419631,4.247927513,4.321928095,4.321928095,4.857980995,3.584962501,4.857980995,3.321928095,4.700439718,4.906890596,3.321928095,5.247927513,5.64385619,5.044394119,3.807354922,3.169925001,5.426264755,5.247927513,4.754887502,3.169925001,5.044394119,4.584962501,5,4.321928095,4.807354922,5.169925001,6.14974712,5.64385619,3.459431619,5.044394119,3.459431619,4.247927513,4.754887502,5.882643049,2.321928095,5.459431619,5.357552005,5.247927513,5.087462841,4.392317423,4.906890596,5.754887502,4.807354922,5.285402219,4.087462841,2,4.321928095,4.584962501,4.754887502,3.807354922,3.700439718,5.357552005,4,4.321928095,3.169925001,3.459431619,6.022367813,4,5.459431619,3.459431619,4.087462841,5.357552005,5.129283017,6.108524457,3.584962501,4.169925001,3.807354922,4.169925001,4.64385619\n"
  },
  {
    "path": "inst/extdata/ascii_art.txt",
    "content": "            _______ _____            _   _  _____ _____  _____   ____  _____  \n           |__   __|  __ \\     /\\   | \\ | |/ ____|  __ \\|  __ \\ / __ \\|  __ \\ \n              | |  | |__) |   /  \\  |  \\| | (___ | |__) | |__) | |  | | |__) |\n              | |  |  _  /   / /\\ \\ | . ` |\\___ \\|  ___/|  _  /| |  | |  _  / \n              | |  | | \\ \\  / ____ \\| |\\  |____) | |    | | \\ \\| |__| | | \\ \\ \n              |_|  |_|  \\_\\/_/    \\_\\_| \\_|_____/|_|    |_|  \\_\\\\____/|_|  \\_\\\n                                                                   \n                                                                   \n                                                            \n                                                            \n         _    _ _______       _____ _____ _______     _________     _______ _____ _____ \n    /\\  | |  | |__   __|     / ____/ ____/ ____\\ \\   / /  __ \\ \\   / / ____/ ____/ ____|\n   /  \\ | |  | |  | |       | (___| (___| (___  \\ \\_/ /| |  | \\ \\_/ / (___| (___| (___  \n  / /\\ \\| |  | |  | |        \\___ \\\\___ \\\\___ \\  \\   / | |  | |\\   / \\___ \\\\___ \\\\___ \\ \n / ____ \\ |__| |  | |        ____) |___) |___) |  | |  | |__| | | |  ____) |___) |___) |\n/_/    \\_\\____/   |_|       |_____/_____/_____/   |_|  |_____/  |_| |_____/_____/_____/ \n                                                                                        \n                                                                                        \n"
  },
  {
    "path": "inst/extdata/gtex_gene_expected_count_test",
    "content": "sample\tGTEX-S4Q7-0003-SM-3NM8M\tGTEX-QV31-1626-SM-2S1QC\tGTEX-13QIC-0011-R1a-SM-5O9CJ\tGTEX-ZPCL-0126-SM-4WWC8\tGTEX-S33H-1226-SM-4AD69\tGTEX-X88G-0426-SM-47JZ5\tGTEX-ZAKK-0326-SM-5EGHA\tGTEX-1399S-1726-SM-5L3DI\tGTEX-ZF29-0926-SM-4WKFZ\tGTEX-13W3W-2626-SM-5SIA2\tGTEX-WQUQ-2526-SM-4MVNO\tGTEX-P44H-0526-SM-2XCF1\tGTEX-11ONC-2326-SM-5HL6P\tGTEX-TSE9-0126-SM-3DB83\tGTEX-R55F-0226-SM-48FCI\tGTEX-13O3P-0226-SM-5KM3Z\tGTEX-VJYA-0005-SM-3P5ZD\tGTEX-PWCY-1326-SM-48TCU\tGTEX-POMQ-0006-SM-5SI7D\tGTEX-Y9LG-0426-SM-4VBRT\tGTEX-147F4-1226-SM-5NQAY\tGTEX-QXCU-0626-SM-2TC69\tGTEX-1269C-2626-SM-5EQ5C\tGTEX-12WSK-2326-SM-5GCOH\tGTEX-P4PQ-0126-SM-2S1NM\tGTEX-ZA64-1526-SM-5CVMD\tGTEX-1122O-0426-SM-5H12G\tGTEX-1399Q-0005-SM-5NQAG\tGTEX-11EI6-0826-SM-5985V\tGTEX-11EI6-3126-SM-5H111\tGTEX-QV44-1726-SM-4R1KG\tGTEX-14E7W-0526-SM-5S2W8\tGTEX-S341-0326-SM-2XCAU\tGTEX-N7MS-2625-SM-3LK77\tGTEX-OHPJ-0926-SM-2HMJ1\tGTEX-13O61-0326-SM-5KM2O\tGTEX-REY6-0126-SM-48FDT\tGTEX-13PL7-2726-SM-5L3GB\tGTEX-QV44-0526-SM-2S1RE\tGTEX-WY7C-0426-SM-3NB3C\tGTEX-ZPCL-0004-SM-4WWD6\tGTEX-X5EB-0326-SM-4QASF\tGTEX-11DXY-1526-SM-5H129\tGTEX-ZPIC-0005-SM-4WWEB\tGTEX-13G51-2126-SM-5IJD9\tGTEX-Y5V6-2826-SM-4VDSF\tGTEX-Y111-1826-SM-4SOIR\tGTEX-TMZS-0001-SM-3P61Q\tGTEX-11XUK-1426-SM-5EQMG\tGTEX-WOFM-0526-SM-4OOS2\tGTEX-N7MS-2526-SM-26GMA\tGTEX-WHPG-0226-SM-3NMB9\tGTEX-13FTZ-2226-SM-5LZXI\tGTEX-14AS3-1326-SM-5RQJE\tGTEX-QEG4-0426-SM-5S2VQ\tGTEX-1339X-0326-SM-5K7Z8\tGTEX-PLZ6-0126-SM-48TC6\tGTEX-11ONC-2826-SM-5P9GQ\tGTEX-N7MS-2526-SM-26GMR\tGTEX-1122O-1526-SM-5N9CL\tGTEX-1497J-1226-SM-5Q5BL\tGTEX-13OW7-2726-SM-5L3HN\tGTEX-QLQ7-0826-SM-447B3\tGTEX-XPVG-1026-SM-4B64Y\tGTEX-WYBS-1026-SM-4ONCY\tGTEX-ZPCL-1426-SM-57WEC\tGTEX-Y114-2626-SM-4TT8Y\tGTEX-ZZPU-0326-SM-5N9BJ\tGTEX-VJYA-0826-SM-4KL1M\tGTEX-ZPU1-2126-SM-57WED\tGTEX-X585-0008-SM-46MU4\tGTEX-S4UY-0426-SM-3K2AF\tGTEX-12WSD-2826-SM-59HKT\tGTEX-NPJ7-0011-R6a-SM-2I3G7\tGTEX-UPIC-1726-SM-4IHKG\tGTEX-WZTO-0626-SM-4PQYY\tGTEX-WHSB-0005-SM-3LK7C\tGTEX-Y9LG-0226-SM-4VBS4\tGTEX-13PVQ-0726-SM-5L3GI\tGTEX-OHPL-1626-SM-2HMIR\tGTEX-POYW-0006-SM-2XCF4\tGTEX-12WSN-2726-SM-5LZUK\tGTEX-12584-0926-SM-5FQTN\tGTEX-132AR-2426-SM-5IFFD\tGTEX-132Q8-3026-SM-5PNVG\tGTEX-RM2N-0626-SM-48FD6\tGTEX-ZYW4-1426-SM-5SIAX\tGTEX-ZT9X-1826-SM-57WDU\tGTEX-UJMC-0526-SM-3GAE3\tGTEX-RU1J-0006-SM-2TF6M\tGTEX-Y114-1926-SM-4TT8J\tGTEX-ZF3C-2026-SM-4WWB5\tGTEX-X4EP-2926-SM-3P5YQ\tGTEX-NPJ7-2726-SM-2I3FT\tGTEX-13OVJ-0011-R9b-SM-5L3GD\tGTEX-ZA64-2226-SM-5Q5A9\tGTEX-XUW1-1726-SM-4BOOZ\tGTEX-12BJ1-1426-SM-5BC5Q\tGTEX-131XE-2026-SM-5LZW1\tGTEX-111FC-0326-SM-5GZZ1\tGTEX-XAJ8-1026-SM-47JY9\tGTEX-XLM4-0011-R10A-SM-4AT5P\tGTEX-XMD2-0006-SM-4WWEG\tGTEX-13SLW-0226-SM-5S2NA\tGTEX-YBZK-0005-SM-59HKG\tGTEX-1399R-0126-SM-5IFEV\tGTEX-13FHP-0226-SM-5K7WD\tGTEX-R55G-0126-SM-48FDS\tGTEX-Y5V5-2526-SM-4VBQ4\tGTEX-S32W-0004-SM-2XCE9\tGTEX-W5WG-1626-SM-4LMKG\tGTEX-12ZZZ-0011-R10a-SM-5P9HC\tGTEX-X4XY-0011-R8A-SM-46MVC\tGTEX-13QJC-0011-R6a-SM-5S2VI\tGTEX-N7MT-1426-SM-3LK5M\tGTEX-ZUA1-0011-R8b-SM-51MST\tGTEX-139TU-0226-SM-5J1NM\tGTEX-146FH-2426-SM-5Q5EW\tGTEX-ZTSS-1126-SM-5985O\tGTEX-X5EB-0626-SM-46MVQ\tGTEX-13NYB-0726-SM-5MR4J\tGTEX-ZYVF-2526-SM-5E45C\tGTEX-13FHP-0011-R7b-SM-5LZYI\tGTEX-ZE7O-1526-SM-5J1NH\tK-562-SM-5P9EQ\tGTEX-ZYVF-0526-SM-5E43E\tGTEX-13X6I-1526-SM-5SIAC\tGTEX-U3ZH-0126-SM-4DXUK\tGTEX-13N2G-2226-SM-5IJCU\tGTEX-ZDXO-0426-SM-4WKF6\tGTEX-13112-0011-R7b-SM-5DUVW\tGTEX-13N11-0526-SM-5IJFI\tGTEX-12WSA-0011-R5b-SM-5GU5I\tGTEX-145LV-0226-SM-5S2QG\tGTEX-S7SE-0826-SM-4AT4D\tGTEX-XXEK-1026-SM-4BRUW\tGTEX-132NY-0326-SM-5IJBL\tGTEX-ZT9X-0008-SM-4YCD7\tGTEX-POMQ-0626-SM-3P61E\tGTEX-ZF28-3026-SM-4WKHP\tGTEX-OOBJ-1026-SM-3NB2L\tGTEX-P78B-1626-SM-2S1O1\tGTEX-ZUA1-0011-R7b-SM-4YCDP\tGTEX-11ZVC-0011-R9a-SM-57WC5\tGTEX-1399U-1526-SM-5J2N7\tGTEX-13FH7-2126-SM-5L3DJ\tK-562-SM-32PMP\tGTEX-SUCS-0226-SM-32PLQ\tGTEX-11DXX-0008-SM-5Q5B8\tGTEX-SIU7-1326-SM-4BRWW\tGTEX-WZTO-0011-R4A-SM-3NMC7\tGTEX-XAJ8-1126-SM-47JYA\tGTEX-11O72-0626-SM-5PNYE\tGTEX-13PVQ-1926-SM-5L3GN\tGTEX-OIZH-1326-SM-3NB1H\tGTEX-13NZ9-0826-SM-5J1NI\tGTEX-13FLV-1226-SM-5IJBZ\tGTEX-ZDYS-0626-SM-5J2N5\tGTEX-14DAQ-2526-SM-5RQIO\tGTEX-Y8LW-1526-SM-5IFHL\tGTEX-13PL6-0526-SM-5L3G6\tGTEX-QV44-2226-SM-447A3\tGTEX-ZF2S-1526-SM-5S2OO\tGTEX-RUSQ-0926-SM-47JWU\tGTEX-WHSE-0426-SM-4M1XO\tGTEX-117YX-1126-SM-5H128\tGTEX-OHPK-1626-SM-2YUN3\tGTEX-Q734-1626-SM-48U1B\tGTEX-WWYW-2726-SM-4MVOP\tGTEX-12696-1126-SM-5FQTI\tGTEX-13O61-0126-SM-5KM4P\tGTEX-13PVR-2326-SM-5QGR1\tGTEX-139YR-2426-SM-5J1OB\tGTEX-1211K-0426-SM-5FQTP\tGTEX-PWCY-0726-SM-48TCS\tGTEX-13FH7-1226-SM-5IJFK\tGTEX-ZXG5-0326-SM-5GICH\tGTEX-111VG-1926-SM-5GIDO\tGTEX-Q2AG-0005-SM-5SI7F\tGTEX-XMK1-2626-SM-4B65R\tGTEX-NPJ7-0011-R11A-SM-2I3E8\tGTEX-13FH7-0226-SM-5IFGG\tGTEX-13OVL-0011-R6a-SM-5L3G4\tGTEX-POYW-1226-SM-5LU5O\tGTEX-13OW6-0526-SM-5L3HY\tGTEX-11DZ1-2026-SM-5A5KG\tGTEX-T6MO-1626-SM-32QOM\tGTEX-13NYB-0011-R1b-SM-5KM4F\tGTEX-PX3G-0726-SM-48TZT\tGTEX-YB5E-1026-SM-5IFI2\tGTEX-ZVZP-2426-SM-59HKJ\tGTEX-ZYFC-2626-SM-5NQ6S\tGTEX-117YW-0526-SM-5H11C\tGTEX-WHSE-0011-R8A-SM-3P5Z1\tGTEX-U4B1-1826-SM-4DXSU\tGTEX-ZVZO-0126-SM-5A5L9\tGTEX-13FTY-2126-SM-5IFFB\tGTEX-11ZUS-2726-SM-5FQUA\tGTEX-T5JC-0626-SM-3NMA6\tGTEX-T6MN-0011-R4A-SM-32QPG\tGTEX-ZTTD-1426-SM-4YCEX\tGTEX-132AR-0006-SM-5NQ7N\tGTEX-139TU-0526-SM-5J2M8\tGTEX-T6MO-0426-SM-32QOI\tGTEX-QLQ7-1326-SM-4R1JY\tGTEX-13OVK-0006-SM-5O9B7\tGTEX-WFG8-1026-SM-4LVMZ\tGTEX-11NUK-2026-SM-5PNVZ\tGTEX-PWN1-0226-SM-5SI7O\tGTEX-ZT9W-1626-SM-4YCDQ\tGTEX-WK11-0626-SM-3NMAV\tGTEX-R55G-0726-SM-2TC6J\tGTEX-11EQ9-1226-SM-5987E\tGTEX-13NYB-0226-SM-5N9G4\tGTEX-RWS6-0926-SM-47JXE\tGTEX-13111-0326-SM-5DUXF\tGTEX-139YR-2726-SM-5K7VV\tGTEX-OXRP-0126-SM-3NB32\tGTEX-O5YT-1826-SM-32PK9\tGTEX-W5X1-1426-SM-3GIKH\tGTEX-13X6H-1626-SM-5Q5CT\tGTEX-146FR-0926-SM-5QGPE\tGTEX-X4LF-0006-SM-3NMCO\tGTEX-YFC4-0008-SM-4RGM3\tGTEX-1399U-0426-SM-5K7UU\tGTEX-13FH7-1126-SM-5K7UG\tGTEX-XGQ4-0004-SM-4AT5S\tGTEX-131XF-0426-SM-5HL7U\tGTEX-14BIM-2226-SM-5SI8Y\tGTEX-147GR-0526-SM-5S2MY\tGTEX-Y8LW-1826-SM-5S2MV\tGTEX-OXRL-0005-SM-3LK6A\tGTEX-13OVL-1526-SM-5K7WA\tGTEX-11P82-0126-SM-5HL72\tGTEX-WRHU-0626-SM-3MJFI\tK-562-SM-4WAWH\tGTEX-ZLFU-0726-SM-57WF6\tGTEX-11TUW-1226-SM-5GU7C\tGTEX-X4EP-0726-SM-3P5YJ\tGTEX-S33H-1126-SM-2XCB6\tGTEX-O5YU-0008-SM-4E3I7\tGTEX-ZDXO-0011-R1a-SM-4WKF4\tGTEX-ZDYS-2326-SM-4WKG6\tGTEX-145LU-2026-SM-5Q5E8\tGTEX-146FR-1426-SM-5SIAV\tGTEX-132NY-1026-SM-5P9IY\tGTEX-13N1W-0826-SM-5MR5J\tGTEX-ZTX8-0426-SM-59HLG\tGTEX-146FH-2026-SM-5SI9I\tGTEX-ZWKS-0326-SM-5NQ7G\tGTEX-12WSK-2626-SM-5GCOT\tGTEX-12WSL-1326-SM-5LZVW\tGTEX-X8HC-0126-SM-4E3JW\tGTEX-11I78-1526-SM-5A5K7\tGTEX-X15G-1426-SM-4PQZK\tGTEX-11DXY-3226-SM-5GIDE\tGTEX-ZDTS-0226-SM-5HL7Q\tGTEX-12WSM-0726-SM-5GCOW\tGTEX-ZC5H-2726-SM-5KLZW\tGTEX-WYJK-0326-SM-3NMA8\tGTEX-PWCY-2026-SM-5QGQ9\tGTEX-13NYB-2926-SM-5K7VH\tGTEX-ZYFG-0126-SM-5GIDH\tGTEX-WOFM-0426-SM-4OOSG\tGTEX-ZAB5-1426-SM-5HL9D\tGTEX-11EQ9-1126-SM-5987I\tGTEX-ZV68-0011-R5a-SM-4YCDW\tGTEX-11ZTT-0426-SM-5EQLK\tGTEX-11EM3-1026-SM-5A5KL\tGTEX-111YS-1726-SM-5GIED\tGTEX-1497J-0005-SM-5NQBD\tGTEX-WFG7-0326-SM-5SI7L\tGTEX-QCQG-1926-SM-2S1PI\tGTEX-12WSG-2426-SM-5EQLZ\tGTEX-WYJK-0826-SM-3NM8Y\tGTEX-XGQ4-1526-SM-4AT6H\tGTEX-11GSP-0011-R6b-SM-57WBQ\tGTEX-Y5V6-1026-SM-4VBS2\tGTEX-111FC-0226-SM-5N9B8\tGTEX-146FR-1526-SM-5SIB8\tGTEX-WHPG-2326-SM-3NMBP\tGTEX-YEC4-2126-SM-5IFJH\tGTEX-OOBJ-0426-SM-3NB1S\tGTEX-ZZPT-0626-SM-5GZXT\tGTEX-ZE7O-0226-SM-5S2N1\tGTEX-11ZVC-2926-SM-5986H\tGTEX-12BJ1-0126-SM-5LU9P\tGTEX-ZVT3-1426-SM-59HLP\tGTEX-XYKS-0002-SM-4BRWN\tGTEX-SIU8-0126-SM-2XCDT\tGTEX-Y111-0126-SM-4SOIV\tGTEX-11GS4-0008-SM-5QGRA\tGTEX-V955-0426-SM-3GAEL\tGTEX-13O61-2326-SM-5J1NJ\tGTEX-YJ8O-2526-SM-5HL85\tGTEX-13NZB-2026-SM-5MR4M\tGTEX-11I78-0826-SM-5A5K4\tGTEX-13U4I-2026-SM-5LU3L\tGTEX-WI4N-1026-SM-3LK7N\tGTEX-13OVI-0826-SM-5KLZ8\tGTEX-1399T-1326-SM-5PNVH\tGTEX-13OVL-0011-R3b-SM-5L3I8\tGTEX-Q2AI-0006-SM-2I3FG\tGTEX-ZTSS-1226-SM-51MSZ\tGTEX-P4PP-0005-SM-2HMKX\tGTEX-11DYG-2526-SM-5N9BB\tGTEX-S3XE-1026-SM-4AD4O\tGTEX-QLQ7-1626-SM-2S1R8\tGTEX-13PVR-1426-SM-5S2PW\tGTEX-WQUQ-2426-SM-4MVNW\tGTEX-XBED-0006-SM-47JXO\tGTEX-111CU-0226-SM-5GZXC\tGTEX-ZF29-0326-SM-4WKFB\tK-562-SM-47JYY\tGTEX-13OW7-0011-R5b-SM-5O9DM\tGTEX-13OW6-0326-SM-5L3H9\tGTEX-WHPG-0926-SM-4M1XY\tGTEX-RN64-0826-SM-2TC62\tGTEX-13X6I-2726-SM-5Q5ET\tGTEX-S7SE-0526-SM-2XCD8\tGTEX-QCQG-1926-SM-5SI7Q\tGTEX-QEL4-1326-SM-447AD\tGTEX-14A6H-2726-SM-5QGPL\tGTEX-ZP4G-0526-SM-4YCED\tGTEX-ZVT3-0826-SM-5GIC8\tGTEX-11WQK-3126-SM-5EGI2\tGTEX-ZE9C-0011-R11a-SM-4WKGG\tGTEX-1122O-0126-SM-5GICA\tGTEX-ZUA1-2126-SM-57YRB\tGTEX-13G51-0926-SM-5IFFU\tGTEX-ZAB4-1126-SM-5HL86\tGTEX-11EQ8-0008-SM-5Q5DJ\tGTEX-13NYC-2426-SM-5MR3K\tGTEX-ZAB5-0626-SM-5PNVB\tGTEX-X5EB-2526-SM-4E3HY\tGTEX-12WSI-0226-SM-5GCNA\tGTEX-13JVG-0526-SM-5IJBN\tGTEX-ZT9W-1326-SM-51MTB\tGTEX-XMD1-0826-SM-4AT52\tGTEX-ZZPT-2926-SM-5EQ5S\tGTEX-11GSO-2426-SM-5A5LY\tGTEX-12696-0826-SM-5EGGE\tGTEX-OXRL-0126-SM-2YUMP\tGTEX-11DXX-0926-SM-5H112\tGTEX-12ZZY-3026-SM-5GCOU\tGTEX-WHSE-2926-SM-3NMBG\tGTEX-XV7Q-0008-SM-4BRWL\tGTEX-12584-0226-SM-5EQL5\tGTEX-11ZUS-3026-SM-5EGI4\tGTEX-11P81-0926-SM-59874\tGTEX-U4B1-0126-SM-4DXSN\tGTEX-13QBU-1626-SM-5LU4S\tGTEX-OHPL-0426-SM-3TW8X\tGTEX-VJYA-1726-SM-3NMDQ\tGTEX-ZAB4-1726-SM-5HL8C\tGTEX-ZYY3-1726-SM-5EGH3\tGTEX-X4EP-0326-SM-3P5Z6\tGTEX-ZPIC-0002-SM-4WWEC\tGTEX-13O1R-0226-SM-5K7U5\tGTEX-12ZZW-2926-SM-5LZUP\tGTEX-Y3IK-0726-SM-4WWE5\tGTEX-ZE7O-0826-SM-57WCP\tGTEX-ZYT6-1226-SM-5E44Q\tGTEX-133LE-0326-SM-5P9G4\tGTEX-145ME-0326-SM-5S2QO\tGTEX-U3ZN-0002-SM-3NMDF\tGTEX-YB5E-0526-SM-4VDSD\tGTEX-12584-3126-SM-5EGKR\tGTEX-131XG-0826-SM-5LZVS\tGTEX-ZAB5-0726-SM-5P9JG\tGTEX-N7MT-0726-SM-3TW8S\tGTEX-12WSD-0011-R9a-SM-5GU6W\tGTEX-R45C-1226-SM-48FEE\tGTEX-ZLV1-1926-SM-5FQSF\tGTEX-PWCY-0826-SM-48TCR\tGTEX-12WSB-0126-SM-59HJN\tGTEX-YFC4-0011-R11a-SM-4SOK6\tGTEX-ZXG5-0926-SM-5NQ8H\tGTEX-13N2G-2326-SM-5J1ON\tGTEX-11P81-1926-SM-5BC53\tGTEX-X261-0011-R5A-SM-3NMB4\tGTEX-12126-0726-SM-5FQTX\tGTEX-13OVG-0005-SM-5P9HA\tK-562-SM-3LK7S\tGTEX-NPJ8-1926-SM-3MJGB\tGTEX-ZUA1-2726-SM-59HLJ\tGTEX-12WSG-1026-SM-5EGII\tGTEX-11OC5-0626-SM-5HL6M\tGTEX-14C39-2526-SM-5S2UH\tGTEX-ZPU1-1026-SM-4YCEQ\tGTEX-X585-2526-SM-4QAS1\tGTEX-1128S-2526-SM-5H11N\tGTEX-1399R-0526-SM-5IJEF\tGTEX-144GL-1026-SM-5O99R\tGTEX-ZVZQ-0011-R7b-SM-57WBB\tGTEX-QEG4-0926-SM-4R1JO\tGTEX-SNMC-0008-SM-4DM5A\tGTEX-P4PQ-2126-SM-3NMCV\tGTEX-QVJO-0008-SM-447AU\tGTEX-13D11-1226-SM-5IFGA\tGTEX-12WSB-0726-SM-5N9GD\tGTEX-XV7Q-0826-SM-4BRV7\tGTEX-Y5V6-2426-SM-4VDSB\tGTEX-1211K-0726-SM-5FQUW\tGTEX-N7MT-0326-SM-48TDP\tGTEX-T5JW-0426-SM-4DM7M\tGTEX-11P81-2726-SM-59876\tGTEX-11I78-1926-SM-59878\tGTEX-Y5V5-0826-SM-4VBQD\tGTEX-11EQ8-0006-SM-5P9HJ\tGTEX-Z93S-0008-SM-4RGM5\tGTEX-12ZZX-0011-R8a-SM-5DUW8\tGTEX-13OVH-0126-SM-5MR4B\tGTEX-XQ8I-1826-SM-4BOOJ\tGTEX-13PDP-0011-R1a-SM-5PNX5\tGTEX-Y111-2226-SM-4SOJB\tGTEX-1212Z-0226-SM-59HLF\tGTEX-XUYS-0326-SM-47JX2\tGTEX-ZV7C-0726-SM-59HKH\tGTEX-XBED-2626-SM-4E3J5\tGTEX-1211K-0826-SM-5FQUP\tGTEX-U8XE-0926-SM-3DB8V\tGTEX-XUW1-0926-SM-4BONX\tGTEX-133LE-1226-SM-5IFGC\tGTEX-14C5O-0126-SM-5SI6N\tGTEX-YECK-0526-SM-4W1ZD\tGTEX-145MG-1526-SM-5Q5EM\tGTEX-XLM4-0008-SM-4AT4W\tGTEX-11TTK-2926-SM-5PNYP\tGTEX-YF7O-0226-SM-5IFJ4\tGTEX-R55G-0526-SM-2TC5O\tGTEX-13N2G-1826-SM-5KM1I\tGTEX-ZEX8-0726-SM-4WKH8\tGTEX-13G51-2926-SM-5IJDL\tGTEX-11DZ1-0226-SM-5A5KF\tGTEX-WYVS-2126-SM-3NMA3\tGTEX-ZGAY-1526-SM-4WWEO\tGTEX-YJ8O-0126-SM-5QGRG\tGTEX-ZV7C-0003-SM-4YCF6\tGTEX-13N11-1526-SM-5L3FL\tGTEX-131XH-0006-SM-5O98V\tGTEX-14753-0426-SM-5NQAM\tGTEX-WZTO-3026-SM-3NMA2\tGTEX-1211K-0926-SM-5FQTL\tGTEX-11WQC-2426-SM-5EQKQ\tGTEX-12WSJ-0126-SM-5GCOM\tGTEX-Y5LM-2326-SM-5S2NK\tGTEX-PW2O-0526-SM-2I3DX\tGTEX-11NV4-2326-SM-5BC4X\tGTEX-14BIL-0006-SM-5N9F2\tGTEX-XV7Q-0626-SM-4BRV5\tGTEX-PLZ6-0426-SM-5IFK2\tGTEX-12WSG-2726-SM-5EQ5M\tGTEX-NPJ8-0007-SM-26GMF\tGTEX-ZQG8-2226-SM-5DUWD\tGTEX-WFG8-1726-SM-5CHTE\tGTEX-N7MS-0826-SM-2HML4\tGTEX-ZYFC-1826-SM-5GZZA\tGTEX-R55E-1326-SM-48FCR\tGTEX-13OW8-1026-SM-5J1NQ\tGTEX-113JC-2326-SM-5EQ4E\tGTEX-13PL7-2326-SM-5L3FY\tGTEX-Z9EW-0526-SM-5HL8S\tGTEX-13X6J-0826-SM-5LU32\tGTEX-11DXX-0005-SM-5NQ8B\tGTEX-12WSB-3226-SM-59HJP\tGTEX-U412-0526-SM-3DB9I\tGTEX-N7MS-0011-R3a-SM-5SI8H\tGTEX-11DXZ-2526-SM-5N9BG\tGTEX-ZLV1-0926-SM-5S2MR\tGTEX-WHSB-2026-SM-3LK6H\tGTEX-13QIC-1826-SM-5J1MY\tGTEX-XV7Q-0126-SM-4BRVK\tGTEX-Z9EW-1626-SM-5CVMN\tGTEX-13QJ3-0426-SM-5RQHP\tGTEX-W5WG-1326-SM-4LMI9\tGTEX-T6MN-2626-SM-32PMQ\tGTEX-13X6K-0626-SM-5LU5D\tGTEX-11OF3-0008-SM-5S2NH\tGTEX-111CU-2026-SM-5GZZC\tGTEX-PW2O-1726-SM-2S1OO\tGTEX-TMMY-0926-SM-4VBQZ\tGTEX-ZPU1-1126-SM-4YCF3\tGTEX-13OW5-2626-SM-5MR3M\tGTEX-XV7Q-1026-SM-4BRVR\tGTEX-11EMC-0226-SM-5EGLP\tGTEX-12WS9-0011-R5b-SM-5P9EV\tGTEX-12ZZX-1326-SM-5DUWI\tGTEX-S3XE-1326-SM-4AD4H\tGTEX-111FC-2026-SM-5GZYO\tGTEX-12C56-1426-SM-5FQSW\tGTEX-13112-2626-SM-5BC66\tGTEX-XMK1-0226-SM-4B65D\tGTEX-T2IS-1126-SM-4DM6Z\tGTEX-OIZG-1026-SM-3LK5X\tGTEX-Y8E4-0726-SM-4WWFN\tGTEX-U3ZM-0002-SM-3NMDM\tGTEX-OXRK-0926-SM-2HMKP\tGTEX-Y3I4-1026-SM-4TT2C\tGTEX-NL4W-0011-R9a-SM-2I3G1\tGTEX-YB5E-0626-SM-4VDSE\tGTEX-111YS-1126-SM-5GZYQ\tGTEX-OIZH-2626-SM-2HMJM\tGTEX-ZV7C-0526-SM-51MRB\tGTEX-139YR-1926-SM-5LZXM\tGTEX-QDVN-0526-SM-48TZ4\tGTEX-WY7C-2426-SM-3NB2V\tGTEX-13X6J-3026-SM-5Q5CU\tGTEX-13CF3-2226-SM-5J2MX\tGTEX-V1D1-0726-SM-4JBH7\tGTEX-REY6-0626-SM-2TF4G\tGTEX-P4QS-0726-SM-3NMCZ\tGTEX-13G51-2426-SM-5LZY8\tGTEX-144GN-2526-SM-5LU54\tGTEX-145LS-0011-R10a-SM-5PNUQ\tGTEX-ZE7O-0326-SM-51MTH\tGTEX-13VXT-0926-SM-5LU5K\tGTEX-11EQ9-0226-SM-5A5JX\tGTEX-13OVL-0011-R10a-SM-5L3GS\tGTEX-13QJ3-0726-SM-5SI68\tGTEX-13FTY-2226-SM-5J1ND\tGTEX-TKQ2-0426-SM-4DXUO\tGTEX-U3ZH-0526-SM-3DB75\tGTEX-139T4-0426-SM-5J1OQ\tGTEX-145LV-1426-SM-5Q5BV\tGTEX-146FR-0226-SM-5Q5F6\tGTEX-14BIL-0011-R10a-SM-5SI75\tGTEX-11O72-0006-SM-5O9DB\tGTEX-13QJ3-1826-SM-5S2PT\tGTEX-139TT-0226-SM-5K7YH\tGTEX-RWS6-1126-SM-47JXC\tGTEX-XUZC-1826-SM-4BRVO\tGTEX-T5JC-0526-SM-32PM7\tGTEX-ZYWO-0626-SM-5E45K\tGTEX-13FLV-0011-R10b-SM-5LZZ2\tGTEX-S33H-0526-SM-2XCBK\tGTEX-13FLW-0011-R6b-SM-5L3EN\tGTEX-147JS-0126-SM-5S2TW\tGTEX-11ZTS-1926-SM-5CVLA\tGTEX-Y5V5-0001-SM-4V6FZ\tGTEX-Y5V6-2126-SM-4WWFX\tK-562-SM-33HC7\tGTEX-OHPM-0326-SM-33HCA\tGTEX-NL4W-0011-R10A-SM-2I3DY\tGTEX-S7SE-0011-R7A-SM-2XCDI\tGTEX-11LCK-0126-SM-5A5M5\tGTEX-POMQ-2026-SM-2S1OD\tGTEX-133LE-0726-SM-5P9IZ\tGTEX-QVJO-1726-SM-2S1R3\tGTEX-12WS9-0426-SM-59HJW\tGTEX-RN64-0008-SM-48FEZ\tGTEX-11P81-2626-SM-5GU6T\tGTEX-11I78-2126-SM-5A5K8\tGTEX-13FH7-0626-SM-5KLZD\tGTEX-ZVT4-0006-SM-57WB8\tGTEX-ZVT2-0426-SM-5E44S\tGTEX-13OVL-2726-SM-5J2MP\tGTEX-ZPCL-0326-SM-5FQSG\tGTEX-139UC-0011-R7a-SM-5IJCV\tGTEX-OHPM-0006-SM-2HMKU\tGTEX-ZYT6-0626-SM-5E45V\tGTEX-WH7G-1426-SM-4LVMU\tGTEX-147F3-1526-SM-5SIAK\tGTEX-ZXES-0005-SM-57WCB\tGTEX-S7SE-0326-SM-4AT5Q\tGTEX-RNOR-0011-R4A-SM-3GAD3\tGTEX-13FHO-2926-SM-5L3ES\tGTEX-ZE7O-0011-R1a-SM-57WDM\tGTEX-QDVJ-1926-SM-2S1PJ\tGTEX-QLQW-1126-SM-2S1Q8\tGTEX-P4PQ-0005-SM-2HMKJ\tGTEX-13N1W-0426-SM-5MR46\tGTEX-12ZZY-0526-SM-5EQ5H\tGTEX-145MO-2126-SM-5Q5CZ\tGTEX-X3Y1-1226-SM-4PQZ8\tGTEX-X261-0626-SM-3NMD9\tGTEX-1211K-0006-SM-5MR53\tGTEX-ZZ64-1526-SM-5E43K\tGTEX-11ZUS-2826-SM-5EQKW\tGTEX-S32W-2026-SM-4AD6E\tGTEX-WVLH-0011-R11A-SM-3MJFO\tGTEX-11UD2-1526-SM-5EQLQ\tGTEX-Y8E4-1726-SM-5LU9G\tGTEX-Y111-0626-SM-4SOIT\tGTEX-13IVO-0011-R5a-SM-5L3CY\tGTEX-11UD1-0008-SM-5S2P6\tGTEX-X3Y1-0001-SM-4PQYP\tGTEX-117YW-0126-SM-5EGGN\tGTEX-11WQC-0011-R5a-SM-5BC74\tGTEX-WHSB-2326-SM-4M1XK\tGTEX-11P81-0126-SM-5HL5Y\tGTEX-145MF-1726-SM-5LU9H\tGTEX-R55F-1326-SM-5S2V4\tGTEX-145ME-1226-SM-5SIB6\tGTEX-11UD2-1226-SM-5EQMI\tGTEX-13W3W-1026-SM-5IFG4\tGTEX-ZF29-0426-SM-4WKFN\tGTEX-P4PQ-0008-SM-48TDX\tGTEX-WHWD-1226-SM-4OOS1\tGTEX-PLZ6-1326-SM-3NB24\tGTEX-T5JW-0008-SM-4DM5X\tGTEX-ZC5H-0326-SM-5HL9F\tGTEX-13NZ9-2026-SM-5KM1U\tGTEX-12BJ1-2526-SM-5FQUE\tGTEX-139D8-1226-SM-5L3ED\tGTEX-ZP4G-1126-SM-4WWCI\tGTEX-ZT9W-0226-SM-4YCCZ\tGTEX-12WSK-0526-SM-5CVNA\tGTEX-139YR-0626-SM-5IJBT\tGTEX-13OVJ-0126-SM-5KM36\tGTEX-WXYG-1126-SM-4ONCH\tGTEX-T6MN-0011-R7A-SM-5CHSP\tGTEX-XYKS-1826-SM-4E3JV\tGTEX-11ONC-2026-SM-5HL61\tGTEX-RNOR-0011-R3A-SM-5SI8E\tGTEX-13QIC-0011-R10a-SM-5O9C7\tGTEX-ZVE2-1226-SM-5NQ8R\tGTEX-13QJC-0011-R7b-SM-5PNUM\tGTEX-UTHO-0426-SM-3GAED\tGTEX-T6MN-2726-SM-4DM77\tGTEX-12WSD-3126-SM-5HL7P\tGTEX-ZE7O-2626-SM-51MSS\tGTEX-S4Z8-0426-SM-3K2AH\tGTEX-XV7Q-1626-SM-4BRWC\tGTEX-13OVL-0011-R4b-SM-5L3HV\tGTEX-RNOR-0426-SM-2TF4U\tGTEX-13PVR-2526-SM-5RQIT\tGTEX-YEC4-0126-SM-4W21T\tGTEX-XYKS-0426-SM-4BRW4\tGTEX-PWCY-1826-SM-2S1OK\tGTEX-11WQC-1726-SM-5GU4W\tGTEX-13X6I-0011-R2b-SM-5PNWQ\tGTEX-Q2AI-1526-SM-3GIJ3\tGTEX-1313W-0011-R8a-SM-5DUVM\tGTEX-ZF28-0526-SM-4WKGW\tGTEX-WHSE-1126-SM-3NMBU\tGTEX-X638-0426-SM-47JY2\tGTEX-12ZZX-0011-R2a-SM-5EGLG\tGTEX-13OVI-2726-SM-5KM56\tGTEX-12696-0126-SM-5EQ4L\tGTEX-V955-1226-SM-4JBI9\tGTEX-ZQG8-0626-SM-57WF3\tGTEX-N7MT-1626-SM-3LK71\tGTEX-ZQG8-1126-SM-51MRL\tGTEX-X4XX-1026-SM-4QARO\tGTEX-T5JC-0826-SM-32PMC\tGTEX-XQ8I-1726-SM-4BOQB\tGTEX-UJHI-0126-SM-4IHLP\tGTEX-X261-0011-R11A-SM-4E3JY\tGTEX-P44H-1026-SM-3NM96\tGTEX-13O3O-0826-SM-5K7WE\tGTEX-YFC4-1126-SM-5RQJN\tGTEX-OOBK-0008-SM-3NB27\tGTEX-111YS-1426-SM-5GID8\tGTEX-11LCK-0826-SM-5PNYD\tGTEX-14AS3-0726-SM-5S2NY\tGTEX-13X6J-0011-R8b-SM-5PNUA\tGTEX-11TUW-2226-SM-5EQL9\tGTEX-144FL-0226-SM-5Q5D4\tGTEX-ZZ64-0226-SM-5E44X\tGTEX-13QIC-2326-SM-5LU5N\tGTEX-132AR-0326-SM-5KM2C\tGTEX-131XG-1426-SM-5GCMO\tGTEX-14A5I-0005-SM-5N9FU\tGTEX-ZF28-0011-R11a-SM-4WWEI\tGTEX-OXRK-0526-SM-3NB2F\tGTEX-131XF-2426-SM-5BC6C\tGTEX-13OW5-0126-SM-5MR3A\tGTEX-ZV7C-1326-SM-5BC7G\tGTEX-13111-0426-SM-5DUXR\tGTEX-146FQ-0226-SM-5NQAL\tGTEX-132QS-0226-SM-5IFFZ\tGTEX-11P82-1226-SM-5HL5P\tGTEX-ZYW4-0326-SM-5E44Y\tGTEX-139T8-0526-SM-5KLZL\tGTEX-QDVJ-2126-SM-5S2U2\tGTEX-P44G-0006-SM-2TC6A\tGTEX-P4QT-0008-SM-48TDZ\tGTEX-145LT-0326-SM-5LUAD\tGTEX-OHPK-1526-SM-3MJGM\tGTEX-Y3I4-1326-SM-4TT8Z\tGTEX-ZF28-2926-SM-4WKG1\tGTEX-Y5V6-1926-SM-5IFIL\tGTEX-11ONC-0126-SM-5PNW6\tGTEX-13G51-1826-SM-5KLZH\tGTEX-ZPCL-2126-SM-57WFZ\tGTEX-WK11-0926-SM-3NMAU\tGTEX-1314G-0126-SM-5LZUL\tGTEX-XXEK-0826-SM-4BRWG\tGTEX-145MO-0726-SM-5NQB9\tGTEX-REY6-0426-SM-2TF5G\tGTEX-P78B-0626-SM-2S1O5\tGTEX-13OVJ-0011-R3b-SM-5P9H6\tGTEX-13D11-1526-SM-5J2NA\tGTEX-XQ8I-0008-SM-4WAWM\tGTEX-XQ8I-0626-SM-4BOPT\tGTEX-145MO-2226-SM-5Q5BN\tGTEX-11TT1-2126-SM-5GU5Y\tGTEX-XOTO-0011-R11B-SM-4B64O\tGTEX-QDVJ-0005-SM-2TC5X\tGTEX-ZVZQ-0011-R9a-SM-51MRH\tGTEX-X261-0011-R7A-SM-4E3JJ\tGTEX-XPT6-0008-SM-4B64Q\tGTEX-1399T-0526-SM-5J1NC\tGTEX-13O3O-1626-SM-5KM1O\tGTEX-11P82-0626-SM-5PNYK\tGTEX-RU72-0726-SM-46MUW\tGTEX-13QBU-2426-SM-5LU4L\tGTEX-ZVZP-0126-SM-5NQ6Q\tGTEX-ZYY3-3026-SM-5GIEJ\tGTEX-QV31-1026-SM-4R1K3\tGTEX-T6MO-0006-SM-32QOU\tGTEX-11XUK-0626-SM-5N9ES\tGTEX-OXRL-0326-SM-2I3F2\tGTEX-11EMC-0126-SM-5EGKV\tGTEX-12WSM-0011-R1a-SM-5LZW6\tGTEX-Y8E4-1526-SM-4WWDI\tGTEX-WWYW-2826-SM-4MVOQ\tGTEX-11DXX-2526-SM-5H119\tGTEX-13IVO-0011-R3b-SM-5IJBJ\tGTEX-Y3I4-1426-SM-4TT9C\tGTEX-Y8E5-0326-SM-57WBM\tGTEX-QLQW-0326-SM-447A8\tGTEX-12ZZZ-1226-SM-59HK1\tGTEX-1399T-0426-SM-5PNVJ\tGTEX-14A5H-3026-SM-5RQHV\tGTEX-WRHU-0826-SM-3MJFN\tGTEX-13CZV-0011-R10b-SM-5LZYD\tGTEX-12ZZY-0326-SM-5LZVQ\tGTEX-145MI-0011-R7b-SM-5Q5AZ\tGTEX-N7MT-0126-SM-2D7VT\tK-562-SM-5LZWR\tGTEX-13OW7-0011-R3a-SM-5O9DA\tGTEX-11H98-0326-SM-5HL4S\tGTEX-11TUW-2526-SM-5EQKN\tGTEX-R55G-1226-SM-48FDC\tGTEX-ZTPG-1626-SM-5DUX2\tGTEX-117XS-2926-SM-5N9BX\tGTEX-QVJO-0011-R7A-SM-2S1QO\tGTEX-WHWD-2326-SM-3LK6Q\tGTEX-11UD2-0005-SM-5NQ9B\tGTEX-RN64-0526-SM-2TC5P\tGTEX-Y5V5-1826-SM-4VDS5\tGTEX-1211K-1726-SM-5FQUJ\tGTEX-RNOR-0011-R1A-SM-5SI8F\tGTEX-13JVG-0011-R11a-SM-5KM53\tGTEX-ZV7C-1826-SM-5NQ83\tGTEX-13112-0326-SM-5P9IW\tGTEX-TMZS-0006-SM-3DB8G\tGTEX-13QBU-2326-SM-5LU49\tGTEX-14E6D-0926-SM-5S2QV\tGTEX-11TT1-0926-SM-5GU5M\tGTEX-Y114-1726-SM-4TT7U\tGTEX-11WQC-0011-R6a-SM-5BC77\tGTEX-13PL7-0526-SM-5J2MQ\tGTEX-WI4N-2526-SM-4OOSE\tGTEX-13X6K-1826-SM-5O9CR\tGTEX-13VXT-0626-SM-5SIA1\tGTEX-XUZC-0008-SM-4BOQG\tGTEX-13JUV-0011-R9a-SM-5LZX3\tGTEX-T6MN-1226-SM-3NMA5\tGTEX-RU72-1226-SM-2TF6N\tGTEX-Y114-0008-SM-4TT8X\tGTEX-T8EM-0826-SM-4DM76\tGTEX-12ZZY-2726-SM-5EQ45\tGTEX-131YS-2826-SM-5EQ47\tGTEX-X88G-0006-SM-47JX5\tGTEX-ZVE1-0526-SM-5NQ71\tGTEX-11TUW-0626-SM-5LU9M\tGTEX-Y5V6-1626-SM-4VDT2\tGTEX-QV31-1126-SM-4R1K4\tGTEX-13PVQ-0426-SM-5J1OG\tGTEX-13NYB-2726-SM-5J2MT\tGTEX-WEY5-0526-SM-3GIKZ\tGTEX-WZTO-1326-SM-3NM8X\tGTEX-13NYS-2926-SM-5IFGH\tGTEX-11DXZ-0326-SM-5EGH1\tGTEX-13PVQ-2726-SM-5L3H7\tGTEX-WL46-0011-R7A-SM-3LK7X\tGTEX-11GSP-0006-SM-5N9EL\tGTEX-1399U-2526-SM-5L3DL\tGTEX-ZTTD-0326-SM-57WFW\tGTEX-146FR-0426-SM-5SI97\tGTEX-14DAR-0006-SM-5N9GC\tGTEX-XGQ4-2226-SM-4AT4Y\tGTEX-13113-1026-SM-5LZWM\tGTEX-ZVE2-1326-SM-5NQ94\tGTEX-13S7M-0326-SM-5S2PH\tGTEX-PLZ5-0426-SM-3P612\tGTEX-R55C-1626-SM-48FEG\tGTEX-UPIC-1026-SM-4IHLT\tGTEX-13FTZ-0011-R10b-SM-5KLZS\tGTEX-13FTY-0126-SM-5J2NZ\tGTEX-11P82-0526-SM-5986P\tGTEX-13QBU-0226-SM-5LU48\tGTEX-PX3G-1426-SM-48U1J\tGTEX-12WSE-0826-SM-5S2VL\tGTEX-XUJ4-1826-SM-4BOOU\tGTEX-XQ8I-0326-SM-4BOPN\tGTEX-XYKS-2626-SM-4BRUT\tGTEX-UJHI-1626-SM-3DB9A\tGTEX-XPVG-1726-SM-4B65W\tGTEX-13X6I-0526-SM-5QGP8\tGTEX-WFON-1426-SM-5CHT1\tGTEX-RTLS-0626-SM-5SI7Z\tGTEX-12WSJ-1126-SM-5LZVJ\tGTEX-13X6K-0726-SM-5LU2Z\tGTEX-ZUA1-0226-SM-5NQ9Q\tGTEX-11O72-2226-SM-5PNW2\tGTEX-145MH-0011-R10b-SM-5PNUK\tGTEX-ZYVF-2726-SM-5GID4\tGTEX-11GS4-0426-SM-5N9CD\tGTEX-131XF-1826-SM-5EGKG\tGTEX-13SLX-0526-SM-5S2ON\tGTEX-139T8-0326-SM-5IJCM\tGTEX-117XS-1926-SM-5GICO\tGTEX-12WSF-0011-R6b-SM-5HL8W\tGTEX-XAJ8-1326-SM-47JYT\tGTEX-13QBU-2526-SM-5LU4X\tGTEX-Y8LW-0002-SM-4V6G2\tGTEX-ZT9X-1426-SM-5DUX1\tGTEX-VJWN-0726-SM-3GIJ8\tGTEX-ZYWO-2726-SM-5NQ6N\tGTEX-11DXX-2026-SM-5EGJL\tGTEX-13FXS-0011-R2b-SM-5K7XX\tGTEX-13NZA-2526-SM-5IJFX\tGTEX-RWS6-1026-SM-47JXD\tGTEX-SJXC-1126-SM-4DM6Y\tGTEX-1192W-0826-SM-5EGHE\tGTEX-13X6J-0126-SM-5QGOU\tGTEX-XMD1-0008-SM-4AT41\tGTEX-SUCS-0226-SM-5CHQG\tGTEX-ZLWG-2226-SM-5DUWO\tGTEX-ZVT2-1526-SM-51MQZ\tGTEX-ZV6S-1526-SM-5NQ7O\tK-562-SM-2TF4E\tGTEX-1212Z-2426-SM-5EQ5D\tGTEX-ZVZP-1126-SM-5GICU\tGTEX-P4PQ-1726-SM-3NB15\tGTEX-WYJK-2526-SM-4ONDF\tGTEX-RNOR-0011-R5A-SM-2TF4J\tGTEX-11P82-0726-SM-5PNYL\tGTEX-11I78-2426-SM-5A5K9\tGTEX-Y111-0006-SM-4SOIO\tGTEX-145MO-1426-SM-5Q5BS\tK-562-SM-5J1MB\tGTEX-XMK1-2426-SM-4B66I\tGTEX-QMR6-0005-SM-32PKY\tGTEX-X638-0005-SM-47JX6\tGTEX-14753-0626-SM-5Q5CY\tGTEX-OXRL-0326-SM-447BG\tGTEX-1314G-0005-SM-5NQ9O\tGTEX-QEL4-0626-SM-3GIJM\tGTEX-WVLH-0008-SM-4MVPD\tGTEX-TKQ2-0826-SM-33HB6\tGTEX-TSE9-0011-R9A-SM-3DB7Q\tGTEX-RVPU-0011-R11A-SM-2XCAF\tGTEX-X4EP-0011-R6A-SM-3P629\tGTEX-QVJO-2526-SM-4R1KB\tGTEX-WYVS-0004-SM-4ONDT\tGTEX-ZZPU-0726-SM-5N9C8\tGTEX-12WSB-0326-SM-5GCP4\tGTEX-Y8DK-0011-R3A-SM-4RTW5\tGTEX-13IVO-2926-SM-5L3CZ\tGTEX-11PRG-0326-SM-5GU53\tGTEX-YB5K-0008-SM-4VDT8\tGTEX-XGQ4-2426-SM-4AT55\tGTEX-Z9EW-1926-SM-5CVMP\tGTEX-ZA64-0626-SM-5HL9O\tGTEX-13FTW-0826-SM-5K7XR\tGTEX-Y3IK-2626-SM-4WWDK\tGTEX-N7MT-0007-SM-3GACQ\tGTEX-OHPM-0426-SM-3TW8V\tGTEX-ZVT3-0011-R11b-SM-57WBI\tGTEX-U3ZN-1826-SM-4DXUY\tGTEX-13O1R-0126-SM-5L3EH\tGTEX-13U4I-0226-SM-5SIB1\tGTEX-1399R-0726-SM-5KM2A\tGTEX-13OVL-3026-SM-5IJF1\tGTEX-ZZPU-1826-SM-5E43L\tGTEX-1445S-0011-R5a-SM-5PNUS\tGTEX-Y3IK-1226-SM-4WWEK\tGTEX-11DXZ-0126-SM-5EGGY\tGTEX-QV31-0326-SM-447BM\tGTEX-117YX-2126-SM-5GIEL\tGTEX-13O21-0826-SM-5J2NU\tGTEX-ZPU1-2426-SM-4WWFM\tGTEX-131XE-2626-SM-5PNYY\tGTEX-139YR-1026-SM-5LZYN\tGTEX-XGQ4-0526-SM-4AT6C\tGTEX-12WSL-0626-SM-5GCOY\tGTEX-U4B1-0326-SM-3DB8K\tGTEX-13OVJ-0011-R7a-SM-5L3G1\tGTEX-111CU-1326-SM-5NQ8L\tGTEX-13OVH-0011-R11b-SM-5KM4X\tGTEX-11WQC-0011-R10a-SM-57WCT\tGTEX-ZVT3-0426-SM-5GIDW\tGTEX-11NV4-2126-SM-5N9DS\tGTEX-ZLWG-0326-SM-4WWC7\tGTEX-XQ8I-0526-SM-4BOPS\tGTEX-11EQ8-0126-SM-5EQ54\tGTEX-13X6I-0011-R3b-SM-5P9HM\tGTEX-11DXY-1426-SM-5N9CN\tGTEX-QDT8-0526-SM-3NMD8\tGTEX-ZYWO-1126-SM-5U3SH\tGTEX-U3ZH-0326-SM-51MS7\tGTEX-1212Z-0126-SM-59HK4\tGTEX-Y111-2826-SM-4TT3O\tGTEX-13O3O-0011-R3b-SM-5KM3R\tGTEX-13VXU-1926-SM-5LU5J\tGTEX-ZE9C-0011-R9a-SM-4WWCY\tGTEX-13QIC-1526-SM-5IJFL\tGTEX-11WQK-1226-SM-5GU5Z\tGTEX-13X6K-0011-R11a-SM-5P9F5\tGTEX-OIZI-1426-SM-3NB1T\tGTEX-OHPJ-0726-SM-2YUNM\tGTEX-ZZ64-1026-SM-5GZXG\tGTEX-13PVR-0826-SM-5S2PV\tGTEX-WHPG-1326-SM-4M1ZJ\tGTEX-ZYFC-1726-SM-5GZYX\tGTEX-13X6J-0626-SM-5LU5F\tGTEX-132QS-1226-SM-5P9GD\tGTEX-11WQK-0726-SM-5GU71\tGTEX-144GM-0126-SM-5Q5AX\tGTEX-WFG7-1726-SM-4LVME\tGTEX-PLZ4-0008-SM-48TE6\tGTEX-R55E-0526-SM-2TC6B\tGTEX-12584-0005-SM-5N9GM\tGTEX-WY7C-0226-SM-3NB37\tGTEX-RVPV-0526-SM-47JYL\tGTEX-N7MS-0007-SM-2D7W1\tGTEX-13OVL-0326-SM-5IJCS\tGTEX-QLQ7-1026-SM-447BB\tGTEX-Y3IK-2726-SM-4WWDV\tGTEX-11P7K-1426-SM-5EGKY\tGTEX-YEC3-1126-SM-5IFIH\tGTEX-Y8LW-0726-SM-5IFI1\tGTEX-ZUA1-1026-SM-4YCEA\tGTEX-WYJK-0526-SM-3NM8Z\tGTEX-11DXX-0426-SM-5EQ5F\tGTEX-U3ZM-1226-SM-3DB9G\tGTEX-Y3IK-0005-SM-4WWDE\tGTEX-Y5V5-0726-SM-4VBPY\tGTEX-Y3IK-0426-SM-4WWE2\tK-562-SM-4VBPT\tGTEX-ZVT2-0126-SM-5GIDQ\tGTEX-XLM4-2326-SM-4TT2D\tGTEX-13PL7-1726-SM-5J2NX\tGTEX-WRHU-0006-SM-3MJF6\tGTEX-WXYG-2326-SM-4E3I6\tGTEX-13FHP-0726-SM-5K7YI\tGTEX-11ZTS-2726-SM-5EQLU\tGTEX-ZDTS-0008-SM-4E3I8\tGTEX-OIZG-0926-SM-3LK5Y\tGTEX-ZQG8-1626-SM-5HL6H\tGTEX-ZF3C-1026-SM-5S2OC\tGTEX-ZYW4-1226-SM-5E45B\tGTEX-12ZZX-0011-R10b-SM-5DUWK\tGTEX-ZAJG-0226-SM-5HL81\tGTEX-YEC4-0008-SM-4W1YR\tGTEX-13NZA-0126-SM-5K7UH\tGTEX-ZV6S-1126-SM-57WE9\tGTEX-1211K-1826-SM-5EGJ2\tGTEX-XK95-0008-SM-4AT5G\tGTEX-T6MO-0126-SM-4DM6X\tGTEX-QDVJ-0726-SM-48U1W\tGTEX-ZTTD-2826-SM-4YCFA\tGTEX-12WSA-0011-R8a-SM-5P9EX\tGTEX-145LU-1226-SM-5LU9B\tK-562-SM-5LZU1\tGTEX-11ZU8-2626-SM-5EQLL\tGTEX-V1D1-0003-SM-3NMDP\tGTEX-11O72-0008-SM-5Q5DN\tGTEX-144GM-1626-SM-5O9AG\tGTEX-X4XX-0011-R1B-SM-3P622\tGTEX-WYVS-2026-SM-4RGNS\tGTEX-13JVG-0011-R3b-SM-5LZXF\tGTEX-ZAB4-0011-R6a-SM-4SOKD\tGTEX-VUSG-2726-SM-4KKZJ\tGTEX-YB5K-1726-SM-5IFIZ\tGTEX-117XS-2026-SM-5GID1\tGTEX-11NSD-1626-SM-5986U\tGTEX-S3XE-0226-SM-4AD6I\tGTEX-N7MT-0011-R2a-SM-2I3GI\tGTEX-12WS9-1426-SM-5FQT3\tGTEX-X4EP-1626-SM-4QAS6\tK-562-SM-5Q59U\tGTEX-13O21-0426-SM-5K7VR\tGTEX-S4Z8-0826-SM-4AD4J\tGTEX-13OW6-2926-SM-5KM29\tGTEX-131XF-2226-SM-5EQKG\tGTEX-V955-0126-SM-4JBH5\tGTEX-ZC5H-1726-SM-5HL7X\tGTEX-R53T-0005-SM-3GADK\tGTEX-YEC3-0626-SM-4YCFE\tGTEX-QV44-1926-SM-2S1RF\tGTEX-Y3IK-0626-SM-4WWE4\tGTEX-117YW-0326-SM-5N9CY\tGTEX-XUW1-0008-SM-4BOQH\tGTEX-11UD2-1626-SM-5EQM3\tGTEX-ZF2S-1326-SM-4WWAZ\tGTEX-YFC4-2726-SM-5IFJW\tGTEX-14AS3-2326-SM-5S2NZ\tGTEX-P44H-0726-SM-48TBT\tGTEX-12ZZW-0011-R5a-SM-5DUVN\tGTEX-139T8-0426-SM-5K7VC\tGTEX-S7SE-0011-R4A-SM-2XCDB\tGTEX-ZXG5-0011-R10a-SM-57WDD\tGTEX-ZVE2-0426-SM-59HJ7\tGTEX-11EM3-0126-SM-5985K\tGTEX-ZYVF-2326-SM-5E44Z\tGTEX-11EQ9-0126-SM-5986I\tGTEX-Y3I4-0426-SM-4TT29\tGTEX-13N11-0226-SM-5KM3C\tGTEX-13FLV-0011-R6a-SM-5KLZ4\tGTEX-ZAB4-0011-R7a-SM-4SOKE\tGTEX-R55D-0826-SM-48FEA\tGTEX-13NZ8-0826-SM-5MR3I\tGTEX-OHPN-0011-R10A-SM-33HBU\tGTEX-S7SF-1826-SM-3K2AD\tGTEX-117XS-0526-SM-5987Q\tGTEX-13RTJ-0011-R7b-SM-5P9JS\tGTEX-12WSC-2926-SM-5BC5Z\tGTEX-12126-0006-SM-5O9B8\tGTEX-ZUA1-2826-SM-59HLE\tGTEX-XMK1-1726-SM-4B64Z\tGTEX-13U4I-1326-SM-5KM25\tGTEX-QXCU-1126-SM-48FE5\tGTEX-13OVJ-0011-R10b-SM-5L3HT\tGTEX-11EI6-2426-SM-5PNVS\tGTEX-13D11-0626-SM-5LZYY\tGTEX-QEG5-0326-SM-2S1PB\tGTEX-U4B1-1626-SM-3DB8N\tGTEX-WQUQ-0426-SM-3MJFU\tGTEX-XUW1-0326-SM-4BOOR\tGTEX-R55C-1826-SM-3GADI\tGTEX-12ZZX-1926-SM-5EGKC\tGTEX-ZXG5-2826-SM-5NQ8T\tGTEX-11TT1-0004-SM-5S2NT\tGTEX-111VG-0726-SM-5GIDC\tGTEX-147F4-1426-SM-5LUA8\tGTEX-S4Q7-0126-SM-4AD5P\tGTEX-13RTJ-1126-SM-5S2UJ\tGTEX-NFK9-0926-SM-2HMJU\tGTEX-Q2AG-0526-SM-2S1PW\tGTEX-ZAB5-1026-SM-5HL91\tGTEX-145MH-1426-SM-5QGPO\tGTEX-13FTY-0626-SM-5L3F8\tGTEX-144GM-2126-SM-5LU3P\tK-562-SM-4OOR8\tGTEX-ZYY3-0226-SM-5E45M\tGTEX-RUSQ-1526-SM-2TF62\tGTEX-11ZUS-0008-SM-5S2UO\tGTEX-13IVO-0926-SM-5KLZP\tGTEX-WQUQ-0008-SM-4OOT1\tGTEX-13FHO-0726-SM-5IJDG\tGTEX-YFCO-1726-SM-4W21S\tGTEX-11I78-1326-SM-5PNY9\tGTEX-14BMV-0526-SM-5S2NE\tGTEX-ZLFU-1326-SM-4WWET\tGTEX-UPK5-1226-SM-4IHL8\tGTEX-131YS-0626-SM-5EGKL\tGTEX-ZG7Y-1426-SM-4WWBM\tGTEX-S33H-0626-SM-2XCBJ\tGTEX-PWCY-0005-SM-2I3E2\tGTEX-ZTPG-0002-SM-4YCEI\tGTEX-1339X-2626-SM-5K7YX\tGTEX-WH7G-1926-SM-4LVMM\tGTEX-13QBU-1126-SM-5LU44\tGTEX-13U4I-2626-SM-5SI9C\tGTEX-12ZZX-0011-R5a-SM-5HL89\tGTEX-ZEX8-0008-SM-4E3JU\tGTEX-ZY6K-1226-SM-5GZYL\tGTEX-13SLW-2926-SM-5Q5BQ\tGTEX-13CF3-0006-SM-5N9ED\tGTEX-14C38-0726-SM-5SI6M\tGTEX-145LS-0011-R7a-SM-5PNWM\tGTEX-11GS4-3026-SM-5A5LG\tGTEX-11P7K-0326-SM-59871\tGTEX-ZYWO-0526-SM-5E45I\tGTEX-XUJ4-2826-SM-4BOQ2\tGTEX-14ASI-0526-SM-5QGQP\tGTEX-Y8DK-0526-SM-4TT3R\tGTEX-PW2O-0006-SM-2I3DV\tGTEX-T5JC-0001-SM-3NMAK\tGTEX-YB5K-2326-SM-5IFHD\tGTEX-ZLV1-1326-SM-4WWER\tGTEX-13112-1126-SM-5GCMY\tGTEX-ZV6S-0926-SM-57WGB\tGTEX-P4PQ-0726-SM-3NMCR\tGTEX-N7MT-1226-SM-2TC6K\tGTEX-ZDTS-0126-SM-4WAY5\tGTEX-13FTW-0005-SM-5LZVZ\tGTEX-TML8-0001-SM-3NMAF\tGTEX-13OW6-1526-SM-5L3HX\tGTEX-11NSD-1226-SM-5986Q\tGTEX-1399U-0008-SM-5S2VE\tGTEX-144GM-1326-SM-5LU5E\tGTEX-X261-0011-R6B-SM-4E3J8\tGTEX-13S86-1226-SM-5S2OA\tGTEX-ZYWO-1726-SM-5E44T\tGTEX-13JVG-1426-SM-5MR4W\tGTEX-XXEK-1326-SM-4BRV1\tGTEX-12584-1426-SM-5EGJ9\tGTEX-13X6K-0011-R4b-SM-5P9HO\tGTEX-14E6E-1326-SM-5S2NR\tGTEX-PLZ6-0006-SM-33HBZ\tGTEX-12WSH-0126-SM-5GCO3\tGTEX-11ZTT-0006-SM-5N9FX\tGTEX-11P81-1326-SM-5GU5S\tGTEX-1445S-0011-R8a-SM-5PNWX\tGTEX-147JS-2526-SM-5S2Q8\tK-562-SM-5KM2I\tGTEX-1128S-2826-SM-5N9DI\tGTEX-WWYW-0011-R6A-SM-3NB3G\tGTEX-Y9LG-1126-SM-4VBQ7\tGTEX-13CF3-0426-SM-5IJEU\tGTEX-147GR-0011-R4a-SM-5S2V2\tGTEX-12WSB-0011-R6b-SM-5GU6J\tGTEX-PLZ6-0226-SM-3P61I\tGTEX-11DXY-0426-SM-5H12R\tGTEX-ZAK1-3026-SM-5S2MJ\tGTEX-13S7M-0011-R7a-SM-5O9DK\tGTEX-11XUK-0426-SM-5EQML\tGTEX-P4QT-0526-SM-2I3EX\tGTEX-ZVT3-0011-R10b-SM-57WB6\tGTEX-11NV4-1126-SM-5HL6J\tGTEX-WY7C-2726-SM-3NB3P\tGTEX-ZVE2-1826-SM-51MRZ\tGTEX-ZLV1-0005-SM-4WWAP\tGTEX-QDT8-0011-R6A-SM-32PKI\tGTEX-148VJ-0826-SM-5LU8V\tGTEX-ZPIC-0626-SM-57WDY\tGTEX-1192X-1826-SM-5GIE2\tGTEX-P78B-0226-SM-3NB1Z\tGTEX-11PRG-2826-SM-5BC54\tGTEX-X638-0126-SM-47JZ8\tGTEX-ZE7O-0011-R6a-SM-57WCI\tGTEX-ZDTT-2126-SM-5S2OJ\tGTEX-131XW-3226-SM-5LZUO\tGTEX-13N11-2326-SM-5IJBF\tGTEX-147F3-0526-SM-5SI98\tGTEX-139UC-2926-SM-5J1N6\tGTEX-ZYWO-0426-SM-5SI9A\tGTEX-Y114-2326-SM-4TT7X\tGTEX-144GL-0226-SM-5QGOX\tGTEX-1339X-0426-SM-5KLZY\tGTEX-ZVP2-0005-SM-51MRK\tGTEX-12WSM-0011-R8a-SM-5DUWJ\tGTEX-13N11-0926-SM-5IJG2\tGTEX-QDT8-0526-SM-32PL5\tGTEX-ZPCL-1226-SM-4WWFF\tGTEX-ZQG8-2426-SM-57WEE\tGTEX-111FC-0826-SM-5GZWO\tGTEX-T6MO-0326-SM-32QOK\tGTEX-13PDP-0011-R8b-SM-5O9CS\tGTEX-13U4I-1826-SM-5IJD2\tGTEX-XQ3S-2726-SM-4BOP2\tGTEX-111YS-1326-SM-5EGGK\tGTEX-11EQ9-1626-SM-5PNY8\tGTEX-11I78-0726-SM-5A5M1\tGTEX-13NYB-0011-R8a-SM-5KM4R\tGTEX-1313W-0726-SM-5EGK1\tGTEX-1212Z-0426-SM-5FQT6\tGTEX-13111-2126-SM-5LZU2\tGTEX-WHSE-0526-SM-5HL79\tGTEX-Q2AG-0226-SM-2S1P4\tGTEX-T6MN-1526-SM-4DM5P\tGTEX-S3XE-0008-SM-3NM8O\tGTEX-12ZZZ-1326-SM-59HKW\tGTEX-RNOR-1426-SM-48FDJ\tGTEX-13OW8-0126-SM-5IJE5\tGTEX-11ZUS-2626-SM-5FQUR\tGTEX-145MN-0326-SM-5QGQI\tGTEX-132NY-0005-SM-5O9AC\tGTEX-R55F-1426-SM-2TF53\tGTEX-X4LF-0326-SM-4QAS9\tGTEX-P4QS-1826-SM-2S1NI\tGTEX-U3ZH-1926-SM-4DXTR\tGTEX-P44H-0011-R5A-SM-2XCEX\tGTEX-V955-1626-SM-4JBHJ\tGTEX-13SLW-0011-R10a-SM-5S2UI\tGTEX-13S7M-0226-SM-5S2UG\tGTEX-12WSH-2926-SM-5GCMR\tGTEX-146FH-1326-SM-5NQBI\tGTEX-ZTTD-0626-SM-4YCCY\tGTEX-V1D1-0826-SM-3P5ZA\tGTEX-1399R-0326-SM-5KM1X\tGTEX-T5JC-0426-SM-32PLO\tGTEX-Q2AG-0011-R9A-SM-2HMJ6\tGTEX-14BIM-0011-R6b-SM-5S2VB\tGTEX-11OF3-1126-SM-5986C\tGTEX-Y111-2426-SM-4TT23\tGTEX-13O3Q-2626-SM-5KM3S\tGTEX-11ZVC-3226-SM-5FQV1\tGTEX-WFON-1126-SM-4LVMA\tGTEX-12C56-1826-SM-5EQ6D\tGTEX-ZAB5-0126-SM-5CVMT\tGTEX-144FL-3026-SM-5O99C\tGTEX-XLM4-1526-SM-4AT6D\tGTEX-X4EP-0126-SM-3P5YV\tGTEX-X4EO-0526-SM-3P5Z3\tGTEX-YFCO-0526-SM-4W1ZJ\tGTEX-R55F-1526-SM-2TF4X\tGTEX-13FHP-0426-SM-5J1O5\tGTEX-13FLV-0011-R8a-SM-5LZZE\tGTEX-QXCU-1326-SM-48FE2\tGTEX-13CF2-0011-R8b-SM-5IJCX\tGTEX-ZTTD-2626-SM-57WEX\tGTEX-131YS-3126-SM-5KLYT\tGTEX-13OW7-3026-SM-5L3GY\tGTEX-WFON-1726-SM-4LVMQ\tGTEX-WHPG-0726-SM-4M1XX\tGTEX-ZVT2-0226-SM-5GIE3\tGTEX-R3RS-0526-SM-3GADG\tGTEX-13OVI-1526-SM-5K7VX\tGTEX-111YS-0008-SM-5Q5BH\tGTEX-13SLX-0011-R8b-SM-5PNWZ\tGTEX-11ILO-2226-SM-5A5L1\tGTEX-11PRG-0626-SM-5BC56\tGTEX-139T8-0011-R4a-SM-5HL54\tGTEX-T6MO-1226-SM-4DM5S\tGTEX-11ZUS-0126-SM-5EQM5\tGTEX-13OVJ-2426-SM-5KM3I\tGTEX-145LU-0011-R3a-SM-5P9K2\tGTEX-WHSE-0011-R2A-SM-3P5ZL\tGTEX-VUSG-0126-SM-4KL1X\tGTEX-ZVZP-1226-SM-5GID7\tGTEX-OOBJ-1526-SM-3NB1Q\tGTEX-TMKS-0005-SM-33OV7\tGTEX-RN64-1226-SM-2TC6E\tGTEX-YEC3-0526-SM-5IFHN\tGTEX-QDT8-0326-SM-32PL1\tGTEX-Z93S-0926-SM-5HL8B\tGTEX-PLZ4-2826-SM-3P617\tGTEX-XBED-2226-SM-47JYQ\tGTEX-148VI-0226-SM-5RQKA\tGTEX-PLZ6-0008-SM-48TD5\tGTEX-POMQ-2326-SM-2S1O8\tGTEX-ZEX8-2426-SM-4WKG4\tGTEX-Y9LG-0001-SM-4VBRQ\tGTEX-R55D-1126-SM-48FEB\tGTEX-14ABY-0926-SM-5Q5DY\tGTEX-11OF3-2226-SM-5986F\tGTEX-13NYS-0226-SM-5MR49\tGTEX-11EMC-0002-SM-5Q5DO\tGTEX-13D11-1026-SM-5IJFB\tGTEX-13O3O-2526-SM-5L3DR\tGTEX-13FXS-0011-R5b-SM-5LZYE\tGTEX-ZP4G-1926-SM-57WDZ\tGTEX-13FTX-2226-SM-5J1OP\tGTEX-T6MO-0226-SM-32QOL\tGTEX-145MH-0326-SM-5LU8H\tGTEX-12BJ1-1726-SM-5HL9B\tGTEX-YECK-1726-SM-5IFI3\tGTEX-Q2AG-0426-SM-2S1PU\tGTEX-XAJ8-0326-SM-47JYI\tGTEX-R45C-0006-SM-3GAD6\tGTEX-13N2G-0011-R9b-SM-5MR4E\tGTEX-13O3O-3126-SM-5KM3H\tGTEX-Y3IK-0526-SM-4WWE3\tGTEX-13OVG-2126-SM-5KM1K\tGTEX-13NZA-0011-R11b-SM-5KM4W\tGTEX-13FLV-0011-R11a-SM-5LZZ7\tGTEX-145ME-1626-SM-5RQI3\tGTEX-ZPIC-1926-SM-57WFQ\tGTEX-Y8LW-1626-SM-5IFHX\tGTEX-131YS-0926-SM-5IJB9\tGTEX-13OW8-0011-R3a-SM-5L3I4\tGTEX-REY6-1426-SM-48FDK\tGTEX-WXYG-1026-SM-4ONCD\tGTEX-ZYY3-1626-SM-5EGJF\tGTEX-11DXX-2326-SM-5Q5A2\tGTEX-ZE7O-2926-SM-51MSG\tGTEX-X261-0926-SM-3NMCY\tGTEX-133LE-1726-SM-5K7VQ\tGTEX-14A6H-1026-SM-5SIAZ\tGTEX-131YS-0826-SM-5PNYV\tGTEX-13NYB-2226-SM-5MR58\tGTEX-QDVN-1326-SM-48TZ3\tGTEX-OHPK-2026-SM-3MJH7\tGTEX-117YW-2026-SM-5N9BH\tGTEX-ZTSS-0626-SM-59867\tGTEX-Q2AH-0126-SM-48U2B\tGTEX-XPT6-0006-SM-4B66Q\tGTEX-139YR-0426-SM-5IFFV\tGTEX-ZYT6-2226-SM-5GIC9\tGTEX-P4PQ-2626-SM-33HC9\tGTEX-ZDTS-0326-SM-5HL83\tGTEX-S7SE-0011-R5A-SM-2XCDA\tGTEX-WYVS-0526-SM-3NM9W\tGTEX-145LS-0426-SM-5LU8M\tGTEX-YEC4-0926-SM-5PNXY\tGTEX-139D8-0006-SM-5LZX8\tGTEX-RNOR-0526-SM-2TF4O\tGTEX-X4EO-1026-SM-4QARP\tGTEX-PWOO-0926-SM-2I3EC\tGTEX-1399R-1726-SM-5K7YJ\tGTEX-13X6I-0011-R5a-SM-5PNWW\tGTEX-13NZB-2426-SM-5K7UF\tGTEX-13JUV-2526-SM-5J1OD\tGTEX-147GR-0426-SM-5S2OL\tGTEX-N7MS-0426-SM-2YUN6\tGTEX-13FTW-0526-SM-5IFIP\tGTEX-R55D-0626-SM-3GAD5\tGTEX-X62O-1626-SM-46MW9\tGTEX-1211K-0326-SM-5FQT1\tGTEX-NPJ7-0011-R8a-SM-2I3G2\tGTEX-X4XX-0011-R8B-SM-46MWM\tGTEX-WH7G-0008-SM-4LVNM\tGTEX-145LS-0226-SM-5O9A5\tGTEX-13N11-0426-SM-5KM3O\tGTEX-WFG8-2326-SM-5S2UE\tGTEX-13FLV-0126-SM-5K7WT\tGTEX-11ILO-1526-SM-5A5KZ\tGTEX-U3ZM-0826-SM-4DXU6\tGTEX-XUZC-2026-SM-4BRW9\tGTEX-RWS6-0726-SM-47JXI\tGTEX-13111-0126-SM-5EGHO\tGTEX-WVLH-0011-R5A-SM-3MJFW\tGTEX-OHPK-0008-SM-4E3JL\tGTEX-ZVZQ-0326-SM-59HLL\tGTEX-ZDTT-1226-SM-4WKG9\tGTEX-WVLH-0006-SM-3MJF7\tGTEX-ZLWG-0926-SM-4WWC3\tGTEX-R53T-1626-SM-3GAEW\tGTEX-13NYS-0426-SM-5MR4X\tGTEX-XBED-1226-SM-4AT5V\tGTEX-T6MO-0726-SM-4DM58\tGTEX-11ZUS-2526-SM-59872\tGTEX-13FLW-0011-R5a-SM-5LZX6\tGTEX-R55E-2526-SM-2TC6H\tGTEX-11ZTS-3226-SM-5EGID\tGTEX-13N2G-0011-R4b-SM-5MR54\tGTEX-ZYY3-3226-SM-5SI9X\tGTEX-146FR-0326-SM-5SI8U\tGTEX-YJ89-0011-R7a-SM-4V6GO\tGTEX-XGQ4-0005-SM-4AT5U\tGTEX-RU72-0926-SM-2TF6B\tGTEX-13FTW-1226-SM-5LZZ1\tGTEX-13FTX-0526-SM-5IFGS\tGTEX-UTHO-0011-R3A-SM-3GIK8\tGTEX-S4Q7-1626-SM-3K2AE\tGTEX-RU1J-0126-SM-2TF6Y\tGTEX-RM2N-0826-SM-48FD3\tGTEX-1122O-0008-SM-5QGR2\tGTEX-1117F-0726-SM-5GIEN\tGTEX-P78B-1126-SM-3P615\tGTEX-13U4I-1426-SM-5J2M3\tGTEX-1399S-2726-SM-5KM22\tGTEX-PVOW-1026-SM-5O9B9\tGTEX-YFCO-0126-SM-4W1YT\tGTEX-13RTK-0226-SM-5RQHR\tGTEX-WVLH-0226-SM-3MJG6\tGTEX-13O3Q-0011-R6a-SM-5KM2V\tGTEX-QXCU-0226-SM-2TC5W\tGTEX-14AS3-2126-SM-5S2MK\tGTEX-11TUW-1026-SM-5GU7D\tGTEX-11EI6-0726-SM-59866\tGTEX-OXRK-0226-SM-2YUN1\tGTEX-QVJO-0126-SM-3GIK4\tGTEX-U8XE-0326-SM-3DB8P\tGTEX-PLZ5-0006-SM-5S2W5\tGTEX-T6MN-0002-SM-3NMAH\tGTEX-U3ZH-0426-SM-4DXSE\tGTEX-U4B1-0526-SM-4DXTK\tGTEX-OXRN-0126-SM-48TDM\tGTEX-QEG4-0008-SM-48TYZ\tGTEX-13X6K-1926-SM-5LU4O\tGTEX-PWN1-2426-SM-48TDD\tGTEX-ZQUD-0926-SM-57WE3\tGTEX-XYKS-1026-SM-4BRVH\tGTEX-132AR-1726-SM-5EGHQ\tGTEX-N7MT-0011-R4a-SM-2I3G9\tGTEX-VUSG-0626-SM-4KL1Z\tGTEX-ZGAY-0526-SM-4WWBB\tGTEX-131XF-2326-SM-5BC6B\tGTEX-QDT8-0008-SM-48U2F\tGTEX-T8EM-1626-SM-3DB7K\tGTEX-11NUK-0926-SM-5HL57\tGTEX-ZGAY-0426-SM-4WWAM\tGTEX-13PVQ-1726-SM-5IFF3\tGTEX-WL46-0626-SM-3LK7R\tGTEX-13CF3-2426-SM-5IFGX\tGTEX-1399R-2526-SM-5IFG2\tGTEX-NPJ8-0226-SM-48TBN\tGTEX-ZXG5-0011-R7b-SM-57WCC\tGTEX-ZG7Y-1626-SM-5S2NO\tGTEX-145MN-0926-SM-5NQBT\tGTEX-X88G-0008-SM-47JWN\tGTEX-148VI-0326-SM-5RQK7\tGTEX-ZAB4-0011-R5a-SM-4SOKC\tGTEX-ZTX8-1526-SM-5N9GI\tGTEX-11TUW-2126-SM-5GU7B\tGTEX-12126-0008-SM-5S2UC\tGTEX-ZPIC-1826-SM-57WFE\tGTEX-OHPL-1826-SM-2YUN8\tGTEX-O5YT-0426-SM-3MJHD\tGTEX-13PVQ-0226-SM-5SIBG\tGTEX-ZVTK-0126-SM-57WDG\tGTEX-QCQG-0626-SM-48U21\tGTEX-ZF29-0006-SM-4WKGQ\tGTEX-T6MO-1526-SM-4DM57\tK-562-SM-5CVL5\tGTEX-X4EP-0011-R7B-SM-4PQZW\tGTEX-WYBS-0426-SM-3NM9M\tGTEX-YECK-0626-SM-4W1ZE\tGTEX-139UC-0011-R6b-SM-5K7Z1\tGTEX-ZVZP-2226-SM-57WBF\tGTEX-13PVR-1226-SM-5RQJ2\tGTEX-13IVO-2426-SM-5K7V9\tGTEX-R55C-0326-SM-3GAF1\tGTEX-12WSC-0011-R9a-SM-5GU4U\tGTEX-P44G-0011-R5A-SM-2I3FA\tGTEX-11WQK-0011-R9b-SM-5BC6N\tGTEX-X4EP-0011-R2B-SM-3P625\tGTEX-13QBU-1926-SM-5IJEW\tGTEX-13NYB-3226-SM-5J2ND\tGTEX-111VG-2526-SM-5GZXP\tGTEX-VJWN-1026-SM-4M1ZN\tGTEX-R55D-0326-SM-48FES\tGTEX-145ME-1526-SM-5Q5F2\tGTEX-ZAB5-1926-SM-5HL7O\tGTEX-P4QR-0008-SM-48TE2\tGTEX-13FHP-1026-SM-5K7Y2\tGTEX-V1D1-0226-SM-4JBHG\tGTEX-11H98-0011-R8a-SM-5NQ8V\tGTEX-N7MS-2526-SM-2D7W3\tGTEX-11OF3-2326-SM-5GU73\tGTEX-S341-0006-SM-3NM8D\tGTEX-1399S-1326-SM-5P9GH\tGTEX-PLZ5-0326-SM-3P614\tGTEX-13PVQ-0326-SM-5K7YF\tGTEX-13S7M-0126-SM-5SI6A\tGTEX-ZYFG-2326-SM-5E44B\tGTEX-11DXY-0126-SM-5H11Q\tGTEX-QEG4-1826-SM-4R1JN\tGTEX-13CF2-2026-SM-5K7VI\tGTEX-13NZ8-0926-SM-5MR3U\tGTEX-S95S-1626-SM-2XCDJ\tGTEX-ZY6K-1426-SM-5GZX2\tGTEX-12BJ1-0726-SM-5EGGF\tGTEX-XMK1-0626-SM-4B65A\tGTEX-11EMC-0008-SM-5Q5DR\tGTEX-132QS-0526-SM-5IJC7\tGTEX-VUSG-1126-SM-4KKZQ\tGTEX-RTLS-1126-SM-46MUQ\tGTEX-13VXT-1326-SM-5LU3Y\tGTEX-P78B-1026-SM-3NMC4\tGTEX-13N1W-0011-R11a-SM-5MR3D\tGTEX-OOBJ-0526-SM-48TDK\tGTEX-12WS9-0326-SM-59HJV\tGTEX-X4EO-1226-SM-4QARR\tGTEX-WWYW-0526-SM-3NB2W\tGTEX-12696-0426-SM-5EGL5\tGTEX-12ZZY-3126-SM-5DUX3\tGTEX-13PLJ-0011-R9b-SM-5O9DV\tGTEX-12ZZW-1026-SM-5GCMM\tGTEX-13PLJ-0011-R5a-SM-5O9BG\tGTEX-ZXG5-0226-SM-59HJI\tGTEX-14DAQ-0005-SM-5NQ7B\tGTEX-WYJK-1726-SM-3NM9U\tGTEX-13O21-2526-SM-5J1OZ\tGTEX-111VG-0008-SM-5Q5BG\tGTEX-XYKS-2726-SM-4E3IC\tGTEX-YB5E-0326-SM-5IFHU\tGTEX-OHPL-2626-SM-2HMJA\tGTEX-144GL-2926-SM-5O99F\tGTEX-14AS3-0526-SM-5QGQQ\tGTEX-11P7K-1926-SM-5GU6R\tGTEX-UJHI-0326-SM-4IHJE\tGTEX-13FTX-0005-SM-5N9F6\tGTEX-OIZG-0226-SM-2TC5L\tGTEX-WRHU-1026-SM-4E3ID\tGTEX-XAJ8-1426-SM-47JYM\tGTEX-Y114-0526-SM-4TT8V\tGTEX-WXYG-2526-SM-3NB3F\tGTEX-13S7M-1726-SM-5RQK3\tGTEX-T2YK-1326-SM-4DM6S\tGTEX-X5EB-0008-SM-46MU3\tGTEX-OHPJ-1026-SM-2HMLE\tGTEX-XBEW-1526-SM-4AT4K\tGTEX-OXRL-1426-SM-3NM9E\tGTEX-XOTO-2926-SM-4B65G\tGTEX-11NUK-3126-SM-5986M\tGTEX-S7SE-0011-R10A-SM-2XCDF\tGTEX-139TT-2626-SM-5LZUB\tGTEX-ZWKS-2826-SM-5NQ74\tGTEX-WI4N-2426-SM-4OOSC\tGTEX-ZDTS-0426-SM-4WAYH\tGTEX-P4PQ-0426-SM-3NMCI\tGTEX-RNOR-0826-SM-2TF5C\tGTEX-ZZ64-0526-SM-5GZXM\tGTEX-1192W-0226-SM-5EGGT\tGTEX-R53T-1326-SM-48FCQ\tGTEX-T6MN-1826-SM-5CHQB\tGTEX-X4XX-0011-R2A-SM-3P623\tGTEX-T8EM-0426-SM-4DM7E\tGTEX-YB5E-0008-SM-4VDT7\tGTEX-OIZH-1626-SM-2HMKI\tGTEX-ZTPG-1226-SM-4YCDO\tGTEX-11P82-1826-SM-5PNYJ\tGTEX-S4Q7-0526-SM-4AD5N\tGTEX-RWS6-1726-SM-47JXP\tGTEX-ZVZP-2026-SM-57WB3\tGTEX-13NYS-1926-SM-5IJCB\tGTEX-Y8E4-0006-SM-4V6EW\tGTEX-OHPN-0011-R9A-SM-4DXUH\tGTEX-ZT9X-2026-SM-57WEJ\tGTEX-X4EO-1726-SM-4QARN\tGTEX-Y8LW-0926-SM-4VBQ8\tGTEX-11ONC-1026-SM-5GU64\tGTEX-WFON-0001-SM-3P61W\tGTEX-WL46-1226-SM-4OOS4\tGTEX-UPJH-0226-SM-3GADV\tGTEX-ZVT3-0008-SM-51MRI\tGTEX-132QS-0426-SM-5KLZ6\tGTEX-XUJ4-0008-SM-4BOQI\tGTEX-QLQW-0226-SM-447BJ\tGTEX-Z93S-1626-SM-5CVMB\tGTEX-ZVZQ-0011-R11a-SM-51MS6\tGTEX-T5JW-0003-SM-3NMAD\tGTEX-147F4-2526-SM-5NQBB\tGTEX-S4P3-0726-SM-4AD57\tGTEX-XXEK-0526-SM-4BRWD\tGTEX-12WSJ-1726-SM-5LZVV\tGTEX-13CF2-0011-R7b-SM-5K7UV\tGTEX-UTHO-1226-SM-3GAEE\tGTEX-13PL6-0011-R6a-SM-5O9C5\tGTEX-13CF3-1926-SM-5K7WF\tGTEX-ZC5H-1026-SM-5CVN1\tGTEX-QLQW-0426-SM-447A7\tGTEX-ZAB5-2326-SM-5IJFR\tGTEX-13YAN-0426-SM-5O9DR\tGTEX-13PVR-1826-SM-5Q5CC\tGTEX-Y5V6-2526-SM-5IFJV\tGTEX-11NSD-0826-SM-5986S\tGTEX-Y111-2026-SM-4SOJA\tGTEX-P4QT-1426-SM-3NMCX\tGTEX-ZZPT-1326-SM-5E43H\tGTEX-YJ8A-0426-SM-5IFID\tGTEX-14ABY-0005-SM-5O99U\tGTEX-13W3W-0526-SM-5LU3X\tGTEX-11NSD-2026-SM-5HL5U\tGTEX-ZQUD-0626-SM-51MR2\tGTEX-113JC-2226-SM-5EGJG\tGTEX-139UW-0226-SM-5K7WU\tGTEX-13X6I-1826-SM-5SIAO\tK-562-SM-5IJDX\tGTEX-1269C-2726-SM-5EGJ4\tGTEX-Q2AG-0826-SM-2HMKF\tGTEX-13111-1426-SM-5DUW3\tGTEX-14753-2926-SM-5LU9J\tGTEX-11EI6-2826-SM-5H11D\tGTEX-XUZC-0526-SM-4BOPF\tGTEX-ZAJG-3226-SM-5HL9V\tGTEX-Z93T-0426-SM-5HL6G\tGTEX-XQ8I-1126-SM-4BOO2\tGTEX-12WSA-0726-SM-5FQU2\tGTEX-12584-1026-SM-59HK3\tGTEX-11WQC-1826-SM-5GU59\tGTEX-O5YT-0826-SM-3TW8N\tGTEX-N7MT-1326-SM-2I3FV\tGTEX-UJHI-1326-SM-4IHJO\tGTEX-139T6-1826-SM-5KM2E\tGTEX-R55F-0126-SM-48FCK\tGTEX-YFC4-0011-R2a-SM-4V6DZ\tGTEX-QVJO-0011-R2A-SM-2S1QK\tGTEX-14A6H-0326-SM-5NQAN\tGTEX-QEG5-0526-SM-2S1PC\tGTEX-131YS-0011-R9b-SM-5EQLY\tGTEX-QV31-0426-SM-447C4\tGTEX-N7MS-0626-SM-2YUN7\tGTEX-139D8-0726-SM-5P9GJ\tGTEX-ZYW4-0526-SM-5GZZ5\tGTEX-13OVL-0826-SM-5L3GV\tGTEX-P4PQ-0226-SM-2S1NK\tGTEX-Y9LG-0926-SM-4VDS6\tGTEX-145MG-0011-R3b-SM-5SI67\tGTEX-11ZTT-0526-SM-5EQLA\tGTEX-OXRO-0011-R2A-SM-3NB1W\tGTEX-WFG8-1926-SM-4LVM1\tGTEX-OHPK-0006-SM-2HMKH\tGTEX-P78B-1826-SM-3P5YX\tGTEX-V955-1326-SM-4JBHR\tGTEX-131YS-1126-SM-5N9FQ\tGTEX-QVUS-2826-SM-3GADB\tGTEX-11GSP-0011-R5a-SM-57WBE\tGTEX-WYJK-0626-SM-4ONCZ\tGTEX-1399T-1226-SM-5P9J5\tGTEX-RM2N-0526-SM-2TF4N\tGTEX-ZLV1-0226-SM-4WWC1\tGTEX-11GSP-2126-SM-5HL5E\tGTEX-11O72-2026-SM-5N9G8\tGTEX-11DXY-0008-SM-5QGR4\tGTEX-YFC4-0126-101855-SM-5CVLZ\tGTEX-ZVT3-0011-R3b-SM-51MTJ\tGTEX-X4XX-0926-SM-46MV7\tGTEX-12C56-1126-SM-5FQTO\tGTEX-Z93S-0011-R11a-SM-4RGNN\tGTEX-11EM3-1326-SM-5N9C6\tGTEX-11GS4-3126-SM-5A5LH\tGTEX-13U4I-1126-SM-5LU3S\tGTEX-12C56-1326-SM-5FQSV\tGTEX-OIZH-0126-SM-2HMIS\tGTEX-13CF3-1826-SM-5J1NK\tGTEX-11XUK-0008-SM-5S2WD\tGTEX-1399Q-2826-SM-5IJEZ\tGTEX-XUW1-0626-SM-4BOP4\tGTEX-WZTO-0008-SM-4PQZZ\tGTEX-ZZ64-0426-SM-5E43F\tGTEX-YFC4-1226-SM-5LU9R\tGTEX-1314G-0826-SM-5BC6L\tGTEX-132Q8-0526-SM-5IJBQ\tGTEX-13FHO-0011-R7b-SM-5LZXD\tGTEX-WWTW-1326-SM-4MVNT\tGTEX-146FQ-2126-SM-5RQHU\tGTEX-X4EP-0008-SM-4PQYO\tGTEX-11TUW-1726-SM-5BC5C\tGTEX-ZXES-2026-SM-5NQ6R\tGTEX-12696-2526-SM-5EQLN\tGTEX-SUCS-1026-SM-5CHTC\tGTEX-13FHO-3026-SM-5J1O9\tGTEX-13FHO-1726-SM-5IFGM\tGTEX-T6MN-0326-SM-32PMK\tGTEX-U3ZN-0926-SM-4DXTU\tGTEX-Y111-1626-SM-57WCY\tGTEX-XUJ4-1626-SM-4BONV\tGTEX-W5WG-0008-SM-4KL25\tGTEX-1269C-2426-SM-5FQSN\tGTEX-RVPV-0926-SM-47JXU\tGTEX-Y3I4-1526-SM-4TT7K\tGTEX-P44G-0011-R2A-SM-2XCD2\tGTEX-WHSE-0926-SM-3NMBS\tGTEX-13RTL-0011-R1a-SM-5PNZ8\tGTEX-ZDTS-1026-SM-4WAXS\tGTEX-11P7K-1026-SM-5HL6Y\tGTEX-12WSD-1726-SM-5GCN4\tGTEX-QV44-1526-SM-4R1KI\tGTEX-WFJO-0008-SM-4LVN7\tGTEX-11I78-1226-SM-5A5K6\tGTEX-11UD2-1126-SM-5EQM6\tGTEX-ZAB4-0426-SM-5HL7N\tGTEX-ZGAY-0326-SM-57WF5\tGTEX-ZYFC-0126-SM-5GIEH\tGTEX-12WSF-0011-R11a-SM-5LZVT\tGTEX-ZF2S-0626-SM-4WKH2\tGTEX-ZV7C-0126-SM-57WDE\tGTEX-UPIC-1426-SM-4IHLQ\tGTEX-VUSG-0008-SM-4KL24\tGTEX-13IVO-3026-SM-5J2M2\tGTEX-1399R-2726-SM-5IJBA\tGTEX-ZYT6-1726-SM-5E44P\tGTEX-POMQ-1226-SM-3P61F\tGTEX-XBEW-0926-SM-4QASR\tGTEX-ZVTK-0006-SM-57WBK\tGTEX-11TT1-0326-SM-5LUAY\tGTEX-117YX-1326-SM-5H125\tGTEX-12WSN-0006-SM-5NQAP\tGTEX-W5WG-0002-SM-3NMDN\tGTEX-13PL7-0626-SM-5IJCD\tGTEX-TKQ2-0006-SM-33HBH\tGTEX-13112-0011-R6b-SM-5DUVK\tGTEX-13OVL-0011-R11b-SM-5L3G7\tGTEX-13VXT-2026-SM-5L3EW\tGTEX-WYBS-0005-SM-4ONDR\tGTEX-S4Q7-0826-SM-4AD5E\tGTEX-ZAJG-3126-SM-5HL9J\tGTEX-11TUW-0006-SM-5LZW2\tGTEX-131XH-2226-SM-5DUXJ\tGTEX-Y8E4-0008-SM-4V6FW\tGTEX-OHPK-0226-SM-3MJH6\tGTEX-TML8-0008-SM-4DXUI\tGTEX-13OVI-0526-SM-5IFFQ\tGTEX-14C5O-1726-SM-5RQI9\tGTEX-13N1W-1026-SM-5IJC5\tGTEX-11PRG-0826-SM-5EQ6A\tGTEX-WVJS-0008-SM-4MVPC\tGTEX-WK11-1026-SM-4OOS8\tGTEX-XQ3S-2526-SM-4BOOG\tGTEX-11XUK-1326-SM-5EQM4\tGTEX-13FLV-1326-SM-5L3EJ\tGTEX-13D11-2126-SM-5IFH2\tGTEX-13O3P-0726-SM-5J2OM\tGTEX-P44G-0011-R1A-SM-2I3FE\tGTEX-132NY-2826-SM-5P9G2\tK-562-SM-5DUV6\tGTEX-X585-2426-SM-46MW2\tGTEX-1192X-3126-SM-5N9BY\tGTEX-13N2G-0011-R1b-SM-5MR3G\tGTEX-11ILO-0006-SM-5LZWE\tGTEX-11DXX-1526-SM-5H115\tGTEX-145MN-1426-SM-5SI9H\tGTEX-ZV68-0011-R6a-SM-51MSR\tGTEX-ZGAY-0226-SM-4WWAL\tGTEX-11DYG-1926-SM-5H12I\tGTEX-13FXS-0326-SM-5K7TV\tGTEX-11EQ9-0526-SM-5A5JZ\tGTEX-QVUS-0011-R3A-SM-3GAFD\tGTEX-OHPN-0011-R9A-SM-2YUMN\tGTEX-1128S-0126-SM-5H12S\tGTEX-U3ZN-0826-SM-4DXSZ\tGTEX-11ZVC-1426-SM-5EGGA\tGTEX-OHPL-0526-SM-3NM8U\tGTEX-WHSE-1526-SM-4M1XH\tGTEX-13SLW-0011-R1a-SM-5S2W7\tGTEX-145MO-1326-SM-5Q5EF\tGTEX-ZXES-1926-SM-5E445\tGTEX-RWS6-0426-SM-47JXH\tGTEX-ZDXO-0226-SM-4WKH7\tGTEX-N7MT-0011-R7a-SM-2I3FZ\tGTEX-13IVO-0011-R8a-SM-5L3DY\tGTEX-Q2AG-0011-R11A-SM-2HMKZ\tGTEX-Y8E5-0008-SM-57WBA\tGTEX-WOFL-0726-SM-3MJG4\tGTEX-144GL-0011-R5b-SM-5PNUJ\tGTEX-XPVG-0326-SM-4B653\tGTEX-UPIC-0926-SM-4IHLV\tGTEX-144GO-1326-SM-5Q5EL\tGTEX-ZV6S-2026-SM-5NQ8P\tGTEX-ZVT4-0626-SM-5E45T\tGTEX-144GL-0426-SM-5QGOZ\tGTEX-ZVTK-0826-SM-5GZXI\tGTEX-14BIM-0426-SM-5SI9N\tGTEX-ZYT6-0826-SM-5E43I\tGTEX-1314G-1826-SM-5LZVA\tGTEX-OIZH-0626-SM-3NB1L\tGTEX-14E6C-0005-SM-5O98N\tGTEX-PLZ6-1226-SM-3P5ZS\tGTEX-13CF2-2426-SM-5LZYL\tGTEX-T2YK-0008-SM-4DM6M\tGTEX-11P82-1126-SM-5BC5K\tGTEX-WYJK-1526-SM-4ONCW\tGTEX-13X6K-2126-SM-5O9D4\tGTEX-WHPG-2626-SM-3NMBR\tGTEX-ZPU1-0008-SM-4E3IR\tGTEX-144GN-1626-SM-5Q5BU\tGTEX-12WSK-0726-SM-5LZUV\tGTEX-132QS-0126-SM-5IFH9\tGTEX-PLZ5-0826-SM-3P5ZW\tGTEX-WOFM-0726-SM-3MJF8\tGTEX-POYW-0426-SM-2XCEV\tGTEX-144GL-0011-R3a-SM-5P9HP\tGTEX-XV7Q-1526-SM-4BRWB\tGTEX-14BIN-0005-SM-5N9FE\tGTEX-1211K-2426-SM-59HL8\tGTEX-R55E-0011-R9A-SM-2TC6C\tGTEX-13IVO-0426-SM-5LZY7\tGTEX-13X6J-0011-R11a-SM-5P9HE\tGTEX-R55F-1226-SM-2TF59\tGTEX-11EQ9-0006-SM-5LUB6\tGTEX-QEL4-0526-SM-3GIJ4\tGTEX-XOT4-0426-SM-4B66T\tGTEX-11EI6-0226-SM-5EQ64\tGTEX-14C5O-1426-SM-5RQI8\tGTEX-REY6-1126-SM-48FDU\tGTEX-WI4N-1126-SM-3LK7Q\tGTEX-XYKS-0226-SM-4BRW3\tGTEX-X4XY-1726-SM-46MVO\tGTEX-ZTPG-0326-SM-5O9AX\tGTEX-ZF2S-0008-SM-4E3IK\tGTEX-13CZV-0011-R11b-SM-5N9FN\tGTEX-WQUQ-1626-SM-4OOSH\tGTEX-144GO-0011-R5a-SM-5PNUR\tGTEX-11NV4-1726-SM-5N9FC\tGTEX-N7MT-0011-R3a-SM-2I3GC\tGTEX-ZVT3-2126-SM-59HL2\tGTEX-XYKS-1626-SM-4BRUQ\tGTEX-SIU7-1426-SM-4BRWT\tGTEX-132Q8-0011-R10b-SM-5DUWZ\tGTEX-13PL6-0011-R9b-SM-5O9CH\tGTEX-ZVP2-1726-SM-5GU5P\tGTEX-139T6-0526-SM-5IJC9\tGTEX-YFC4-2626-SM-5P9FQ\tGTEX-WYVS-1726-SM-3NMAY\tGTEX-11NV4-0326-SM-5HL58\tGTEX-12WSA-0326-SM-5BC6I\tGTEX-Y3IK-1626-SM-4YCF5\tGTEX-13NZA-0326-SM-5J1MK\tGTEX-Y3I4-2026-SM-4TT6Z\tGTEX-ZYVF-1726-SM-5E443\tGTEX-WH7G-2626-SM-3NMBE\tGTEX-S341-0126-SM-4AD64\tGTEX-XOT4-0326-SM-4B66S\tGTEX-WFON-2326-SM-3LK7M\tGTEX-1192X-0726-SM-5987R\tGTEX-XPT6-2026-SM-4B64V\tGTEX-QMR6-0011-R11A-SM-32PKK\tGTEX-WK11-0006-SM-3NB3J\tGTEX-ZAK1-2326-SM-5CVMY\tGTEX-ZVZQ-0826-SM-51MRF\tGTEX-WY7C-1826-SM-4ONCE\tGTEX-11P82-0426-SM-5HL5D\tGTEX-13PL7-2026-SM-5IFGK\tGTEX-1128S-2126-SM-5H12U\tGTEX-QV44-1126-SM-4R1KO\tGTEX-13NZ9-1326-SM-5MR3V\tGTEX-14C39-2426-SM-5S2U5\tGTEX-111YS-1826-SM-5GIEP\tGTEX-ZDYS-2226-SM-5S2MI\tGTEX-W5X1-0001-SM-3P61V\tGTEX-145MH-2826-SM-5RQJF\tGTEX-PWOO-0526-SM-2S1Q3\tGTEX-13W46-0726-SM-5LU3Z\tGTEX-R53T-0008-SM-48FEW\tGTEX-XPT6-1626-SM-4B655\tGTEX-ZDXO-0011-R8a-SM-4WWD7\tGTEX-14B4R-0526-SM-5QGQT\tGTEX-11EMC-3226-SM-5EGKW\tGTEX-13OVJ-1426-SM-5K7Z2\tGTEX-SIU7-1726-SM-2XCDZ\tGTEX-ZQG8-1526-SM-5HL65\tGTEX-P44G-0011-R3A-SM-2I3FC\tGTEX-12ZZW-0011-R10b-SM-5HL9X\tK-562-SM-5IJB7\tGTEX-S7SF-0526-SM-3K2BC\tGTEX-13111-0926-SM-5DUVQ\tGTEX-12WSE-0011-R6b-SM-5LZV5\tGTEX-13D11-0726-SM-5LZZB\tGTEX-113JC-2726-SM-5EGIS\tGTEX-ZYFG-1826-SM-5GZWX\tGTEX-OOBK-0625-SM-3LK5P\tGTEX-O5YW-0526-SM-2YUMX\tGTEX-13FHP-0011-R1b-SM-5K7XL\tGTEX-WOFM-1326-SM-3MJFR\tGTEX-11EMC-1726-SM-5H11P\tGTEX-XMD1-0011-R10A-SM-4AT4A\tGTEX-ZDYS-2526-SM-4WKGU\tGTEX-146FQ-0926-SM-5LUAV\tGTEX-X5EB-1126-SM-46MVV\tGTEX-12WSK-1326-SM-5CVNM\tGTEX-N7MT-1926-SM-3LK5N\tGTEX-UJMC-0008-SM-4IHKK\tGTEX-OIZH-0326-SM-2HMKC\tGTEX-ZC5H-0005-SM-4WAXM\tGTEX-ZT9X-1526-SM-5DUXD\tGTEX-YB5K-0426-SM-5LUA4\tGTEX-11TT1-0526-SM-5P9JO\tGTEX-12WSJ-0526-SM-5GCOZ\tGTEX-PWN1-0126-SM-2I3FK\tGTEX-12WSD-0011-R3b-SM-5LZWN\tGTEX-1445S-1126-SM-5QGOW\tGTEX-14C38-2126-SM-5RQJO\tGTEX-WZTO-0011-R8A-SM-4E3II\tGTEX-145LT-1926-SM-5QGP5\tGTEX-11NUK-2926-SM-5A5MD\tGTEX-XXEK-1726-SM-4BRVB\tGTEX-ZPU1-0526-SM-4YCDA\tGTEX-Y3IK-2426-SM-4WWDU\tGTEX-SNOS-1026-SM-4DM4Y\tGTEX-ZF29-1726-SM-4WKFV\tGTEX-YFCO-1926-SM-4W212\tGTEX-13CF3-0726-SM-5J2MY\tGTEX-139UC-1426-SM-5IJGH\tGTEX-146FQ-1926-SM-5NQBY\tGTEX-Y8E4-1326-SM-5IFIY\tGTEX-PLZ5-1626-SM-3NB21\tGTEX-ZGAY-0926-SM-4WWBQ\tGTEX-13FXS-0011-R9a-SM-5K7UI\tGTEX-12KS4-1326-SM-5LUB3\tGTEX-13O3Q-0011-R10b-SM-5KM39\tGTEX-131YS-0011-R4a-SM-5DUVL\tGTEX-13N2G-0011-R10a-SM-5MR34\tGTEX-ZYFC-0826-SM-5E44K\tGTEX-WOFL-0006-SM-3TW8K\tGTEX-145ME-0426-SM-5S2QP\tGTEX-S33H-0826-SM-4AD5Y\tGTEX-14DAQ-1326-SM-5RQIM\tGTEX-13OW8-0011-R6b-SM-5L3I3\tGTEX-13FLV-0011-R4a-SM-5LZYU\tGTEX-ZVZQ-0011-R10b-SM-51MRT\tGTEX-11WQK-1826-SM-5EQM2\tGTEX-144GN-2126-SM-5O99D\tGTEX-QMRM-1726-SM-2S1QG\tGTEX-QMRM-1626-SM-4R1KV\tGTEX-145ME-0526-SM-5QGQV\tGTEX-OXRO-0126-SM-2YUN4\tGTEX-ZYWO-2526-SM-5GIDM\tGTEX-13O3P-0826-SM-5L3DH\tGTEX-U3ZG-0008-SM-47JWL\tGTEX-11WQK-0226-SM-5EQLI\tGTEX-131XH-0011-R1a-SM-5DUWA\tGTEX-1212Z-2026-SM-5N9EA\tGTEX-ZAB4-1826-SM-5HL8O\tGTEX-S32W-0626-SM-2XCBG\tGTEX-ZA64-2026-SM-5PNXT\tGTEX-WYBS-0626-SM-3NMAS\tGTEX-N7MS-0008-SM-4E3JI\tGTEX-P4PP-1526-SM-3P61M\tGTEX-12696-1726-SM-5EQLH\tGTEX-145MH-0426-SM-5LU8T\tGTEX-ZLWG-0126-SM-4WWC5\tGTEX-14753-1626-SM-5NQ9L\tGTEX-P44H-0011-R10A-SM-2XCEK\tGTEX-11NSD-0326-SM-5A5LS\tGTEX-XMK1-0001-SM-4B64F\tGTEX-13OW7-0011-R4b-SM-5O9CX\tGTEX-146FQ-1726-SM-5QGPX\tGTEX-YEC3-2126-SM-5CVLR\tGTEX-14BIL-2426-SM-5QGQR\tGTEX-13OVH-0011-R6b-SM-5LUAX\tGTEX-P4QS-0005-SM-2I3EY\tGTEX-13NYS-0011-R9b-SM-5MR44\tGTEX-RU72-0011-R10A-SM-2TF6D\tGTEX-13OVJ-2826-SM-5L3GW\tGTEX-13JUV-2426-SM-5J1NS\tGTEX-11GSO-3026-SM-5Q5AL\tGTEX-147F3-0826-SM-5NQA7\tGTEX-WHSE-0011-R1A-SM-3P5ZK\tGTEX-13RTJ-2126-SM-5S2PZ\tGTEX-YJ8O-0326-SM-5RQJW\tGTEX-WFG7-0008-SM-4LMKB\tGTEX-REY6-0005-SM-2TF54\tGTEX-13OVJ-0426-SM-5L3GX\tGTEX-OOBK-2025-SM-3LK5S\tGTEX-T6MN-0011-R4A-SM-5CHSD\tGTEX-ZG7Y-0126-SM-4WWEX\tGTEX-QCQG-1426-SM-48U22\tGTEX-117YX-0726-SM-5GIET\tGTEX-11P7K-1326-SM-5BC5G\tGTEX-ZUA1-3026-SM-59HJC\tGTEX-ZP4G-0426-SM-4YCER\tGTEX-147JS-1326-SM-5SI6D\tGTEX-R55D-0008-SM-48FEV\tGTEX-RU72-0826-SM-46MUS\tGTEX-WOFL-0626-SM-3MJG3\tGTEX-NL3G-2526-SM-4SOIE\tGTEX-ZEX8-1626-SM-4WKG7\tGTEX-X8HC-1326-SM-46MWB\tGTEX-11XUK-0926-SM-5EQL3\tGTEX-ZQUD-0326-SM-4YCEN\tGTEX-13OW5-1126-SM-5J1NR\tGTEX-11GSP-0011-R8b-SM-5NQ79\tGTEX-11EQ9-1426-SM-5987G\tGTEX-13NZ9-0926-SM-5KM12\tGTEX-YJ89-0011-R2b-SM-4RGLT\tGTEX-Q2AH-0008-SM-48U2J\tGTEX-Q2AG-0011-R10A-SM-2HMLA\tGTEX-YECK-1226-SM-4W21G\tGTEX-11WQC-0726-SM-5EQMR\tGTEX-PWN1-0726-SM-48TDR\tGTEX-ZVT4-2626-SM-5N9GJ\tGTEX-13112-2126-SM-5GCO4\tGTEX-UPJH-0526-SM-4IHK8\tGTEX-OHPK-2526-SM-3MJH9\tGTEX-111YS-0126-SM-5987T\tGTEX-131XE-0426-SM-5IJF4\tGTEX-Y8DK-0008-SM-4RGM2\tGTEX-12126-0626-SM-5Q5AQ\tGTEX-WHSB-0726-SM-4M1XQ\tGTEX-PSDG-1126-SM-2S1ON\tGTEX-YB5E-1726-SM-5IFJ3\tK-562-SM-5GZZE\tGTEX-RVPV-0226-SM-2TF6W\tGTEX-WYVS-0126-SM-4ONDH\tGTEX-U8XE-2526-SM-4E3IT\tGTEX-12WSJ-0926-SM-5P9JD\tGTEX-1192W-0008-SM-5QGRE\tGTEX-ZV6S-0003-SM-4YCCT\tGTEX-P4PP-0008-SM-48TDV\tGTEX-SNOS-1126-SM-4DM67\tGTEX-WL46-0011-R5A-SM-3LK6V\tGTEX-ZAB5-0526-SM-5CVMU\tGTEX-ZA64-0126-SM-5HL8Z\tGTEX-11VI4-0001-SM-5S2OI\tGTEX-145LT-0126-SM-5S2QJ\tGTEX-12WSC-1726-SM-5GCN3\tGTEX-YB5K-0626-SM-5LUB5\tGTEX-145MG-0011-R7b-SM-5P9JY\tGTEX-13FHP-1526-SM-5IJGE\tK-562-SM-5NQ6M\tGTEX-111FC-1026-SM-5GZX1\tGTEX-11NUK-0126-SM-5A5L3\tGTEX-RNOR-0126-SM-2TF57\tGTEX-11DXY-0326-SM-5H12F\tGTEX-NFK9-0626-SM-2HMIV\tGTEX-ZDYS-1026-SM-4WKHC\tK-562-SM-4IHK7\tGTEX-111CU-1526-SM-5N9FS\tGTEX-145ME-2226-SM-5S2VY\tGTEX-13113-0126-SM-5LZVX\tGTEX-ZVZP-1426-SM-5NQ7R\tGTEX-144GL-2026-SM-5LU3O\tGTEX-QEL4-0008-SM-447AZ\tGTEX-OIZI-0008-SM-2XCFD\tGTEX-X4EP-0011-R9B-SM-4QASI\tGTEX-13112-2926-SM-5DUWT\tGTEX-ZV7C-0326-SM-57WB1\tGTEX-TSE9-0011-R7A-SM-5CHS2\tGTEX-11DXZ-2626-SM-59882\tGTEX-VJYA-1526-SM-3GIJV\tGTEX-11P82-1726-SM-5Q5AT\tGTEX-145ME-2126-SM-5SIAH\tGTEX-13111-1226-SM-5GCNC\tGTEX-13PDP-0326-SM-5K7XP\tGTEX-13S86-0726-SM-5Q5DH\tGTEX-13JUV-0626-SM-5J1MQ\tGTEX-POYW-1226-SM-5LZWQ\tGTEX-ZTSS-2026-SM-5987K\tGTEX-WVJS-2726-SM-4MVNU\tGTEX-11WQC-0011-R7b-SM-5BC7A\tGTEX-139T4-0126-SM-5HL5G\tGTEX-T6MO-1026-SM-4DM72\tGTEX-QESD-1726-SM-2S1R7\tGTEX-ZVT2-2226-SM-5NQ6P\tGTEX-13D11-2526-SM-5KM28\tGTEX-X8HC-2726-SM-46MUA\tGTEX-139YR-0826-SM-5LZXY\tGTEX-12ZZZ-0011-R7b-SM-5EGLE\tGTEX-113JC-0726-SM-5GZZR\tGTEX-13RTL-0011-R3a-SM-5P9JP\tGTEX-P4QT-2026-SM-3NMCJ\tGTEX-13FHO-0011-R11b-SM-5LZYQ\tGTEX-ZYWO-2326-SM-5GZY4\tGTEX-1192X-2526-SM-59868\tGTEX-1314G-1726-SM-5LZUX\tGTEX-RWS6-1326-SM-47JXB\tGTEX-11VI4-0526-SM-5EQ48\tGTEX-139T8-0226-SM-5L3EA\tGTEX-132NY-2026-SM-5L3FM\tGTEX-11ZUS-1426-SM-5FQSP\tGTEX-ZYFC-2226-SM-5NQ96\tGTEX-11P7K-0426-SM-5BC5H\tGTEX-13VXU-3126-SM-5SIA4\tGTEX-XV7Q-2426-SM-4BRV8\tGTEX-13CF3-1126-SM-5LZXB\tGTEX-Q2AG-0011-R5A-SM-2HMJH\tGTEX-U8T8-0008-SM-4DXSP\tGTEX-WFON-1626-SM-4LVMV\tGTEX-13FHO-0326-SM-5IJBH\tGTEX-13OVH-0011-R8b-SM-5MR35\tGTEX-147GR-0011-R6b-SM-5S2RO\tGTEX-ZYY3-2926-SM-5GIEB\tGTEX-117YX-2526-SM-5EQ4Q\tGTEX-ZYY3-0526-SM-5E45G\tGTEX-O5YV-2026-SM-26GMK\tGTEX-XBEW-1926-SM-4SOJO\tGTEX-YF7O-1626-SM-5IFII\tGTEX-ZVTK-0003-SM-51MRV\tGTEX-R55E-0326-SM-48FD2\tGTEX-12WSN-2326-SM-5DUVG\tGTEX-Q734-2026-SM-3GADA\tGTEX-132Q8-0011-R5a-SM-5IJDM\tGTEX-OHPK-2426-SM-3MJGH\tGTEX-13QBU-0726-SM-5J2OA\tGTEX-WZTO-0011-R5B-SM-3NMC5\tGTEX-11ONC-0011-R1a-SM-57WD4\tGTEX-13CF3-1326-SM-5LZXZ\tGTEX-1399S-2226-SM-5IFEW\tGTEX-WRHK-0426-SM-4MVOG\tGTEX-139D8-1126-SM-5LU8W\tGTEX-14BIN-0011-R10a-SM-5S2UA\tGTEX-PLZ5-2026-SM-2S1O4\tGTEX-13O3P-1326-SM-5K7Y8\tGTEX-11I78-0001-SM-5Q5BE\tGTEX-QV31-0626-SM-447C5\tGTEX-X15G-1026-SM-4PQZF\tGTEX-ZVE2-0526-SM-5GU7E\tGTEX-T2IS-0011-R6A-SM-32QP2\tGTEX-1339X-0526-SM-5KLYW\tGTEX-11WQK-2226-SM-5CVL7\tGTEX-131XF-1026-SM-5BC6A\tGTEX-131XG-1526-SM-5GCNQ\tGTEX-144GL-0011-R8a-SM-5Q5B1\tGTEX-X8HC-0226-SM-4E3K1\tGTEX-13QIC-3026-SM-5LU58\tK-562-SM-2I3E7\tGTEX-TSE9-2226-SM-4DXUR\tGTEX-X4EP-0526-SM-3P5YW\tGTEX-QCQG-2026-SM-2S1PH\tGTEX-ZGAY-2126-SM-4YCFB\tGTEX-SNMC-0626-SM-4DM6H\tGTEX-1313W-0011-R10b-SM-5DUXA\tGTEX-145MN-0626-SM-5QGRH\tGTEX-12ZZX-0426-SM-5DUVT\tGTEX-12WSL-2526-SM-5GCNJ\tGTEX-XBED-1126-SM-48TCF\tGTEX-13YAN-1526-SM-5LU3E\tGTEX-13W46-0926-SM-5LU3T\tGTEX-RUSQ-0626-SM-2TF5V\tGTEX-12WSH-0005-SM-5NQ9P\tGTEX-XUJ4-1926-SM-4BOOV\tGTEX-146FQ-1526-SM-5Q5CX\tGTEX-ZZ64-0326-SM-5E45S\tGTEX-XGQ4-2626-SM-4AT6B\tGTEX-12WSG-0826-SM-5EQ5A\tGTEX-11NV4-0005-SM-5N9EX\tGTEX-YFC4-0011-R9a-SM-4SOK4\tGTEX-13O3Q-2926-SM-5KM45\tGTEX-YB5E-0001-SM-4VDSV\tGTEX-13NYC-0626-SM-5K7U8\tGTEX-13OVL-1326-SM-5IJCZ\tGTEX-12WSD-2926-SM-5LZUH\tGTEX-12WSA-1426-SM-5EGJU\tGTEX-XMK1-1826-SM-4B66F\tGTEX-13FTW-0126-SM-5IJED\tGTEX-S33H-0526-SM-5SI83\tGTEX-V955-0326-SM-4JBGV\tGTEX-11DXW-0326-SM-5H11W\tGTEX-1399U-0826-SM-5KM1P\tGTEX-14A6H-0526-SM-5NQAZ\tGTEX-13N11-1026-SM-5K7XQ\tGTEX-ZQUD-0426-SM-57WFR\tGTEX-14BMV-2226-SM-5RQHX\tGTEX-NPJ8-0626-SM-48TBO\tGTEX-12126-0011-R9b-SM-5BC6P\tGTEX-Y5V6-2226-SM-4VDTC\tGTEX-11NSD-1826-SM-5N9CF\tGTEX-132Q8-1126-SM-5K7XS\tGTEX-ZY6K-0626-SM-59HJL\tGTEX-ZXG5-0011-R5b-SM-57WBN\tGTEX-13CIG-0006-SM-5P9HF\tGTEX-11DZ1-0426-SM-5H11A\tGTEX-13FHO-0426-SM-5L3F5\tGTEX-WFG8-0826-SM-5CHQY\tGTEX-145LT-1626-SM-5O992\tGTEX-13PL7-2226-SM-5L3IC\tGTEX-11P81-2126-SM-5HL6N\tGTEX-13W3W-0426-SM-5SI9D\tGTEX-11DYG-0008-SM-5QGR5\tGTEX-12WSD-1626-SM-5GCNR\tGTEX-14C38-1226-SM-5S2UK\tGTEX-XBED-2426-SM-4AT4O\tGTEX-OXRL-1626-SM-2YUMU\tGTEX-13N1W-0626-SM-5MR4U\tGTEX-OIZG-1526-SM-2YUNG\tGTEX-R55C-1726-SM-3GADJ\tGTEX-13OW7-0011-R1b-SM-5L3HF\tGTEX-11ZTS-2626-SM-5EGIC\tGTEX-1477Z-2226-SM-5QGPG\tGTEX-11NSD-1126-SM-5N9BQ\tGTEX-13JUV-2026-SM-5K7UA\tGTEX-1313W-0126-SM-5LZUN\tGTEX-PWN1-0006-SM-2S1NG\tGTEX-12WSC-3126-SM-5GCNB\tGTEX-13FHP-1626-SM-5N9FK\tGTEX-13112-0011-R5b-SM-5DUV8\tGTEX-11XUK-1726-SM-5GU61\tGTEX-T6MN-0011-R6A-SM-32QP8\tGTEX-13X6H-1726-SM-5Q5EH\tGTEX-14DAR-2126-SM-5RQID\tGTEX-NFK9-0126-SM-3LK5H\tGTEX-Y3I4-0926-SM-4TT2B\tGTEX-12584-0011-R6a-SM-5NQ7C\tGTEX-WVLH-2626-SM-4MVNV\tGTEX-ZZPU-2626-SM-5E45Y\tGTEX-13PDP-2926-SM-5N9E8\tGTEX-ZT9W-0726-SM-4YCDC\tGTEX-11LCK-1426-SM-5HL5R\tGTEX-ZG7Y-1326-SM-4WWBL\tGTEX-OXRK-0426-SM-2YUMT\tGTEX-ZZPT-0226-SM-5E43X\tGTEX-13O1R-0426-SM-5K7WG\tGTEX-ZE9C-0011-R5a-SM-5EGLO\tGTEX-ZVZP-0008-SM-51MSX\tGTEX-WHSB-1026-SM-4M1XN\tGTEX-14BIN-2726-SM-5RQIE\tGTEX-11ZVC-2126-SM-5EGJ1\tGTEX-ZTX8-1226-SM-4YCE9\tGTEX-139UC-0011-R3b-SM-5K7VZ\tGTEX-12WSI-0826-SM-5EGKD\tGTEX-ZAK1-1826-SM-5HL93\tGTEX-11P81-0726-SM-5PNYH\tGTEX-12WSL-1826-SM-5LZW9\tGTEX-Y114-0002-SM-4TT78\tGTEX-ZDYS-2126-SM-5S2OD\tGTEX-SE5C-2126-SM-4BRUJ\tGTEX-OXRO-1226-SM-48TDL\tGTEX-U412-0326-SM-5BC7E\tGTEX-111VG-0526-SM-5N9BW\tGTEX-X4XY-1626-SM-46MVN\tGTEX-12WSC-0011-R10a-SM-5GU57\tGTEX-145ME-1326-SM-5O98Q\tGTEX-ZGAY-1126-SM-4WWBS\tGTEX-11DXY-2026-SM-5N9CZ\tGTEX-ZQUD-1726-SM-51MRQ\tGTEX-13O21-0326-SM-5J1N9\tGTEX-ZAB4-2426-SM-5HL8A\tGTEX-ZP4G-2426-SM-57WEY\tGTEX-XBEW-0526-SM-4QASO\tGTEX-XQ8I-2026-SM-4BOOL\tGTEX-VJYA-0526-SM-4KL1R\tGTEX-ZPIC-2626-SM-57WE2\tGTEX-YJ8O-2226-SM-5IFHW\tGTEX-13PVR-0126-SM-5S2PY\tGTEX-14BMU-1026-SM-5RQJ5\tGTEX-OHPN-2826-SM-3LK67\tGTEX-1192W-3026-SM-5GZZV\tGTEX-139T6-2026-SM-5IFFL\tGTEX-WRHK-0008-SM-4MVPA\tGTEX-13OW8-0226-SM-5K7UP\tGTEX-117XS-3126-SM-5GIDP\tGTEX-1192X-0005-SM-5NQC3\tGTEX-139TT-0006-SM-5O9CG\tGTEX-QCQG-2126-SM-2S1P8\tGTEX-14BIL-0326-SM-5SI9Q\tGTEX-14A5I-0326-SM-5NQ9J\tGTEX-ZVE2-0006-SM-51MRW\tGTEX-111YS-0626-SM-5GZXV\tGTEX-13PDP-0726-SM-5L3HP\tGTEX-Y114-1526-SM-4TT79\tGTEX-X5EB-1026-SM-46MVU\tGTEX-XOTO-0011-R8A-SM-4B65J\tGTEX-11P81-0326-SM-5HL6B\tGTEX-ZA64-0326-SM-5HL8T\tGTEX-13OVG-1426-SM-5K7VP\tGTEX-Y3IK-1826-SM-4WWDS\tGTEX-WH7G-0002-SM-4LVN9\tGTEX-11H98-0011-R10b-SM-5NQ98\tGTEX-11P81-1126-SM-5GU5G\tGTEX-S4Z8-1226-SM-4AD6W\tGTEX-OHPJ-1626-SM-2HMKO\tGTEX-13O3O-0526-SM-5J1NL\tGTEX-Y5LM-1926-SM-5RQJH\tGTEX-ZDXO-0006-SM-4WKGF\tGTEX-YJ89-1526-SM-5P9IR\tGTEX-11OF3-0011-R7a-SM-57WCG\tGTEX-S32W-1226-SM-4AD67\tGTEX-13FXS-1126-SM-5IJBB\tGTEX-14ASI-3026-SM-5S2PN\tGTEX-WH7G-2226-SM-3NMBN\tGTEX-Y9LG-0006-SM-4VBRK\tGTEX-ZVP2-0226-SM-57WBD\tGTEX-11VI4-2026-SM-5CVLJ\tGTEX-11TUW-2026-SM-5EQL8\tGTEX-131XW-0326-SM-5KM1J\tGTEX-P4QS-0326-SM-2I3EU\tGTEX-NPJ8-2626-SM-26GMI\tGTEX-Y114-2026-SM-4TT7L\tGTEX-WFG8-0426-SM-3GILD\tGTEX-13X6I-1426-SM-5SI9Z\tGTEX-ZC5H-0626-SM-5LU9K\tGTEX-XOTO-0426-SM-4B66A\tGTEX-148VJ-2426-SM-5NQ9Y\tGTEX-11I78-2626-SM-5Q5AI\tGTEX-13OW8-0426-SM-5J2NR\tGTEX-13NYB-1826-SM-5J1N3\tGTEX-11I78-2026-SM-5987C\tGTEX-13CIG-0011-R9a-SM-5K7VU\tGTEX-111FC-0526-SM-5GZZ8\tGTEX-X4EO-0426-SM-4QASA\tGTEX-WWYW-0011-R1A-SM-3TW8G\tGTEX-X638-0226-SM-47JZ9\tGTEX-NL4W-0011-R6a-SM-2I3GA\tGTEX-NPJ7-0011-R10A-SM-2I3E5\tGTEX-13NYB-0011-R7a-SM-5MR5D\tGTEX-YJ89-1926-SM-5IFJ6\tGTEX-RNOR-0326-SM-2TF51\tGTEX-139T6-0006-SM-5LU92\tGTEX-11DXX-1926-SM-5EGJK\tGTEX-13FLW-0011-R8b-SM-5J1MZ\tGTEX-QXCU-0126-SM-2TC5Q\tGTEX-Q2AG-0011-R8A-SM-2HMK5\tGTEX-PW2O-1426-SM-48TCD\tGTEX-111CU-2226-SM-5N9G5\tGTEX-XUW1-0005-SM-4BOQ7\tGTEX-13X6K-0011-R3b-SM-5PNUD\tGTEX-WFON-0005-SM-3NMC9\tGTEX-VJYA-1926-SM-3GIJJ\tGTEX-XAJ8-0826-SM-47JY6\tGTEX-ZF29-1026-SM-4WKGC\tGTEX-ZAB5-2426-SM-5CVMW\tGTEX-1399U-0626-SM-5J1NZ\tGTEX-147F4-1326-SM-5LU9V\tGTEX-ZZ64-0826-SM-5E449\tGTEX-111CU-1726-SM-5EGHM\tGTEX-13U4I-2226-SM-5LU5H\tGTEX-S7PM-0126-SM-4AD6S\tGTEX-RN64-1826-SM-48FDV\tGTEX-13OW6-2426-SM-5K7WO\tGTEX-144GO-0226-SM-5LUB1\tGTEX-P4QS-1626-SM-2S1NH\tGTEX-O5YT-0226-SM-32PK5\tGTEX-1128S-2326-SM-5GZZY\tGTEX-TMZS-0008-SM-47JWM\tGTEX-13X6H-0526-SM-5LU4Q\tGTEX-Y8DK-0005-SM-4RGNR\tGTEX-13OVH-0726-SM-5N9BU\tGTEX-U3ZH-1026-SM-4DXUZ\tGTEX-13FH7-1326-SM-5IFG8\tGTEX-11WQK-2826-SM-5EQKH\tGTEX-14A5I-1026-SM-5Q5E3\tGTEX-13PDP-0226-SM-5K7W9\tGTEX-YJ8O-1226-SM-5P9JE\tGTEX-11P7K-2226-SM-5GU56\tGTEX-X585-0011-R1B-SM-46MVE\tGTEX-12696-1426-SM-5EGJ6\tGTEX-REY6-0526-SM-2TF5M\tGTEX-13N2G-0011-R5a-SM-5MR33\tGTEX-WEY5-0008-SM-4LMKC\tGTEX-OXRP-0326-SM-33HBJ\tGTEX-YEC4-1026-SM-5P9FW\tGTEX-WWYW-0926-SM-3NB2Z\tGTEX-12WSK-0226-SM-5BC62\tGTEX-14C5O-2826-SM-5RQI6\tGTEX-ZP4G-0826-SM-4WWF3\tGTEX-12WSI-0005-SM-5O99K\tGTEX-13NYS-0626-SM-5L3F1\tGTEX-13OW8-1626-SM-5L3HW\tGTEX-13FLV-0326-SM-5N9DJ\tGTEX-ZYFD-1526-SM-5NQ7T\tGTEX-13G51-2526-SM-5LZYK\tGTEX-Y111-2626-SM-4TT24\tGTEX-QV44-0826-SM-2S1RG\tGTEX-RVPU-0011-R6A-SM-2XCAC\tGTEX-PWN1-1526-SM-48TDA\tGTEX-111YS-1926-SM-5GICC\tGTEX-XLM4-2026-SM-4AT4X\tGTEX-ZAJG-2626-SM-5S2NU\tGTEX-13112-2826-SM-5DUWH\tGTEX-XUZC-1026-SM-4BOPY\tGTEX-XOTO-0006-SM-4B64T\tGTEX-ZG7Y-1826-SM-4WWD3\tGTEX-S33H-1626-SM-4AD68\tGTEX-13X6I-0011-R11a-SM-5P9HN\tGTEX-13S7M-3126-SM-5RQJQ\tGTEX-ZVT4-0326-SM-51MS5\tGTEX-145MI-0826-SM-5SI95\tGTEX-ZYFD-0326-SM-5NQ8I\tGTEX-R55C-1926-SM-2TF4K\tGTEX-11PRG-0005-SM-5NQ6X\tGTEX-13113-1726-SM-5GCOO\tGTEX-Y5LM-1626-SM-4VDTB\tGTEX-X5EB-2326-SM-46MW5\tGTEX-Y8LW-1026-SM-5IFJY\tK-562-SM-4DM4W\tGTEX-S341-0526-SM-4AD5U\tGTEX-ZDXO-0011-R3a-SM-4WKFS\tGTEX-111FC-2926-SM-5GZY7\tGTEX-117YW-0426-SM-5GZZZ\tGTEX-ZVZP-0006-SM-51MSW\tGTEX-ZUA1-2626-SM-5NQ92\tGTEX-1122O-0826-SM-5GICV\tGTEX-13RTJ-0011-R3a-SM-5PNX7\tGTEX-11EQ9-1726-SM-5HL6U\tGTEX-PVOW-0126-SM-2XCFA\tGTEX-139D8-2326-SM-5IFGE\tGTEX-139UC-0011-R4a-SM-5K7XM\tGTEX-XQ3S-1126-SM-4BOPK\tGTEX-1399S-1426-SM-5PNYQ\tGTEX-11P7K-0126-SM-5986E\tGTEX-1212Z-2826-SM-59HJ5\tGTEX-Y114-1126-SM-4TT7V\tGTEX-14B4R-0006-SM-5O9A7\tGTEX-X5EB-2426-SM-4E3HX\tGTEX-X261-0011-R8A-SM-4E3I5\tGTEX-12126-0926-SM-5FQTW\tGTEX-11DXX-2126-SM-5PNYR\tGTEX-11PRG-0926-SM-5EGI8\tGTEX-OXRN-1726-SM-3NM9B\tGTEX-13JUV-2326-SM-5IJCE\tGTEX-11ONC-1926-SM-5GU75\tGTEX-113JC-0006-SM-5O997\tGTEX-13X6K-0426-SM-5O9DZ\tGTEX-13PL7-0726-SM-5KM1S\tGTEX-13O21-1026-SM-5IJDU\tGTEX-13QJ3-1926-SM-5QGQM\tGTEX-ZPU1-0726-SM-5HL6O\tGTEX-Y8E4-2226-SM-5LU94\tGTEX-X4XY-0926-SM-4E3JD\tGTEX-111YS-2426-SM-5GZZQ\tGTEX-PLZ6-0526-SM-3P61C\tGTEX-QCQG-0226-SM-48U28\tGTEX-VUSH-0526-SM-3NB2J\tGTEX-X8HC-0008-SM-46MU6\tGTEX-14ASI-0011-R8b-SM-5S2UB\tGTEX-X4LF-0002-SM-4QASG\tGTEX-14A5I-2826-SM-5SIBF\tGTEX-14E7W-1326-SM-5RQIV\tGTEX-12WSL-2626-SM-5GCNV\tGTEX-113JC-0126-SM-5EGJW\tGTEX-147F3-0726-SM-5NQ9U\tGTEX-12WSA-0011-R2a-SM-57WDK\tGTEX-U8T8-1126-SM-4DXUE\tGTEX-V1D1-0926-SM-4JBHQ\tGTEX-P78B-0826-SM-3NMCA\tGTEX-WFON-0326-SM-3GIKX\tGTEX-ZXES-1226-SM-5NQ8G\tGTEX-XQ3S-1426-SM-4BOPR\tGTEX-13VXT-1726-SM-5IFF5\tGTEX-ZC5H-2626-SM-5J2MG\tGTEX-14E1K-0426-SM-5S2PF\tGTEX-POMQ-0126-SM-48TD6\tGTEX-QXCU-1926-SM-48FE4\tGTEX-12WS9-1526-SM-5FQT4\tGTEX-13N2G-0526-SM-5MR5L\tGTEX-U8XE-2026-SM-3DB8S\tGTEX-13S86-1626-SM-5Q5C5\tGTEX-139TT-0726-SM-5K7XW\tGTEX-14ICL-0326-SM-5S2OS\tGTEX-NPJ7-0011-R1a-SM-3GACT\tGTEX-12WSN-0226-SM-5DUXH\tGTEX-UPIC-0526-SM-4WWCQ\tGTEX-14A6H-2826-SM-5QGPM\tGTEX-13N2G-0011-R6b-SM-5MR3P\tGTEX-WQUQ-1826-SM-4OOSD\tGTEX-11TUW-3026-SM-5EGKM\tGTEX-NPJ8-1826-SM-2YUNC\tGTEX-1212Z-1026-SM-5EGJ8\tGTEX-NPJ7-0011-R4a-SM-2I3GJ\tGTEX-X261-0526-SM-4PQYS\tGTEX-12ZZX-2126-SM-5LZVL\tGTEX-S3XE-2026-SM-3K2B5\tGTEX-ZYFG-0226-SM-5GIDT\tGTEX-XYKS-2526-SM-4BOPX\tGTEX-NL3H-0011-R6a-SM-2I3G8\tGTEX-13N2G-0226-SM-5K7VF\tGTEX-W5WG-1826-SM-4KL2Y\tGTEX-XUJ4-2626-SM-4BOQ3\tGTEX-UJMC-1926-SM-3GADS\tGTEX-14753-2526-SM-5LU97\tGTEX-11VI4-1226-SM-5EQMP\tGTEX-ZAB4-0626-SM-5CVN3\tGTEX-ZAB4-0011-R10a-SM-4SOKH\tGTEX-R55E-2726-SM-48FCX\tGTEX-1192X-2326-SM-5987X\tGTEX-11GS4-0826-SM-5986J\tGTEX-QXCU-0008-SM-48FCH\tGTEX-13SLW-0011-R11a-SM-5SI8Q\tGTEX-13OW6-0826-SM-5L3GA\tGTEX-WHSB-0002-SM-4M1ZR\tGTEX-SNMC-1426-SM-2XCFM\tGTEX-X3Y1-1926-SM-4PQZO\tGTEX-XXEK-1626-SM-4BRUZ\tGTEX-139TS-1726-SM-5IJG5\tGTEX-U412-1826-SM-4DXTJ\tGTEX-11DXY-0526-SM-5EGGQ\tGTEX-11WQK-3026-SM-5EQL6\tGTEX-1399R-0226-SM-5IJGG\tGTEX-PVOW-0726-SM-2XCF5\tGTEX-ZYT6-1426-SM-5E43U\tGTEX-13QBU-2226-SM-5K7WI\tGTEX-XUW1-1126-SM-4BONZ\tGTEX-11TTK-0226-SM-5N9EC\tGTEX-1117F-2426-SM-5EGGH\tGTEX-131XW-0011-R6b-SM-5K7XY\tGTEX-12696-0626-SM-5EGGD\tGTEX-13113-1326-SM-5GCOI\tGTEX-1122O-0526-SM-5N9DM\tGTEX-145LT-1726-SM-5QGP3\tGTEX-ZYFD-2226-SM-5E43P\tGTEX-13X6H-1526-SM-5Q5E2\tGTEX-Y3IK-2126-SM-4YCDS\tGTEX-13X6K-0326-SM-5Q5D6\tGTEX-111FC-1426-SM-5N9C7\tGTEX-N7MT-1126-SM-2YUNQ\tGTEX-SNOS-1626-SM-3NMA4\tGTEX-WEY5-0626-SM-4LMIA\tGTEX-WYJK-0926-SM-4ONCF\tGTEX-1122O-2426-SM-5GIDN\tGTEX-WHSB-2126-SM-4M1XF\tGTEX-14E7W-1926-SM-5S2R9\tGTEX-1477Z-1626-SM-5SIA8\tGTEX-WL46-2926-SM-3LK82\tGTEX-12BJ1-0326-SM-5FQUB\tGTEX-ZTTD-0008-SM-51MQV\tGTEX-13CF2-3226-SM-5IFF6\tGTEX-14AS3-1526-SM-5Q5ED\tGTEX-1117F-0226-SM-5GZZ7\tGTEX-W5X1-2626-SM-4LMI8\tGTEX-14B4R-0426-SM-5Q5EI\tGTEX-V955-1126-SM-4JBH3\tGTEX-13OVG-0426-SM-5KM2T\tGTEX-11LCK-0526-SM-5A5M9\tGTEX-ZVT4-0008-SM-57WCA\tGTEX-YECK-2826-SM-5IFHF\tGTEX-OIZI-1326-SM-3NB1B\tGTEX-ZC5H-0008-SM-4WAX8\tGTEX-ZDXO-2926-SM-4WKFM\tGTEX-OXRL-0426-SM-3NM97\tGTEX-YEC3-2526-SM-5CVLS\tGTEX-11P7K-1226-SM-5HL4X\tGTEX-13112-2726-SM-5DUW5\tGTEX-T6MO-0003-SM-3NMAG\tGTEX-ZTPG-2026-SM-5O999\tGTEX-RVPU-0005-SM-2TF6L\tGTEX-1211K-2326-SM-5FQU7\tGTEX-11P81-1026-SM-5GU54\tGTEX-ZF28-2526-SM-57WFH\tGTEX-1399T-0011-R4b-SM-5DUVX\tGTEX-13S86-0126-SM-5S2PI\tGTEX-13U4I-1526-SM-5IFFF\tGTEX-12ZZW-0011-R7a-SM-5DUWC\tGTEX-13X6K-2726-SM-5O9DG\tGTEX-1122O-1126-SM-5NQ8X\tGTEX-QDT8-0626-SM-48TYW\tGTEX-139T6-1326-SM-5IFFO\tGTEX-PLZ6-0726-SM-3P619\tGTEX-OOBJ-2026-SM-3NB1R\tGTEX-12BJ1-1926-SM-5HL9Z\tGTEX-11DXY-0006-SM-5NQ8N\tGTEX-14BIM-2726-SM-5Q5EG\tGTEX-RU72-1426-SM-46MUF\tGTEX-Y9LG-1426-SM-5IFJZ\tGTEX-13FTW-1626-SM-5KM4N\tGTEX-XQ8I-2426-SM-4WAXY\tGTEX-111FC-0426-SM-5N9CV\tGTEX-XXEK-1926-SM-4BRVD\tGTEX-13OVI-1326-SM-5IJBO\tGTEX-13OW8-2426-SM-5L3ID\tGTEX-1211K-0126-SM-59HJE\tGTEX-PLZ6-0626-SM-5K7WJ\tGTEX-R55F-0005-SM-2TF4W\tGTEX-1445S-0011-R2b-SM-5PNUH\tGTEX-139T8-0126-SM-5K7XZ\tGTEX-TMMY-2226-SM-4DXTN\tGTEX-11DXZ-0426-SM-5987Y\tGTEX-R55E-0011-R11A-SM-2TC6I\tGTEX-11DXZ-0006-SM-5LZZH\tGTEX-QMR6-1326-SM-32PLB\tGTEX-147F4-0011-R8b-SM-5S2UN\tGTEX-139TS-0011-R10a-SM-5K7TU\tGTEX-Y5V6-2326-SM-4VDSA\tGTEX-12WSB-0011-R7b-SM-5GU6V\tGTEX-13IVO-0011-R11b-SM-5LZXQ\tGTEX-13CF3-1026-SM-5LZWY\tGTEX-ZF28-0005-SM-4WKH3\tGTEX-11DYG-1526-SM-5A5JS\tGTEX-Y3IK-0001-SM-4WWE1\tGTEX-131XW-0726-SM-5EGK3\tGTEX-1212Z-0011-R1b-SM-5BC72\tGTEX-13VXT-0005-SM-5N9F3\tGTEX-ZAB5-2626-SM-5KM3Y\tGTEX-111CU-1426-SM-5GZYP\tGTEX-Q2AG-0011-R2A-SM-2HMIT\tGTEX-SE5C-1126-SM-4BRWZ\tGTEX-YB5K-2426-SM-5IFHP\tGTEX-VUSG-2526-SM-4KL1V\tGTEX-QDT8-2526-SM-48TYX\tGTEX-11H98-0011-R5b-SM-57WCF\tGTEX-P4QT-0126-SM-2I3FL\tGTEX-POMQ-0006-SM-33HBY\tGTEX-1211K-1126-SM-5EGGB\tGTEX-ZV7C-2426-SM-5NQ7Q\tGTEX-ZTX8-0008-SM-4YCDV\tGTEX-SIU7-0001-SM-3NMAW\tGTEX-1445S-1226-SM-5O9BF\tGTEX-WFJO-1126-SM-4LVLZ\tGTEX-WY7C-0626-SM-4ONCT\tGTEX-11P7K-0826-SM-5BC5F\tGTEX-11OF3-2526-SM-5P9JL\tGTEX-11XUK-2226-SM-5CVLL\tGTEX-145LS-2726-SM-5Q5D8\tGTEX-XQ8I-0006-SM-4BOQ5\tGTEX-ZV68-0011-R7a-SM-51MT4\tGTEX-X4XX-0726-SM-4QARS\tGTEX-Y8LW-2126-SM-4VBRX\tGTEX-12ZZY-0011-R10b-SM-5HL7W\tGTEX-ZZ64-0726-SM-5GZX4\tGTEX-13S86-2326-SM-5RQK1\tGTEX-14753-0326-SM-5QGQB\tGTEX-ZDXO-2326-SM-5LU9W\tGTEX-12WSK-2026-SM-5CVNB\tGTEX-1313W-0826-SM-5EQ4T\tGTEX-12WSC-0011-R5b-SM-5CVNS\tGTEX-OHPL-0526-SM-2HMIX\tGTEX-11GSO-2926-SM-5HL73\tGTEX-117YW-1426-SM-5EGGO\tGTEX-SIU8-0226-SM-2XCDS\tGTEX-13O3O-0011-R10a-SM-5LUA9\tGTEX-PLZ4-0226-SM-5SI7M\tGTEX-12WSF-0011-R1a-SM-5DUVI\tGTEX-QV31-1426-SM-2S1QD\tGTEX-13PVQ-1326-SM-5LU4J\tGTEX-132NY-1426-SM-5J1MJ\tGTEX-146FH-0826-SM-5SI8T\tGTEX-11ZTS-2326-SM-5EQMY\tGTEX-13X6J-1326-SM-5QGOV\tGTEX-139UC-3026-SM-5IJE4\tGTEX-13U4I-1926-SM-5LU39\tGTEX-N7MS-0007-SM-26GME\tGTEX-13OVJ-1026-SM-5IFGI\tGTEX-N7MS-0007-SM-26GMV\tGTEX-OXRK-1326-SM-3NB1A\tGTEX-TKQ1-0326-SM-4DXSM\tGTEX-WHWD-0726-SM-4OORX\tGTEX-13111-2326-SM-5LZUQ\tGTEX-Q2AI-1726-SM-2S1PZ\tGTEX-X4LF-0126-SM-4QAS7\tGTEX-139TS-2826-SM-5J1OO\tGTEX-1497J-0126-SM-5Q5BK\tGTEX-QCQG-0006-SM-5SI8M\tGTEX-Q734-0826-SM-48U1G\tGTEX-12WSM-0011-R7b-SM-5EGLD\tGTEX-1269C-0826-SM-5N9EM\tGTEX-PLZ6-1526-SM-2S1OC\tGTEX-Y5LM-1426-SM-5RQJL\tGTEX-14E6D-0005-SM-5N9D7\tGTEX-1314G-2026-SM-5LZUM\tGTEX-RNOR-0005-SM-2TF4Z\tGTEX-R55E-0126-SM-2TC5Y\tGTEX-139UC-3126-SM-5J1OY\tGTEX-P44H-0008-SM-48TDW\tGTEX-11WQC-0626-SM-5EQMF\tGTEX-ZT9W-1726-SM-51MS3\tGTEX-11GSP-0011-R10a-SM-5NQ7J\tGTEX-YFC4-1426-SM-5IFJG\tGTEX-ZF28-0011-R8a-SM-4WWFW\tGTEX-RVPU-0011-R3A-SM-2XCAE\tGTEX-SUCS-1626-SM-32PLS\tGTEX-11VI4-1126-SM-5EQMD\tGTEX-QLQ7-0426-SM-4R1JU\tGTEX-139TU-1926-SM-5J2OC\tGTEX-RNOR-0011-R3A-SM-2TF5J\tGTEX-13OVJ-0011-R2b-SM-5L3GP\tGTEX-QMR6-0011-R5A-SM-32PKT\tGTEX-13VXT-0726-SM-5SIAD\tGTEX-11P82-1926-SM-5Q5AU\tGTEX-11I78-0626-SM-5A5LZ\tGTEX-XMD2-1026-SM-4WWE8\tGTEX-145MO-1126-SM-5NQBX\tGTEX-X4EO-0326-SM-3P5YO\tGTEX-WHWD-0526-SM-4OORW\tGTEX-12C56-0006-SM-5N9E9\tGTEX-T6MO-1426-SM-4DM73\tGTEX-13111-1826-SM-5GCP1\tGTEX-13113-0426-SM-5GCOD\tGTEX-S7SF-0426-SM-3K2B7\tGTEX-14ABY-0626-SM-5Q5C9\tGTEX-13CF3-0226-SM-5J1NW\tGTEX-O5YT-1726-SM-3NMD7\tGTEX-ZVZO-0226-SM-5A5LA\tGTEX-12WSL-2726-SM-5CVNL\tGTEX-ZVP2-0426-SM-57WC2\tGTEX-145MN-0726-SM-5NQBH\tGTEX-11WQC-0011-R11b-SM-57WD6\tGTEX-11DXX-0326-SM-5PNWC\tGTEX-X8HC-1626-SM-46MWE\tGTEX-XXEK-0626-SM-4BRWE\tGTEX-11DXW-1026-SM-5H11K\tGTEX-ZE9C-0011-R2a-SM-4WKGH\tGTEX-13O1R-2326-SM-5IJF9\tGTEX-132Q8-1826-SM-5EGIY\tGTEX-14BMU-2426-SM-5RQIJ\tGTEX-Y5V5-0006-SM-4V6FE\tGTEX-146FR-0526-SM-5Q5EX\tGTEX-14753-0011-R8b-SM-5S2U1\tGTEX-ZDXO-0008-SM-4E3HR\tGTEX-Z93S-0005-SM-4RGLW\tGTEX-13FHP-3026-SM-5IJBS\tGTEX-13VXU-0011-R7b-SM-5SI72\tGTEX-131XF-1926-SM-5DUW4\tGTEX-145MN-1526-SM-5SI9T\tGTEX-ZU9S-1826-SM-5NQ9E\tGTEX-13VXU-0526-SM-5K7V1\tGTEX-ZLFU-1426-SM-4WWEU\tGTEX-PWCY-2126-SM-48TEC\tGTEX-13O3O-1826-SM-5IFGW\tGTEX-12ZZX-0526-SM-5DUW6\tGTEX-14DAR-1926-SM-5S2NQ\tGTEX-YFCO-1226-SM-5LUAT\tGTEX-133LE-2326-SM-5K7W3\tGTEX-12WSE-0011-R7a-SM-5PNWF\tGTEX-OHPM-2626-SM-33HC5\tGTEX-Q2AI-1426-SM-2S1P5\tGTEX-12KS4-0926-SM-5BC5S\tGTEX-X4XY-0226-SM-4E3IZ\tGTEX-12WSG-0005-SM-5NQA2\tGTEX-12WSM-0326-SM-5LZVI\tGTEX-ZDYS-0002-SM-4WKGR\tGTEX-147F4-1026-SM-5Q5F9\tGTEX-X585-3026-SM-46MWF\tGTEX-W5X1-0226-SM-5CHTO\tGTEX-14C5O-0226-SM-5SI6O\tGTEX-1497J-2326-SM-5NQBK\tGTEX-WEY5-1026-SM-4LMK9\tGTEX-12WSF-0011-R10a-SM-5LZVH\tGTEX-QCQG-0526-SM-48U2A\tGTEX-ZF2S-2526-SM-5CVNT\tGTEX-11WQK-0008-SM-5SI6T\tGTEX-131YS-2926-SM-5EGKI\tGTEX-13FTW-1326-SM-5LZZD\tGTEX-ZVT2-2026-SM-5NQ8Q\tGTEX-ZC5H-0526-SM-5HL9E\tGTEX-11PRG-0008-SM-5S2N5\tGTEX-TMMY-0926-SM-4WKH4\tGTEX-11TT1-2226-SM-5GU6B\tGTEX-13O21-1926-SM-5MR39\tGTEX-14BMV-0326-SM-5RQHW\tGTEX-14C39-2626-SM-5S2QD\tGTEX-WYBS-1926-SM-3NM8N\tGTEX-WEY5-0726-SM-4LMID\tGTEX-ZYY3-0826-SM-5E44R\tGTEX-ZF2S-2326-SM-4WWCE\tGTEX-ZP4G-0926-SM-4WWF4\tGTEX-WOFM-2126-SM-4OOSR\tGTEX-ZE9C-0011-R4a-SM-4WKH6\tGTEX-117YW-1826-SM-5PNY5\tGTEX-WFON-1226-SM-3TW8F\tGTEX-14BIN-0011-R11a-SM-5SI79\tGTEX-12ZZX-2926-SM-5GCOQ\tGTEX-1399S-2126-SM-5J2MH\tGTEX-117YX-1426-SM-5H12H\tGTEX-WFJO-0926-SM-4LVM2\tGTEX-11ONC-1126-SM-5GU6G\tGTEX-144GM-2226-SM-5O9B5\tGTEX-WVJS-0126-SM-4MVOT\tGTEX-ZT9X-0526-SM-5GCOP\tGTEX-ZF29-1926-SM-5S2P1\tGTEX-PWN1-1626-SM-2S1OL\tGTEX-13O3Q-0326-SM-5L3FE\tGTEX-145LV-2526-SM-5S2VA\tGTEX-1313W-0226-SM-5LZV7\tGTEX-O5YV-0226-SM-48TBY\tGTEX-12WSD-1826-SM-5GCOA\tGTEX-13JVG-0226-SM-5J1MW\tGTEX-13FLV-0426-SM-5KLZA\tGTEX-113IC-0426-SM-5HL5O\tGTEX-YEC3-1226-SM-5IFI8\tGTEX-11EQ9-1826-SM-5Q5AJ\tGTEX-Z93S-1326-SM-5CVMR\tGTEX-117YW-1926-SM-5H121\tGTEX-QDVJ-0626-SM-48U1T\tGTEX-Y8DK-0011-R11A-SM-4SOK2\tGTEX-139TT-2226-SM-5LZWO\tGTEX-144GO-2026-SM-5O99P\tGTEX-146FQ-1226-SM-5QGQ4\tGTEX-12WSH-0226-SM-5GCOG\tGTEX-PLZ4-2726-SM-3P61A\tGTEX-ZEX8-2226-SM-57WC6\tGTEX-QLQW-1526-SM-2S1QV\tGTEX-1399Q-2426-SM-5J2MO\tGTEX-XUZC-1126-SM-4BOPZ\tGTEX-YFCO-0826-SM-5LUAG\tGTEX-RNOR-1226-SM-48FDQ\tGTEX-XUJ4-0226-SM-4BOP8\tGTEX-WFON-1026-SM-4LVMD\tGTEX-SE5C-1026-SM-4BRUG\tGTEX-1497J-0326-SM-5Q5CN\tGTEX-QV31-0126-SM-447BP\tGTEX-14A5H-0726-SM-5Q5DW\tGTEX-13113-1626-SM-5EQ4I\tGTEX-WZTO-2926-SM-3NM9I\tGTEX-11P82-0326-SM-5HL51\tGTEX-WWYW-0011-R5A-SM-3NB3E\tGTEX-VJYA-0226-SM-4KL1Q\tGTEX-PWCY-1026-SM-48TD4\tGTEX-XUZC-1326-SM-4BRV2\tGTEX-ZYFC-0726-SM-5E448\tGTEX-S32W-1526-SM-4AD6Z\tGTEX-SNMC-0426-SM-4DM5Y\tGTEX-WHSB-0326-SM-5GICB\tGTEX-117YW-0008-SM-5QGRD\tGTEX-13U4I-0426-SM-5LU4W\tGTEX-13CF3-0826-SM-5LZYZ\tGTEX-NPJ8-0007-SM-26GMW\tGTEX-12WSM-1326-SM-5GCP9\tGTEX-13QJC-0011-R2b-SM-5PNUN\tGTEX-R55G-1026-SM-48FDI\tGTEX-13SLX-0011-R10a-SM-5P9HV\tGTEX-11GSP-2226-SM-5HL5Q\tGTEX-12BJ1-0826-SM-5EQ5P\tGTEX-147JS-2626-SM-5S2UX\tGTEX-12WSD-0626-SM-5GCMW\tGTEX-YFCO-0326-SM-4W1ZP\tGTEX-ZDYS-2026-SM-5HL5L\tGTEX-P4PP-0226-SM-2S1NN\tGTEX-NFK9-0726-SM-2HMJW\tGTEX-VUSG-2226-SM-4KKZO\tGTEX-YJ8A-1126-SM-5IFJU\tGTEX-U3ZM-0426-SM-59HKR\tGTEX-145MH-3126-SM-5S2QT\tGTEX-ZVT3-2626-SM-5GU5L\tGTEX-NPJ8-2026-SM-3TW91\tGTEX-ZEX8-1426-SM-4WKHQ\tGTEX-OHPL-2526-SM-3MJGT\tGTEX-OHPJ-1326-SM-3MJHG\tGTEX-117YW-1526-SM-5EGGP\tGTEX-13W3W-2126-SM-5K7UX\tGTEX-RVPV-0011-R11A-SM-2TF6F\tGTEX-13VXT-0226-SM-5LU9Q\tGTEX-XBED-2026-SM-4AT5D\tGTEX-ZTTD-0001-SM-4YCD5\tGTEX-WHSB-1226-SM-4M1XR\tGTEX-XBEC-0006-SM-4AT5T\tGTEX-117XS-0005-SM-5PNU6\tGTEX-1211K-1226-SM-5EQ4N\tGTEX-V1D1-2026-SM-3GAF4\tGTEX-ZQUD-1526-SM-51MRE\tGTEX-12WSH-0326-SM-5GCNH\tGTEX-ZYWO-0926-SM-5E43J\tGTEX-OHPL-1026-SM-3MJGI\tGTEX-WYBS-1626-SM-4ONCA\tGTEX-14H4A-1626-SM-5SI69\tGTEX-ZG7Y-0006-SM-4WWEA\tGTEX-NFK9-1526-SM-3LK7B\tGTEX-ZVT3-2826-SM-5GU6A\tGTEX-12WSA-0011-R7b-SM-5GU5U\tGTEX-YEC3-1726-SM-5IFIK\tGTEX-Q734-0126-SM-48U1E\tGTEX-1269C-3126-SM-5EGI6\tGTEX-11WQK-0011-R10a-SM-5BC6R\tGTEX-11DXW-0826-SM-5H118\tGTEX-11LCK-1926-SM-5A5KE\tGTEX-11VI4-1626-SM-5EQKO\tGTEX-146FH-1126-SM-5NQAT\tGTEX-11ZUS-0726-SM-59886\tGTEX-144GM-0926-SM-5O994\tGTEX-11DXX-1626-SM-5H11H\tGTEX-11GSO-0226-SM-5A5LV\tGTEX-13111-0526-SM-5LZVF\tGTEX-146FR-0126-SM-5Q5F3\tGTEX-11EQ9-1026-SM-5H134\tGTEX-WOFM-1926-SM-4OOSP\tGTEX-OIZI-0126-SM-3NB13\tGTEX-12BJ1-2626-SM-5FQUF\tGTEX-N7MS-0225-SM-4E3HO\tGTEX-ZZPU-0526-SM-5E44U\tGTEX-11ZVC-0126-SM-5986G\tGTEX-ZDTS-0001-SM-4WAXW\tGTEX-13OVJ-0011-R1b-SM-5L3I6\tGTEX-13CF3-0626-SM-5J1NO\tGTEX-132QS-1826-SM-5IFFN\tGTEX-13FTW-0426-SM-5K7X2\tGTEX-13O3P-1026-SM-5N9E7\tGTEX-Y9LG-0126-SM-5Q59W\tGTEX-139TS-0011-R2b-SM-5J1MX\tGTEX-1192X-1526-SM-5H11I\tGTEX-PWN1-1426-SM-48TDF\tGTEX-131XE-1426-SM-5HL7V\tGTEX-XBEW-0002-SM-4AT5O\tGTEX-POMQ-2126-SM-2S1OJ\tGTEX-S4Q7-0226-SM-4AD5O\tGTEX-144GN-2326-SM-5LU4F\tGTEX-R55E-0826-SM-2TC5M\tGTEX-14DAR-1426-SM-5RQIR\tGTEX-XPVG-0626-SM-4B65B\tGTEX-1399S-0326-SM-5IFFS\tGTEX-11ZVC-2526-SM-5FQTE\tGTEX-WYJK-1626-SM-3NM9J\tGTEX-13PVR-0426-SM-5RQK2\tGTEX-1339X-1126-SM-5J2OI\tGTEX-13QIC-1426-SM-5LU4V\tGTEX-RU72-0226-SM-46MUD\tGTEX-S32W-1326-SM-4AD5Q\tGTEX-X585-0226-SM-4QAS2\tGTEX-ZTSS-0826-SM-5985L\tGTEX-13JVG-1326-SM-5N9F8\tK-562-SM-5K7ZB\tGTEX-R55D-1026-SM-3GAEQ\tGTEX-1399S-0926-SM-5PNVQ\tGTEX-11OF3-0011-R6b-SM-57WBG\tGTEX-13FHO-0011-R3b-SM-5K7YA\tGTEX-13S7M-0005-SM-5NQ76\tGTEX-RU72-0011-R5A-SM-2TF6U\tGTEX-14ICL-0006-SM-5SIAB\tGTEX-PWN1-0626-SM-48TDT\tGTEX-11P81-2526-SM-5GU6H\tGTEX-XOTO-0226-SM-4B66H\tK-562-SM-4YCCQ\tGTEX-1212Z-2726-SM-5EQ59\tGTEX-YJ8O-1826-SM-5HL82\tGTEX-132QS-1126-SM-5P9GC\tGTEX-13OVL-0011-R1a-SM-5L3H5\tGTEX-ZVZP-2626-SM-51MR4\tGTEX-1192X-2926-SM-5N9BA\tGTEX-ZQUD-0826-SM-57WDQ\tGTEX-ZC5H-1626-SM-5HL7L\tGTEX-U3ZM-0226-SM-4DXTA\tGTEX-ZYW4-0626-SM-59HJR\tGTEX-TML8-0005-SM-32QPA\tGTEX-Y3IK-2326-SM-4WWDT\tGTEX-X4XX-0011-R11A-SM-46MWQ\tGTEX-ZF28-0011-R5a-SM-4WWCZ\tGTEX-ZWKS-0626-SM-5GIDV\tGTEX-O5YV-0526-SM-26GMJ\tGTEX-QEG4-0426-SM-33HC3\tGTEX-OHPM-2126-SM-3LK75\tGTEX-ZAB5-1226-SM-5P9FY\tGTEX-14753-0726-SM-5QGQO\tGTEX-S341-1026-SM-4AD71\tGTEX-NPJ7-0011-R9a-SM-2TC5R\tGTEX-NPJ7-0006-SM-3GACR\tGTEX-TKQ2-1326-SM-4DXT9\tGTEX-11NUK-1326-SM-5P9GN\tGTEX-13OW6-0011-R10a-SM-5L3HE\tGTEX-XUJ4-2026-SM-4BOOW\tGTEX-ZYFG-0826-SM-5BC5T\tGTEX-T6MN-0011-R1A-SM-32QOY\tGTEX-RVPV-1226-SM-2TF73\tGTEX-X4LF-1726-SM-3NMBZ\tGTEX-Y114-1426-SM-4TT6W\tGTEX-13PL6-0326-SM-5IJCP\tGTEX-Y5LM-0726-SM-4VBRP\tGTEX-14ABY-2126-SM-5QGQZ\tGTEX-YEC3-2526-SM-4YCDN\tGTEX-ZAJG-2926-SM-5HL8P\tGTEX-X4EP-1426-SM-4PQZP\tGTEX-13111-1326-SM-5GCNO\tGTEX-XUZC-0726-SM-4BOPH\tGTEX-S32W-1626-SM-4AD6G\tGTEX-PX3G-1026-SM-48TZW\tGTEX-SE5C-1526-SM-4BRWU\tGTEX-WFON-1926-SM-3LK7L\tGTEX-QXCU-0926-SM-48FEP\tGTEX-12KS4-0826-SM-5BC5R\tGTEX-ZTPG-0006-SM-4YCFG\tGTEX-RVPU-0011-R7A-SM-2XCAB\tGTEX-R55C-0226-SM-48FEO\tGTEX-11GSP-0011-R7b-SM-57WC3\tGTEX-11UD2-0826-SM-5EQKS\tGTEX-12584-0126-SM-5EGKQ\tGTEX-YBZK-0426-SM-59HLM\tGTEX-XAJ8-0526-SM-47JYK\tGTEX-VUSG-2426-SM-4KKZG\tGTEX-146FH-0426-SM-5QGPS\tGTEX-UPJH-0626-SM-4IHJN\tGTEX-ZAJG-0826-SM-5PNVA\tGTEX-S95S-0002-SM-3NM8K\tGTEX-PLZ4-0126-SM-5SI8O\tGTEX-ZDYS-0226-SM-5HL4K\tGTEX-XBED-2526-SM-47JYD\tGTEX-12ZZX-0011-R6a-SM-5HL8L\tGTEX-11ILO-0008-SM-5QGR9\tGTEX-ZF29-0626-SM-4WKHD\tGTEX-13O21-0926-SM-5IFGT\tGTEX-W5WG-0826-SM-4RGNE\tGTEX-NPJ7-0008-SM-4E3JS\tGTEX-QMRM-0126-SM-4R1K9\tGTEX-13O61-0626-SM-5L3D1\tGTEX-131XW-0011-R10a-SM-5DUVA\tGTEX-S341-0826-SM-4AD73\tGTEX-ZYW4-1626-SM-5GIE6\tGTEX-ZU9S-1926-SM-5NQBP\tGTEX-1192X-2726-SM-5N9DN\tGTEX-UTHO-0011-R6A-SM-3GIJW\tGTEX-NFK9-0326-SM-3MJGV\tGTEX-ZLWG-0726-SM-5S2NG\tGTEX-OOBK-1026-SM-48TC2\tGTEX-WFG8-0826-SM-4LVN5\tGTEX-WYVS-1926-SM-4SOIC\tGTEX-XUZC-0226-SM-4BOO7\tGTEX-13VXU-3026-SM-5LU3K\tGTEX-Y114-2426-SM-4TT8A\tGTEX-131XF-2126-SM-5DUWS\tGTEX-13SLX-0326-SM-5Q5E4\tGTEX-13W3W-1526-SM-5LU5I\tGTEX-P4PP-1726-SM-2S1NS\tGTEX-13113-0726-SM-5LZUF\tGTEX-ZT9W-1426-SM-4YCD2\tGTEX-13CF2-0426-SM-5KM1H\tGTEX-WY7C-0326-SM-4OND5\tGTEX-T2IS-0011-R2A-SM-32QPF\tGTEX-RWS6-2126-SM-2XCAV\tGTEX-12ZZZ-0626-SM-5DUXI\tGTEX-13NZA-1426-SM-5KM4Y\tGTEX-YB5K-0326-SM-5IFJQ\tGTEX-11DXW-0226-SM-5H122\tGTEX-131XH-2926-SM-5LZU4\tGTEX-RU72-0006-SM-2TF65\tGTEX-117YX-0326-SM-5GICL\tGTEX-13VXT-0426-SM-5LU57\tGTEX-11DYG-1326-SM-5N9DO\tGTEX-132QS-0005-SM-5LZXK\tGTEX-WHSB-0926-SM-4M1XJ\tGTEX-ZTX8-1126-SM-51MRM\tGTEX-145ME-0126-SM-5S2QM\tGTEX-13JUV-0226-SM-5IJCC\tGTEX-TSE9-1226-SM-4DXTM\tGTEX-139UC-0011-R5b-SM-5K7VY\tGTEX-13OW6-2726-SM-5J2OE\tGTEX-ZDTS-0926-SM-4WAXG\tGTEX-13113-0626-SM-5GCP2\tGTEX-11GS4-2626-SM-5A5LD\tGTEX-X4EO-0926-SM-3P5Z2\tGTEX-YJ89-0126-SM-4TT3X\tGTEX-QDT8-0011-R5A-SM-32PKN\tGTEX-13G51-0011-R10b-SM-5LZYF\tGTEX-111YS-1526-SM-5GZYW\tGTEX-131XG-1326-SM-5DUX4\tGTEX-11EM3-1826-SM-5A5KO\tGTEX-WHSE-3126-SM-3P5ZI\tGTEX-11O72-1326-SM-5BC5A\tGTEX-13N2G-2626-SM-5J1OT\tGTEX-11NSD-0126-SM-5987F\tGTEX-11DXW-1126-SM-5H12Q\tGTEX-145LS-0011-R2a-SM-5PNZI\tGTEX-11NSD-2226-SM-5986V\tGTEX-13CF3-0926-SM-5LZZC\tGTEX-1212Z-2526-SM-5EGKP\tGTEX-QV44-1226-SM-4R1KE\tGTEX-UPK5-1626-SM-4JBHI\tGTEX-WL46-0011-R10A-SM-3MJFQ\tGTEX-W5WG-0006-SM-3GIJT\tGTEX-QLQW-0526-SM-4R1KS\tGTEX-132AR-0526-SM-5J2MJ\tGTEX-TML8-1526-SM-4DXUX\tGTEX-13PL6-1026-SM-5L3E5\tGTEX-QMRM-0926-SM-447BR\tGTEX-R55D-1226-SM-48FE9\tGTEX-XUJ4-0326-SM-4BOP9\tGTEX-12WS9-0011-R6a-SM-5P9EW\tGTEX-Y8LW-0126-SM-4VBS1\tGTEX-12ZZY-0126-SM-5LZV2\tGTEX-ZDYS-0526-SM-5L3EE\tGTEX-ZEX8-0004-SM-4WKFQ\tGTEX-N7MT-1026-SM-3TW8T\tGTEX-13O3Q-0526-SM-5KM18\tGTEX-13O3P-0626-SM-5L3D5\tGTEX-ZLWG-2426-SM-57WG6\tGTEX-ZPU1-0826-SM-57WG2\tGTEX-13O61-1826-SM-5KM4I\tGTEX-ZYVF-0626-SM-5E43Q\tGTEX-ZYFC-0926-SM-5GZWW\tGTEX-YJ8A-0726-SM-5Q5A6\tGTEX-14DAQ-1826-SM-5S2VV\tGTEX-WZTO-1726-SM-4PQYV\tGTEX-131XF-2026-SM-5DUWG\tGTEX-147GR-0011-R7a-SM-5S2RP\tGTEX-XBED-0226-SM-47JY8\tGTEX-13PL6-3126-SM-5LUAR\tGTEX-12WSH-0011-R11a-SM-5LZVM\tGTEX-S4Q7-0726-SM-4AD5F\tGTEX-14BMU-1826-SM-5RQII\tGTEX-S4P3-1226-SM-4AD4Y\tGTEX-XBED-1426-SM-4AT4G\tGTEX-13SLX-0011-R2b-SM-5S2VP\tGTEX-13NZB-0826-SM-5K7X5\tGTEX-WY7C-0526-SM-3NB3D\tGTEX-OXRL-0226-SM-3NB18\tGTEX-13JVG-3026-SM-5IJEV\tGTEX-UJHI-1226-SM-4IHLR\tGTEX-S3XE-0526-SM-4AD4G\tGTEX-WHSE-0011-R4A-SM-3P5ZN\tGTEX-148VJ-2926-SM-5Q5DA\tGTEX-111VG-2226-SM-5N9DU\tGTEX-12C56-1226-SM-5FQSU\tGTEX-Y3I4-0008-SM-4TT21\tGTEX-13QIC-1226-SM-5K7YR\tGTEX-V1D1-2626-SM-4JBJH\tGTEX-U8XE-1826-SM-4E3HV\tGTEX-13IVO-0726-SM-5LZYV\tGTEX-1212Z-0326-SM-5FQSJ\tGTEX-11NUK-2426-SM-5BC4U\tGTEX-145ME-0926-SM-5O9AR\tGTEX-ZEX8-2326-SM-5S2MN\tGTEX-13FHO-2726-SM-5K7VG\tGTEX-11EMC-1926-SM-5A5JU\tGTEX-XXEK-2026-SM-4BRVE\tGTEX-OHPM-0126-SM-2YUN9\tGTEX-13U4I-0006-SM-5N9CI\tGTEX-YECK-1426-SM-5IFHE\tGTEX-YEC3-0002-SM-4W1YI\tGTEX-SUCS-0326-SM-32PLL\tGTEX-O5YW-1426-SM-3MJHF\tGTEX-PWCY-2026-SM-5Q5BF\tGTEX-Y5V5-0626-SM-4VBPX\tGTEX-ZVTK-0008-SM-57WDA\tGTEX-13QJ3-1026-SM-5QGQU\tGTEX-13SLX-1226-SM-5S2Q6\tGTEX-12WSL-1026-SM-5CVNJ\tGTEX-12ZZW-0011-R3a-SM-5DUWW\tGTEX-YFC4-0126-SM-5CVLY\tGTEX-13X6K-0011-R2b-SM-5P9K3\tGTEX-ZTPG-1526-SM-51MTF\tGTEX-ZYFD-0126-SM-5GIDL\tGTEX-147F4-0626-SM-5LUAK\tGTEX-YFC4-2926-SM-5IFJ8\tGTEX-13X6I-0011-R10a-SM-5PNWI\tGTEX-ZEX8-0826-SM-4WKHK\tGTEX-131XF-2826-SM-5EGKH\tGTEX-14BIM-0011-R11b-SM-5S2RN\tGTEX-11EMC-2926-SM-5EQ4F\tGTEX-1122O-0003-SM-5Q5DL\tGTEX-SIU7-1826-SM-2XCE2\tGTEX-RVPU-0008-SM-3NM8B\tGTEX-11ZTS-0326-SM-5EQKP\tGTEX-RM2N-0326-SM-48FD8\tGTEX-11NSD-0926-SM-5N9DR\tGTEX-13N1W-0326-SM-5IJDJ\tGTEX-O5YT-0926-SM-48TDG\tGTEX-ZGAY-1326-SM-5S2NS\tGTEX-13VXU-2726-SM-5LU4N\tGTEX-YEC4-1726-SM-4W21E\tGTEX-13OW8-2326-SM-5L3I9\tGTEX-R55F-0011-R8A-SM-2TF4F\tGTEX-13D11-0326-SM-5LZXX\tGTEX-11UD1-0011-R2b-SM-5BC6O\tGTEX-ZZPU-1226-SM-5N9CK\tGTEX-131XH-0126-SM-5LZUY\tGTEX-11DZ1-0926-SM-5EQ5R\tGTEX-11EM3-0926-SM-5A5KK\tGTEX-U4B1-0006-SM-3DB8E\tGTEX-147F4-0011-R6b-SM-5S2UP\tGTEX-13D11-1326-SM-5IJFY\tGTEX-12126-1126-SM-5P9GP\tGTEX-13FTW-1126-SM-5J2NV\tGTEX-WFG7-0926-SM-4LMK7\tGTEX-XUZC-1426-SM-4BRV3\tGTEX-WHPG-2426-SM-3NMBQ\tGTEX-RWS6-0326-SM-2XCAP\tGTEX-XUZC-0926-SM-4BOQF\tGTEX-OHPK-1726-SM-48TC4\tGTEX-QEG4-0526-SM-48TZD\tGTEX-13NYB-0926-SM-5IFFA\tGTEX-12WSL-2126-SM-5GCNG\tGTEX-113IC-0526-SM-5HL76\tGTEX-131XW-0626-SM-5PNVD\tGTEX-W5X1-0426-SM-3GILB\tGTEX-11ZTS-0005-SM-5NQ8A\tGTEX-145MF-1526-SM-5LU95\tGTEX-X585-0011-R11B-SM-46MUZ\tGTEX-Z93S-1726-SM-5HL8G\tGTEX-OHPM-1426-SM-3TW8Y\tGTEX-11WQC-2726-SM-5CVLG\tGTEX-RWS6-0626-SM-2XCAS\tGTEX-13OVI-1026-SM-5L3EM\tGTEX-13SLX-3126-SM-5S2Q5\tGTEX-13QJC-0726-SM-5RQJK\tGTEX-11WQK-0005-SM-5O9AV\tGTEX-YJ8A-1526-SM-5P9FT\tGTEX-11NV4-0011-R6a-SM-57WD5\tGTEX-11DXZ-2226-SM-5EGH2\tGTEX-13CZV-0011-R7b-SM-5LZXH\tGTEX-XYKS-1126-SM-4BRWP\tGTEX-ZE7O-1126-SM-57WC8\tGTEX-YEC3-1326-SM-4WWEL\tGTEX-13W3W-0005-SM-5SI9Y\tGTEX-SUCS-0008-SM-4DM53\tGTEX-145LU-0011-R10a-SM-5PNWJ\tGTEX-ZAB4-0011-R2a-SM-4RGNP\tGTEX-RM2N-0006-SM-2TF5H\tGTEX-Z93S-2426-SM-5HL8N\tGTEX-11VI4-0726-SM-5GU5B\tGTEX-13N2G-0726-SM-5MR38\tGTEX-13113-0526-SM-5GCN2\tGTEX-XGQ4-1726-SM-4RH4G\tGTEX-12WSB-2226-SM-5GCOS\tGTEX-QMRM-1426-SM-4R1K8\tGTEX-ZZPU-1326-SM-5GZWS\tGTEX-12WSM-0226-SM-5LZV6\tGTEX-U8XE-1726-SM-4E3IF\tGTEX-X585-0002-SM-46MVA\tGTEX-12696-1526-SM-5EGL6\tGTEX-11GSP-1826-SM-5N9DQ\tGTEX-11O72-2926-SM-5BC4V\tGTEX-P4PQ-0326-SM-2HMJ8\tGTEX-12WSH-0011-R10a-SM-5LZUS\tGTEX-13FXS-0011-R6b-SM-5L3F7\tGTEX-1313W-0011-R4b-SM-5KLZV\tGTEX-1477Z-2826-SM-5SI9J\tGTEX-13OW7-0826-SM-5L3EL\tGTEX-Y8DK-0011-R6A-SM-4V6EG\tGTEX-ZYW4-2126-SM-59HJ9\tGTEX-P4PP-1626-SM-2HMJF\tGTEX-ZU9S-0226-SM-5E441\tGTEX-11P7K-1826-SM-5HL5A\tGTEX-13113-2026-SM-5LZU3\tGTEX-X5EB-0526-SM-46MVP\tGTEX-11DXY-1626-SM-5H12L\tGTEX-ZF29-1626-SM-4WKFJ\tGTEX-11O72-2726-SM-5HL6K\tGTEX-13FTW-1526-SM-5LZXC\tGTEX-R55E-0011-R7A-SM-2TC5Z\tGTEX-11O72-0326-SM-5986D\tGTEX-13VXT-0126-SM-5LU4I\tGTEX-14C38-0826-SM-5S2U8\tGTEX-11P82-0826-SM-5P9GU\tGTEX-11EMC-0006-SM-5O9DN\tGTEX-OXRK-0426-SM-3NB2E\tGTEX-13FTW-0626-SM-5IFEX\tGTEX-131YS-0011-R1a-SM-5DUXC\tGTEX-QESD-0826-SM-47J4G\tGTEX-WFON-2226-SM-3TW8W\tGTEX-13RTK-1826-SM-5S2P3\tGTEX-YF7O-1326-SM-4W1ZR\tGTEX-OIZI-0005-SM-2XCED\tGTEX-13OW6-0011-R7b-SM-5L3H4\tGTEX-R55E-0006-SM-2TC5G\tGTEX-V955-1826-SM-4JBIL\tGTEX-14BMU-1126-SM-5RQJ8\tGTEX-13OVG-0326-SM-5KM57\tGTEX-ZVT3-3026-SM-5E43N\tGTEX-ZYW4-2226-SM-5GZYG\tGTEX-PW2O-1926-SM-2S1OB\tGTEX-131YS-1426-SM-5IJF7\tGTEX-Q2AH-1126-SM-48TZM\tGTEX-11OC5-0004-SM-5S2O6\tGTEX-X4XY-0006-SM-46MV2\tGTEX-P4PQ-1526-SM-3NMCK\tGTEX-11TUW-2726-SM-5EQLC\tGTEX-13X6J-0011-R10b-SM-5PNWA\tGTEX-PX3G-1626-SM-2S1PT\tGTEX-11TTK-0126-SM-5987B\tGTEX-11I78-0008-SM-5Q5DI\tGTEX-ZAB4-2126-SM-5HL8U\tGTEX-R55D-0006-SM-3GIJS\tGTEX-QMRM-1526-SM-4R1K6\tGTEX-11GSP-3126-SM-5A5LL\tGTEX-13FH7-1526-SM-5J2N6\tGTEX-11EM3-0005-SM-5N9DK\tGTEX-Y8E5-0526-SM-57WBY\tGTEX-13PL6-0011-R5b-SM-5O9BI\tGTEX-11WQC-0011-R8b-SM-57WCH\tGTEX-YB5E-2426-SM-5IFIV\tGTEX-P4PQ-1626-SM-2HMKK\tGTEX-13OVJ-0011-R4b-SM-5P9H5\tGTEX-XBEC-0626-SM-4QARY\tGTEX-R55C-0726-SM-48FCN\tGTEX-14753-0126-SM-5S2TX\tGTEX-U3ZH-0002-SM-3NMDD\tGTEX-13PL7-1026-SM-5MR5C\tGTEX-13RTJ-0011-R2a-SM-5PNW9\tGTEX-SE5C-0008-SM-4B64J\tGTEX-13N11-0726-SM-5L3DP\tGTEX-OHPM-0226-SM-3LK61\tGTEX-11O72-3026-SM-5986R\tGTEX-X4EP-3226-SM-3P5YR\tGTEX-13FLW-0011-R7b-SM-5L3EZ\tGTEX-XMD1-0011-R1A-SM-4AT4C\tGTEX-TKQ1-0626-SM-4DXTS\tGTEX-Q734-2226-SM-3GAD9\tGTEX-S7PM-0011-R6A-SM-3NM8F\tGTEX-ZLV1-1426-SM-4WWES\tGTEX-N7MS-2326-SM-2HMLD\tGTEX-113IC-0226-SM-5HL5C\tGTEX-P4PP-0626-SM-3NM9X\tGTEX-ZTSS-0005-SM-4YCDR\tGTEX-SSA3-0226-SM-32QPN\tGTEX-11ZTS-0008-SM-5S2VC\tGTEX-QDVN-2026-SM-3GAEP\tGTEX-YECK-0005-SM-4W217\tGTEX-139UW-0011-R11a-SM-5IJGN\tGTEX-RN64-1026-SM-48FDX\tGTEX-13W46-1226-SM-5SIAS\tGTEX-13PL6-2926-SM-5L3I2\tGTEX-13QBU-0826-SM-5IJBU\tGTEX-QVJO-0006-SM-2S1RC\tGTEX-Y3I4-1626-SM-4TT7W\tGTEX-132Q8-0006-SM-5NQA4\tGTEX-139T6-1026-SM-5IJGC\tGTEX-11ILO-0726-SM-5HL5I\tGTEX-Q734-1026-SM-48U16\tGTEX-Y114-2526-SM-4TT8M\tGTEX-145LS-1226-SM-5Q5D9\tGTEX-ZF2S-2026-SM-5E461\tGTEX-1269C-2526-SM-5EGJ3\tGTEX-1313W-3026-SM-5LZUZ\tGTEX-133LE-1426-SM-5IFH1\tGTEX-ZDYS-0426-SM-5IJEQ\tGTEX-139UC-3226-SM-5N9EZ\tGTEX-WL46-3026-SM-3LK7Z\tGTEX-13OVH-1026-SM-5J2NP\tGTEX-11DXY-0826-SM-5EGGR\tGTEX-YEC4-1226-SM-5CVLX\tGTEX-X585-1826-SM-4QAS3\tGTEX-QDT8-0426-SM-32PKZ\tGTEX-11ILO-0226-SM-5N9D3\tGTEX-ZYW4-0126-SM-5E44A\tGTEX-13PLJ-0005-SM-5NQ99\tGTEX-ZZPU-0126-SM-5E446\tGTEX-WXYG-0226-SM-3NB2Y\tGTEX-X15G-2126-SM-4PQZR\tGTEX-WL46-0011-R9A-SM-3MJFP\tGTEX-13FH7-0826-SM-5J2NW\tGTEX-144GN-1226-SM-5O991\tGTEX-11VI4-0326-SM-5EQ6L\tGTEX-14ICL-0426-SM-5RQJ3\tGTEX-11ZU8-0011-R4a-SM-5BC6Y\tGTEX-NL3H-0011-R3a-SM-2I3GL\tGTEX-N7MT-0011-R1a-SM-5SI7S\tGTEX-12WSK-0926-SM-5CVNQ\tGTEX-131XE-1526-SM-5KM1A\tGTEX-WHSB-0226-SM-4M1XE\tGTEX-13X6H-1326-SM-5LU42\tGTEX-13N1W-0011-R6a-SM-5MR43\tGTEX-13FLV-0011-R3b-SM-5LZYP\tGTEX-X4XY-0326-SM-46MVZ\tGTEX-ZDTS-2726-SM-5L3E2\tGTEX-T5JC-0011-R6A-SM-5SI89\tGTEX-13O21-2926-SM-5J1OU\tGTEX-NPJ8-0011-R8a-SM-2HMLG\tGTEX-1445S-0011-R10a-SM-5PNWB\tGTEX-145ME-0826-SM-5O9AF\tGTEX-PWO3-1526-SM-48TCM\tGTEX-UJMC-1226-SM-4IHLI\tGTEX-WFG8-2426-SM-3GILL\tGTEX-X4XY-1526-SM-4QASE\tGTEX-WFJO-0826-SM-4LVM5\tGTEX-T2IS-2926-SM-32QPO\tGTEX-NPJ8-1626-SM-2HMIY\tGTEX-QESD-1426-SM-2S1R9\tGTEX-PLZ6-0826-SM-3P61K\tGTEX-13FTY-0526-SM-5L3EV\tGTEX-131XW-0011-R11a-SM-5DUV9\tGTEX-RNOR-0008-SM-48FEY\tGTEX-Y5V6-0226-SM-4V6G7\tGTEX-QDVN-1926-SM-48TZ8\tGTEX-111YS-2326-SM-5987L\tGTEX-131XG-2526-SM-5HL7F\tGTEX-13RTJ-2226-SM-5S2Q1\tGTEX-S7PM-0526-SM-3NM92\tGTEX-SIU7-1626-SM-4BRUK\tGTEX-PWOO-1726-SM-48TDC\tGTEX-TKQ2-0926-SM-4DXU5\tGTEX-OOBJ-0826-SM-3NB2K\tGTEX-11P82-0926-SM-5986X\tGTEX-R55G-0226-SM-48FEI\tGTEX-132AR-1826-SM-5EGHR\tGTEX-ZPU1-0926-SM-57WDO\tGTEX-WYVS-1326-SM-4ONCQ\tGTEX-14BIN-0926-SM-5S2OZ\tGTEX-14E6E-2226-SM-5SI6F\tGTEX-144GN-0426-SM-5O9AP\tGTEX-ZP4G-1726-SM-4WWCM\tGTEX-P78B-1326-SM-3P611\tGTEX-XV7Q-1126-SM-4BRVS\tGTEX-11EMC-0826-SM-59862\tGTEX-12WSM-1826-SM-5BC64\tGTEX-ZYVF-1626-SM-5N9EH\tGTEX-YEC3-2426-SM-5IFJR\tGTEX-QVJO-1325-SM-2S1QX\tGTEX-XMD1-0011-R3B-SM-4AT5R\tGTEX-YBZK-0008-SM-59HL6\tGTEX-1212Z-0006-SM-5NQ8M\tGTEX-11ZUS-1326-SM-5FQUC\tGTEX-13OVI-2126-SM-5KM3U\tGTEX-ZE7O-0011-R10a-SM-57WAZ\tGTEX-S4UY-1326-SM-4AD4X\tGTEX-11LCK-0326-SM-5A5M7\tGTEX-PVOW-0426-SM-5N9DW\tGTEX-Y114-0726-SM-4TT6U\tGTEX-11P81-2226-SM-5PNYI\tGTEX-11DXW-0626-SM-5N9ER\tGTEX-Y111-1926-SM-4SOIS\tGTEX-11I78-1126-SM-5A5K5\tGTEX-U8XE-0826-SM-4E3J1\tGTEX-WEY5-0326-SM-4LMI7\tGTEX-ZF28-1426-SM-5S2OG\tGTEX-O5YT-1326-SM-3MJGR\tGTEX-XV7Q-2226-SM-4BRVY\tGTEX-OXRL-0526-SM-2I3EZ\tGTEX-TKQ1-0426-SM-4DXT4\tGTEX-13G51-3026-SM-5IJB8\tGTEX-WHWD-0008-SM-4OOSU\tGTEX-W5X1-0008-SM-4LMKA\tGTEX-ZG7Y-1126-SM-4WWEZ\tGTEX-13FHP-0011-R11b-SM-5LZXP\tGTEX-WZTO-0006-SM-3NM9T\tGTEX-QLQ7-1526-SM-2S1QA\tGTEX-VUSG-1426-SM-3GIJN\tGTEX-131XE-1926-SM-5IFER\tGTEX-13N11-2726-SM-5L3ER\tGTEX-11LCK-0005-SM-5O98U\tK-562-SM-4KKZ9\tGTEX-WWYW-0011-R11A-SM-3NB38\tGTEX-XUJ4-0626-SM-4BOOO\tGTEX-Q2AI-0426-SM-48U13\tGTEX-ZYW4-0226-SM-5E44M\tGTEX-OOBJ-0006-SM-2I3F4\tGTEX-POYW-0008-SM-48TE4\tGTEX-14ABY-0011-R5b-SM-5SI7B\tGTEX-12696-1926-SM-5EGJT\tGTEX-ZTX8-0002-SM-4YCEU\tGTEX-13FHO-0826-SM-5L3E8\tGTEX-1192X-0326-SM-5H11U\tGTEX-WY7C-1126-SM-3NB3A\tGTEX-XPVG-2726-SM-4B66W\tGTEX-T2IS-2026-SM-4DM6W\tGTEX-ZTPG-0426-SM-5O98K\tGTEX-14753-1726-SM-5NQ9X\tGTEX-ZXG5-0011-R6a-SM-57WBZ\tGTEX-X4EP-3026-SM-3P5YP\tGTEX-RU1J-0526-SM-46MUT\tGTEX-QEG5-1226-SM-447AR\tGTEX-RN64-0726-SM-48FCV\tGTEX-WVJS-0226-SM-4MVOU\tGTEX-139T4-0008-SM-5S2WF\tGTEX-XUZC-0005-SM-4BOQ8\tGTEX-13QJ3-0226-SM-5S2PU\tGTEX-Y3IK-2526-SM-4WWDM\tGTEX-RUSQ-1826-SM-2TF6E\tGTEX-11EM3-1226-SM-5N9DD\tGTEX-13OW7-0011-R8b-SM-5L3HR\tGTEX-Q2AG-3026-SM-48U1L\tGTEX-14A5H-0826-SM-5QGPJ\tGTEX-TMMY-1926-SM-4DXUU\tGTEX-11GSO-0005-SM-5O9CA\tGTEX-OXRO-1726-SM-3LK6C\tGTEX-13RTJ-0011-R8b-SM-5O9DL\tGTEX-145MO-0826-SM-5NQBL\tGTEX-11WQC-2326-SM-5EQKE\tGTEX-13NZB-0226-SM-5KM1T\tGTEX-12ZZZ-0011-R4b-SM-5DUV7\tGTEX-145LT-1826-SM-5QGP4\tGTEX-ZVTK-0526-SM-5GZWT\tGTEX-13CZV-0011-R3a-SM-5KM27\tGTEX-ZAK1-1126-SM-5PNXU\tGTEX-11ZTS-1026-SM-5LU8O\tGTEX-Q2AH-0226-SM-48U1I\tGTEX-11DZ1-2726-SM-5A5KH\tGTEX-148VJ-1526-SM-5Q5DU\tGTEX-145MF-2626-SM-5O98S\tGTEX-OHPK-1826-SM-2YUMR\tGTEX-QDVN-1226-SM-48TZ5\tGTEX-13D11-2326-SM-5IJCY\tGTEX-XXEK-2426-SM-4BRUS\tGTEX-N7MS-0011-R11A-SM-2HMJS\tGTEX-13PVQ-1426-SM-5J1O4\tGTEX-Y9LG-0008-SM-4VBRJ\tGTEX-ZAK1-0726-SM-5HL8Q\tGTEX-148VJ-1126-SM-5NQBZ\tGTEX-WK11-0008-SM-4OOSX\tGTEX-V1D1-0326-SM-4JBIY\tGTEX-11ZTT-1826-SM-5CVLN\tGTEX-145MF-0426-SM-5LU9T\tGTEX-ZE9C-0726-SM-4WKGA\tGTEX-12WSE-0011-R10b-SM-5P9JV\tGTEX-OHPM-1826-SM-2YUNF\tGTEX-QESD-0226-SM-447BH\tGTEX-ZVT2-2526-SM-51MT1\tGTEX-1313W-3226-SM-5LZUU\tGTEX-12ZZX-3026-SM-5GCP3\tGTEX-ZVT2-0826-SM-5GIEO\tGTEX-12696-0526-SM-5EQ3Z\tGTEX-Y5V6-2626-SM-5IFIX\tGTEX-11NSD-1026-SM-5N9BE\tGTEX-146FR-1026-SM-5NQ9T\tGTEX-145MN-1926-SM-5SIAI\tGTEX-T5JW-0326-SM-4DM6J\tGTEX-13SLW-0011-R5b-SM-5SI6Z\tK-562-SM-3P61Y\tGTEX-14753-0011-R10b-SM-5S2WE\tGTEX-13OVI-1426-SM-5L3EY\tGTEX-14AS3-0626-SM-5QGQD\tGTEX-YF7O-2026-SM-4W1YE\tGTEX-Q2AI-0008-SM-48U2H\tGTEX-ZV6S-1426-SM-59HKX\tGTEX-13OW5-0011-R1b-SM-5L3GE\tGTEX-111VG-2426-SM-5GZXD\tGTEX-YEC3-1326-SM-5PNXV\tGTEX-PWOO-0008-SM-48TDU\tGTEX-QDVN-2126-SM-5SI7X\tGTEX-Y111-0926-SM-4SOIU\tGTEX-13OVJ-1326-SM-5K7Z9\tGTEX-S95S-0426-SM-4B64I\tGTEX-1211K-1026-SM-5EQ4B\tGTEX-Q2AH-2026-SM-2S1PX\tGTEX-REY6-0326-SM-2TF5A\tGTEX-132Q8-1426-SM-5EGK7\tGTEX-ZVZP-2726-SM-5GZXZ\tGTEX-12C56-2026-SM-5FQSI\tGTEX-X8HC-1426-SM-46MWC\tGTEX-ZYY3-0626-SM-5NQ6W\tK-562-SM-48U2C\tGTEX-ZXG5-0005-SM-57WCN\tGTEX-R3RS-1326-SM-48FE7\tGTEX-117YX-1926-SM-5GIEC\tGTEX-11P82-0008-SM-5S2MS\tGTEX-14ABY-0011-R4b-SM-5S2VN\tGTEX-WRHU-0226-SM-3MJFV\tGTEX-ZEX8-0426-SM-4WWEN\tGTEX-11NSD-1426-SM-5HL67\tGTEX-13W3W-1326-SM-5LU4T\tGTEX-S341-0626-SM-4AD5T\tGTEX-14C38-1526-SM-5RQJ7\tGTEX-O5YV-0526-SM-26GN1\tGTEX-WOFL-0008-SM-4OOSZ\tGTEX-1211K-1926-SM-5EQLB\tGTEX-ZXES-0726-SM-5E451\tGTEX-WYJK-2326-SM-4ONDN\tGTEX-OOBJ-0326-SM-5SI84\tGTEX-Y3IK-0126-SM-4WWE9\tGTEX-13OW5-0011-R8a-SM-5L3GQ\tGTEX-12ZZY-1126-SM-5DUWQ\tGTEX-ZYY3-1926-SM-5GZXS\tGTEX-NL3H-0011-R10A-SM-2I3E9\tGTEX-11EQ9-2326-SM-5HL5H\tGTEX-XGQ4-0626-SM-4AT56\tGTEX-X8HC-0726-SM-46MWG\tGTEX-14E6E-0726-SM-5S2R3\tGTEX-WH7G-0826-SM-4LVMR\tGTEX-14E1K-0926-SM-5S2U4\tGTEX-132AR-1526-SM-5KM1L\tGTEX-131YS-0526-SM-5EGKJ\tGTEX-X15G-0005-SM-3NMDA\tGTEX-13OVL-1426-SM-5IJC1\tGTEX-111FC-2526-SM-5GZXU\tGTEX-WY7C-1326-SM-4ONCX\tGTEX-ZY6K-0226-SM-5SIAY\tGTEX-ZUA1-0005-SM-4YCEV\tGTEX-ZC5H-2326-SM-4WAYT\tGTEX-1399T-2826-SM-5KLYZ\tGTEX-13O21-1826-SM-5MR5M\tGTEX-145LU-2626-SM-5LU9Z\tGTEX-YEC3-0526-SM-4YCF2\tGTEX-WH7G-0426-SM-3NMBJ\tGTEX-Y8E4-1126-SM-5IFIA\tGTEX-WHSE-0011-R6A-SM-3P5ZP\tGTEX-145MN-2226-SM-5SIAU\tGTEX-NPJ8-0011-R5a-SM-2HMJY\tGTEX-13OW6-0011-R8a-SM-5L3GF\tGTEX-U4B1-1226-SM-4DXT7\tGTEX-O5YW-0008-SM-4E3IE\tGTEX-QMRM-0008-SM-447B1\tGTEX-XXEK-0426-SM-4BRVW\tGTEX-13D11-1126-SM-5KLYS\tGTEX-11DYG-0006-SM-5NQB2\tGTEX-N7MS-0526-SM-4E3JP\tGTEX-ZDXO-0011-R7a-SM-4WWCU\tGTEX-U3ZN-1126-SM-4DXUL\tGTEX-NPJ8-0011-R11A-SM-2YUMS\tGTEX-ZF29-1326-SM-4WWB6\tGTEX-YB5E-0726-SM-4VDSH\tGTEX-U8XE-0426-SM-3DB91\tGTEX-139TS-0011-R6a-SM-5J2OB\tGTEX-QESD-1526-SM-2S1QT\tGTEX-XV7Q-1426-SM-4BRWA\tGTEX-13NZB-2626-SM-5J2M7\tGTEX-RWSA-1326-SM-47JX9\tGTEX-ZGAY-1226-SM-4YCF4\tGTEX-Y114-0126-SM-4TT8K\tGTEX-ZV68-0526-SM-59HKI\tGTEX-13OVL-0226-SM-5L3E9\tGTEX-11ZTS-1126-SM-5LU9X\tGTEX-REY6-2126-SM-48FD9\tGTEX-131XW-0011-R9a-SM-5N9EO\tGTEX-YF7O-2426-SM-5IFJL\tGTEX-YEC3-2026-SM-4WWFL\tGTEX-145LU-0011-R1a-SM-5Q5CE\tGTEX-WYJK-1026-SM-3NM8W\tGTEX-13QBU-0626-SM-5J2OG\tGTEX-YEC3-1426-SM-5PNXW\tGTEX-WFON-0626-SM-4LVLX\tGTEX-WHSB-0008-SM-4M1ZP\tGTEX-WYBS-1226-SM-3NM9N\tGTEX-13OW7-0626-SM-5K7UD\tGTEX-XQ8I-0826-SM-4BOOE\tGTEX-145LS-0011-R4b-SM-5S2UT\tGTEX-XPT6-0326-SM-4B66V\tGTEX-ZF28-0011-R10a-SM-4WWEH\tGTEX-PSDG-0826-SM-48TCZ\tGTEX-XYKS-0926-SM-4BRVG\tGTEX-132Q8-0626-SM-5L3F3\tGTEX-11GS4-2126-SM-5A5KR\tGTEX-14C38-2626-SM-5RQI4\tGTEX-13N2G-0126-SM-5N9DV\tGTEX-ZDYS-1926-SM-5HL59\tGTEX-XXEK-0005-SM-4BRWJ\tGTEX-TSE9-2726-SM-4DXSQ\tGTEX-PWCY-0226-SM-48TD8\tGTEX-Y3IK-1426-SM-4YCES\tGTEX-12WSN-0726-SM-5GCMS\tGTEX-12WSB-0006-SM-5O998\tGTEX-139T6-1726-SM-5PNZ3\tGTEX-ZVT4-1026-SM-57WC4\tGTEX-13NYB-0426-SM-5IJDD\tGTEX-11NUK-0826-SM-5HL4U\tGTEX-VUSG-2626-SM-4KKZI\tGTEX-ZF29-1226-SM-4WKH1\tGTEX-WL46-0426-SM-3TW8J\tGTEX-13N11-2526-SM-5K7UE\tGTEX-144GO-0011-R1a-SM-5PNWO\tGTEX-S4Q7-1026-SM-4AD75\tGTEX-P44H-1126-SM-48TBU\tGTEX-ZYT6-2826-SM-5GICX\tGTEX-ZLFU-0926-SM-5P9F8\tGTEX-U412-0006-SM-3DB8J\tGTEX-QLQ7-0005-SM-2S1QP\tGTEX-V1D1-2226-SM-3NMAX\tGTEX-1399Q-2326-SM-5KM2X\tGTEX-NPJ8-0011-R7a-SM-2HMJV\tGTEX-146FH-0326-SM-5QGPT\tGTEX-PLZ5-1826-SM-3NB22\tGTEX-ZYFG-2026-SM-5E43Y\tGTEX-YJ8O-0826-SM-5CVM3\tGTEX-13NZ8-0226-SM-5J2OK\tGTEX-ZYFG-2526-SM-5GIEK\tGTEX-X4EP-0011-R10B-SM-4QASJ\tGTEX-ZP4G-2226-SM-57WFB\tGTEX-NPJ8-0011-R9a-SM-2YUN5\tGTEX-ZQUD-1026-SM-4YCEZ\tGTEX-14ICL-1826-SM-5RQIY\tGTEX-ZVZQ-2626-SM-59HLB\tGTEX-11NSD-0005-SM-5LZZ5\tGTEX-13W3W-1126-SM-5L3DO\tK-562-SM-5P9HH\tGTEX-ZYWO-1326-SM-5SI8X\tGTEX-ZPU1-1226-SM-5HL71\tGTEX-WFJO-0626-SM-4LVMC\tGTEX-11ILO-0526-SM-5N9DF\tGTEX-QV31-0226-SM-447BO\tGTEX-UPK5-2126-SM-4JBJK\tGTEX-R53T-1226-SM-48FCT\tGTEX-1212Z-2126-SM-5FQTM\tGTEX-11ONC-1426-SM-5N9F4\tGTEX-SE5C-0626-SM-4IHLJ\tGTEX-13S86-0005-SM-5NQ7I\tGTEX-WFG7-1026-SM-4LMK8\tGTEX-145MH-0011-R11a-SM-5P9HQ\tGTEX-ZF29-1526-SM-4WKF7\tGTEX-OXRP-0226-SM-3NB14\tGTEX-QVUS-0011-R6A-SM-3GACX\tGTEX-QLQ7-0926-SM-447BC\tGTEX-139T6-0726-SM-5PNVK\tGTEX-ZT9W-2126-SM-51MSF\tGTEX-WVLH-0011-R7A-SM-3MJFB\tGTEX-VJYA-0126-SM-4KL1P\tGTEX-144GL-0011-R4a-SM-5PNUI\tGTEX-1445S-0011-R3a-SM-5P9HY\tGTEX-T2IS-0426-SM-32QPE\tGTEX-SE5C-0006-SM-4BRW5\tGTEX-PWOO-1026-SM-48TCN\tGTEX-ZPU1-1726-SM-4WWFV\tGTEX-SUCS-0526-SM-4DM56\tGTEX-14ABY-0011-R11a-SM-5SI7C\tGTEX-ZC5H-0126-SM-4WAYL\tGTEX-P78B-0726-SM-2S1O2\tGTEX-ZF29-0126-SM-4WKGZ\tGTEX-ZY6K-1626-SM-5GZWV\tGTEX-11ZUS-1226-SM-5FQU8\tGTEX-13OW6-0011-R4a-SM-5O9DX\tGTEX-ZVT3-0011-R8b-SM-57WDJ\tGTEX-S4P3-0626-SM-4AD59\tGTEX-ZPIC-1726-SM-57WF2\tGTEX-Y5V5-0326-SM-5RQJG\tGTEX-YB5K-0126-SM-5IFJ2\tGTEX-R53T-0226-SM-48FEH\tGTEX-QVJO-0011-R4A-SM-2S1QL\tGTEX-113JC-1926-SM-5N9GE\tGTEX-ZDTS-1826-SM-5S2N6\tGTEX-S32W-0926-SM-4AD5X\tGTEX-1399S-0526-SM-5IJG8\tGTEX-TML8-1126-SM-4DXSS\tGTEX-X4EP-0011-R5A-SM-3P628\tGTEX-ZV6S-0008-SM-4YCF9\tGTEX-OIZH-0526-SM-2HMKV\tGTEX-RU72-3126-SM-46MUB\tGTEX-XAJ8-0426-SM-47JYJ\tGTEX-131YS-0005-SM-5NQAS\tGTEX-WVLH-0011-R2A-SM-3MJFJ\tGTEX-13O3O-0011-R4b-SM-5KM3F\tGTEX-11DXW-1226-SM-5H133\tGTEX-T5JC-0726-SM-4DM55\tGTEX-X4LF-0008-SM-4QAST\tGTEX-QV31-1526-SM-2S1QB\tGTEX-U8XE-0526-SM-3DB8R\tGTEX-S33H-2426-SM-2XCB2\tGTEX-113JC-0926-SM-5H114\tGTEX-11P7K-1626-SM-5GU63\tGTEX-11OC5-0126-SM-5HL6A\tGTEX-QVJO-0226-SM-2S1R2\tGTEX-13OVJ-0011-R11a-SM-5P9H8\tGTEX-13OVJ-1226-SM-5L3HA\tGTEX-QDVN-2426-SM-2S1Q4\tGTEX-XYKS-2126-SM-4E3IB\tGTEX-11ONC-2126-SM-5HL6E\tGTEX-X4XX-0011-R7A-SM-46MWR\tGTEX-T5JW-1326-SM-4DM5G\tGTEX-11GS4-2726-SM-5A5LE\tGTEX-14BMU-0006-SM-5MR3T\tGTEX-NFK9-1326-SM-3LK5I\tGTEX-12WSB-0011-R5b-SM-5GU67\tGTEX-11ONC-0011-R9b-SM-5NQ8J\tGTEX-XQ3S-1626-SM-4WAYN\tGTEX-13O21-1726-SM-5MR5A\tGTEX-Y3I4-1226-SM-4TT8N\tGTEX-Y5V6-0526-SM-4VBRV\tGTEX-YB5E-2226-SM-5IFJ5\tGTEX-ZAB4-0826-SM-5LU9D\tGTEX-12WSL-0226-SM-5CVMJ\tGTEX-11TUW-1126-SM-5EQKJ\tGTEX-YJ8A-1726-SM-5P9IQ\tGTEX-13JUV-0011-R10b-SM-5LZXR\tGTEX-OIZG-1326-SM-2HMIQ\tGTEX-13OW6-0011-R1a-SM-5L3HQ\tGTEX-133LE-1826-SM-5J1MV\tGTEX-T8EM-0526-SM-4DM64\tGTEX-T6MO-1126-SM-4DM5D\tGTEX-11EMC-0526-SM-5EGJN\tGTEX-V955-0726-SM-3GAFG\tGTEX-T6MO-0826-SM-4DM51\tGTEX-11DXW-0426-SM-5H12E\tGTEX-11DYG-3126-SM-5A5L6\tGTEX-R55D-0926-SM-3GAEU\tGTEX-131XF-1126-SM-5HL8J\tGTEX-1399U-1126-SM-5L3DB\tGTEX-111CU-0126-SM-5GZWZ\tGTEX-13OW6-2526-SM-5IJEC\tGTEX-145MI-0626-SM-5SI8S\tGTEX-1212Z-0726-SM-5EGI5\tGTEX-133LE-0626-SM-5IFFJ\tGTEX-111CU-0726-SM-5GZYD\tGTEX-ZTX8-1326-SM-4YCEL\tGTEX-13OW5-3126-SM-5MR3Y\tGTEX-RWSA-2426-SM-47JXR\tGTEX-O5YW-0126-SM-3LK6D\tGTEX-12WSD-1026-SM-5EQ42\tGTEX-PSDG-1426-SM-48TD1\tGTEX-XYKS-1726-SM-4E3IO\tGTEX-12WSE-2926-SM-5RQJ9\tGTEX-TSE9-2926-SM-5CHQO\tGTEX-WYJK-1226-SM-4ONCP\tGTEX-YF7O-0004-SM-4W1ZT\tGTEX-14AS3-1726-SM-5RQJV\tGTEX-13NYB-1326-SM-5K7Y1\tGTEX-U8T8-0126-SM-3DB94\tGTEX-ZTTD-0526-SM-57WDV\tGTEX-X4EP-0005-SM-3P5ZE\tGTEX-WYVS-0926-SM-4SOJV\tGTEX-OXRO-0226-SM-3LK6F\tGTEX-14DAQ-0126-SM-5S2MQ\tGTEX-12WSA-1126-SM-5EGKU\tGTEX-TKQ2-1526-SM-4DXUN\tGTEX-ZPCL-0006-SM-4WWAS\tGTEX-U3ZG-0006-SM-47JWX\tGTEX-13JUV-3026-SM-5K7WX\tGTEX-11LCK-0726-SM-5PNYC\tGTEX-12ZZX-0011-R11a-SM-5DUVJ\tGTEX-Y8LW-0826-SM-4WWDO\tGTEX-Y3IK-2026-SM-4YCDG\tGTEX-ZDYS-0008-SM-4E3IX\tGTEX-P78B-2226-SM-3P5ZZ\tGTEX-13NYC-2826-SM-5K7WR\tGTEX-OXRN-1326-SM-3LK5V\tGTEX-12WSL-0926-SM-5N9EK\tGTEX-S3XE-1926-SM-3K2B3\tGTEX-X5EB-1726-SM-4E3J7\tGTEX-1212Z-0526-SM-5FQSQ\tGTEX-13D11-0526-SM-5LZYM\tGTEX-13U4I-1026-SM-5LU3G\tGTEX-13O3O-0011-R5b-SM-5KM44\tGTEX-14A5H-0326-SM-5RQIB\tGTEX-13PVQ-0126-SM-5SIB4\tGTEX-WHSE-0526-SM-4SOJ6\tGTEX-13QBU-0126-SM-5LU3V\tGTEX-PX3G-2026-SM-48U1H\tGTEX-ZP4G-2126-SM-57WEA\tGTEX-Y114-1626-SM-4TT7I\tGTEX-ZUA1-0008-SM-4YCEW\tGTEX-YEC4-1326-SM-5IFHG\tGTEX-12ZZX-0126-SM-5EGK9\tGTEX-YEC3-0326-SM-5IFJJ\tGTEX-11GS4-0326-SM-5N9F7\tGTEX-13FTW-2626-SM-5K7WL\tGTEX-13N11-2826-SM-5KM4Z\tGTEX-1339X-1426-SM-5K7YO\tGTEX-PW2O-1226-SM-48TCH\tGTEX-ZDTT-0426-SM-4WKFL\tGTEX-145LS-0011-R5a-SM-5SI65\tGTEX-TKQ1-0003-SM-3NMAE\tGTEX-S7SF-2026-SM-3K2AS\tGTEX-PLZ5-0926-SM-4RGM9\tGTEX-13JVG-0011-R10b-SM-5KM2P\tGTEX-ZTX8-1626-SM-51MRY\tGTEX-12WSD-0826-SM-5GCNE\tGTEX-131XH-0011-R8a-SM-5EGLL\tGTEX-ZEX8-1026-SM-4WKHE\tGTEX-1122O-0926-SM-5N9C9\tGTEX-ZDTT-0926-SM-5J2MS\tGTEX-12BJ1-0003-SM-5SI6V\tGTEX-13SLX-3026-SM-5RQJU\tGTEX-NFK9-2026-SM-3LK5K\tGTEX-1122O-0226-SM-5N9DA\tGTEX-146FH-1026-SM-5RQIF\tGTEX-11P7K-0626-SM-5985Z\tGTEX-13S86-1126-SM-5RQJX\tGTEX-13113-0006-SM-5NQ7X\tGTEX-12C56-0626-SM-5EGGC\tGTEX-139TT-0011-R5b-SM-5K7W8\tGTEX-11WQC-0006-SM-5LZVP\tGTEX-QEG5-1026-SM-4R1KT\tGTEX-QDVJ-0826-SM-48U1S\tK-562-SM-5N9DX\tGTEX-P4QS-2626-SM-2I3EV\tGTEX-UPIC-0226-SM-3GADO\tGTEX-YFCO-0005-SM-4W1ZI\tGTEX-1445S-3026-SM-5O9BR\tGTEX-ZC5H-0226-SM-4WAY9\tGTEX-Y5V5-1326-SM-4V6G9\tGTEX-VJYA-1826-SM-4KL1W\tGTEX-R3RS-0008-SM-48FF1\tGTEX-139T4-0226-SM-5HL5S\tGTEX-ZVP2-1526-SM-5NQ82\tGTEX-RU72-3026-SM-5SI7Y\tGTEX-ZVT2-0926-SM-5GICE\tGTEX-WOFL-0826-SM-3MJG1\tGTEX-N7MS-2425-SM-26GMD\tGTEX-13U4I-1226-SM-5LU5M\tGTEX-139YR-0326-SM-5J1MC\tGTEX-1399R-2626-SM-5KLZ7\tGTEX-N7MT-1226-SM-26GMT\tGTEX-TSE9-0005-SM-4DXUF\tGTEX-XOT4-1426-SM-4B65T\tGTEX-ZDXO-2726-SM-4WKFA\tGTEX-13OW7-0226-SM-5MR3N\tGTEX-12BJ1-2226-SM-5BC6G\tGTEX-N7MT-1226-SM-26GMC\tGTEX-ZUA1-2926-SM-59HL3\tGTEX-OOBK-2126-SM-3LK5T\tGTEX-12WSM-2126-SM-5GCOC\tGTEX-WK11-2426-SM-3NMAA\tGTEX-ZAB4-0008-SM-4RGM6\tGTEX-131XF-0006-SM-5P9HK\tGTEX-T5JW-1826-SM-3GAE1\tGTEX-1445S-0011-R4a-SM-5PNWN\tGTEX-145MO-0426-SM-5QGP6\tGTEX-P4QS-0008-SM-48TDY\tGTEX-145MO-2826-SM-5LU96\tGTEX-13X6K-0226-SM-5QGPB\tGTEX-11LCK-1726-SM-5S2OQ\tGTEX-ZV7C-0426-SM-51MQY\tGTEX-YEC3-1026-SM-5IFI5\tGTEX-ZE9C-0011-R7a-SM-4WWCX\tGTEX-XQ3S-1726-SM-4BOOD\tGTEX-QEG5-1326-SM-4R1JS\tGTEX-13FTY-0726-SM-5J2OH\tGTEX-1313W-0011-R6a-SM-5K7XO\tGTEX-13O21-1226-SM-5J2MK\tGTEX-ZF29-0826-SM-5S2NP\tGTEX-13FTY-0326-SM-5L3DN\tGTEX-111FC-0626-SM-5N9CU\tGTEX-Y9LG-0626-SM-4WWDH\tGTEX-13PL7-0326-SM-5IJEK\tGTEX-139T4-0826-SM-5N9GF\tGTEX-145MH-2326-SM-5O9AW\tGTEX-11GS4-0526-SM-5A5KQ\tGTEX-ZXG5-2126-SM-59HKD\tGTEX-XV7Q-1826-SM-4BRUV\tGTEX-ZQUD-1426-SM-57WER\tGTEX-ZTPG-1326-SM-51MSQ\tGTEX-TSE9-0008-SM-4DXT8\tGTEX-13O3P-1226-SM-5J2O8\tGTEX-13RTL-0011-R9a-SM-5Q5BR\tGTEX-12WSC-0326-SM-5EQ5E\tGTEX-XXEK-0326-SM-4BRVV\tGTEX-O5YT-0526-SM-32PK8\tGTEX-145MF-0626-SM-5LUAI\tGTEX-ZEX8-0326-SM-4WKGS\tGTEX-P4PQ-0526-SM-2HMKR\tK-562-SM-3NMAP\tGTEX-TMKS-0426-SM-3DB85\tGTEX-13U4I-0126-SM-5LU38\tGTEX-13PVR-1726-SM-5Q5EC\tGTEX-13VXT-0326-SM-5LU4U\tGTEX-O5YT-0007-SM-32PK7\tGTEX-13N1W-0926-SM-5MR36\tGTEX-146FH-2126-SM-5SI9U\tGTEX-Q2AH-0005-SM-5SI7G\tGTEX-13FHO-1626-SM-5IJGB\tK-562-SM-4AT3W\tGTEX-12WSD-0326-SM-59HKP\tGTEX-145LS-0011-R1b-SM-5PNUP\tGTEX-11DZ1-2426-SM-5GZZX\tGTEX-13NYB-0011-R5a-SM-5MR45\tGTEX-ZPU1-0626-SM-4YCDM\tGTEX-QVUS-0011-R10A-SM-3GIK3\tGTEX-UJHI-0726-SM-3DB92\tGTEX-SUCS-1126-SM-4DM61\tGTEX-V1D1-2126-SM-4JBH4\tGTEX-14ASI-0326-SM-5S2VH\tGTEX-Q2AG-2926-SM-2HMJ3\tGTEX-ZE9C-1126-SM-4WWBD\tGTEX-XGQ4-0126-SM-4AT4H\tGTEX-XMK1-1026-SM-4B65H\tGTEX-13PVR-0226-SM-5RQJI\tGTEX-11I78-1426-SM-5PNVY\tGTEX-11DXY-1126-SM-5987W\tGTEX-13FHP-0926-SM-5L3EC\tGTEX-ZYFD-2026-SM-5E459\tGTEX-ZTX8-1426-SM-5DUVO\tGTEX-13X6J-0426-SM-5O9D3\tGTEX-13X6I-2926-SM-5Q5C3\tGTEX-S341-1126-SM-4AD6T\tGTEX-13PVR-0526-SM-5S2OB\tGTEX-ZTPG-2326-SM-57WFL\tGTEX-146FR-2026-SM-5NQAI\tGTEX-ZYFG-1626-SM-5GZYY\tGTEX-13NYB-0626-SM-5MR47\tGTEX-11DXX-0826-SM-5GZZP\tGTEX-14BIN-1126-SM-5RQJZ\tGTEX-13W3W-2526-SM-5SI9P\tGTEX-T5JW-0926-SM-4DM5K\tGTEX-11DZ1-0008-SM-5QGR3\tGTEX-13FTY-0011-R9b-SM-5KM2U\tGTEX-ZZ64-1626-SM-5E43W\tGTEX-S341-0726-SM-4AD5R\tGTEX-13FTZ-0526-SM-5IJCW\tGTEX-QDT8-0526-SM-4LMJR\tGTEX-14BIM-3226-SM-5RQIQ\tGTEX-11ZVC-0011-R3a-SM-5BC6V\tGTEX-NPJ8-1726-SM-2YUNB\tGTEX-13FTW-1726-SM-5KM2B\tGTEX-RVPV-0006-SM-2TF6Q\tGTEX-13NYS-3126-SM-5KLYV\tGTEX-14E1K-0006-SM-5N9DY\tGTEX-PSDG-1026-SM-48TCV\tGTEX-S4Q7-0006-SM-3K2AT\tGTEX-1122O-1726-SM-5GICM\tGTEX-13OW7-0526-SM-5J1N2\tGTEX-1497J-0826-SM-5NQAJ\tGTEX-RUSQ-1726-SM-2TF68\tGTEX-11GSP-1226-SM-5985M\tGTEX-ZVZQ-0626-SM-59HJU\tGTEX-T5JW-1126-SM-4DM5V\tGTEX-12ZZX-1126-SM-5EGKB\tGTEX-R55G-2326-SM-2TC61\tGTEX-13CZV-0011-R4b-SM-5J2NY\tGTEX-ZVZO-0326-SM-5HL4N\tGTEX-QEG5-1126-SM-5SI88\tGTEX-131YS-0011-R7a-SM-5IJDA\tGTEX-1477Z-0011-R10b-SM-5S2RF\tGTEX-NPJ8-0326-SM-2D7VV\tGTEX-11DXZ-2126-SM-59881\tGTEX-ZYWO-2626-SM-5E43V\tGTEX-13NYS-0011-R4b-SM-5MR3O\tGTEX-ZYFD-0426-SM-5E45X\tGTEX-X4XX-2926-SM-3NMB1\tGTEX-PWCY-0526-SM-5P9HG\tGTEX-ZDTT-0326-SM-4WKF9\tK-562-SM-5K7TT\tGTEX-11EM3-1126-SM-5A5KM\tGTEX-S4Q7-0426-SM-3K2BJ\tGTEX-NPJ8-1526-SM-2D7VU\tGTEX-11NUK-2726-SM-5A5MC\tGTEX-13OVG-0526-SM-5K7YD\tGTEX-ZA64-0526-SM-5HL9I\tGTEX-TMZS-0326-SM-3DB9P\tGTEX-WVLH-0011-R6A-SM-3MJFZ\tGTEX-QEL4-1126-SM-4R1JJ\tGTEX-WHWD-1026-SM-4OORZ\tGTEX-13OW6-2226-SM-5N9FL\tGTEX-14A5I-2926-SM-5Q5CQ\tGTEX-QLQW-1026-SM-447A9\tGTEX-13111-1626-SM-5EGJY\tGTEX-144FL-2326-SM-5LUAC\tGTEX-ZPIC-0826-SM-4WWFJ\tGTEX-XQ3S-2426-SM-4WAYB\tGTEX-O5YT-0726-SM-3MJHA\tGTEX-WFON-2126-SM-3LK7O\tGTEX-13U4I-2426-SM-5LU34\tGTEX-13IVO-0126-SM-5J1NG\tGTEX-13PLJ-0011-R11b-SM-5O9BS\tGTEX-111YS-1226-SM-5EGGJ\tGTEX-PLZ6-0326-SM-3P61J\tGTEX-P4PP-0726-SM-3NM9S\tGTEX-11TTK-2826-SM-5GU5K\tGTEX-PWCY-2026-SM-5SI8R\tGTEX-11EM3-2426-SM-59861\tGTEX-13SLX-0011-R9b-SM-5SI6X\tGTEX-13OVH-1126-SM-5K7YP\tGTEX-146FH-1726-SM-5QGQ2\tGTEX-1192X-0426-SM-5GIEE\tGTEX-UPIC-0326-SM-4IHJ9\tGTEX-13OVL-0126-SM-5L3GJ\tGTEX-RM2N-0426-SM-2TF4T\tGTEX-RN64-0626-SM-2TC5V\tGTEX-WRHK-0526-SM-4MVOF\tGTEX-WFG7-0001-SM-3P61S\tGTEX-11ZVC-2726-SM-5FQSZ\tGTEX-PWOO-0006-SM-2I3E3\tGTEX-XK95-0226-SM-4AT58\tGTEX-XMD1-2926-SM-4AT42\tGTEX-ZVZO-0426-SM-5HL4Z\tK-562-SM-32PLC\tGTEX-WY7C-0726-SM-4ONCB\tK-562-SM-2HMJ2\tGTEX-X585-0011-R5A-SM-46MVI\tGTEX-X4EP-0626-SM-3P621\tGTEX-1399T-0011-R8b-SM-5IJD8\tGTEX-ZVT2-0526-SM-5E455\tGTEX-SSA3-0326-SM-32QPS\tGTEX-145LU-0426-SM-5O9AH\tGTEX-13O1R-0011-R9b-SM-5KM33\tGTEX-ZVT3-0326-SM-5GU6U\tGTEX-WL46-0926-SM-3LK7T\tGTEX-113IC-0008-SM-5QGRF\tGTEX-ZV68-0006-SM-4YCEJ\tGTEX-13JVG-0011-R4a-SM-5MR4C\tGTEX-XGQ4-0826-SM-4AT4T\tGTEX-X4EP-0011-R11B-SM-4QASK\tGTEX-12WSJ-1326-SM-5GCOB\tGTEX-131XH-0226-SM-5LZVB\tGTEX-ZYFG-1526-SM-5GZYM\tGTEX-TSE9-0726-SM-3DB8C\tGTEX-13OW6-0626-SM-5L3IB\tGTEX-O5YV-0526-SM-2D7VZ\tGTEX-117YX-1526-SM-5H12T\tGTEX-UJHI-1026-SM-4IHJP\tGTEX-11PRG-2026-SM-5GU5F\tGTEX-YJ89-0011-R5a-SM-4V6GM\tGTEX-13JUV-0526-SM-5K7XE\tGTEX-TML8-1926-SM-32QOS\tGTEX-14BIM-0011-R4b-SM-5S2RK\tGTEX-13NZB-2526-SM-5J1OM\tGTEX-111YS-0726-SM-5GZY8\tGTEX-X15G-0926-SM-4PQZE\tGTEX-11ZTT-0008-SM-5S2TZ\tGTEX-S341-0226-SM-5S2VG\tGTEX-13SLW-0011-R8b-SM-5SI64\tGTEX-ZDXO-1326-SM-57WBS\tGTEX-133LE-2026-SM-5K7WM\tGTEX-11VI4-0226-SM-5GU6C\tGTEX-X4LF-0526-SM-3NMB6\tGTEX-13OVG-0826-SM-5L3D8\tGTEX-14E6E-1826-SM-5S2R7\tGTEX-13QIC-0011-R8b-SM-5O9CV\tGTEX-12696-1226-SM-5FQSM\tGTEX-N7MS-0011-R8a-SM-2YUMK\tGTEX-ZLWG-0826-SM-59888\tGTEX-1117F-0426-SM-5EGHI\tGTEX-T5JC-1926-SM-4DM6Q\tGTEX-ZLWG-2526-SM-57WDS\tGTEX-ZLV1-1826-SM-5FQU5\tGTEX-ZTPG-0526-SM-5O98W\tGTEX-OIZI-0426-SM-2XCEF\tGTEX-111CU-0326-SM-5GZXO\tGTEX-13NZ8-2126-SM-5L3EO\tGTEX-13O1R-1026-SM-5KM2L\tGTEX-13YAN-0526-SM-5O9BE\tGTEX-ZAK1-0226-SM-5CVMX\tGTEX-ZYW4-0826-SM-5GIDG\tGTEX-11PRG-2226-SM-5GU5R\tGTEX-R55C-1426-SM-48FED\tGTEX-13W3W-2426-SM-5LU5B\tGTEX-ZA64-0226-SM-5HL9C\tGTEX-14753-2426-SM-5LU8U\tGTEX-RWSA-0226-SM-2XCBA\tGTEX-PWCY-0526-SM-5PNU8\tGTEX-13NYB-0011-R10a-SM-5KM43\tGTEX-14BIN-3326-SM-5Q5E6\tGTEX-NPJ8-0011-R10A-SM-2YUMO\tGTEX-W5WG-0926-SM-4RTX9\tGTEX-14DAR-0326-SM-5S2PS\tGTEX-131YS-2326-SM-5IJFJ\tGTEX-1313W-0011-R5b-SM-5L3EP\tGTEX-ZC5H-1326-SM-5HL7E\tGTEX-ZF3C-1426-SM-4WWCD\tGTEX-QVJO-0011-R10A-SM-2S1QJ\tGTEX-PSDG-0626-SM-2S1OE\tGTEX-ZE9C-0006-SM-4WKG2\tGTEX-13YAN-2026-SM-5Q5EY\tGTEX-XXEK-2526-SM-4BRUR\tGTEX-Q2AG-0011-R4A-SM-2HMKA\tGTEX-11TT1-2526-SM-5EGIB\tGTEX-1477Z-0626-SM-5NQB7\tGTEX-ZVZP-1826-SM-5GZXB\tK-562-SM-2D7VW\tGTEX-12BJ1-2026-SM-5FQUH\tGTEX-RVPU-0011-R4A-SM-2TF6X\tK-562-SM-2D7VY\tGTEX-XMK1-2226-SM-4B673\tGTEX-YB5K-2026-SM-4VDT3\tGTEX-QEG5-0008-SM-4R1KL\tGTEX-11ZU8-1126-SM-5EQ5K\tGTEX-OOBJ-0008-SM-3NB26\tGTEX-XMK1-1126-SM-4IHJ8\tGTEX-W5X1-2226-SM-5CHTP\tGTEX-Q2AH-0726-SM-2I3EA\tGTEX-YF7O-1726-SM-5IFJ9\tGTEX-OHPL-0126-SM-2HMJ7\tGTEX-13S86-0926-SM-5SI6I\tGTEX-WRHK-1026-SM-4MVOD\tGTEX-ZYVF-0826-SM-5E447\tGTEX-11ZUS-0006-SM-5O9AJ\tGTEX-14E7W-0006-SM-5N9GG\tGTEX-WHSE-0008-SM-4M1ZO\tGTEX-13W46-1826-SM-5K7VA\tGTEX-13NZB-2126-SM-5MR4Y\tGTEX-146FQ-0326-SM-5NQAX\tGTEX-ZF29-2226-SM-4WWB9\tGTEX-TSE9-3126-SM-4DXSY\tGTEX-12WSB-0426-SM-5BC6H\tGTEX-WY7C-1926-SM-4ONCI\tGTEX-XUJ4-0726-SM-4BOOP\tGTEX-R3RS-1026-SM-3GADF\tGTEX-WRHU-0008-SM-4MVPB\tGTEX-QLQ7-0126-SM-4R1JW\tGTEX-11EM3-0526-SM-5H12N\tGTEX-13FTW-0926-SM-5J2NJ\tGTEX-RWSA-0008-SM-47JYX\tGTEX-11ZTT-2126-SM-5CVLO\tGTEX-XV7Q-2926-SM-4BRUL\tGTEX-139TS-2626-SM-5J1MT\tGTEX-OOBK-0226-SM-2YUMF\tGTEX-WY7C-0826-SM-4ONCG\tGTEX-13112-0426-SM-5PNVC\tGTEX-145MO-2626-SM-5QGPD\tGTEX-12BJ1-2126-SM-5BC5O\tGTEX-WHSE-0011-R7A-SM-3P5YZ\tGTEX-WYVS-0006-SM-3NMA7\tGTEX-UPIC-0826-SM-3GADQ\tGTEX-11DXX-1426-SM-5GIDU\tGTEX-1269C-0003-SM-5S2PB\tGTEX-XGQ4-1826-SM-4AT6F\tGTEX-P78B-1926-SM-3P616\tGTEX-OXRN-1426-SM-3LK5U\tGTEX-Z9EW-0926-SM-5CVMM\tGTEX-P44G-0011-R10A-SM-2I3FF\tGTEX-P4PP-0126-SM-3LK69\tGTEX-S341-1526-SM-4AD6K\tGTEX-13NYS-0326-SM-5MR4L\tGTEX-13N11-2926-SM-5K7VD\tGTEX-XUJ4-1726-SM-4BONW\tGTEX-11ZU8-2526-SM-5EQKI\tGTEX-11EMC-2826-SM-5PNY6\tGTEX-YFC4-0011-R1a-SM-4V6EH\tGTEX-YECK-1926-SM-4W21H\tGTEX-ZXES-1426-SM-5NQ8S\tGTEX-11GS4-2926-SM-5A5LF\tGTEX-1399S-2426-SM-5K7U3\tGTEX-WEY5-2326-SM-3GIKK\tGTEX-WFON-1526-SM-4LVMP\tGTEX-1399R-0626-SM-5K7UZ\tGTEX-131XH-0011-R10a-SM-5EGLJ\tGTEX-XPVG-2126-SM-4B667\tGTEX-RTLS-0526-SM-2TF64\tGTEX-Y8E5-0006-SM-47JWQ\tGTEX-13G51-0526-SM-5IJCQ\tGTEX-XGQ4-2526-SM-4AT57\tGTEX-147JS-1226-SM-5RQK4\tGTEX-S4Q7-0626-SM-4AD5M\tGTEX-13QBU-0926-SM-5K7WQ\tGTEX-SIU7-0226-SM-4BRX2\tGTEX-X638-0008-SM-47JZ7\tGTEX-13N2G-0011-R2a-SM-5MR4Q\tGTEX-ZYWO-2826-SM-5GIDY\tGTEX-1128S-2726-SM-5H12C\tGTEX-QEG5-0726-SM-4R1JQ\tGTEX-YB5E-1826-SM-5IFI4\tGTEX-ZZPU-0926-SM-5GZYT\tGTEX-145LU-1326-SM-5LU9N\tGTEX-131XF-0726-SM-5GIE5\tGTEX-11ZVC-0011-R4a-SM-5BC6Z\tGTEX-11GSO-0011-R3b-SM-57WB2\tGTEX-131XF-1226-SM-5HL8V\tGTEX-ZDTT-1026-SM-5KM19\tGTEX-ZE9C-2526-SM-5IJDR\tGTEX-139UC-0426-SM-5K7UR\tGTEX-11TT1-1526-SM-5EQKU\tGTEX-XBED-0526-SM-47JY3\tGTEX-OIZH-1526-SM-3NB1J\tGTEX-WVLH-2926-SM-3MJG5\tGTEX-146FR-1626-SM-5Q5DS\tGTEX-145MN-1726-SM-5SIA6\tGTEX-ZE7O-3026-SM-51MS4\tGTEX-13FTZ-0226-SM-5K7X6\tK-562-SM-4WWAK\tGTEX-ZXG5-0008-SM-57WDB\tGTEX-12WSH-2526-SM-5CVNH\tGTEX-YEC3-1926-SM-4WWF5\tGTEX-RVPU-0011-R8A-SM-5SI8I\tGTEX-U3ZH-0326-SM-4WWDX\tGTEX-12ZZX-0011-R3b-SM-5EGLH\tGTEX-11OF3-0826-SM-5BC51\tGTEX-1313W-0011-R2a-SM-5EGLF\tGTEX-12WSM-0008-SM-5S2VD\tGTEX-13O3Q-0011-R1b-SM-5KM3L\tGTEX-11DXZ-2426-SM-5N9DT\tGTEX-11EI6-2626-SM-5PNVT\tGTEX-YF7O-1926-SM-4W1YQ\tGTEX-T5JC-1226-SM-4DM7C\tGTEX-11OC5-0426-SM-5Q5AR\tGTEX-W5WG-1526-SM-4LMIG\tGTEX-12696-2426-SM-5EQ6H\tGTEX-XLM4-3026-SM-4AT6L\tGTEX-P4PQ-2626-SM-5SI7K\tGTEX-ZLFU-0826-SM-4WWBP\tGTEX-PX3G-3026-SM-48TZR\tGTEX-ZAJG-0126-SM-5HL94\tGTEX-WEY5-2026-SM-3GILE\tGTEX-ZF2S-1026-SM-4WWB1\tGTEX-PLZ6-0426-SM-5IJDW\tGTEX-131XW-2226-SM-5PNY1\tGTEX-14DAQ-1426-SM-5RQJD\tGTEX-13S86-0226-SM-5S2PJ\tGTEX-146FR-1826-SM-5QGPF\tGTEX-12WSI-0011-R11b-SM-5P9EZ\tGTEX-OXRO-2026-SM-2YUMZ\tGTEX-N7MS-0011-R4a-SM-2HMKW\tGTEX-XLM4-0426-SM-4AT54\tGTEX-ZTTD-1726-SM-57WEL\tGTEX-132NY-2726-SM-5PNY2\tGTEX-13OW5-2326-SM-5L3HO\tGTEX-131YS-3026-SM-5EGHY\tGTEX-WHWD-0426-SM-3LK83\tGTEX-11LCK-2226-SM-5HL4Q\tGTEX-TML8-1326-SM-4DXTO\tGTEX-139YR-2226-SM-5IFFW\tGTEX-139TU-1326-SM-5LZXW\tGTEX-1399S-0006-SM-5NQ7U\tGTEX-148VJ-2626-SM-5QGPI\tK-562-SM-5NQ9D\tGTEX-YF7O-0008-SM-4W1ZS\tGTEX-12WSN-1826-SM-5LZUT\tGTEX-Q2AG-1326-SM-43V8K\tGTEX-OHPK-1326-SM-3MJGN\tGTEX-PLZ6-1726-SM-2S1O6\tGTEX-ZVP2-2226-SM-5GU6Q\tGTEX-XXEK-1826-SM-4BRVC\tGTEX-131XW-0526-SM-5PNXZ\tGTEX-11EM3-0626-SM-5H12Z\tGTEX-ZPIC-1626-SM-57WEB\tGTEX-11EMC-3026-SM-5EQ4R\tGTEX-YB5E-2326-SM-5IFIJ\tGTEX-147F3-0126-SM-5NQBJ\tGTEX-RUSQ-0326-SM-47JWS\tGTEX-11I78-2326-SM-5Q5AH\tGTEX-WYVS-2326-SM-3NMAI\tGTEX-PW2O-0126-SM-48TC8\tGTEX-U3ZN-0726-SM-4DXT5\tGTEX-13O3O-0926-SM-5KM1F\tGTEX-13113-1826-SM-5LZW4\tGTEX-1211K-2026-SM-5EQ4Z\tGTEX-11P81-0226-SM-5HL5M\tGTEX-13JUV-0011-R1a-SM-5LZY4\tGTEX-131XE-2226-SM-5PNYX\tGTEX-139UW-2826-SM-5L3E7\tGTEX-1399T-0011-R2b-SM-5DUXM\tGTEX-11ZVC-2626-SM-5FQTA\tGTEX-ZA64-1026-SM-5HL8R\tGTEX-ZTX8-0006-SM-4YCE4\tGTEX-ZG7Y-0003-SM-4WWEJ\tGTEX-145LS-1826-SM-5LUAZ\tGTEX-ZGAY-1026-SM-4WWBR\tGTEX-ZUA1-0626-SM-4YCCW\tGTEX-XXEK-1426-SM-4BRW1\tGTEX-YB5E-0005-SM-4VDSO\tGTEX-145ME-0626-SM-5O99Q\tGTEX-XV7Q-2526-SM-4BRV9\tGTEX-YJ8O-2426-SM-5HL7S\tGTEX-TKQ1-1326-SM-4DXU7\tGTEX-YEC4-2426-SM-57WFO\tGTEX-SIU7-0926-SM-4BRX1\tGTEX-X4XY-0826-SM-4E3JM\tGTEX-12584-0326-SM-59HK2\tK-562-SM-59HJ4\tGTEX-RUSQ-2126-SM-47JXK\tGTEX-13O61-2526-SM-5J1O8\tGTEX-XOTO-0011-R7B-SM-4B64R\tGTEX-ZVZP-2526-SM-57WBR\tGTEX-117XS-2726-SM-5N9BL\tGTEX-12WSD-0011-R10b-SM-5GU79\tGTEX-13X6H-1426-SM-5SI91\tGTEX-N7MS-0011-R6a-SM-2HMJ4\tGTEX-UPK5-2026-SM-4JBIM\tGTEX-XK95-0005-SM-4AT4S\tGTEX-OXRK-0526-SM-2YUMW\tGTEX-11TT1-2326-SM-5GU6N\tGTEX-14ICL-1926-SM-5RQIZ\tGTEX-13NYB-1026-SM-5IFH3\tGTEX-ZT9X-0326-SM-51MTE\tGTEX-T8EM-0126-SM-4DM5R\tGTEX-Y8LW-2026-SM-4V6G8\tGTEX-11TT1-1126-SM-5P9GV\tGTEX-YJ8O-2626-SM-5HL8H\tGTEX-X15G-0426-SM-4PQZ6\tGTEX-WQUQ-1426-SM-3MJFD\tGTEX-WY7C-2826-SM-3NB3Q\tGTEX-WOFM-0005-SM-3MJF3\tGTEX-13S7M-0011-R5b-SM-5P9HS\tGTEX-13OVI-0626-SM-5IJCN\tGTEX-S3XE-0926-SM-4AD4S\tGTEX-ZAB5-2126-SM-5K7UN\tGTEX-ZP4G-0626-SM-4WWF1\tGTEX-VUSG-0006-SM-3GIK9\tGTEX-P4QT-1726-SM-2S1NQ\tGTEX-12126-0011-R10b-SM-5BC6T\tGTEX-14C39-1726-SM-5RQIL\tGTEX-OIZI-0726-SM-2XCEI\tGTEX-ZYFD-1026-SM-5E43Z\tGTEX-QVJO-0011-R1A-SM-2S1QI\tGTEX-11ZTS-0826-SM-5EQ49\tGTEX-UPK5-0008-SM-4IHJD\tGTEX-11O72-1026-SM-5986B\tGTEX-13SLX-1726-SM-5Q5E5\tK-562-SM-2S1Q5\tGTEX-XMD1-0011-R2B-SM-4AT5N\tGTEX-13FH7-1426-SM-5IFIC\tGTEX-Y8E4-0226-SM-4VBQ3\tGTEX-RU72-0011-R11A-SM-2TF6J\tGTEX-11UD1-0011-R3a-SM-5BC6S\tGTEX-11VI4-0006-SM-5N9D8\tGTEX-WVJS-0826-SM-4MVNR\tGTEX-NFK9-0008-SM-4E3JE\tGTEX-XOTO-0011-R1B-SM-4B65C\tGTEX-1211K-0226-SM-59HJY\tGTEX-WL46-0726-SM-3LK5Z\tGTEX-Q2AI-1126-SM-48U19\tGTEX-13O3O-0011-R1b-SM-5KM2K\tGTEX-ZF2S-1926-SM-4WWAN\tGTEX-14753-0011-R5a-SM-5S2VW\tGTEX-VUSG-1026-SM-4KKZN\tGTEX-12WSN-0926-SM-5GCN1\tGTEX-Y9LG-1826-SM-4VBQC\tGTEX-13S7M-2226-SM-5S2WB\tGTEX-13RTJ-0626-SM-5S2NB\tGTEX-QXCU-1726-SM-2TC6L\tGTEX-132AR-1126-SM-5P9GA\tGTEX-14A5I-1326-SM-5SIAQ\tGTEX-13FTX-2026-SM-5L3D6\tGTEX-12WS9-2826-SM-5FQU9\tGTEX-ZLFU-2026-SM-4WWG2\tGTEX-145LS-0011-R3a-SM-5S2VJ\tGTEX-YJ8O-1026-SM-5CVM5\tGTEX-12WSE-0005-SM-5NQAE\tGTEX-SUCS-0426-SM-5CHT6\tGTEX-R55E-0011-R8A-SM-2TC66\tGTEX-111FC-1126-SM-5GZWU\tGTEX-WRHK-1426-SM-3MJF9\tGTEX-111FC-0126-SM-5N9DL\tGTEX-WFG8-0326-SM-4LVN4\tGTEX-S4UY-0726-SM-4AD6X\tGTEX-1399S-1226-SM-5J1O6\tGTEX-QMRM-0005-SM-3NB2A\tGTEX-Z9EW-0326-SM-5CVM8\tGTEX-YB5E-2126-SM-5IFI7\tGTEX-XYKS-1226-SM-4BRVI\tGTEX-QCQG-1826-SM-2S1P2\tGTEX-OXRK-1726-SM-3NB16\tGTEX-QVJO-1826-SM-447C9\tGTEX-QV31-1326-SM-2S1QE\tGTEX-11GS4-2026-SM-5N9CP\tGTEX-PLZ5-1126-SM-3P613\tGTEX-14BIM-0011-R5b-SM-5S2RM\tGTEX-R55G-0626-SM-48FDB\tGTEX-14BMU-0126-SM-5S2Q9\tGTEX-ZZPU-2226-SM-5EGIV\tGTEX-ZF28-0011-R7a-SM-4WKF5\tGTEX-14A6H-1326-SM-5NQBC\tGTEX-RVPU-0011-R8A-SM-2TF74\tGTEX-X5EB-0004-SM-46MWA\tGTEX-ZTPG-0826-SM-5DUVC\tGTEX-12KS4-0005-SM-5SI94\tGTEX-Z93S-2626-SM-57WBX\tGTEX-145MH-2726-SM-5QGQ6\tGTEX-XBEW-1426-SM-4AT4J\tGTEX-13O3O-2726-SM-5KM35\tGTEX-13FHP-0126-SM-5IJBG\tGTEX-11ZTT-0926-SM-5EQMS\tGTEX-WI4N-0926-SM-3LK7K\tGTEX-1339X-1726-SM-5P9J9\tGTEX-PWOO-2026-SM-48TDE\tGTEX-UTHO-0008-SM-4JBID\tGTEX-12WSI-2126-SM-5GCMV\tGTEX-ZAB5-1526-SM-5HL9P\tGTEX-WI4N-0008-SM-4OOSV\tGTEX-11LCK-1026-SM-5A5KB\tGTEX-RU72-1326-SM-2TF6T\tGTEX-13OVL-2926-SM-5IFG3\tGTEX-N7MS-0126-SM-3TW8O\tGTEX-X88G-0004-SM-47JZ6\tGTEX-R55G-2426-SM-2TC5I\tGTEX-OHPM-0526-SM-2YUMJ\tGTEX-ZLWG-0426-SM-4WWFA\tGTEX-ZDTS-1226-SM-4WKGL\tGTEX-Y114-2126-SM-4TT8B\tGTEX-WZTO-0126-SM-3NM95\tGTEX-ZA64-1626-SM-5CVME\tGTEX-ZYFC-1626-SM-5N9EU\tGTEX-ZDXO-0126-SM-5S2ND\tGTEX-WQUQ-0006-SM-3MJF4\tGTEX-13VXU-0006-SM-5N9FF\tGTEX-ZTPG-2626-SM-57WFX\tGTEX-13NZB-2226-SM-5MR5B\tGTEX-12WSK-0626-SM-5LZUJ\tGTEX-12ZZY-0011-R5a-SM-5EGL9\tGTEX-XPT6-0226-SM-4B65L\tGTEX-RNOR-0011-R9A-SM-2TF52\tGTEX-XV7Q-1726-SM-4BRUU\tGTEX-NPJ8-1526-SM-26GMH\tGTEX-Z93S-0126-SM-5HL7M\tGTEX-145ME-1726-SM-5Q5EU\tGTEX-Q2AH-1826-SM-2S1Q2\tGTEX-12WSK-0006-SM-5NQA1\tGTEX-13RTJ-2826-SM-5QGQH\tGTEX-13VXU-0011-R6a-SM-5SI71\tGTEX-SNOS-1726-SM-32PLN\tGTEX-NPJ8-1526-SM-26GMY\tGTEX-ZWKS-0126-SM-5SIAA\tGTEX-145LS-0126-SM-5QGP1\tGTEX-144GN-0626-SM-5O9B2\tGTEX-11DYG-0426-SM-5987J\tGTEX-13OW8-1726-SM-5L3GO\tGTEX-Y8DK-0126-SM-4TT3L\tGTEX-XBED-0926-SM-48TCE\tGTEX-11P7K-1526-SM-5EGI7\tGTEX-ZP4G-0326-SM-4YCEF\tGTEX-YFC4-2826-SM-5P9FR\tGTEX-14H4A-0006-SM-5N9E3\tGTEX-12WSD-3226-SM-5HL9G\tGTEX-13FLV-0926-SM-5L3DZ\tGTEX-12WSF-0011-R3a-SM-5DUW7\tGTEX-R55F-1726-SM-2TF4R\tGTEX-12WSD-0011-R7b-SM-5PNWE\tGTEX-12WSM-0626-SM-5GCOK\tGTEX-ZF3C-0005-SM-4WWAR\tGTEX-XQ8I-1626-SM-4BOOI\tGTEX-12WSA-1626-SM-5EGJV\tGTEX-13111-0005-SM-5NQ7Z\tGTEX-117YW-0005-SM-5NQ8Z\tGTEX-11DXZ-1626-SM-5GIDI\tGTEX-Y9LG-1626-SM-5IFHM\tGTEX-S4P3-0326-SM-4AD6P\tGTEX-12WSH-0008-SM-5S2V1\tGTEX-146FQ-0426-SM-5NQBA\tGTEX-14BIM-0011-R3b-SM-5S2RL\tGTEX-Y5V6-2726-SM-4VDSC\tGTEX-13G51-0011-R1a-SM-5LZYR\tGTEX-OXRP-0526-SM-2I3EW\tGTEX-13FLW-0011-R1b-SM-5LZX2\tGTEX-11VI4-0626-SM-5EQLO\tGTEX-146FR-0626-SM-5RQJ1\tGTEX-QEG5-0926-SM-2TC64\tGTEX-Y5V6-1126-SM-4VDTD\tGTEX-13OW6-0011-R11a-SM-5L3H2\tGTEX-NPJ8-0011-R6a-SM-2HMKB\tGTEX-13N2G-2726-SM-5J1MG\tGTEX-ZDXO-3026-SM-5J1N5\tGTEX-13NZ9-2626-SM-5L3FK\tGTEX-144FL-1526-SM-5Q5CA\tGTEX-11NV4-1426-SM-5BC4W\tGTEX-S95S-1326-SM-2XCDK\tGTEX-11ZVC-0011-R1b-SM-5BC6M\tGTEX-ZYT6-0526-SM-5GIEA\tGTEX-WWYW-3026-SM-3NB36\tGTEX-QMR6-0011-R8A-SM-32PKJ\tGTEX-W5WG-1026-SM-4LMIF\tGTEX-11ZVC-2826-SM-5FQTC\tGTEX-13FHO-1226-SM-5L3EF\tGTEX-R53T-0426-SM-48FEM\tGTEX-146FH-1926-SM-5Q5B2\tGTEX-13RTJ-0011-R9a-SM-5Q5AY\tGTEX-T2IS-0926-SM-4DM5B\tGTEX-13NYS-0011-R1b-SM-5MR55\tGTEX-U3ZH-1126-SM-4DXUG\tGTEX-OHPN-0011-R8A-SM-33HBT\tGTEX-Y8LW-1226-SM-4WWDP\tGTEX-13O3Q-0011-R2b-SM-5KM3K\tGTEX-R55G-1126-SM-48FDG\tGTEX-WI4N-1426-SM-3LK7H\tGTEX-132AR-2026-SM-5IJG4\tGTEX-S95S-0226-SM-4B656\tGTEX-R55F-0008-SM-48FE6\tGTEX-TMMY-1026-SM-4DXTI\tGTEX-Y111-1726-SM-4SOIQ\tGTEX-OHPL-2026-SM-3TW8R\tGTEX-OHPL-0526-SM-4M1XS\tGTEX-VUSG-0003-SM-3NMDK\tGTEX-13OVI-2426-SM-5KM4J\tGTEX-13X6K-0011-R6a-SM-5P9K6\tGTEX-12WS9-0726-SM-5FQT7\tGTEX-X5EB-0726-SM-46MVR\tGTEX-13FH7-0426-SM-5KM4M\tGTEX-O5YV-1026-SM-3LK72\tGTEX-RM2N-1926-SM-48FCU\tGTEX-132QS-0326-SM-5IJFN\tGTEX-OXRK-0826-SM-2HMK7\tGTEX-Y8DK-0011-R1A-SM-4RGLO\tGTEX-QDVJ-1226-SM-48U1V\tGTEX-RU72-0626-SM-46MUI\tGTEX-14BMU-1326-SM-5RQIH\tGTEX-T6MN-0726-SM-32PML\tGTEX-13VXT-1126-SM-5LU3A\tGTEX-ZY6K-1726-SM-5GZX8\tGTEX-131YS-0011-R11b-SM-5EGLM\tGTEX-X4XX-3026-SM-3NMB2\tGTEX-111CU-1926-SM-5GZYZ\tGTEX-11GSP-1126-SM-5A5LM\tGTEX-RWS6-0008-SM-47JYV\tGTEX-U3ZM-1626-SM-4DXSK\tGTEX-11ONC-3026-SM-5985W\tGTEX-14A5H-0226-SM-5S2VK\tGTEX-REY6-1726-SM-48FDL\tGTEX-UPK5-0726-SM-4IHL7\tGTEX-ZAJG-0526-SM-5S2MT\tGTEX-12WSJ-1426-SM-5GCON\tGTEX-T6MO-0526-SM-4DM6R\tGTEX-Y3I4-0826-SM-4TT2A\tGTEX-11DXX-0126-SM-5EGH7\tGTEX-13CF3-2326-SM-5IFGL\tGTEX-X4EO-2726-SM-4E3HS\tGTEX-X261-1726-SM-4PQYT\tGTEX-146FR-2426-SM-5NQAU\tGTEX-11UD1-0126-SM-5PNYG\tGTEX-12WSK-1526-SM-5CVNO\tGTEX-O5YT-2126-SM-3MJGD\tGTEX-13NZA-0011-R9b-SM-5MR5I\tGTEX-11P81-0006-SM-5NQ7A\tGTEX-P44H-0326-SM-2XCES\tGTEX-SIU8-0926-SM-2XCDO\tGTEX-ZVZQ-0011-R3a-SM-57WC7\tGTEX-12696-0005-SM-5LZYS\tGTEX-QDVJ-2026-SM-2S1PD\tGTEX-14BIN-0011-R9a-SM-5SI76\tGTEX-QEG5-1426-SM-447AS\tGTEX-13RTJ-2526-SM-5S2Q3\tGTEX-Q734-0526-SM-2I3EH\tGTEX-Y8DK-0426-SM-4TT3Q\tGTEX-QLQW-0626-SM-447A6\tGTEX-XYKS-0008-SM-4BRW6\tGTEX-144GL-0726-SM-5LU4P\tGTEX-XGQ4-1626-SM-4AT6J\tGTEX-145ME-1826-SM-5SI9G\tGTEX-139T6-0426-SM-5IJEM\tGTEX-ZT9W-0003-SM-4YCE6\tGTEX-XQ8I-2126-SM-4BOOM\tGTEX-W5X1-1126-SM-5CHTH\tK-562-SM-2S1RI\tGTEX-Y5LM-0326-SM-4VBRN\tGTEX-139TT-0011-R7b-SM-5J2MN\tGTEX-14BMU-2126-SM-5S2TS\tGTEX-14BMU-1226-SM-5S2OR\tGTEX-WZTO-0326-SM-4PQYZ\tGTEX-WH7G-0726-SM-5EGIX\tGTEX-TMMY-0926-SM-4TT1Z\tGTEX-11OF3-0011-R11a-SM-57WCR\tGTEX-11OF3-1326-SM-5N9FJ\tGTEX-SE5C-1326-SM-4BRUH\tGTEX-11I78-0126-SM-5HL6F\tGTEX-11P81-2326-SM-59875\tGTEX-ZQUD-0005-SM-4YCE5\tGTEX-1314G-1626-SM-5EQ67\tGTEX-PX3G-0008-SM-48U2L\tGTEX-YF7O-0726-SM-4W213\tGTEX-132AR-1026-SM-5PNVL\tGTEX-Y9LG-0726-SM-4VDS3\tGTEX-145MF-2726-SM-5O995\tGTEX-WL46-2026-SM-3LK7U\tGTEX-T6MO-2026-SM-33HB4\tGTEX-11EQ9-0426-SM-5A5JY\tGTEX-U8XE-1126-SM-3DB8W\tGTEX-11O72-0526-SM-5Q5AO\tGTEX-13G51-0011-R11b-SM-5J2NE\tGTEX-X4EP-1026-SM-4QAS5\tGTEX-ZXG5-0426-SM-5GICT\tGTEX-11OF3-0726-SM-5BC4Z\tGTEX-13O3Q-0011-R5b-SM-5P9H4\tGTEX-X4XY-0011-R10B-SM-46MWS\tGTEX-1313W-3126-SM-5LZUI\tGTEX-13FXS-0011-R11a-SM-5L3DM\tGTEX-WEY5-2026-SM-5SI8D\tGTEX-13FHO-0011-R5b-SM-5LZZ3\tGTEX-Y8E4-1926-SM-4VBPW\tGTEX-11EQ9-0926-SM-5HL6I\tGTEX-WH7G-0726-SM-3NMBM\tGTEX-11TT1-1726-SM-5EQLJ\tGTEX-147JS-1126-SM-5RQIW\tGTEX-YEC3-0926-SM-5Q5AC\tGTEX-12ZZX-1726-SM-5BC63\tGTEX-11I78-1726-SM-5A5M3\tGTEX-U412-0226-SM-3NMC8\tGTEX-11ZUS-0926-SM-5FQSY\tGTEX-WY7C-1626-SM-4ONC8\tGTEX-1445S-0011-R7b-SM-5PNUG\tGTEX-XLM4-0726-SM-4AT64\tGTEX-SSA3-0326-SM-47JWY\tGTEX-S4Q7-0326-SM-3K2B1\tGTEX-WHSB-1326-SM-3LK6W\tGTEX-139YR-0226-SM-5IFEM\tGTEX-RU72-0011-R6A-SM-2TF71\tGTEX-NFK9-0426-SM-2YUNK\tGTEX-UTHO-0011-R10A-SM-3GIJQ\tGTEX-VJYA-2026-SM-4KL1K\tGTEX-WOFM-0001-SM-4OOT2\tGTEX-U8XE-2126-SM-5CHRC\tGTEX-1399U-1326-SM-5IJET\tGTEX-13OW7-3126-SM-5L3HB\tGTEX-11ZTS-1326-SM-5EQMA\tGTEX-NPJ7-2926-SM-3MJGQ\tGTEX-WY7C-2626-SM-3NB2P\tGTEX-ZTX8-1026-SM-5EGHD\tGTEX-QEL4-0926-SM-3GAD1\tGTEX-139TS-0126-SM-5K7XJ\tGTEX-145MH-1026-SM-5Q5CI\tGTEX-13O3O-0726-SM-5J1N7\tGTEX-NFK9-1226-SM-3LK79\tGTEX-14A5H-0426-SM-5QGQF\tGTEX-WH7G-0526-SM-3NMBI\tGTEX-XXEK-2226-SM-4BRUM\tGTEX-13OVI-1226-SM-5J2ME\tGTEX-RUSQ-0526-SM-2TF72\tGTEX-T5JW-1426-SM-4DM5Q\tGTEX-12WSC-0005-SM-5MR3H\tGTEX-NPJ8-1226-SM-3MJHM\tGTEX-13G51-0426-SM-5K7Z5\tGTEX-ZYT6-2126-SM-5GZZ4\tGTEX-117YW-0826-SM-5H11O\tGTEX-ZAB5-1826-SM-5HL7C\tK-562-SM-46MWI\tGTEX-ZV6S-2126-SM-4YCEM\tGTEX-ZF2S-1726-SM-57WFT\tGTEX-ZVZQ-1526-SM-5N9G6\tGTEX-11ZTT-2426-SM-5EQLS\tGTEX-1399U-0526-SM-5K7YM\tGTEX-X15G-0526-SM-3NMB7\tGTEX-S7SF-0626-SM-4AD4V\tGTEX-S341-1326-SM-4AD72\tGTEX-13OW8-1526-SM-5K7V2\tGTEX-11ZTS-0126-SM-5EQ6M\tK-562-SM-5HL7A\tGTEX-12ZZW-1726-SM-5DUVD\tGTEX-ZF3C-1126-SM-57WEG\tGTEX-ZVT2-1226-SM-5GU5H\tGTEX-T6MN-2026-SM-4DM7L\tGTEX-T5JW-0126-SM-4DM6K\tGTEX-QLQ7-1926-SM-2S1R6\tGTEX-Q2AH-0926-SM-48TZK\tGTEX-145MH-0011-R8a-SM-5PNUL\tGTEX-13113-1426-SM-5EGHU\tGTEX-ZPU1-1926-SM-57WDT\tGTEX-145LS-0526-SM-5LU8Y\tGTEX-12WSJ-0326-SM-5GCMT\tGTEX-SE5C-0426-SM-4BRUI\tGTEX-R55G-0326-SM-48FDM\tGTEX-S341-1426-SM-4AD6U\tGTEX-WHSE-0826-SM-4SOJU\tGTEX-NPJ8-0011-R4a-SM-2HML3\tGTEX-XBEW-0008-SM-4AT3Y\tGTEX-12C56-1726-SM-5EQ61\tGTEX-ZYY3-3126-SM-5SI9L\tGTEX-139UW-0326-SM-5J1ML\tGTEX-ZT9W-2726-SM-57WG8\tK-562-SM-5N9B7\tGTEX-WWYW-0005-SM-3NB3K\tGTEX-WYJK-1126-SM-3NM9Z\tK-562-SM-3NB3I\tGTEX-XAJ8-0006-SM-46MVM\tGTEX-UJMC-1826-SM-3GADT\tGTEX-14AS3-2226-SM-5S2OX\tGTEX-13OVL-3226-SM-5L3H8\tGTEX-V1D1-0008-SM-4JBIJ\tGTEX-11XUK-0005-SM-5LU9F\tGTEX-XBEW-0626-SM-4QASP\tGTEX-139T8-0726-SM-5L3D2\tGTEX-ZLV1-0126-SM-4WWBZ\tGTEX-13O3O-0326-SM-5K7W2\tGTEX-T5JC-1526-SM-4DM68\tGTEX-XBED-0826-SM-47JYC\tGTEX-XMD2-0326-SM-4YCD6\tK-562-SM-3MJHH\tGTEX-11ONC-0526-SM-5BC57\tGTEX-QV44-0008-SM-447AX\tGTEX-139TT-0011-R11b-SM-5LZV1\tGTEX-ZDTS-1326-SM-4WKGX\tGTEX-13FLV-1426-SM-5J1N4\tGTEX-11EMC-0926-SM-59863\tGTEX-14ICL-0926-SM-5S2TU\tGTEX-147F3-0226-SM-5NQBV\tGTEX-PVOW-0426-SM-2XCF8\tGTEX-OXRK-0126-SM-3NB1E\tGTEX-ZTX8-1826-SM-5N9E5\tGTEX-145ME-1126-SM-5SIAT\tGTEX-ZF29-2126-SM-4WWB8\tGTEX-ZF28-0726-SM-4WKFU\tGTEX-14A6H-0126-SM-5QGPK\tGTEX-12C56-0426-SM-5FQU1\tGTEX-Y3I4-0126-SM-4TT26\tGTEX-117YX-1626-SM-5GZZG\tK-562-SM-2TF5R\tGTEX-SN8G-0926-SM-4DM5I\tGTEX-XMD2-0008-SM-4WWE7\tGTEX-111YS-1626-SM-5GZZ9\tGTEX-ZYFC-0426-SM-5GICQ\tGTEX-WFG8-1326-SM-4LVN3\tGTEX-1399U-0926-SM-5IFHA\tGTEX-11NV4-0526-SM-5N9BF\tGTEX-145LU-0011-R11b-SM-5P9JX\tGTEX-139TU-1226-SM-5J2NL\tGTEX-XGQ4-2326-SM-4AT53\tGTEX-RWSA-0126-SM-2XCBB\tGTEX-14C39-1626-SM-5S2P4\tK-562-SM-4QAR5\tGTEX-RM2N-0926-SM-48FD1\tGTEX-ZV6S-0826-SM-5NQ6Z\tGTEX-13N11-1126-SM-5KM41\tGTEX-R53T-1126-SM-48FD4\tGTEX-117YX-0826-SM-5H11J\tGTEX-RM2N-1726-SM-2TF55\tGTEX-YEC3-0426-SM-4YCEP\tGTEX-S4P3-0008-SM-3NM8R\tGTEX-OHPN-0005-SM-2YUML\tGTEX-WRHK-0226-SM-4MVOH\tGTEX-OHPK-2626-SM-2HMK9\tGTEX-Y5LM-1726-SM-4VDSX\tGTEX-13OW7-2926-SM-5MR3Z\tGTEX-R55G-1626-SM-48FF4\tGTEX-12WSA-2926-SM-5EQ4D\tGTEX-11DXZ-1726-SM-5H12M\tGTEX-OHPJ-0626-SM-2YUMY\tGTEX-Y111-0226-SM-4SOIW\tGTEX-111YS-0926-SM-5EGGI\tGTEX-13FHP-0826-SM-5K7V5\tGTEX-X5EB-2026-SM-4E3KA\tGTEX-WXYG-1426-SM-4ONCK\tGTEX-12WSK-0826-SM-5CVNP\tGTEX-11GSP-0226-SM-5A5KV\tGTEX-ZUA1-0426-SM-5NQAF\tGTEX-OXRO-1926-SM-2S1O3\tGTEX-131YS-2426-SM-5J2OD\tGTEX-POYW-1326-SM-48TCG\tGTEX-Y5V5-0926-SM-4VBPZ\tGTEX-148VI-1726-SM-5S2W9\tGTEX-11LCK-0226-SM-5A5M6\tGTEX-WEY5-0001-SM-3P61Z\tGTEX-ZXES-0008-SM-57WCX\tGTEX-SJXC-0008-SM-4DM7G\tGTEX-12WSG-1426-SM-5FQUK\tGTEX-XV7Q-2626-SM-4BRVA\tGTEX-XUJ4-0926-SM-4BOPA\tGTEX-13FLV-2326-SM-5K7UK\tGTEX-12WSD-0011-R4b-SM-5LZUA\tGTEX-12WSD-2326-SM-59HKQ\tGTEX-13S7M-0011-R9a-SM-5O9DW\tGTEX-XUZC-1726-SM-4BRWS\tGTEX-XYKS-1326-SM-4BRUN\tGTEX-13W3W-1726-SM-5LU4A\tGTEX-14ASI-0011-R6a-SM-5S2UZ\tGTEX-13OW8-1426-SM-5IJDT\tGTEX-X4EO-2426-SM-4QASD\tGTEX-13OVL-0011-R5b-SM-5L3FU\tGTEX-PWCY-2026-SM-2S1NF\tGTEX-ZLFU-1826-SM-4WWBV\tGTEX-12WSK-1926-SM-5LZVK\tGTEX-SNMC-0526-SM-4DM69\tGTEX-13FHP-3126-SM-5KLYX\tGTEX-YFC4-0226-SM-57WD2\tGTEX-12WSL-2026-SM-5GCML\tGTEX-1313W-0011-R7b-SM-5DUWL\tGTEX-T5JC-1826-SM-4DM6E\tGTEX-YF7O-0826-SM-4W21F\tGTEX-144GL-0011-R6a-SM-5P9HW\tGTEX-OHPL-0626-SM-3MJGJ\tGTEX-OXRP-2326-SM-2S1NL\tGTEX-11OF3-2626-SM-5GU7F\tGTEX-YF7O-1526-SM-5IFI6\tGTEX-11DXZ-1826-SM-5H12Y\tGTEX-PX3G-0526-SM-2I3EM\tGTEX-1313W-1426-SM-5KLZU\tGTEX-ZAB4-1526-SM-5CVN7\tGTEX-PWN1-2526-SM-48TDS\tGTEX-WHSB-0326-SM-5FQSD\tGTEX-ZAB5-0426-SM-5CVMI\tGTEX-R55F-1326-SM-2TF5F\tGTEX-ZP4G-0008-SM-4E3I4\tGTEX-13RTK-0426-SM-5RQHT\tGTEX-1477Z-0011-R3b-SM-5PNX9\tGTEX-12ZZX-1026-SM-5LZUW\tGTEX-13X6I-0011-R8a-SM-5PNZF\tGTEX-ZYFG-0326-SM-5E45Z\tGTEX-12C56-1926-SM-5FQUG\tGTEX-XYKS-0826-SM-4BRVF\tGTEX-12WSK-1026-SM-5CVNR\tGTEX-QCQG-0726-SM-48U1Z\tGTEX-WEY5-2226-SM-3GILQ\tGTEX-11ZVC-0526-SM-5N9G1\tGTEX-XYKS-0526-SM-4BRW2\tGTEX-ZF3C-1626-SM-4WWB4\tGTEX-WH7G-0726-SM-5EQ6C\tGTEX-YEC3-0726-SM-4YCD1\tGTEX-131XE-0326-SM-5LZVO\tGTEX-ZF2S-0006-SM-4WKHF\tGTEX-ZEX8-0526-SM-4WKH5\tGTEX-117YX-0226-SM-5EGH6\tK-562-SM-2YUNN\tGTEX-X15G-0726-SM-4PQZ5\tGTEX-146FH-2626-SM-5Q5E1\tGTEX-14E6C-1026-SM-5SI6P\tGTEX-ZDTS-0526-SM-4WKH9\tGTEX-144GN-0826-SM-5LU5G\tGTEX-13IVO-0626-SM-5LZYJ\tGTEX-OIZH-1826-SM-2YUNP\tGTEX-12ZZX-2826-SM-5BC6K\tGTEX-12WSK-1126-SM-5LZV8\tGTEX-1497J-0726-SM-5Q5D1\tGTEX-PVOW-0008-SM-48TE8\tGTEX-11NUK-0005-SM-5MR5F\tGTEX-111CU-0926-SM-5EGIK\tGTEX-1128S-0326-SM-5GZZF\tGTEX-1192W-2326-SM-5N9BS\tGTEX-11WQK-2926-SM-5EQKT\tGTEX-ZDTT-0226-SM-4WKHM\tGTEX-UPJH-0826-SM-4WKFD\tGTEX-11WQC-2826-SM-5GU7A\tGTEX-132QS-0826-SM-5K7WV\tGTEX-ZDYS-0126-SM-5HL6X\tGTEX-11ZUS-0226-SM-5FQT8\tGTEX-11TTK-0426-SM-5EQLT\tGTEX-QDT8-1326-SM-48TYY\tGTEX-14BMU-1926-SM-5S2QC\tGTEX-ZAB4-3126-SM-57WCJ\tGTEX-OHPM-1026-SM-3LK74\tGTEX-131YS-0426-SM-5EQ4J\tGTEX-S4Z8-2126-SM-4AD5H\tGTEX-11EM3-0226-SM-5985Y\tGTEX-13OVI-0726-SM-5L3DD\tGTEX-13VXU-0126-SM-5SI9F\tGTEX-WY7C-1726-SM-4ONCC\tGTEX-12WSB-0226-SM-5GCOR\tGTEX-13G51-0826-SM-5K7VB\tGTEX-QEG5-0626-SM-2S1PP\tGTEX-145MN-0126-SM-5RQHY\tGTEX-145MF-1026-SM-5Q5EQ\tGTEX-RU1J-0826-SM-46MUU\tGTEX-13X6J-0011-R5b-SM-5PNWT\tGTEX-NPJ8-0011-R1a-SM-5SI8B\tGTEX-ZUA1-0826-SM-4YCDL\tGTEX-YJ89-0008-SM-4RGM4\tGTEX-13CZU-0005-SM-5LU8K\tGTEX-T6MO-0626-SM-4DM6P\tGTEX-PLZ4-0006-SM-2S1NY\tGTEX-XYKS-2426-SM-4AT43\tGTEX-Q734-1126-SM-48TZY\tGTEX-XLM4-0011-R8A-SM-4AT44\tGTEX-RVPU-1526-SM-47JXQ\tGTEX-ZYWO-0126-SM-5GZWQ\tGTEX-PW2O-0826-SM-48TC5\tGTEX-X3Y1-2026-SM-3P5YM\tGTEX-TMMY-0005-SM-33HBN\tGTEX-131XF-0126-SM-5DUVF\tGTEX-Y5LM-0226-SM-4VBRM\tGTEX-139UW-0011-R9b-SM-5LZYT\tK-562-SM-2TC5E\tGTEX-117YX-1226-SM-5H11S\tGTEX-ZVTK-0626-SM-5GU6Y\tGTEX-13RTJ-0011-R1a-SM-5O9D9\tGTEX-111VG-0326-SM-5GZX7\tGTEX-QDVJ-1326-SM-48U1X\tGTEX-TMKS-0126-SM-3DB7S\tGTEX-12WSA-0226-SM-5BC5V\tGTEX-T6MN-1126-SM-4DM71\tGTEX-WRHU-1326-SM-4E3K7\tGTEX-14A6H-2626-SM-5NQBO\tGTEX-S95S-1026-SM-4B64M\tGTEX-145MN-1026-SM-5NQ9G\tGTEX-148VJ-0426-SM-5S2V8\tGTEX-11WQK-3226-SM-5EGI3\tGTEX-YEC4-0726-SM-5CVLV\tGTEX-ZUA1-0011-R5b-SM-51MTG\tGTEX-13FHO-0526-SM-5K7VS\tGTEX-ZT9W-1226-SM-57WE4\tGTEX-139TS-0005-SM-5NQC1\tGTEX-WZTO-0001-SM-4PQZY\tGTEX-X15G-0826-SM-4PQZD\tGTEX-13N1W-1926-SM-5IJCH\tGTEX-1269C-0926-SM-5FQSR\tGTEX-145MG-0826-SM-5Q5C2\tGTEX-144GM-0826-SM-5O98R\tGTEX-11LCK-0926-SM-5A5KA\tGTEX-11GSO-2826-SM-5HL6Q\tGTEX-SNOS-0003-SM-3NMAO\tGTEX-145LT-0926-SM-5LU9C\tGTEX-11ZUS-2926-SM-5FQSL\tGTEX-1313W-2826-SM-5P9G1\tGTEX-RTLS-1326-SM-46MUN\tGTEX-S33H-0008-SM-4AD6C\tGTEX-13O3Q-0626-SM-5IJG1\tGTEX-117YW-2626-SM-5GZZH\tGTEX-11EQ9-1926-SM-5PNVV\tGTEX-11EI6-0426-SM-5EQ43\tGTEX-117XS-3026-SM-5N9CA\tGTEX-13NYS-0011-R5a-SM-5MR4D\tGTEX-14E6C-0926-SM-5S2V9\tGTEX-11TTK-2726-SM-5GU58\tGTEX-ZVZP-0004-SM-51MS8\tGTEX-13OVJ-2726-SM-5IJG6\tGTEX-Z93S-0011-R5b-SM-4RGNI\tGTEX-ZDTS-0006-SM-4WAYZ\tGTEX-OHPM-0008-SM-4E3IP\tGTEX-QDT8-3026-SM-32PKB\tGTEX-WWYW-0426-SM-3NB31\tGTEX-ZT9W-2226-SM-57WFU\tGTEX-Q2AH-1926-SM-2S1PN\tGTEX-NPJ8-0011-R3a-SM-2HMIW\tGTEX-13IVO-0226-SM-5LZXU\tGTEX-YB5E-1526-SM-5IFIE\tGTEX-ZT9W-2026-SM-51MRA\tGTEX-WFJO-2026-SM-4LVM3\tGTEX-13OVH-0011-R4a-SM-5KM3W\tGTEX-QV44-0426-SM-4R1KF\tGTEX-XMK1-2026-SM-4B65K\tGTEX-UPK5-1526-SM-4JBJA\tGTEX-131YS-1226-SM-5K7VE\tGTEX-OOBJ-1826-SM-3NB1C\tK-562-SM-5QGOR\tGTEX-11ONC-2926-SM-5P9JM\tGTEX-13VXU-0626-SM-5L3F9\tGTEX-1399R-1226-SM-5P9GF\tGTEX-13O61-1226-SM-5KM21\tGTEX-WWYW-0011-R7A-SM-3NB3H\tGTEX-RNOR-2226-SM-2TF5O\tGTEX-PSDG-1326-SM-48TD2\tGTEX-OIZH-1426-SM-3NB1O\tGTEX-WHSE-0011-R3A-SM-3P5ZM\tGTEX-P4QT-1626-SM-2S1NP\tGTEX-13OVL-0426-SM-5IFG6\tGTEX-131XG-0926-SM-5LZW5\tGTEX-14E6C-0126-SM-5RQIP\tGTEX-SNMC-0926-SM-4DM5U\tGTEX-ZV6S-1826-SM-5NQ8D\tGTEX-131XH-0011-R6a-SM-5KM2G\tGTEX-145LT-1226-SM-5Q5BZ\tGTEX-UPK5-2326-SM-3P5Z8\tGTEX-12WS9-0011-R10a-SM-57WBV\tGTEX-XBED-1926-SM-47JYP\tGTEX-SIU8-0326-SM-2XCDR\tGTEX-ZVT3-0126-SM-5GU6I\tGTEX-QXCU-0006-SM-2TC5K\tGTEX-131YS-0011-R10b-SM-5EQ5N\tGTEX-QDVN-0726-SM-4B64L\tGTEX-ZF2S-3026-SM-4WWCH\tGTEX-WL46-0526-SM-3LK7W\tGTEX-V955-2026-SM-3GAFA\tGTEX-XV7Q-2126-SM-4BRVX\tGTEX-ZE7O-0126-SM-57WC1\tGTEX-13PVQ-1526-SM-5IFEQ\tGTEX-R53T-1026-SM-48FCO\tGTEX-ZYT6-1626-SM-5E45R\tGTEX-1122O-0326-SM-5H124\tGTEX-ZXG5-1626-SM-59HJK\tGTEX-13VXU-0011-R3b-SM-5O9CU\tGTEX-11I78-2226-SM-5PNYA\tGTEX-11ZUS-0526-SM-59884\tGTEX-11P81-1426-SM-5P9JN\tGTEX-WEY5-1426-SM-4LMJ3\tGTEX-W5WG-2426-SM-4LMI6\tGTEX-Y3IK-2826-SM-4WWDW\tGTEX-11ZTT-1726-SM-5EQL4\tGTEX-XBEC-1026-SM-4QASM\tGTEX-11EQ9-0008-SM-5Q5DK\tGTEX-139YR-0526-SM-5L3DG\tGTEX-111YS-0006-SM-5NQBE\tGTEX-TML8-0926-SM-4DXSJ\tGTEX-ZQG8-0008-SM-4YCE7\tGTEX-12ZZX-1226-SM-5EGHS\tGTEX-Q2AH-0326-SM-48U1K\tGTEX-Y3IK-1126-SM-51MSV\tGTEX-11NUK-2626-SM-5A5MB\tGTEX-OHPM-2626-SM-5SI7I\tGTEX-ZP4G-2326-SM-57WEM\tGTEX-1445S-0626-SM-5LU3C\tGTEX-RU72-0326-SM-2TF5T\tGTEX-ZYWO-0226-SM-5GZX3\tGTEX-ZAB5-0926-SM-5CVMV\tGTEX-14753-0926-SM-5Q5BI\tGTEX-12BJ1-0006-SM-5SIB5\tGTEX-14ABY-0726-SM-5Q5DF\tGTEX-POMQ-2326-SM-5S2VS\tGTEX-13OVJ-1826-SM-5KM2D\tGTEX-PLZ5-0006-SM-2S1NZ\tGTEX-RU1J-1326-SM-46MUL\tGTEX-OXRO-0011-R9A-SM-5S2W3\tGTEX-13111-1526-SM-5EGJX\tGTEX-P4PP-3026-SM-3P61O\tGTEX-13X6J-0011-R3b-SM-5P9K5\tGTEX-PLZ4-1626-SM-3P618\tGTEX-WHSB-0626-SM-4M1XP\tGTEX-OIZI-1026-SM-3NB1K\tGTEX-PWN1-2626-SM-2I3FH\tGTEX-147F4-0006-SM-5O99T\tGTEX-13RTK-0326-SM-5RQHS\tGTEX-1399U-1026-SM-5J1OC\tGTEX-YJ8O-0226-SM-5S2NL\tGTEX-Y3I4-0726-SM-4TT7M\tGTEX-13O1R-0726-SM-5IJEI\tGTEX-RWSA-1726-SM-47JX7\tGTEX-Q2AG-0626-SM-2S1PV\tGTEX-11O72-2326-SM-5BC7H\tGTEX-ZG7Y-0926-SM-5EQ6O\tGTEX-11ONC-0011-R8b-SM-5NQ87\tGTEX-12126-0011-R11a-SM-5BC6X\tGTEX-WOFM-0126-SM-3MJFE\tGTEX-13X6K-0526-SM-5LU51\tGTEX-X261-3226-SM-3NMC3\tGTEX-TMZS-0126-SM-3DB9Q\tGTEX-RU72-0011-R7A-SM-2TF5U\tGTEX-ZV7C-2026-SM-5NQ8F\tGTEX-131YS-0326-SM-5PNYW\tGTEX-PLZ6-1426-SM-5S2TR\tGTEX-WXYG-1226-SM-4ONCJ\tGTEX-11H98-0011-R11b-SM-5NQ6U\tGTEX-ZV6S-1626-SM-5NQ81\tGTEX-SN8G-0001-SM-3NM8L\tGTEX-P4PP-1026-SM-3NM9O\tGTEX-U3ZH-0926-SM-4DXU4\tGTEX-ZTSS-0726-SM-51MSN\tGTEX-OXRN-2626-SM-48TBX\tGTEX-11LCK-1126-SM-5A5KC\tGTEX-WH7G-0626-SM-4LVMO\tGTEX-R55D-1826-SM-48FEF\tGTEX-146FR-1326-SM-5SIAJ\tGTEX-131XE-0126-SM-5LZVC\tGTEX-WZTO-0011-R11A-SM-4E3K9\tGTEX-YB5E-0226-SM-5IFHI\tGTEX-14BIM-3126-SM-5Q5C7\tGTEX-QCQG-0426-SM-48U29\tGTEX-11TUW-0926-SM-5EQMW\tGTEX-X3Y1-1726-SM-4PQZL\tGTEX-R55G-0006-SM-2TC6O\tGTEX-WWYW-0826-SM-3NB2X\tGTEX-YEC3-2526-101809-SM-5CVLT\tGTEX-X261-0005-SM-4PQYX\tGTEX-ZAB4-0011-R3a-SM-4RGNQ\tGTEX-ZYFG-1226-SM-5GIC7\tGTEX-PVOW-1626-SM-48TC9\tGTEX-P4QR-0326-SM-5SI8P\tGTEX-13OVL-0011-R8a-SM-5L3HH\tGTEX-14ABY-0011-R9a-SM-5PNZK\tGTEX-RM2N-1826-SM-2TF5B\tGTEX-11P82-1326-SM-5HL62\tGTEX-ZYFG-1726-SM-5GZZB\tGTEX-ZPIC-0926-SM-4WWFK\tGTEX-YEC4-1826-SM-4W1YP\tGTEX-XUJ4-0005-SM-4BOQ6\tGTEX-11EQ9-2426-SM-5HL5T\tGTEX-UPIC-0002-SM-3NMDC\tGTEX-YFC4-1526-SM-5IFJS\tGTEX-WYVS-1426-SM-4ONCV\tGTEX-14E6E-1526-SM-5RQIG\tGTEX-139UW-0426-SM-5K7V4\tGTEX-11OF3-3026-SM-5GU52\tGTEX-RN64-0326-SM-2TC5J\tGTEX-NL4W-0011-R8a-SM-2I3G4\tGTEX-P78B-1626-SM-5SI85\tGTEX-W5WG-1426-SM-4KKZP\tGTEX-13OW8-1826-SM-5L3H1\tGTEX-TKQ2-1226-SM-4DXSV\tGTEX-WYBS-0926-SM-3NM94\tGTEX-X15G-1526-SM-4PQZM\tGTEX-S32W-2326-SM-2XCAW\tGTEX-13112-0226-SM-5P9IV\tGTEX-13N1W-3126-SM-5IFHB\tGTEX-11GSO-0011-R2a-SM-57WDF\tGTEX-13CF2-2626-SM-5LZZA\tGTEX-PWOO-1326-SM-48TCJ\tGTEX-NL3H-0011-R1a-SM-48TDJ\tGTEX-11OF3-1826-SM-5987N\tGTEX-WFG8-0126-SM-5CHTB\tGTEX-X62O-2226-SM-46MW3\tGTEX-13CF2-2726-SM-5LZWW\tGTEX-111CU-0626-SM-5EGHL\tGTEX-QCQG-1726-SM-3GIJ9\tGTEX-OOBJ-2626-SM-2I3F6\tGTEX-S95S-1426-SM-2XCDM\tGTEX-SIU7-1126-SM-2XCDW\tGTEX-139TU-0626-SM-5KM3X\tGTEX-12BJ1-0226-SM-5LUA2\tGTEX-12WSC-0826-SM-5EQ5Q\tGTEX-S95S-0326-SM-4B66U\tGTEX-XPT6-2126-SM-4B66P\tGTEX-145LV-0326-SM-5Q5BW\tGTEX-X585-0426-SM-4E3JZ\tGTEX-X261-0011-R10B-SM-4E3JT\tGTEX-RVPU-2226-SM-2XCAQ\tGTEX-QEG4-1126-SM-2S1P7\tGTEX-QVUS-0626-SM-447CC\tGTEX-139T8-0626-SM-5KLZX\tGTEX-P4QS-1326-SM-3NMCD\tGTEX-ZVE2-2826-SM-5GU51\tGTEX-ZT9W-0926-SM-57WFS\tGTEX-ZYT6-0126-SM-5E45J\tGTEX-ZVT3-0926-SM-5GICK\tGTEX-ZT9W-1126-SM-57WDR\tGTEX-13O1R-2526-SM-5N9FW\tGTEX-117XS-0426-SM-5GZZN\tGTEX-X585-1226-SM-46MW7\tK-562-SM-5O98J\tGTEX-RVPU-2426-SM-2XCAR\tGTEX-145MH-0626-SM-5NQAK\tGTEX-ZP4G-1226-SM-4WWCJ\tGTEX-WHWD-0226-SM-4OORT\tGTEX-ZP4G-1626-SM-57WGD\tGTEX-11ZTS-0011-R3a-SM-5BC78\tGTEX-VUSG-2826-SM-4KKZM\tGTEX-XLM4-0011-R6A-SM-4AT4B\tGTEX-12WSB-0011-R11b-SM-57WBJ\tGTEX-Y5LM-0626-SM-4V6G4\tGTEX-P78B-0008-SM-48TE1\tGTEX-P4QS-2126-SM-3NMCF\tGTEX-13OVG-2226-SM-5K7V8\tGTEX-1477Z-1526-SM-5SI9V\tGTEX-Y8E4-2026-SM-5IFJB\tGTEX-14BMV-1426-SM-5S2WA\tGTEX-XV7Q-2326-SM-4BRVZ\tGTEX-PX3G-0426-SM-48U1C\tGTEX-N7MT-0011-R6a-SM-2I3G3\tGTEX-139TT-0126-SM-5K7Y5\tGTEX-T5JC-2326-SM-32PMR\tGTEX-13O1R-1326-SM-5IJF5\tGTEX-13FH7-1626-SM-5J2O9\tGTEX-131XG-2126-SM-5DUXG\tGTEX-ZVT2-1726-SM-51MRO\tGTEX-ZTPG-0726-SM-5DUXP\tGTEX-R45C-0008-SM-48FF2\tGTEX-1192X-1026-SM-5H12P\tGTEX-13QBU-1826-SM-5IJG3\tGTEX-13O3Q-2826-SM-5KM2N\tGTEX-YFC4-1026-SM-5RQJM\tGTEX-11GSP-1326-SM-5A5KY\tGTEX-QDVN-0006-SM-48U1R\tGTEX-13O21-3026-SM-5J2NI\tGTEX-SE5C-1226-SM-4BRWV\tGTEX-OXRK-1826-SM-2HMJE\tGTEX-WOFM-1626-SM-3MJFX\tGTEX-WYVS-1526-SM-4OND4\tGTEX-11DXZ-1926-SM-5GZZL\tGTEX-1192X-3026-SM-5N9BM\tGTEX-13NYB-0126-SM-5J1MD\tGTEX-144FL-0626-SM-5LU43\tGTEX-1269C-1826-SM-5N9E1\tGTEX-OIZH-2026-SM-3NB1M\tGTEX-13N1W-0726-SM-5MR57\tGTEX-13NZ8-3026-SM-5L3D4\tGTEX-13PL7-2626-SM-5IFH4\tGTEX-SUCS-0626-SM-5CHQE\tGTEX-OOBJ-2126-SM-3NB1N\tGTEX-QEL4-1926-SM-4R1JI\tGTEX-13O3O-0426-SM-5KM2Y\tGTEX-12WS9-0126-SM-5EGL7\tGTEX-ZYVF-2226-SM-5GIDD\tGTEX-13OVH-3026-SM-5MR4N\tGTEX-WFJO-0326-SM-3GIL3\tK-562-SM-5Q5CL\tGTEX-YJ89-0011-R11a-SM-4SOKA\tGTEX-13N1W-0011-R10b-SM-5MR4H\tGTEX-PVOW-0006-SM-3NMB8\tGTEX-U8XE-0008-SM-4E3K4\tGTEX-11VI4-0426-SM-5EGHZ\tGTEX-XQ3S-0926-SM-4BOPI\tGTEX-145MI-3126-SM-5Q5CF\tGTEX-WXYG-0005-SM-3NB3M\tGTEX-Y5V5-1026-SM-5LUAH\tGTEX-WYVS-2426-SM-3NMA9\tGTEX-13OW8-0011-R10a-SM-5L3H6\tGTEX-11LCK-2326-SM-5HL53\tGTEX-ZYFD-0526-SM-5E442\tGTEX-12ZZY-0226-SM-5LZVE\tGTEX-13113-1226-SM-5EGHT\tGTEX-S4UY-1626-SM-4AD55\tGTEX-13OW8-0011-R8a-SM-5L3G5\tGTEX-QLQW-1626-SM-4R1K1\tGTEX-11LCK-0426-SM-5A5M8\tGTEX-13OW5-0926-SM-5L3GZ\tGTEX-WYJK-0426-SM-3NM9G\tGTEX-N7MS-1126-SM-3LK5E\tGTEX-ZVP2-1426-SM-5NQ7P\tGTEX-ZV68-0226-SM-59HJF\tGTEX-NFK9-0226-SM-2HMKQ\tK-562-SM-5J2LX\tGTEX-Y114-0426-SM-4TT6V\tGTEX-QV31-0008-SM-447AT\tGTEX-ZLFU-1026-SM-5EQMZ\tGTEX-11EQ8-1326-SM-5EGJQ\tGTEX-13PVR-0926-SM-5S2RB\tGTEX-QDVJ-1426-SM-48U1Y\tGTEX-QVUS-0011-R8A-SM-3GAD7\tGTEX-P4PP-0226-SM-5S2VR\tGTEX-WL46-0008-SM-4OOSW\tGTEX-PWCY-1826-SM-5SI7U\tGTEX-UTHO-1026-SM-3GAF7\tGTEX-P44H-0011-R4A-SM-2XCEW\tGTEX-11ONC-2226-SM-5HL6D\tGTEX-P78B-1726-SM-3P5ZV\tGTEX-13CF2-0006-SM-5O99L\tGTEX-14A5H-1626-SM-5SIAN\tGTEX-11GS4-1026-SM-5N9DE\tGTEX-UPJH-0926-SM-4IHKA\tGTEX-Y8DK-0326-SM-4TT3P\tGTEX-X3Y1-0926-SM-3P5YT\tGTEX-RU72-0011-R2A-SM-2TF6O\tGTEX-S4Q7-1326-SM-4AD74\tGTEX-X585-0011-R8A-SM-46MUX\tGTEX-ZPIC-2426-SM-5DUW1\tGTEX-ZYFD-3126-SM-5E44O\tGTEX-148VJ-0006-SM-5NQB1\tGTEX-13O1R-0826-SM-5J2MB\tGTEX-X15G-1726-SM-4PQZN\tGTEX-145MH-0011-R3b-SM-5P9JQ\tGTEX-11GS4-2526-SM-5A5KT\tGTEX-12ZZZ-1726-SM-59HK5\tGTEX-1399U-1826-SM-5PNZ1\tGTEX-139TS-1426-SM-5IFJD\tGTEX-144FL-2726-SM-5O98Z\tGTEX-U4B1-1426-SM-4DXTX\tGTEX-Y8LW-0326-SM-4VBQ9\tGTEX-XUZC-0126-SM-4BOO6\tGTEX-11ZUS-0011-R8a-SM-5BC73\tGTEX-14753-1926-SM-5NQAA\tGTEX-NPJ7-1326-SM-3MJHO\tGTEX-13FTX-0326-SM-5J2NG\tGTEX-146FH-2526-SM-5Q5BP\tGTEX-1117F-1326-SM-5EGHH\tGTEX-148VJ-0726-SM-5LU8J\tGTEX-ZPIC-1026-SM-59HKZ\tGTEX-WQUQ-0126-SM-4OOSS\tGTEX-XUYS-0426-SM-47JX3\tGTEX-Y5LM-0005-SM-4V6EJ\tGTEX-11EI6-0008-SM-5QGR7\tGTEX-ZYFC-0626-SM-5GIDR\tGTEX-OHPN-2926-SM-3LK65\tGTEX-NPJ8-2626-SM-2D7W2\tGTEX-Y8E5-0226-SM-57WCM\tGTEX-YFC4-0011-R4a-SM-4RGLQ\tGTEX-R53T-0826-SM-48FCP\tGTEX-ZPCL-2026-SM-57WFD\tGTEX-11WQC-2626-SM-5CVLF\tGTEX-XV7Q-0326-SM-4BRVM\tGTEX-ZT9X-0004-SM-4YCDT\tGTEX-13NZA-0011-R8b-SM-5KM2Q\tGTEX-11GS4-1426-SM-5N9D2\tGTEX-Y8DK-0011-R5B-SM-4RTW6\tGTEX-14B4R-1426-SM-5Q5CG\tGTEX-ZDXO-0326-SM-4WKHJ\tGTEX-Y9LG-2326-SM-4VDS1\tGTEX-T2IS-0826-SM-4DM6L\tGTEX-11ZTS-0011-R1a-SM-5BC71\tGTEX-VUSG-0326-SM-3GIJ7\tGTEX-UJHI-1126-SM-4IHLN\tGTEX-11DXZ-1426-SM-5H12A\tGTEX-SNMC-1026-SM-4DM7K\tGTEX-12WS9-3026-SM-5EGIE\tGTEX-PLZ6-0626-SM-3P61B\tGTEX-YF7O-2226-SM-5CVN8\tGTEX-13FH7-1926-SM-5J2OL\tGTEX-ZLFU-0626-SM-4WWBO\tGTEX-12696-0926-SM-5FQTV\tGTEX-13VXT-0526-SM-5SI9O\tGTEX-QEG4-1226-SM-2S1P6\tGTEX-YJ89-0011-R9a-SM-4SOK7\tGTEX-12ZZW-2326-SM-5DUW2\tGTEX-139T6-0626-SM-5IFF9\tGTEX-139TU-0726-SM-5L3EK\tGTEX-139TU-0011-R5b-SM-5L3E1\tGTEX-RTLS-0726-SM-46MV4\tGTEX-13O21-1126-SM-5N9EV\tGTEX-XQ3S-1326-SM-4BOPQ\tGTEX-PX3G-0226-SM-2S1OU\tGTEX-SSA3-0002-SM-3P61R\tGTEX-WXYG-1626-SM-4ONCR\tGTEX-NL3H-0011-R11A-SM-2I3E6\tGTEX-N7MS-0011-R2a-SM-2HML6\tGTEX-QMRM-1126-SM-447BN\tGTEX-139D8-0226-SM-5KLZO\tGTEX-13OVJ-0726-SM-5KM1W\tGTEX-13FTY-0011-R1a-SM-5LZXE\tGTEX-S95S-0726-SM-4B64H\tGTEX-13O61-1526-SM-5KM3P\tGTEX-ZTPG-2226-SM-57WF9\tGTEX-13FXS-0226-SM-5IJCK\tGTEX-PLZ4-0726-SM-2TC6Q\tGTEX-OHPL-0326-SM-33HC8\tGTEX-S7SE-0005-SM-2XCEA\tGTEX-12WSF-0011-R4b-SM-5HL88\tGTEX-12ZZY-0426-SM-5LZW3\tGTEX-RVPV-0008-SM-47JYW\tGTEX-PWCY-2226-SM-2S1OP\tGTEX-11DXX-1126-SM-5GZZK\tGTEX-S4Z8-2026-SM-3K2A9\tGTEX-O5YW-1526-SM-3MJGL\tGTEX-11ZTS-0011-R2b-SM-5BC75\tGTEX-T5JC-0011-R11A-SM-32PMB\tGTEX-PWCY-1726-SM-48TD3\tGTEX-13OVI-1926-SM-5IJCG\tGTEX-13VXT-1426-SM-5LU4B\tGTEX-1399R-1926-SM-5K7X8\tGTEX-1399T-3026-SM-5KLZC\tGTEX-P44G-0526-SM-2XCD1\tGTEX-14BIM-0006-SM-5O9AA\tGTEX-12WS9-0011-R2a-SM-5CVNE\tGTEX-P4QR-0426-SM-2S1NV\tGTEX-Y3I4-2226-SM-4TT7O\tGTEX-PWOO-0726-SM-2I3EB\tGTEX-139T8-0011-R1a-SM-5HL75\tGTEX-WYJK-2426-SM-4ONDQ\tGTEX-ZV7C-0008-SM-57WCL\tGTEX-X4XX-0011-R4B-SM-46MWL\tGTEX-RWS6-0001-SM-3NMAL\tGTEX-13O1R-1226-SM-5J1NU\tGTEX-145MH-1226-SM-5RQJT\tGTEX-ZLWG-0226-SM-4WWC6\tGTEX-13X6I-0926-SM-5LUAB\tGTEX-ZE7O-2726-SM-51MT5\tGTEX-NPJ8-2626-SM-26GMZ\tGTEX-T5JC-2426-SM-3NMDB\tGTEX-XXEK-0004-SM-4BRWO\tGTEX-11ZUS-0011-R11b-SM-5BC7B\tGTEX-Y5V5-2126-SM-4WWFO\tGTEX-OXRK-0626-SM-2HMJ5\tGTEX-13RTJ-3126-SM-5S2Q4\tGTEX-11OF3-0006-SM-5O9CM\tGTEX-TMMY-1226-SM-4DXT6\tGTEX-YECK-1326-SM-4W1ZF\tGTEX-XBED-1526-SM-4AT5W\tGTEX-QLQ7-1826-SM-2S1R5\tGTEX-UJMC-1326-SM-4IHLS\tGTEX-U412-2026-SM-4DXSI\tGTEX-ZVE1-0008-SM-51MS9\tGTEX-13S86-0626-SM-5Q5E7\tGTEX-Y111-0326-SM-4SOIX\tGTEX-WFG7-0005-SM-3GIKM\tGTEX-11TUW-2326-SM-5EQMO\tGTEX-139YR-2126-SM-5KM11\tGTEX-WFON-0126-SM-4LVM9\tGTEX-ZAJG-2826-SM-5HL8D\tGTEX-13CZV-0011-R9a-SM-5LZXT\tGTEX-11EM3-0426-SM-5N9BZ\tGTEX-13G51-3226-SM-5IFG7\tGTEX-XGQ4-1026-SM-4AT4L\tGTEX-14DAR-2226-SM-5S2VT\tGTEX-NPJ8-0007-SM-2D7VX\tGTEX-POYW-0526-SM-2XCEY\tGTEX-1497J-0226-SM-5QGPU\tGTEX-YEC4-1426-SM-5IFHS\tGTEX-Y8E4-0826-SM-4VBRS\tGTEX-P44H-2626-SM-2XCET\tGTEX-13OW8-0326-SM-5L3FB\tGTEX-1399S-2326-SM-5K7YV\tGTEX-RTLS-0626-SM-2TF6G\tGTEX-T8EM-1826-SM-4DM7F\tGTEX-ZDYS-1126-SM-5K7UB\tGTEX-Y8E4-2426-SM-4WWDN\tGTEX-WFON-0126-SM-5CHTF\tGTEX-POMQ-1426-SM-3P61D\tGTEX-XMK1-1326-SM-4B65Q\tGTEX-X4XX-0626-SM-3NMC1\tGTEX-ZDXO-2426-SM-5S2NJ\tGTEX-132AR-0426-SM-5IFH8\tGTEX-1269C-1026-SM-5N9EY\tGTEX-XMK1-0126-SM-4B65F\tGTEX-YJ8A-0526-SM-5IFHT\tGTEX-RUSQ-0226-SM-47JWT\tGTEX-ZF28-0126-SM-4WKGK\tGTEX-T5JW-1726-SM-3GADN\tGTEX-ZDTT-2726-SM-4WKF8\tGTEX-13CZV-0011-R5a-SM-5K7XA\tGTEX-131XF-2526-SM-5EQ68\tGTEX-ZLFU-1726-SM-4WWBU\tGTEX-T8EM-1026-SM-3DB7M\tGTEX-13OW6-0011-R5a-SM-5O9BK\tGTEX-Q2AH-1226-SM-48TZL\tGTEX-WQUQ-2626-SM-4MVNP\tGTEX-U8XE-2026-SM-5CHQF\tGTEX-U3ZN-1026-SM-4DXTC\tGTEX-12696-3126-SM-5FQUX\tGTEX-13OW6-2626-SM-5IFF2\tGTEX-WHSE-0526-SM-5GZZD\tGTEX-13NZA-0826-SM-5K7WS\tGTEX-WVLH-1426-SM-4MVNX\tGTEX-13VXU-1026-SM-5KLZE\tGTEX-12WSM-0011-R6b-SM-5EQ6N\tGTEX-ZAKK-0426-SM-5EGHB\tGTEX-WFG8-0926-SM-3GIKJ\tGTEX-XYKS-1526-SM-4BRUP\tGTEX-ZE9C-0008-SM-4E3K6\tGTEX-WHSB-1626-SM-3LK6J\tGTEX-X3Y1-0006-SM-3P5ZG\tGTEX-12KS4-0126-SM-5Q5A5\tGTEX-ZTTD-0006-SM-51MSJ\tGTEX-ZT9X-0926-SM-5O9C4\tGTEX-13N1W-0011-R5b-SM-5MR5Q\tGTEX-13O21-0626-SM-5IJDI\tGTEX-131XG-1726-SM-5LZUR\tGTEX-P4PP-2426-SM-3P61L\tGTEX-14A5H-0006-SM-5O9AI\tGTEX-13PVR-0326-SM-5RQJY\tGTEX-ZZPT-3026-SM-5GZXH\tGTEX-13YAN-2126-SM-5Q5C4\tGTEX-VJYA-1026-SM-4KL21\tGTEX-12ZZY-0011-R6b-SM-5EGLA\tGTEX-W5WG-2726-SM-4LMIC\tGTEX-12ZZX-2726-SM-5N9FT\tGTEX-ZA64-1226-SM-5HL7B\tGTEX-WFG8-2526-SM-3GILR\tGTEX-139YR-0126-SM-5IJEY\tGTEX-145MI-0011-R4b-SM-5PNZH\tGTEX-XMD2-0226-SM-4WWEE\tGTEX-ZUA1-0002-SM-4YCF7\tGTEX-1399R-0006-SM-5N9FR\tGTEX-13QIC-0011-R11b-SM-5O9BU\tGTEX-X62O-0826-SM-46MW8\tGTEX-ZY6K-1526-SM-5GZXE\tGTEX-11XUK-0126-SM-5CVLK\tGTEX-XLM4-3126-SM-4AT6M\tGTEX-1192W-0005-SM-5NQBQ\tGTEX-12BJ1-1526-SM-5LUAQ\tGTEX-Y8E5-0002-SM-57WD9\tGTEX-ZVZP-1726-SM-5GZWY\tGTEX-WVLH-0011-R1A-SM-4MVOK\tGTEX-13OVI-0326-SM-5K7X1\tGTEX-ZQUD-0526-SM-57WG4\tGTEX-13NZ9-0526-SM-5J1OX\tGTEX-13OVJ-0011-R5a-SM-5P9H7\tGTEX-14DAQ-2326-SM-5S2QX\tGTEX-11GSP-3226-SM-5986O\tGTEX-13NYS-0011-R8a-SM-5MR5H\tGTEX-Y3IK-0226-SM-51MRJ\tGTEX-WHSB-0426-SM-4M1XI\tGTEX-ZPIC-2326-SM-57WDW\tGTEX-PX3G-0226-SM-3NB2C\tGTEX-13OW6-3026-SM-5J2MI\tGTEX-11EI6-0126-SM-5985R\tGTEX-ZE7O-0011-R7a-SM-57WCU\tGTEX-11ZTT-1626-SM-5EQKR\tGTEX-14BIL-0226-SM-5SI9E\tGTEX-111YS-0826-SM-5GZYK\tGTEX-ZTPG-1426-SM-51MT3\tGTEX-13O3O-2326-SM-5IJD6\tGTEX-1313W-0926-SM-5EQ56\tGTEX-12WSJ-0726-SM-5GCN6\tGTEX-12WSC-0526-SM-5BC5X\tGTEX-UTHO-3126-SM-3P5ZB\tGTEX-13NYB-0826-SM-5MR4V\tGTEX-SNMC-0826-SM-4DM66\tGTEX-Y3IK-0008-SM-4WWDZ\tGTEX-1211K-2226-SM-5FQU6\tGTEX-ZUA1-0011-R3a-SM-4YCEE\tGTEX-Y3I4-0626-SM-4TT7A\tGTEX-ZYFC-1026-SM-5GZX9\tGTEX-12584-0726-SM-5FQTK\tGTEX-ZC5H-1526-SM-5HL9Y\tGTEX-13FTW-1926-SM-5K7Y4\tGTEX-147F4-2826-SM-5NQBN\tGTEX-11DXX-1726-SM-5H11T\tGTEX-14BMV-0005-SM-5NQ6Y\tGTEX-111YS-1026-SM-5GZYE\tGTEX-XMD1-0011-R6A-SM-4AT5K\tGTEX-ZVTK-0326-SM-51MRR\tGTEX-11UD2-0926-SM-5CVL6\tGTEX-11WQC-2526-SM-5CVLE\tGTEX-13VXT-1026-SM-5LU37\tGTEX-12WSL-2826-SM-5LZWL\tGTEX-11EI6-0326-SM-5EQ6G\tGTEX-T6MN-0008-SM-4DM7H\tGTEX-XAJ8-0926-SM-47JXZ\tGTEX-XUW1-0426-SM-4BOOT\tGTEX-13X6K-0011-R10a-SM-5P9JR\tGTEX-WEY5-0926-SM-4LMI4\tGTEX-11GSO-1926-SM-5A5K3\tGTEX-13VXT-1226-SM-5LU3M\tGTEX-14DAQ-1626-SM-5S2R1\tGTEX-Y5V6-0326-SM-4VBRW\tGTEX-13PVQ-1826-SM-5L3GU\tGTEX-13NYS-0726-SM-5J1OR\tGTEX-OIZG-0426-SM-3LK5W\tGTEX-X4LF-0826-SM-4QASC\tGTEX-139TU-1126-SM-5J1NY\tGTEX-11EQ9-2126-SM-5PNVW\tGTEX-RU72-0526-SM-2TF5Z\tGTEX-ZF28-0011-R1a-SM-4WWD1\tGTEX-14A6H-2326-SM-5Q5B5\tGTEX-S32W-0826-SM-4AD5Z\tGTEX-11EQ8-0926-SM-5H12V\tGTEX-ZF28-0011-R6a-SM-4WKHI\tGTEX-ZZPU-2126-SM-5EGIU\tGTEX-S32W-1926-SM-4AD63\tGTEX-Y114-1226-SM-4TT88\tGTEX-SNOS-0826-SM-4DM5N\tGTEX-131XH-0011-R2b-SM-5DUVY\tGTEX-13RTJ-0011-R11a-SM-5O9CK\tGTEX-Y114-0226-SM-4TT8W\tGTEX-13SLW-0126-SM-5SI6C\tGTEX-O5YV-0426-SM-3LK66\tGTEX-X3Y1-1126-SM-4PQZ9\tGTEX-Y3IK-2226-SM-4YCD4\tGTEX-Q2AG-0326-SM-48U1O\tGTEX-V955-0926-SM-4JBJ8\tGTEX-1313W-0006-SM-5O9B1\tGTEX-13OW5-0011-R4b-SM-5L3HS\tGTEX-13OW6-0226-SM-5J1NB\tGTEX-W5X1-2526-SM-3GILC\tGTEX-1313W-0626-SM-5EQ4H\tGTEX-RVPV-0011-R5A-SM-2TF69\tGTEX-YEC3-2026-SM-5CVLQ\tGTEX-Y114-1326-SM-4TT9A\tGTEX-11ZTS-1526-SM-5N9G7\tGTEX-XUW1-1926-SM-4BOP1\tGTEX-12WSF-0011-R7b-SM-5HL99\tGTEX-148VJ-2226-SM-5NQ9M\tGTEX-WZTO-1626-SM-4PQYR\tGTEX-ZVT2-0001-SM-57WCK\tGTEX-U3ZN-0426-SM-4DXSH\tGTEX-QMRM-0226-SM-4R1K7\tGTEX-12696-0326-SM-5EGL4\tK-562-SM-57WAW\tGTEX-RU72-2626-SM-4TT75\tGTEX-WY7C-2126-SM-3NB2R\tGTEX-WXYG-0004-SM-4MVOS\tGTEX-OXRK-0008-SM-3NB28\tGTEX-1117F-2226-SM-5N9CH\tGTEX-12BJ1-0426-SM-5FQSO\tGTEX-NPJ8-0426-SM-2HMK6\tGTEX-WZTO-0011-R1B-SM-3NMAR\tGTEX-QDVN-0826-SM-48TZ2\tGTEX-WL46-0011-R1A-SM-3LK6M\tGTEX-11DXX-2626-SM-5Q5A3\tGTEX-13RTJ-2426-SM-5S2Q2\tGTEX-11TUW-2626-SM-5EQKZ\tGTEX-14BMU-0226-SM-5S2QA\tGTEX-13PL6-0826-SM-5IJBI\tGTEX-13O3P-0526-SM-5K7UT\tGTEX-YEC3-0826-SM-5P9JF\tGTEX-XUJ4-1526-SM-4BONU\tGTEX-11O72-1126-SM-5N9E2\tGTEX-UTHO-2926-SM-3P5Z9\tGTEX-XUW1-0826-SM-4BOP6\tGTEX-ZG7Y-0326-SM-4WWEY\tGTEX-11TUW-1926-SM-5BC58\tGTEX-YB5K-1826-SM-5IFJC\tGTEX-12WSL-0005-SM-5NQAD\tGTEX-YEC3-2326-SM-5IFJF\tGTEX-QMRM-1226-SM-447C6\tGTEX-ZYFG-0626-SM-5GZYA\tGTEX-QESD-0326-SM-47J4F\tGTEX-WFG7-1526-SM-4LVMG\tGTEX-YF7O-0626-SM-4W21R\tGTEX-QVJO-3126-SM-4R1KC\tGTEX-ZP4G-1026-SM-4YCE1\tGTEX-12WSE-0011-R1b-SM-5GU4V\tGTEX-ZE9C-0011-R6a-SM-4WWCW\tGTEX-132NY-1726-SM-5EGKK\tGTEX-S341-1626-SM-3K2B8\tGTEX-13FH7-2026-SM-5IJCR\tGTEX-13O61-1326-SM-5KM31\tGTEX-144GL-0011-R1a-SM-5PNZ5\tGTEX-Q2AH-1526-SM-48TZG\tGTEX-WXYG-1326-SM-4ONCN\tGTEX-13O3Q-0011-R8b-SM-5KM2J\tGTEX-ZVZP-1026-SM-5GICI\tGTEX-13O1R-1526-SM-5J1O7\tGTEX-WH7G-1326-SM-4LVMS\tGTEX-ZVZP-0226-SM-5NQ73\tGTEX-PWO3-0011-R2A-SM-2S1OX\tGTEX-ZP4G-1326-SM-5EGIW\tGTEX-XMK1-0005-SM-4B665\tGTEX-QVUS-0426-SM-48FE3\tGTEX-11LCK-1326-SM-5Q5AN\tGTEX-11LCK-1626-SM-5PNYB\tGTEX-U4B1-0008-SM-4DXUW\tGTEX-144FL-0426-SM-5O9A1\tGTEX-13O3P-0126-SM-5KM4S\tGTEX-WYJK-1426-SM-3NM8V\tGTEX-TSE9-2826-SM-4DXTF\tGTEX-Y3IK-1326-SM-4YCD8\tGTEX-Y3I4-1126-SM-4TT7Y\tGTEX-12WS9-0226-SM-5EQ4X\tGTEX-12C56-1526-SM-5FQUQ\tGTEX-NFK9-2226-SM-3MJGP\tGTEX-12ZZY-2926-SM-5DUXO\tGTEX-11OF3-3126-SM-5GU5E\tGTEX-WI4N-0726-SM-3TW93\tGTEX-146FH-0926-SM-5SI96\tGTEX-XV7Q-0526-SM-4BRWR\tGTEX-WHPG-0006-SM-3NMBV\tGTEX-RWS6-0005-SM-2XCAN\tGTEX-R55G-0008-SM-48FEX\tGTEX-144GM-2026-SM-5LU3D\tGTEX-Z93S-0011-R6b-SM-4RGNJ\tK-562-SM-48FEU\tGTEX-12WSL-1626-SM-5GCMU\tGTEX-Y5LM-0426-SM-4VBRO\tGTEX-YECK-0226-SM-4W215\tGTEX-145ME-2026-SM-5SIA5\tGTEX-ZTX8-0526-SM-59HLD\tGTEX-W5WG-2026-SM-4LMIB\tGTEX-11DYG-0126-SM-59883\tGTEX-11ZUS-0326-SM-5EQ4W\tGTEX-ZLFU-0126-SM-5EQMN\tGTEX-11EI6-2226-SM-5EGJM\tGTEX-OOBK-0726-SM-3LK5Q\tGTEX-139UC-0011-R11a-SM-5KM3J\tGTEX-13OVH-1826-SM-5K7YW\tGTEX-V955-1926-SM-4KL1L\tGTEX-PLZ5-0826-SM-4E3JR\tGTEX-PWCY-0326-SM-43IRU\tGTEX-QXCU-0326-SM-2TC63\tGTEX-X4EO-2926-SM-4E3JH\tGTEX-SIU7-1526-SM-4BRWQ\tGTEX-QDVN-2326-SM-2S1PF\tGTEX-TKQ1-0526-SM-4DXTG\tGTEX-13G51-0011-R2b-SM-5LZXS\tGTEX-OIZI-0226-SM-2XCEE\tGTEX-RU1J-1926-SM-2TF6S\tGTEX-QESD-1626-SM-2S1RB\tGTEX-ZYVF-0926-SM-5E44J\tGTEX-XPVG-0826-SM-4B654\tGTEX-OOBK-1626-SM-2HMKG\tGTEX-131XF-0826-SM-5GICG\tGTEX-ZF3C-0326-SM-4WWBF\tGTEX-T2IS-0008-SM-4DM75\tGTEX-O5YV-2026-SM-26GN2\tGTEX-YJ89-0011-R6a-SM-4V6GN\tGTEX-145LV-1026-SM-5O9AE\tGTEX-XUZC-0426-SM-4BOPE\tGTEX-ZDXO-0011-R11a-SM-4WWD9\tGTEX-111CU-0526-SM-5EGHK\tGTEX-11DXX-1226-SM-5GICD\tGTEX-Q2AI-0226-SM-48U1D\tGTEX-QEG4-0226-SM-2S1PY\tGTEX-WH7G-2326-SM-3NMBC\tGTEX-T5JC-0005-SM-4DM7B\tGTEX-SNOS-0726-SM-4DM5Z\tGTEX-WZTO-0426-SM-3NM99\tGTEX-13O61-2126-SM-5IJEO\tGTEX-13RTK-0726-SM-5Q5EN\tGTEX-YB5E-0826-SM-4VDRZ\tGTEX-14BIL-0011-R9a-SM-5SI7A\tGTEX-WHWD-0005-SM-3LK7D\tGTEX-13FTX-1126-SM-5N9EN\tGTEX-13W3W-2726-SM-5SIAE\tGTEX-Z93S-0011-R2a-SM-4RGNG\tGTEX-YEC3-1926-SM-5IFIT\tGTEX-WHPG-1526-SM-4M1ZK\tGTEX-UJMC-0326-SM-3GAE2\tGTEX-O5YW-0006-SM-3LK6E\tGTEX-12696-1326-SM-5FQTJ\tGTEX-S4P3-0426-SM-4AD56\tGTEX-V1D1-1726-SM-4JBHB\tGTEX-12ZZZ-0011-R5a-SM-5EQ4M\tGTEX-XUZC-1626-SM-4BRVP\tGTEX-RNOR-2426-SM-48FDY\tGTEX-Y8E4-0626-SM-4WWDL\tGTEX-14ICL-1126-SM-5S2RE\tGTEX-13OW8-0011-R7a-SM-5L3FP\tGTEX-XUYS-0226-SM-47JX1\tGTEX-11OF3-1926-SM-59889\tGTEX-1399R-0826-SM-5IJEL\tGTEX-13FHP-0011-R6b-SM-5LZY6\tGTEX-WYVS-0326-SM-3NM9V\tGTEX-ZT9W-0008-SM-4YCDJ\tGTEX-13S7M-0011-R11b-SM-5P9HU\tGTEX-ZAK1-2526-SM-5S2N7\tGTEX-TSE9-3026-SM-3DB76\tGTEX-XOTO-0126-SM-4B66N\tGTEX-WZTO-1026-SM-3NM9P\tGTEX-RNOR-0726-SM-2TF5I\tGTEX-QLQW-0005-SM-2S1RA\tGTEX-OHPK-0326-SM-2HMJO\tGTEX-WI4N-2726-SM-3LK7Y\tGTEX-12WSC-3026-SM-5GCNF\tGTEX-139YR-1826-SM-5LZXA\tGTEX-13N1W-0226-SM-5K7W6\tGTEX-11UD1-0226-SM-5EQKL\tGTEX-XAJ8-1226-SM-47JYS\tGTEX-145LV-2126-SM-5LU8N\tGTEX-ZYT6-0426-SM-5GID3\tGTEX-12WSL-2426-SM-5GCN7\tGTEX-ZQG8-0001-SM-4YCDH\tGTEX-1117F-3026-SM-5GZYU\tGTEX-QVUS-0011-R4A-SM-3GAE7\tGTEX-11P82-1626-SM-59879\tGTEX-S4Q7-0926-SM-4AD5D\tGTEX-11UD1-0011-R5b-SM-5P9FP\tGTEX-11ZU8-0126-SM-5EQ58\tGTEX-V955-2526-SM-4JBJG\tGTEX-13FLW-1426-SM-5K7YE\tGTEX-11OF3-1726-SM-5GU5Q\tGTEX-12WSL-0426-SM-5GCNX\tGTEX-WCDI-0002-SM-3P61U\tGTEX-SN8G-1526-SM-4DM79\tGTEX-13JVG-0011-R7b-SM-5MR3Q\tGTEX-ZF2S-1126-SM-4WKHH\tGTEX-145MH-0011-R7a-SM-5PNWH\tGTEX-13O3P-0926-SM-5IFFI\tGTEX-13QBU-1726-SM-5IJFQ\tGTEX-13FXS-2826-SM-5LZYC\tGTEX-139TS-0011-R7a-SM-5K7X7\tGTEX-X585-0005-SM-46MV3\tGTEX-13U4I-0626-SM-5LU5L\tGTEX-WFG8-1826-SM-4LVM4\tGTEX-11WQK-2626-SM-5EQ4K\tGTEX-ZF29-0226-SM-4WKHO\tGTEX-11LCK-0008-SM-5Q5BB\tGTEX-147F3-1926-SM-5SIB9\tGTEX-S32W-1026-SM-4AD5W\tGTEX-13OW6-0426-SM-5L3HM\tGTEX-ZPU1-0426-SM-4WWCA\tGTEX-WVLH-0626-SM-3MJG7\tGTEX-11EQ8-2626-SM-5N9BO\tGTEX-117YW-2826-SM-5H116\tGTEX-13X6I-1026-SM-5LU4C\tGTEX-131YS-1626-SM-5HL6C\tGTEX-X15G-2526-SM-4PQZT\tGTEX-11GSO-2626-SM-5Q5AK\tGTEX-111CU-1226-SM-5EGIN\tGTEX-ZVP2-1626-SM-5GU5D\tGTEX-11EQ9-0726-SM-5A5K2\tGTEX-S341-0426-SM-4AD5L\tGTEX-11VI4-0826-SM-5GU5N\tGTEX-13OW5-2926-SM-5IJF2\tGTEX-ZVZQ-0011-R1a-SM-57WBU\tGTEX-XOT4-0626-SM-4B66L\tGTEX-WK11-0326-SM-4OOS6\tGTEX-WHSE-0006-SM-3NMBW\tGTEX-14C5O-1326-SM-5S2UW\tGTEX-14A6H-2026-SM-5Q5DD\tGTEX-QMR6-0011-R10A-SM-32PKO\tGTEX-RUSQ-0006-SM-2TF6P\tGTEX-11P81-2026-SM-5P9GT\tGTEX-13YAN-0926-SM-5O9C3\tGTEX-X4XX-0126-SM-3NMC2\tGTEX-WL46-0011-R11A-SM-3MJFT\tGTEX-13D11-0426-SM-5LZYA\tGTEX-14AS3-0326-SM-5Q5DB\tGTEX-113IC-0126-SM-5HL6T\tGTEX-11P7K-2126-SM-5GU7G\tGTEX-11I78-0005-SM-5N9GB\tGTEX-11EQ9-0002-SM-5QGQ1\tGTEX-WRHK-1626-SM-3MJFH\tGTEX-PWCY-0526-SM-2I3ER\tGTEX-13OW8-1226-SM-5K7XD\tGTEX-VUSG-1226-SM-4KKZF\tGTEX-12ZZY-0926-SM-5EQ6I\tGTEX-12WSD-0011-R6b-SM-5P9JU\tGTEX-ZV7C-1526-SM-5NQ72\tGTEX-14ASI-0826-SM-5Q5EB\tGTEX-13OW6-1826-SM-5N9F9\tGTEX-WFG7-0326-SM-3GILI\tGTEX-144GO-2726-SM-5O9A2\tGTEX-1399T-0826-SM-5IFES\tGTEX-XQ8I-0926-SM-4BOOF\tGTEX-XV7Q-1326-SM-4BRWM\tGTEX-YEC4-1026-101814-SM-5P9FX\tGTEX-117YX-2626-SM-5EQ53\tGTEX-Y5V5-1626-SM-4VDSG\tGTEX-12WSC-1126-SM-5EQ4G\tGTEX-X15G-1126-SM-4PQZG\tGTEX-131XE-2726-SM-5P9G7\tK-562-SM-4M1XD\tGTEX-VUSH-0008-SM-47JWK\tGTEX-13NZ9-1226-SM-5MR3J\tGTEX-ZPCL-0008-SM-4WWAU\tGTEX-13X6J-0011-R4b-SM-5P9K4\tGTEX-Y3I4-0326-SM-4TT28\tGTEX-13PDP-1226-SM-5K7TW\tGTEX-1399R-1126-SM-5IFIO\tGTEX-SNOS-0326-SM-4DM6C\tGTEX-11GSP-0011-R11b-SM-5NQ7V\tGTEX-146FQ-0526-SM-5LU9I\tGTEX-11GS4-0626-SM-5A5LC\tGTEX-RTLS-1226-SM-46MUP\tGTEX-YECK-0926-SM-4W214\tGTEX-XUYS-0008-SM-47JYZ\tGTEX-X4EP-0011-R4B-SM-3P627\tGTEX-XQ8I-1526-SM-4BOOH\tGTEX-11TTK-2426-SM-5PNYO\tGTEX-Y111-0008-SM-4SOJ3\tGTEX-ZY6K-1326-SM-5GZWP\tGTEX-XAJ8-0126-SM-47JYG\tGTEX-131XH-0426-SM-5DUWU\tGTEX-12WSE-0926-SM-5S2VX\tGTEX-Y5V6-0426-SM-4VBRZ\tGTEX-132QS-0926-SM-5P9GB\tGTEX-ZF3C-2326-SM-5S2MZ\tGTEX-QV44-2026-SM-2S1RD\tGTEX-11DXZ-0226-SM-5EGGZ\tGTEX-WK11-2726-SM-3NMAQ\tGTEX-WWYW-3226-SM-3NB3B\tGTEX-QMR6-0008-SM-447AV\tGTEX-XQ3S-0426-SM-4BOOA\tGTEX-WYBS-1126-SM-3NMAM\tGTEX-P4QS-0626-SM-3NMD1\tGTEX-X4EP-0826-SM-3P5YK\tGTEX-13N2G-0826-SM-5IJE6\tGTEX-X15G-2326-SM-4PQZS\tGTEX-ZAB4-0726-SM-5HL8I\tGTEX-XGQ4-0426-SM-4AT4I\tGTEX-RM2N-1126-SM-48FCY\tGTEX-S7SF-1426-SM-4AT5A\tGTEX-Q734-1826-SM-2I3EL\tGTEX-WVLH-0011-R10A-SM-3MJFM\tGTEX-12WSN-2526-SM-5LZU8\tGTEX-PW2O-0008-SM-48TEB\tGTEX-117XS-0726-SM-5H131\tGTEX-147F4-0126-SM-5QGPV\tGTEX-XMD1-0526-SM-4AT4Z\tGTEX-QDVN-0426-SM-48TZ6\tGTEX-S3XE-1726-SM-3K2AM\tGTEX-1399S-0226-SM-5IFFG\tGTEX-ZVTK-0426-SM-51MRS\tGTEX-Q2AG-0011-R1A-SM-2HMJI\tGTEX-11WQK-0326-SM-5EQL1\tGTEX-13FTZ-0126-SM-5K7V3\tGTEX-144GL-0526-SM-5LU41\tGTEX-SJXC-0005-SM-2XCE7\tGTEX-ZDYS-0826-SM-4WWCR\tGTEX-X15G-1926-SM-4PQZQ\tGTEX-U3ZN-1926-SM-4DXSG\tGTEX-13CF2-1826-SM-5N9GK\tGTEX-131XE-0626-SM-5HL98\tGTEX-13D11-2226-SM-5IFEO\tGTEX-QDVN-1026-SM-48TZA\tGTEX-R55G-2526-SM-2TC6D\tGTEX-X261-3126-SM-4PQZC\tGTEX-X3Y1-0426-SM-3P5Z4\tGTEX-Z93S-2926-SM-57WB9\tGTEX-14AS3-0226-SM-5Q5B6\tGTEX-YECK-0326-SM-4W1YS\tGTEX-13OVI-1726-SM-5L3DW\tGTEX-WHPG-0004-SM-3NMDO\tGTEX-13PL7-2526-SM-5IFGR\tGTEX-13OVJ-0011-R6b-SM-5L3GH\tGTEX-UPJH-0726-SM-4IHJW\tGTEX-14H4A-0226-SM-5SI6Q\tGTEX-1399T-2626-SM-5L3E4\tGTEX-13O21-2226-SM-5MR3L\tGTEX-11TT1-2426-SM-5EQMK\tGTEX-RU72-2226-SM-46MUE\tGTEX-13IVO-0011-R10a-SM-5LZY3\tGTEX-11DZ1-2926-SM-5A5KI\tGTEX-WRHU-1226-SM-4E3IJ\tGTEX-P4QR-0226-SM-3NMCH\tGTEX-T5JC-1726-SM-4DM6U\tGTEX-SE5C-0726-SM-4BRWY\tGTEX-13QJC-0626-SM-5S2O9\tGTEX-13VXT-1526-SM-5LU3J\tGTEX-1339X-2426-SM-5KLYU\tGTEX-WHSE-0726-SM-4RTXA\tGTEX-S95S-0008-SM-4AT5M\tGTEX-S95S-1126-SM-4B64E\tGTEX-Y3IK-0826-SM-51MT8\tGTEX-Q734-0626-SM-2I3EF\tGTEX-QEL4-1026-SM-4R1JK\tGTEX-SIU8-0008-SM-4BRUC\tGTEX-Y5V5-2326-SM-4V6GA\tGTEX-14E6C-0226-SM-5S2N3\tGTEX-13X6I-0011-R7b-SM-5PNWP\tGTEX-111YS-2126-SM-5EGGM\tGTEX-117YX-2226-SM-5EGJJ\tGTEX-OOBK-0126-SM-2YUND\tGTEX-13D11-1426-SM-5K7Y9\tGTEX-RVPU-0011-R9A-SM-3NM8E\tGTEX-11UD2-0626-SM-5GU6L\tGTEX-ZYFD-0226-SM-5NQ86\tGTEX-ZVTK-0226-SM-51MRG\tGTEX-TMMY-0226-SM-33HBA\tGTEX-WVLH-3126-SM-3MJGA\tGTEX-XBED-0003-SM-47JWP\tGTEX-13NZA-0011-R1b-SM-5LUAF\tGTEX-13W46-0526-SM-5IJBD\tGTEX-13NZA-0011-R5b-SM-5KM4K\tGTEX-11GSP-1726-SM-5A5LI\tGTEX-11EM3-2126-SM-5H11M\tGTEX-11TUW-0008-SM-5SI6S\tGTEX-12WSC-0226-SM-5EQ52\tGTEX-14BMU-0926-SM-5S2QB\tGTEX-132NY-0626-SM-5L3D9\tGTEX-13O3P-0326-SM-5K7VM\tGTEX-ZDTT-1126-SM-4WKFW\tGTEX-OHPL-1326-SM-3MJGG\tGTEX-13OVH-2926-SM-5IJFH\tGTEX-ZZPT-1426-SM-5N9C5\tGTEX-XBEC-0326-SM-4AT4M\tGTEX-ZAB4-0926-SM-5CVN4\tGTEX-PLZ5-0926-SM-3TW8L\tGTEX-13NZA-3126-SM-5IJFU\tGTEX-1399R-1326-SM-5PNYS\tGTEX-Q2AH-1726-SM-2S1OT\tGTEX-133LE-1526-SM-5IFEN\tGTEX-PSDG-1526-SM-48TCY\tGTEX-YF7O-0126-SM-5IFIR\tGTEX-ZVP2-0008-SM-51MSL\tGTEX-R55G-2126-SM-2TC67\tGTEX-13O3Q-2426-SM-5IJBR\tGTEX-P44H-0011-R1A-SM-3NM8J\tGTEX-12C56-0226-SM-5N9FB\tGTEX-QLQ7-0326-SM-4R1JV\tGTEX-1399S-1526-SM-5P9JC\tGTEX-11DXY-2726-SM-5GID2\tGTEX-T5JC-0226-SM-32PMA\tGTEX-12ZZX-0626-SM-5EQ46\tGTEX-SJXC-2026-SM-4DM6N\tGTEX-13CIG-0011-R5b-SM-5L3F2\tGTEX-Q2AI-0326-SM-2I3EK\tGTEX-147F3-1726-SM-5SIAW\tGTEX-139UW-0126-SM-5KM1B\tGTEX-QESD-0726-SM-4R1KQ\tGTEX-OXRK-1626-SM-3NB17\tGTEX-13OW5-0011-R11b-SM-5L3GG\tGTEX-139YR-1626-SM-5IJGK\tGTEX-13JVG-0011-R6a-SM-5MR3E\tGTEX-11ZU8-0011-R3a-SM-5BC6U\tGTEX-132Q8-0011-R2b-SM-5EQ5Z\tGTEX-Q2AI-0826-SM-48TZO\tGTEX-12584-2126-SM-5FQUM\tGTEX-13CF3-1226-SM-5LZXN\tGTEX-XLM4-0005-SM-4AT4P\tGTEX-13W3W-0726-SM-5IJDQ\tGTEX-WHWD-0126-SM-4OORS\tGTEX-S4Z8-0626-SM-4AD6J\tGTEX-PWCY-0008-SM-48TE9\tGTEX-R53T-0726-SM-48FCS\tGTEX-12WSC-2826-SM-5BC5Y\tGTEX-YFC4-3026-SM-5IFJK\tGTEX-WEY5-0006-SM-3GIKG\tGTEX-X3Y1-1326-SM-4PQZB\tGTEX-145MH-2926-SM-5Q5D2\tGTEX-13D11-2626-SM-5IJDB\tGTEX-13JUV-0011-R6b-SM-5LZYG\tGTEX-YFC4-3226-SM-5CVM2\tGTEX-13NZA-1726-SM-5J1NA\tGTEX-1211K-2126-SM-59HJZ\tGTEX-Y5V5-2726-SM-4VDS2\tGTEX-13OW7-1926-SM-5LUB4\tGTEX-ZTPG-0226-SM-5O99I\tGTEX-147F4-0226-SM-5QGPW\tGTEX-11ZTS-0526-SM-5CVL9\tGTEX-RM2N-0726-SM-48FD5\tGTEX-UJMC-0626-SM-4IHJQ\tGTEX-W5X1-2826-SM-3GILM\tGTEX-139T8-0006-SM-5NQ6V\tGTEX-13G51-2326-SM-5LZXV\tGTEX-UPK5-0326-SM-3GAF3\tGTEX-13NYB-2526-SM-5K7Z6\tGTEX-1399R-2226-SM-5P9JB\tGTEX-139D8-2426-SM-5KM3A\tGTEX-X261-2426-SM-4PQZU\tGTEX-139TU-0126-SM-5K7WH\tGTEX-RUSQ-0426-SM-47JWR\tGTEX-X261-0126-SM-3NMD6\tGTEX-XPVG-0006-SM-4B65Z\tGTEX-T6MN-0011-R5A-SM-32QPD\tGTEX-12WSK-0126-SM-5GCO7\tGTEX-139TT-0011-R3b-SM-5K7VL\tGTEX-WHSE-0626-SM-4RGNF\tGTEX-13FH7-0526-SM-5IJF8\tGTEX-QEG5-0126-SM-4R1JR\tGTEX-WHWD-0826-SM-3LK6R\tGTEX-X3Y1-2626-SM-4PQZI\tGTEX-146FH-1226-SM-5NQB6\tGTEX-WY7C-2026-SM-4ONCM\tGTEX-ZVT3-0726-SM-5GICN\tGTEX-13CF2-0011-R11b-SM-5LZXO\tGTEX-14C39-0005-SM-5NQBR\tGTEX-YBZK-0326-SM-59HLN\tGTEX-WHWD-0003-SM-4M1ZS\tGTEX-144GL-3026-SM-5Q5CW\tGTEX-RU72-0126-SM-2TF6Z\tGTEX-QDVJ-0008-SM-48U2E\tGTEX-SNMC-1526-SM-2XCFN\tGTEX-OXRP-0006-SM-2I3FN\tGTEX-13JVG-0426-SM-5MR59\tGTEX-R55D-0126-SM-48FEL\tGTEX-XPVG-0926-SM-4B651\tGTEX-N7MS-1225-SM-3LK5G\tGTEX-12WSM-1726-SM-5BC6J\tGTEX-Y3IK-0926-SM-51MQU\tGTEX-ZA64-0926-SM-5HL7H\tGTEX-11O72-0126-SM-59887\tGTEX-ZDXO-1926-SM-5E45Q\tGTEX-X4EO-0004-SM-4QARM\tGTEX-QDT8-2926-SM-32PKC\tGTEX-13NZ9-0626-SM-5IJCO\tGTEX-XBEC-0726-SM-4QARZ\tGTEX-11GSP-2726-SM-5A5LJ\tGTEX-PWCY-0426-SM-48TCW\tGTEX-13W46-0226-SM-5SIAG\tGTEX-11NV4-0011-R7a-SM-57WDH\tGTEX-S7SF-1626-SM-3K2AY\tGTEX-Y5LM-1526-SM-4VDTA\tGTEX-YF7O-0926-SM-5IFIF\tGTEX-Q734-0006-SM-2I3FJ\tGTEX-WFG8-1526-SM-5CHSI\tGTEX-139YR-2526-SM-5IJC6\tGTEX-ZTPG-1026-SM-5DUWP\tGTEX-14ASI-0011-R1b-SM-5S2TY\tGTEX-14E7W-1226-SM-5RQIU\tGTEX-Y5V6-1326-SM-4VDTF\tGTEX-ZAB4-0011-R11a-SM-4SOKI\tGTEX-WFJO-0002-SM-3P61X\tGTEX-139UW-1126-SM-5IJEJ\tGTEX-11EM3-1926-SM-5987U\tGTEX-1212Z-1826-SM-5FQSH\tGTEX-WZTO-2826-SM-3NM8P\tGTEX-ZTX8-1726-SM-51MSB\tGTEX-13O3O-1426-SM-5KM2S\tGTEX-RTLS-0008-SM-48FET\tGTEX-XQ8I-1326-SM-4BOPV\tGTEX-T5JW-0005-SM-3GADE\tGTEX-13PVQ-2226-SM-5L3G9\tGTEX-131XG-0526-SM-5DUWF\tGTEX-145MO-0126-SM-5S2QU\tGTEX-12WSJ-0226-SM-5GCP7\tGTEX-W5X1-0826-SM-3GILN\tGTEX-ZF2S-0126-SM-4WKFO\tGTEX-ZF29-1126-SM-4WKGO\tGTEX-111FC-1326-SM-5N9D9\tGTEX-ZXES-1626-SM-5NQ7L\tGTEX-13FTY-0426-SM-5IJC2\tGTEX-13111-2226-SM-5LZUE\tGTEX-V1D1-1926-SM-4JBGX\tGTEX-XLM4-0011-R2B-SM-4AT5Z\tGTEX-UJHI-0226-SM-4IHJL\tGTEX-13OVH-3126-SM-5MR4Z\tGTEX-U3ZH-0008-SM-4DXT2\tGTEX-WWTW-0626-SM-4MVNS\tGTEX-13111-0726-SM-5DUVE\tGTEX-ZPU1-2726-SM-4WWFT\tGTEX-Q2AI-1226-SM-48U14\tGTEX-131XE-1026-SM-5EGKE\tGTEX-QDT8-0011-R9A-SM-32PKH\tGTEX-ZEX8-1926-SM-4WKFR\tGTEX-WFON-0426-SM-3GIL4\tK-562-SM-5L3FO\tGTEX-11EMC-2626-SM-59864\tGTEX-12WSH-2826-SM-5GCP5\tGTEX-ZYFD-2926-SM-5GID9\tGTEX-QCQG-1326-SM-48U24\tGTEX-X585-0011-R4B-SM-46MVH\tGTEX-QV44-1825-SM-447CF\tGTEX-QMR6-0011-R6A-SM-32PKP\tGTEX-U4B1-0826-SM-4DXTW\tGTEX-Y3IK-1726-SM-4YCCR\tGTEX-13112-0011-R1b-SM-5HL7K\tGTEX-Z93S-0011-R3b-SM-4RGNH\tGTEX-OXRP-0326-SM-5SI7J\tGTEX-13PL7-2126-SM-5L3HZ\tGTEX-13OW8-2726-SM-5L3FZ\tGTEX-Z93T-0126-SM-5HL5N\tGTEX-PSDG-0005-SM-3GADC\tK-562-SM-5PNWU\tGTEX-PVOW-1026-SM-5NQ7M\tGTEX-O5YT-1626-SM-32PK6\tGTEX-13OW6-0005-SM-5NQ9Z\tGTEX-ZXES-0926-SM-5E43O\tGTEX-V1D1-0006-SM-3NMCE\tGTEX-13O21-0126-SM-5IJE8\tGTEX-11EQ9-1326-SM-5985X\tGTEX-13PVQ-2126-SM-5L3FW\tGTEX-13NZ9-0726-SM-5J1ME\tGTEX-13D11-1926-SM-5IFGB\tGTEX-11I78-0526-SM-5986A\tGTEX-147JS-0726-SM-5S2UL\tGTEX-T5JC-0011-R10A-SM-32PM2\tGTEX-11EQ9-0626-SM-5A5K1\tGTEX-13PVR-1126-SM-5S2NX\tGTEX-11GSP-0326-SM-5A5KW\tGTEX-S33H-2226-SM-5S2UF\tGTEX-POYW-0526-SM-5KM2H\tGTEX-X585-0011-R2B-SM-46MVF\tGTEX-PWCY-2326-SM-2I3EQ\tGTEX-13NZ8-0326-SM-5L3DF\tGTEX-13OW7-0326-SM-5J1MP\tGTEX-11DXX-0226-SM-5P9HL\tGTEX-13O21-1426-SM-5K7XI\tGTEX-WEY5-1526-SM-4LMJF\tGTEX-SUCS-0926-SM-4DM4Z\tGTEX-S4UY-1226-SM-4AD51\tGTEX-ZA64-0426-SM-5HL96\tGTEX-WEY5-0426-SM-3GIKT\tGTEX-ZPU1-0006-SM-4WWAT\tGTEX-WL46-0011-R3A-SM-3TW8E\tGTEX-11ILO-2026-SM-5N9CQ\tGTEX-XBEW-1126-SM-4QARW\tGTEX-WHSE-0126-SM-3NMBT\tGTEX-13NYC-0326-SM-5K7WP\tGTEX-ZY6K-1926-SM-5GZXW\tGTEX-11P7K-0526-SM-5BC5I\tGTEX-11ZTT-2626-SM-5EQKK\tGTEX-13X6I-0011-R1b-SM-5PNZC\tGTEX-14B4R-1326-SM-5Q5EZ\tGTEX-NPJ8-0126-SM-2YUNR\tGTEX-R55E-0011-R5A-SM-2TC5N\tGTEX-WFG7-1226-SM-4LMK2\tGTEX-YEC4-0626-SM-5CVLU\tGTEX-YEC3-0426-SM-5IFK1\tGTEX-13111-0626-SM-5LZVR\tGTEX-12126-0326-SM-5PNW3\tGTEX-WVLH-3026-SM-3MJG9\tGTEX-145LS-2926-SM-5O99G\tGTEX-145MO-2426-SM-5NQ9W\tGTEX-12WSG-0726-SM-5EGIG\tGTEX-13OW5-0011-R5b-SM-5L3FR\tGTEX-148VJ-1026-SM-5LU98\tGTEX-S7PM-0008-SM-3NM9Q\tGTEX-OXRK-0226-SM-3NB2G\tGTEX-Y8DK-0826-SM-4TT3T\tGTEX-1192X-0226-SM-5H12D\tGTEX-ZE9C-1426-SM-4WKGM\tGTEX-1313W-1026-SM-5EQ5I\tGTEX-ZUA1-0011-R11b-SM-51MTI\tGTEX-11NUK-1726-SM-5A5L2\tGTEX-RTLS-0926-SM-2TF5X\tGTEX-ZE9C-2826-SM-5S2MO\tGTEX-T6MO-1726-SM-33HB8\tGTEX-13CF2-0011-R1a-SM-5LZY1\tGTEX-WH7G-1726-SM-4LVKY\tGTEX-ZVZP-0626-SM-59HL5\tGTEX-146FH-1826-SM-5QGQ7\tGTEX-145LT-0426-SM-5LUAP\tGTEX-14BIM-0326-SM-5SI9B\tGTEX-12WSH-3126-SM-5LZW8\tGTEX-XOT4-0526-SM-4B66O\tGTEX-ZYFD-2126-SM-5E43D\tGTEX-X8HC-0626-SM-4E3HQ\tGTEX-11DXY-2626-SM-5GIE7\tGTEX-XBEC-1326-SM-4AT69\tGTEX-ZYT6-0926-SM-5GIEM\tGTEX-PLZ4-0226-SM-2S1NW\tGTEX-13FHP-2426-SM-5KLZ5\tGTEX-13O21-2426-SM-5MR4A\tGTEX-XMK1-0326-SM-4B652\tGTEX-ZV7C-0926-SM-59HL1\tGTEX-12696-3026-SM-5FQTU\tGTEX-Y3I4-0226-SM-4TT27\tGTEX-ZAB4-1426-SM-5CVN6\tGTEX-YEC4-0326-SM-4W216\tGTEX-P4QT-2426-SM-3NMCL\tGTEX-131XG-0126-SM-5K7UJ\tGTEX-11DYG-1226-SM-5N9DC\tGTEX-13SLX-0126-SM-5S2MM\tGTEX-131XG-0006-SM-5O9CE\tGTEX-13FTY-0226-SM-5IJBW\tGTEX-132AR-2726-SM-5PNVN\tGTEX-12WSD-2126-SM-5LZWK\tGTEX-Y3I4-0526-SM-4TT6X\tGTEX-WFG8-1126-SM-4LVN1\tGTEX-13FTW-1026-SM-5L3E3\tGTEX-QMRM-0626-SM-447BQ\tGTEX-WL46-0011-R6A-SM-3LK6X\tGTEX-139UC-0011-R9a-SM-5K7W7\tGTEX-N7MS-0011-R10A-SM-2HMJK\tGTEX-XK95-0426-SM-4AT4R\tGTEX-WK11-2526-SM-3NM9Y\tGTEX-11DYG-1026-SM-5A5JQ\tGTEX-ZLV1-0526-SM-4WWD4\tGTEX-S4Z8-1826-SM-3K2BH\tGTEX-X88G-0326-SM-47JZ4\tGTEX-OOBJ-1626-SM-2I3F7\tGTEX-13OW6-0726-SM-5L3FX\tGTEX-QDT8-0226-SM-32PL4\tGTEX-ZAK1-1226-SM-5Q5AA\tGTEX-U8T8-0326-SM-3DB93\tGTEX-13SLX-0011-R11b-SM-5O9C8\tGTEX-147GR-0011-R2b-SM-5S2RQ\tGTEX-145MG-3026-SM-5RQJA\tGTEX-13O3O-0011-R11b-SM-5KM4G\tGTEX-WXYG-0926-SM-3NB2O\tGTEX-YFC4-0011-R5a-SM-4RGLR\tGTEX-VJYA-1226-SM-3GIJ6\tGTEX-WRHK-0826-SM-3MJFG\tGTEX-NL3G-0008-SM-4E3JX\tGTEX-QV31-0526-SM-447C3\tGTEX-13PVQ-0011-R9b-SM-5LU3B\tGTEX-12WSD-0011-R2a-SM-5LZWB\tGTEX-13FTX-1226-SM-5IFGN\tGTEX-11ZTT-1026-SM-5EQKF\tGTEX-13CF3-2126-SM-5IFJP\tGTEX-WFG7-1826-SM-3GIL1\tGTEX-12WSB-0011-R1b-SM-5P9EY\tGTEX-ZDXO-1426-SM-4WKHG\tGTEX-XAJ8-0726-SM-47JY5\tGTEX-ZYWO-1626-SM-5E44H\tGTEX-ZQUD-0226-SM-4YCEB\tGTEX-XBEW-0006-SM-4AT4E\tGTEX-XGQ4-0926-SM-4AT4U\tGTEX-P4QS-0426-SM-3NMCQ\tGTEX-12ZZW-0011-R4a-SM-5DUX9\tGTEX-P44G-2326-SM-2XCCZ\tGTEX-11DXY-1026-SM-5987V\tGTEX-ZZ64-0626-SM-5GZWR\tGTEX-13OVJ-2326-SM-5IJGA\tGTEX-147GR-2826-SM-5RQK8\tGTEX-QEG5-1126-SM-33HC2\tGTEX-132AR-2226-SM-5J2NT\tGTEX-PWCY-1426-SM-48TCT\tGTEX-WQUQ-1526-SM-4OOSM\tGTEX-11EMC-3126-SM-5EGJP\tGTEX-U4B1-0626-SM-3DB8L\tGTEX-1269C-2826-SM-5EQ5O\tGTEX-PWN1-1826-SM-2S1PE\tGTEX-Q2AI-0626-SM-48TZU\tGTEX-XUW1-1826-SM-4BOQD\tGTEX-131XH-0626-SM-5LZWH\tGTEX-QVJO-1626-SM-2S1QW\tGTEX-131XF-0926-SM-5BC69\tGTEX-Z93S-0226-SM-5HL7R\tGTEX-1399T-1526-SM-5P9J6\tGTEX-ZE7O-0011-R5a-SM-57WBO\tGTEX-ZDTT-0008-SM-4E3K5\tGTEX-13FTW-0326-SM-5K7UW\tGTEX-139TS-2126-SM-5K7XC\tGTEX-ZF2S-0004-SM-4WKFE\tGTEX-11ZTS-1226-SM-5EQMQ\tGTEX-WZTO-0011-R3B-SM-3NMC6\tGTEX-ZXES-0626-SM-5E45P\tGTEX-13VXU-0011-R4b-SM-5O9CI\tGTEX-WOFM-0626-SM-4OOS3\tGTEX-1313W-0526-SM-5P9FZ\tGTEX-11DXX-0726-SM-5H12X\tGTEX-Q734-0008-SM-48U2I\tGTEX-ZTSS-0008-SM-4YCE8\tGTEX-WY7C-0006-SM-3NB3L\tGTEX-111YS-2226-SM-5987P\tGTEX-ZUA1-0326-SM-5NQA3\tGTEX-13FTX-0226-SM-5K7TX\tGTEX-11EQ8-2826-SM-5N9C1\tGTEX-ZP4G-2026-SM-57WEH\tGTEX-ZYFG-0526-SM-5GZXX\tGTEX-PLZ4-0006-SM-5SI8L\tGTEX-12WSB-2926-SM-59HKL\tGTEX-11P7K-1126-SM-5HL4L\tGTEX-ZLV1-2126-SM-4WWD2\tGTEX-11DXX-2726-SM-5PNXO\tGTEX-QVUS-2926-SM-3GIJB\tGTEX-YEC4-0426-SM-4W1ZH\tGTEX-1128S-2626-SM-5H11Z\tGTEX-13JVG-0926-SM-5IJE1\tGTEX-1339X-0726-SM-5L3FF\tGTEX-11DYG-1426-SM-5A5JR\tGTEX-X5EB-1826-SM-4E3K8\tGTEX-OHPJ-0008-SM-4E3JG\tGTEX-11P81-0826-SM-5P9GR\tGTEX-ZF3C-0001-SM-4WWAW\tGTEX-Y3I4-1926-SM-4TT8L\tGTEX-WFG8-1226-SM-5CHTQ\tGTEX-139T4-0326-SM-5K7XN\tGTEX-ZDYS-1226-SM-5IJF3\tGTEX-147F4-0926-SM-5Q5EO\tGTEX-X3Y1-0226-SM-3P5Z5\tGTEX-11DXX-1826-SM-5H126\tGTEX-ZP4G-1426-SM-4WWCL\tGTEX-T5JW-0726-SM-4DM6D\tGTEX-P44H-0011-R3A-SM-2XCEQ\tGTEX-XOTO-0726-SM-4B659\tGTEX-WVLH-0011-R4A-SM-3MJFS\tGTEX-XOTO-3026-SM-4B65M\tGTEX-P4QS-2026-SM-3NMCG\tGTEX-13FHO-1026-SM-5KM1Q\tGTEX-OHPL-2426-SM-48TDN\tGTEX-13SLW-0011-R3b-SM-5SI6Y\tGTEX-RWSA-2026-SM-47JX8\tGTEX-12WSG-2126-SM-5EGJ7\tGTEX-144GN-0326-SM-5O9AD\tGTEX-QDVN-0626-SM-2I3FP\tGTEX-11GSP-0008-SM-5Q5DM\tGTEX-13JVG-0011-R5a-SM-5MR4O\tGTEX-14753-0526-SM-5QGPR\tGTEX-111FC-3126-SM-5GZZ2\tK-562-SM-5O9BA\tGTEX-X4XY-0008-SM-46MVL\tGTEX-11DYG-0926-SM-5EGGW\tGTEX-OHPM-0726-SM-3LK7A\tGTEX-1117F-3226-SM-5N9CT\tGTEX-13FTY-2826-SM-5J2ML\tK-562-SM-4JBIQ\tGTEX-XBEC-1526-SM-4AT68\tGTEX-TMMY-1326-SM-4DXU9\tGTEX-11XUK-2426-SM-5GU72\tGTEX-ZYT6-2726-SM-5GICP\tGTEX-13OVG-0226-SM-5LU93\tGTEX-131XH-2726-SM-5GCO2\tGTEX-11ONC-2726-SM-5N9DZ\tK-562-SM-5IFEL\tGTEX-RM2N-1326-SM-48FCW\tGTEX-13JUV-0011-R7b-SM-5LZZG\tGTEX-OIZG-1126-SM-2HMIU\tGTEX-Y114-0006-SM-4TT76\tGTEX-13OVG-0926-SM-5J2OJ\tGTEX-145MI-0011-R5a-SM-5Q5B4\tGTEX-13JVG-3226-SM-5IJGJ\tK-562-SM-5PNU4\tGTEX-WHSE-0011-R11A-SM-3P5YY\tGTEX-13JVG-0011-R8a-SM-5KM3E\tGTEX-WHWD-0926-SM-4OORY\tGTEX-1339X-0626-SM-5IJER\tGTEX-13W3W-1226-SM-5LU4H\tGTEX-13OVG-1326-SM-5K7Y3\tGTEX-13FLW-2126-SM-5N9FD\tGTEX-QDT8-0011-R9A-SM-5SI8J\tGTEX-ZLV1-2026-SM-5EQMB\tGTEX-WY7C-2526-SM-3NB2N\tGTEX-WL46-0126-SM-3TW8I\tGTEX-13OW5-0011-R6b-SM-5O9BW\tGTEX-11NUK-0726-SM-5A5ME\tGTEX-XBEC-0426-SM-4QART\tGTEX-111CU-1126-SM-5EGIM\tGTEX-ZQUD-2126-SM-51MSY\tGTEX-Q734-0726-SM-48TZP\tGTEX-OXRO-0011-R9A-SM-3NB1X\tGTEX-14BIL-0426-SM-5SIA3\tGTEX-UPIC-0626-SM-4IHK2\tGTEX-1122O-1426-SM-5H11R\tGTEX-U8XE-0126-SM-4E3I3\tGTEX-13PL6-0926-SM-5KLYY\tGTEX-RU1J-0626-SM-4WAWY\tGTEX-RNOR-2326-SM-2TF4I\tGTEX-WL46-2826-SM-3LK81\tGTEX-S4UY-1426-SM-4AD6Y\tGTEX-YJ89-0011-R1a-SM-4RGLS\tGTEX-XUW1-0226-SM-4BOOS\tGTEX-12KS4-1526-SM-5EQ6E\tGTEX-13NYB-0011-R6b-SM-5MR51\tGTEX-11WQK-0011-R8a-SM-5BC7C\tGTEX-W5WG-2226-SM-4LMI3\tGTEX-ZAB4-2226-SM-5HL97\tGTEX-OIZH-3026-SM-3NB1G\tGTEX-PX3G-0326-SM-2I3EO\tGTEX-ZPIC-1126-SM-5BC7F\tGTEX-14DAR-2026-SM-5S2O3\tGTEX-WL46-0011-R2A-SM-3LK6O\tGTEX-RU72-0011-R8A-SM-2TF61\tGTEX-12WSN-0826-SM-5GCOF\tGTEX-OXRP-0126-SM-48TDI\tGTEX-SNOS-0526-SM-4DM54\tGTEX-13O3P-1126-SM-5L3FG\tGTEX-11P81-0008-SM-5S2OT\tGTEX-139D8-2526-SM-5N9G3\tGTEX-13N2G-0011-R11a-SM-5MR3F\tGTEX-ZAK1-0626-SM-5HL8E\tGTEX-12WSM-1426-SM-5GCPA\tGTEX-13OW6-3126-SM-5L3IA\tGTEX-ZVZQ-0011-R6b-SM-57WAY\tGTEX-148VJ-0326-SM-5QGQE\tGTEX-12WS9-0826-SM-59HJX\tGTEX-ZVT3-0011-R5a-SM-51MSI\tGTEX-ZPCL-1726-SM-57WEO\tGTEX-REY6-0726-SM-2TF4M\tGTEX-XPVG-2026-SM-4B65E\tGTEX-U3ZM-0526-SM-4DXTB\tGTEX-13112-3126-SM-5IFGP\tGTEX-WRHU-2826-SM-3MJG8\tGTEX-11NUK-1226-SM-5P9GM\tGTEX-11ZVC-0326-SM-5CVLC\tGTEX-12ZZZ-3126-SM-5LZU6\tGTEX-145LT-1026-SM-5LU9O\tGTEX-OOBK-0005-SM-2YUMG\tGTEX-13PLJ-0126-SM-5L3HU\tGTEX-YFC4-0926-SM-5S2U7\tGTEX-WH7G-1526-SM-4LVMX\tGTEX-PLZ5-1526-SM-3P5ZX\tGTEX-ZDTS-0826-SM-4WKHL\tGTEX-W5WG-1726-SM-4LMI5\tGTEX-RVPU-0011-R4A-SM-5SI8K\tGTEX-WXYG-1726-SM-4ONCU\tGTEX-SNMC-1626-SM-4DM52\tGTEX-13NZA-0011-R10b-SM-5KM54\tGTEX-N7MT-0226-SM-48TC3\tGTEX-117YX-2326-SM-5H12W\tGTEX-14BIL-2926-SM-5SIAF\tGTEX-12WSJ-1226-SM-5LU91\tGTEX-144FL-0326-SM-5O99O\tGTEX-ZAB4-1026-SM-5HL7T\tGTEX-XMD1-0011-R5A-SM-4AT47\tGTEX-14ABY-0011-R6a-SM-5PNWR\tGTEX-145ME-0726-SM-5O9A3\tGTEX-YF7O-0426-SM-5P9FS\tGTEX-YEC4-0226-SM-4W1YG\tGTEX-12ZZY-0726-SM-5EQ66\tGTEX-WOFM-1126-SM-4OOSB\tGTEX-WWYW-0011-R10A-SM-3NB35\tGTEX-R55E-0426-SM-2TC65\tGTEX-Y5V6-0008-SM-4V6FV\tGTEX-14BMV-0126-SM-5S2PO\tGTEX-REY6-0826-SM-2TF4S\tGTEX-RWSA-1426-SM-47JXA\tGTEX-PVOW-0426-SM-5MR5R\tGTEX-T6MN-0011-R2A-SM-32QOW\tGTEX-P78B-0626-SM-5S2W4\tGTEX-WHSB-0526-SM-4M1XM\tGTEX-QCQG-0008-SM-48U2G\tGTEX-NL4W-0011-R11A-SM-2I3DW\tGTEX-X3Y1-0008-SM-4PR12\tGTEX-13O21-0726-SM-5L3EG\tGTEX-UPIC-1526-SM-4IHLU\tGTEX-ZV68-0326-SM-59HJG\tGTEX-11EMC-1426-SM-5N9E4\tGTEX-13SLW-0326-SM-5RQK5\tGTEX-ZZ64-1326-SM-5E444\tGTEX-13O61-2026-SM-5J2M6\tGTEX-11ZTS-3026-SM-5EQM7\tGTEX-1313W-0011-R3a-SM-5EGLI\tGTEX-RU1J-1726-SM-2TF5S\tGTEX-11EQ9-2026-SM-5P9JI\tGTEX-ZYT6-1326-SM-5E453\tGTEX-11WQK-2326-SM-5GU4Z\tGTEX-139TT-0326-SM-5IJC3\tGTEX-12WSD-0126-SM-59HKN\tGTEX-13VXU-0011-R5a-SM-5O9D7\tGTEX-146FH-1626-SM-5NQ9H\tGTEX-WH7G-1626-SM-4LVMY\tGTEX-WYVS-0726-SM-4ONDO\tGTEX-XXEK-0126-SM-4BRVU\tGTEX-S4UY-0008-SM-3NM8H\tGTEX-N7MT-0126-SM-26GMS\tGTEX-X4XY-0526-SM-46MW1\tGTEX-WWTW-0008-SM-4MVPE\tGTEX-TSE9-0226-SM-3DB84\tGTEX-N7MT-0126-SM-26GMB\tGTEX-12WSD-0011-R1b-SM-5LZVY\tGTEX-P4QT-0226-SM-3LK68\tGTEX-P44H-0011-R3A-SM-5SI8A\tGTEX-13JVG-0726-SM-5KM16\tGTEX-Y5V5-2626-SM-5IFJM\tGTEX-P4PP-2026-SM-3P61N\tGTEX-XLM4-0226-SM-4AT4N\tGTEX-OHPL-0726-SM-3TW8U\tGTEX-XBEW-0226-SM-4AT6A\tGTEX-TSE9-0011-R10A-SM-3DB7O\tGTEX-X638-0003-SM-47JZ1\tGTEX-S341-0008-SM-4AD6D\tGTEX-U8XE-0226-SM-4E3J3\tGTEX-U3ZM-1126-SM-4DXUB\tGTEX-1445S-0011-R6b-SM-5PNUF\tGTEX-13OW7-0426-SM-5K7VK\tGTEX-QCQG-1226-SM-48U23\tGTEX-WXYG-2226-SM-4E3IM\tGTEX-OOBJ-0926-SM-48TDO\tGTEX-11WQC-0008-SM-5SI6R\tGTEX-SIU7-0526-SM-3NM8I\tGTEX-13G51-1026-SM-5K7YQ\tGTEX-ZV68-0011-R2a-SM-4YCDK\tGTEX-11DXX-1026-SM-5H11E\tGTEX-XLM4-0011-R9A-SM-4AT45\tGTEX-13113-1926-SM-5LZWG\tGTEX-13JUV-0011-R11a-SM-5LZYH\tGTEX-13OVL-0626-SM-5KM13\tGTEX-UTHO-0006-SM-3NMCC\tGTEX-ZYW4-0926-SM-59HJS\tGTEX-139D8-1626-SM-5IJFZ\tGTEX-131YS-3226-SM-5IFGV\tGTEX-S7PM-0426-SM-3NM91\tGTEX-QEL4-0326-SM-3GAE5\tGTEX-1339X-2726-SM-5PNYU\tGTEX-ZPCL-1126-SM-4WWFE\tGTEX-XXEK-1126-SM-4BRUX\tGTEX-NFK9-1726-SM-3TW8P\tGTEX-ZDYS-2426-SM-4WKGI\tGTEX-131XE-2526-SM-5EQ57\tGTEX-S7PM-0011-R5A-SM-3NM8G\tGTEX-W5WG-2526-SM-4SOJ2\tGTEX-XQ3S-0526-SM-4BOQA\tGTEX-ZVT4-1326-SM-5NQ8E\tGTEX-146FH-0226-SM-5QGPQ\tGTEX-13OVG-0626-SM-5IFEP\tGTEX-ZDYS-1726-SM-5HL4Y\tGTEX-13OVJ-0326-SM-5L3GL\tGTEX-WWYW-1326-SM-3NB2S\tGTEX-13FXS-0011-R1a-SM-5K7U6\tGTEX-13QBU-0326-SM-5LU3F\tGTEX-144GL-0011-R11b-SM-5P9F6\tGTEX-146FH-0126-SM-5QGPP\tGTEX-ZP4G-0006-SM-4WWE6\tGTEX-WHPG-1026-SM-3NMBA\tGTEX-P4QS-0926-SM-48TBS\tGTEX-ZTSS-1926-SM-57WEW\tGTEX-11NSD-1726-SM-5N9C3\tGTEX-RTLS-0326-SM-2TF6A\tGTEX-T2YK-2226-SM-32QPT\tGTEX-X4XX-0011-R5A-SM-46MWN\tGTEX-YBZK-0226-SM-59HLO\tGTEX-XUZC-2126-SM-4BRW8\tGTEX-YB5K-0003-SM-4VDSN\tGTEX-148VI-1226-SM-5RQJR\tGTEX-XQ3S-0006-SM-4BOQ4\tGTEX-X5EB-0826-SM-46MVS\tGTEX-133LE-2226-SM-5IFGU\tGTEX-ZVT2-0626-SM-5GICR\tK-562-SM-4AD4F\tGTEX-QESD-0008-SM-447B2\tGTEX-145LU-0011-R9b-SM-5SI66\tGTEX-U412-0326-SM-5DUVP\tGTEX-13OW6-0011-R2a-SM-5L3HG\tGTEX-14DAQ-3026-SM-5S2QZ\tGTEX-1399U-2426-SM-5K7XB\tGTEX-ZT9W-2426-SM-57WFJ\tGTEX-1399R-0926-SM-5J2N8\tGTEX-WHWD-1426-SM-4OORU\tGTEX-13FHO-0011-R1b-SM-5KLZG\tGTEX-131XE-0826-SM-5HL9W\tGTEX-13N1W-0011-R4a-SM-5MR52\tGTEX-ZTX8-0726-SM-59HL9\tGTEX-ZVT3-0006-SM-51MT9\tGTEX-X4EP-0011-R1A-SM-3P624\tGTEX-111CU-1026-SM-5EGIL\tK-562-SM-4BRWK\tGTEX-R55E-1026-SM-2TC5S\tGTEX-12WS9-0011-R4b-SM-5P9EU\tGTEX-13RTJ-0011-R10b-SM-5O9CW\tGTEX-13S7M-0011-R6b-SM-5O9D8\tGTEX-13NYS-1626-SM-5J2MU\tGTEX-TKQ2-0004-SM-3NMAC\tGTEX-RUSQ-0003-SM-2XCEB\tGTEX-XQ3S-1026-SM-4BOPJ\tGTEX-S32W-0126-SM-4AD61\tGTEX-ZTSS-0926-SM-59865\tGTEX-X4EO-0126-SM-3P5YN\tGTEX-13O3O-0011-R6b-SM-5P9GY\tGTEX-Q2AI-1326-SM-2S1PL\tGTEX-12WSH-0011-R9b-SM-5LZUG\tGTEX-ZVE2-0326-SM-57WFC\tGTEX-S32W-0326-SM-2XCBI\tGTEX-ZF2S-0326-SM-4WKGD\tGTEX-UTHO-2426-SM-4JBHD\tGTEX-WYBS-0008-SM-4ONDX\tGTEX-Y5LM-1826-SM-4VDT9\tGTEX-11NUK-1026-SM-5HL5J\tGTEX-YJ8O-2826-SM-5CVM4\tGTEX-ZA64-1426-SM-5CVMC\tGTEX-12126-1026-SM-5P9JJ\tGTEX-WZTO-1126-SM-3NM93\tGTEX-WHSE-1626-SM-4M1XL\tGTEX-X5EB-0426-SM-46MVY\tGTEX-ZVT2-1326-SM-5E45H\tGTEX-147JS-1026-SM-5S2MP\tGTEX-ZVE1-0726-SM-51MRN\tGTEX-WXYG-0126-SM-4OND7\tGTEX-QEL4-2126-SM-447AE\tGTEX-145MO-3126-SM-5S2RT\tGTEX-WWYW-3126-SM-3NB39\tGTEX-11LCK-1226-SM-5Q5AM\tGTEX-XBED-1626-SM-47JYN\tGTEX-13CF2-0011-R5a-SM-5LZWS\tGTEX-13O3P-1426-SM-5L3DT\tGTEX-ZV68-0008-SM-4YCCV\tGTEX-VUSG-0426-SM-3GIKD\tGTEX-14BMV-2326-SM-5RQJ4\tGTEX-11TT1-0005-SM-5NQ8Y\tGTEX-12WSG-0326-SM-5FQU3\tGTEX-QEG4-0626-SM-2S1OY\tGTEX-13VXU-2926-SM-5LU5C\tGTEX-145LU-0526-SM-5O9AT\tGTEX-131XE-2426-SM-5EQ5V\tGTEX-ZAB4-0011-R8b-SM-4SOKF\tGTEX-13OVJ-0926-SM-5K7U1\tGTEX-XQ3S-0126-SM-4BOO9\tGTEX-11DXZ-0726-SM-5N9C4\tGTEX-13NYB-3026-SM-5IJD7\tGTEX-131XE-1226-SM-5EGKF\tGTEX-WEY5-2126-SM-3GILK\tGTEX-ZDTT-0006-SM-4WKFP\tGTEX-113JC-0008-SM-5QGR6\tGTEX-13111-1926-SM-5GCOL\tGTEX-ZV6S-0226-SM-59HJT\tGTEX-11NSD-0426-SM-5N9CR\tGTEX-13PVQ-1026-SM-5KM3M\tGTEX-QCQG-0126-SM-48U27\tGTEX-132NY-0726-SM-5KLZM\tGTEX-11ZTS-1426-SM-5EQMM\tGTEX-ZVZQ-0008-SM-51MSK\tGTEX-11DXZ-0526-SM-5GU7J\tGTEX-OHPN-0226-SM-48TBV\tGTEX-Y114-2726-SM-4TT9B\tGTEX-12WSG-0226-SM-5EGIF\tGTEX-ZZPU-1426-SM-5GZZ6\tGTEX-SNOS-0008-SM-4DM6I\tGTEX-13CIG-0011-R8b-SM-5LZX5\tGTEX-YJ8A-0826-SM-5Q5A7\tGTEX-UTHO-0011-R5A-SM-3GIJD\tGTEX-ZF2S-1426-SM-57WET\tGTEX-13O3O-0011-R8b-SM-5LUAL\tGTEX-S4P3-1626-SM-3K2AZ\tGTEX-XMD1-0006-SM-4AT4Q\tGTEX-VJWN-0626-SM-3NMAN\tGTEX-11NV4-2026-SM-5N9DG\tGTEX-11DZ1-0126-SM-5985Q\tGTEX-W5WG-2326-SM-3GIJH\tGTEX-QV44-0926-SM-2S1RH\tGTEX-X4XX-0011-R3B-SM-46MWK\tGTEX-NPJ7-0011-R2a-SM-2I3GF\tGTEX-YB5K-2226-SM-4WWG1\tGTEX-ZY6K-0826-SM-5A5L7\tGTEX-13W3W-2226-SM-5LU4M\tGTEX-ZVT2-1826-SM-5NQ8W\tGTEX-ZYWO-2226-SM-5GZXR\tGTEX-ZE9C-0011-R3a-SM-4WKGT\tGTEX-WQUQ-1926-SM-4OOSA\tGTEX-13OVG-0726-SM-5IJBY\tGTEX-ZYWO-2026-SM-5GIDA\tGTEX-U8T8-0426-SM-3DB8X\tGTEX-13OW5-0626-SM-5J2N2\tGTEX-132NY-0526-SM-5EQ4V\tGTEX-UJMC-0426-SM-4IHJF\tGTEX-13QJC-0011-R8b-SM-5S2U6\tGTEX-12WS9-0011-R3a-SM-5CVNF\tGTEX-11DXX-1326-SM-5GIDZ\tGTEX-XV7Q-0226-SM-4BRVL\tGTEX-QLQW-1326-SM-2S1QS\tGTEX-13SLW-2826-SM-5Q5ES\tGTEX-TSE9-1326-SM-5CHR5\tGTEX-ZUA1-0011-R6b-SM-4YCDD\tGTEX-1128S-1626-SM-5H12O\tGTEX-OHPK-0426-SM-3MJH3\tGTEX-ZDTS-1426-SM-5K7WC\tGTEX-UJHI-1426-SM-3DB9C\tGTEX-11NV4-1326-SM-5HL6V\tGTEX-14AS3-1126-SM-5Q5CR\tGTEX-132QS-0726-SM-5IJE9\tGTEX-13OW6-1626-SM-5IJD5\tGTEX-P4QS-1726-SM-3NB1V\tGTEX-YB5E-0426-SM-5IFHR\tGTEX-ZLFU-0526-SM-4WWBN\tGTEX-11P81-2426-SM-5GU65\tGTEX-Q2AI-0926-SM-48U1F\tGTEX-ZLWG-0008-SM-4E3J4\tGTEX-ZE9C-1326-SM-5S2OW\tGTEX-WHPG-2226-SM-3NMBO\tGTEX-Y9LG-1926-SM-5IFHY\tGTEX-WWTW-0002-SM-4MVNH\tGTEX-SNOS-1226-SM-4DM5H\tGTEX-13PVQ-0011-R7a-SM-5L3G3\tGTEX-13NYS-0011-R3b-SM-5MR41\tGTEX-T8EM-1226-SM-4DM5J\tGTEX-U8XE-1526-SM-4E3HT\tGTEX-13OW5-0826-SM-5J1NE\tGTEX-ZYT6-1126-SM-5GZYR\tGTEX-XOTO-0526-SM-4B662\tGTEX-WXYG-0826-SM-4ONC7\tGTEX-PWOO-1226-SM-48TCO\tGTEX-111VG-1626-SM-5EGIO\tGTEX-RM2N-1426-SM-2TF4H\tGTEX-14E6C-2626-SM-5RQJP\tGTEX-145MI-0326-SM-5Q5EV\tGTEX-YFCO-0926-SM-5LUA5\tGTEX-13X6K-0011-R7b-SM-5P9K7\tGTEX-11DXZ-2026-SM-5987S\tGTEX-113IC-0006-SM-5NQ9C\tGTEX-SSA3-0008-SM-47JWJ\tGTEX-ZPCL-2426-SM-57WFP\tGTEX-13G51-2626-SM-5LZYW\tGTEX-13RTJ-0726-SM-5QGQN\tGTEX-1399T-0011-R5b-SM-5IJDK\tGTEX-XYKS-2926-SM-4E3IA\tGTEX-UPK5-0003-SM-3NMDI\tGTEX-YB5E-1626-SM-5IFIQ\tGTEX-SIU8-0626-SM-2XCDN\tGTEX-11NSD-0526-SM-5A5LT\tGTEX-11DXW-0726-SM-5H12J\tGTEX-11ZU8-1526-SM-5EGHX\tGTEX-145MH-3026-SM-5Q5DZ\tGTEX-REY6-1026-SM-2TF4Y\tGTEX-ZQG8-1326-SM-51MQW\tGTEX-12WSB-2426-SM-5EGJC\tGTEX-Y8DK-0011-R10A-SM-4SOK1\tGTEX-R45C-0926-SM-3GAD4\tGTEX-117YW-0226-SM-5N9CM\tGTEX-WFG8-0006-SM-3GIKS\tGTEX-14A5I-2726-SM-5SIB3\tGTEX-13OW8-0011-R1a-SM-5L3HI\tGTEX-14753-0011-R6b-SM-5S2UD\tGTEX-13QJC-0526-SM-5RQKB\tGTEX-13X6K-0011-R5b-SM-5PNUE\tGTEX-PX3G-1826-SM-2S1PK\tGTEX-WOFL-0126-SM-3MJG2\tGTEX-11VI4-0126-SM-5GU6Z\tGTEX-ZGAY-2226-SM-4YCCX\tGTEX-NL3H-0011-R7a-SM-2I3G5\tGTEX-ZDTT-0126-SM-4WKHA\tGTEX-12126-0526-SM-5PNW4\tGTEX-NFK9-0526-SM-2YUNL\tGTEX-ZDXO-0011-R5a-SM-4WKG5\tGTEX-X4EP-0011-R3A-SM-3P626\tGTEX-RN64-0126-SM-2TC68\tGTEX-131XG-0226-SM-5IFG1\tGTEX-11I78-0226-SM-5HL6R\tGTEX-O5YV-1826-SM-2YUNI\tGTEX-111YS-2026-SM-5EGGL\tGTEX-13N2G-0011-R3b-SM-5MR5G\tGTEX-T2IS-3026-SM-32QPM\tGTEX-13N1W-0526-SM-5MR4I\tGTEX-14BIN-0011-R6a-SM-5S2RH\tGTEX-13OVH-0426-SM-5K7UC\tGTEX-13OVH-0011-R3a-SM-5KM49\tGTEX-Q2AH-1726-SM-3NB2B\tGTEX-P44G-0011-R4A-SM-2I3FB\tGTEX-13D11-0226-SM-5LZXL\tGTEX-13PDP-0011-R6b-SM-5O9D5\tGTEX-145LV-1226-SM-5S2QH\tGTEX-1122O-0626-SM-5N9B9\tGTEX-X4LF-0226-SM-4QAS8\tGTEX-NPJ8-0011-R1a-SM-2HMLC\tGTEX-WWYW-0008-SM-4MVPF\tGTEX-1122O-1826-SM-5EGIP\tGTEX-PLZ4-0126-SM-2S1OG\tGTEX-145MH-1526-SM-5LUAU\tGTEX-Y9LG-0526-SM-4VBRY\tGTEX-N7MS-0011-R7a-SM-2HMKN\tGTEX-111FC-1926-SM-5GZYC\tGTEX-Y5V6-2026-SM-5IFHO\tGTEX-Y5V6-1226-SM-4VDTE\tGTEX-Y111-2926-SM-4TT25\tGTEX-13SLW-0011-R2b-SM-5O9C6\tGTEX-11EI6-0626-SM-5985T\tGTEX-U3ZN-0008-SM-4DXTL\tGTEX-14BIN-1226-SM-5S2OM\tGTEX-WI4N-1826-SM-4OOSF\tGTEX-14DAR-0726-SM-5RQIA\tGTEX-ZZPU-2726-SM-5NQ8O\tGTEX-ZAJG-3026-SM-5HL92\tGTEX-ZTSS-1026-SM-5985N\tGTEX-ZC5H-2226-SM-4WAWS\tGTEX-12WSB-0626-SM-59HJO\tGTEX-13S7M-1826-SM-5RQK6\tGTEX-SIU8-0426-SM-4BRUE\tGTEX-12WSM-0526-SM-5GCO8\tGTEX-UTHO-2726-SM-4JBH9\tGTEX-RTLS-0226-SM-2TF5E\tGTEX-12WSD-1326-SM-5GCNU\tGTEX-13VXT-1926-SM-5K7UO\tGTEX-XOTO-0826-SM-4B65O\tGTEX-U3ZN-0006-SM-3DB7Y\tGTEX-13OW8-0005-SM-5NQAC\tGTEX-R55E-1126-SM-48FDZ\tGTEX-S341-1226-SM-4AD5S\tGTEX-11GSP-0126-SM-5A5KU\tGTEX-117XS-2226-SM-5GIE1\tGTEX-QEG4-0126-SM-48TZE\tGTEX-Z93T-0226-SM-5HL5Z\tGTEX-WCDI-0008-SM-47JYE\tGTEX-WYVS-1126-SM-4SOJX\tGTEX-11OC5-0006-SM-5N9FA\tGTEX-XUW1-2326-SM-4BOO5\tGTEX-XYKS-2226-SM-4E3IU\tGTEX-ZVT4-0126-SM-51MS1\tGTEX-XQ8I-1426-SM-4BOPW\tGTEX-1399S-0126-SM-5IJCF\tGTEX-111VG-2326-SM-5N9BK\tGTEX-WHSE-0011-R5A-SM-3P5ZO\tGTEX-PSDG-0226-SM-33HC1\tGTEX-OOBK-0425-SM-3LK5O\tGTEX-13FTX-1526-SM-5K7VJ\tGTEX-SIU8-0826-SM-2XCDQ\tGTEX-WXYG-2026-SM-4E3IY\tGTEX-11EM3-2226-SM-5H11Y\tGTEX-131YS-2226-SM-5P9G8\tGTEX-U3ZH-1526-SM-4DXV1\tGTEX-Y8E4-1226-SM-5IFIM\tGTEX-11ZUS-0011-R9b-SM-5BC76\tGTEX-11TT1-1426-SM-5EGIA\tGTEX-Z9EW-0426-SM-5CVM9\tGTEX-WL46-0326-SM-3LK6Y\tGTEX-S3XE-1526-SM-4AD5A\tGTEX-R53T-1826-SM-3GIJX\tGTEX-1212Z-0626-SM-5FQTB\tGTEX-13N11-0126-SM-5KM2Z\tGTEX-11NUK-0426-SM-5HL5V\tGTEX-QVJO-0326-SM-2S1R1\tGTEX-13PVQ-0626-SM-5LU47\tGTEX-11I78-1826-SM-5A5M4\tGTEX-WYVS-0626-SM-4SOJY\tGTEX-132AR-0226-SM-5IJBE\tGTEX-W5X1-0826-SM-5CHT7\tGTEX-RU72-2926-SM-2TF66\tGTEX-WYJK-1926-SM-4ONDP\tGTEX-Q2AG-0011-R6A-SM-2HML7\tGTEX-ZZPU-0426-SM-5GZYH\tGTEX-13FTW-2326-SM-5K7YS\tGTEX-11EQ8-1426-SM-5EGJR\tGTEX-XBED-1326-SM-4AT4F\tGTEX-WYJK-0726-SM-4ONC9\tGTEX-13X6H-2526-SM-5QGOT\tGTEX-11EI6-2926-SM-5985U\tGTEX-Y8DK-0004-SM-4RGM7\tGTEX-13NYB-0326-SM-5IJDP\tGTEX-R55F-0011-R5A-SM-2TF5L\tGTEX-12BJ1-1026-SM-5EGJA\tGTEX-WY7C-2226-SM-4ONCS\tGTEX-145LU-0726-SM-5QGP2\tGTEX-SUCS-1926-SM-32PM3\tGTEX-OXRP-0226-SM-48TDH\tGTEX-YEC4-2226-SM-5IFJT\tGTEX-131XW-1126-SM-5EGK4\tGTEX-117YX-0526-SM-5EGJH\tGTEX-1192X-0008-SM-5Q5B7\tGTEX-13FXS-0011-R10a-SM-5J2MA\tGTEX-S7SF-1026-SM-4AD4I\tGTEX-12KS4-2426-SM-5LU8P\tGTEX-11WQK-1026-SM-5EQLX\tGTEX-11P7K-2326-SM-5EGKZ\tGTEX-131XG-2226-SM-5DUXS\tGTEX-XBEW-0126-SM-4AT66\tGTEX-PSDG-0008-SM-48TE5\tGTEX-13O3Q-0011-R4a-SM-5P9H2\tGTEX-1477Z-1126-SM-5P9GK\tGTEX-ZF28-0226-SM-5S2OE\tGTEX-139TU-0006-SM-5LZVN\tGTEX-QCQG-0326-SM-2I3ES\tGTEX-SNOS-0926-SM-4DM7A\tGTEX-11ZUS-2126-SM-5N9E6\tGTEX-ZDTT-0526-SM-5HL4M\tGTEX-ZTX8-0226-SM-5E44D\tGTEX-S4Q7-0008-SM-3NM8A\tGTEX-YJ89-0726-SM-5P9F7\tGTEX-NPJ8-0326-SM-26GMG\tGTEX-Y5V5-0126-SM-5S2NW\tGTEX-WZTO-2126-SM-4PQYW\tGTEX-ZAB4-1926-SM-57WD8\tGTEX-117YX-2426-SM-5GZZJ\tGTEX-S7PM-0006-SM-3NM8C\tGTEX-T2YK-0226-SM-4DM5O\tGTEX-V955-1026-SM-4JBHO\tGTEX-145MN-2626-SM-5NQAH\tGTEX-WHPG-1226-SM-4M1ZI\tGTEX-1122O-0726-SM-5GIEV\tGTEX-14BMV-1026-SM-5SI6B\tGTEX-PWN1-1726-SM-2S1O9\tGTEX-132QS-1426-SM-5P9GE\tGTEX-WH7G-2026-SM-3NMBL\tGTEX-11VI4-1726-SM-5CVLH\tGTEX-XBEW-0826-SM-4QASQ\tGTEX-YJ8O-1126-SM-5P9IS\tGTEX-X585-3126-SM-4QASH\tGTEX-XPVG-0526-SM-4B65N\tGTEX-132Q8-2926-SM-5IFFP\tGTEX-ZPU1-2326-SM-57WEP\tGTEX-WRHK-0626-SM-4MVOE\tGTEX-NL3H-0011-R5a-SM-2I3GB\tGTEX-1399T-0011-R11a-SM-5J2O1\tGTEX-ZAB4-2926-SM-57WCV\tGTEX-ZF29-2626-SM-4WWBA\tGTEX-T6MN-0126-SM-32PLP\tGTEX-RTLS-0826-SM-2TF5Q\tGTEX-X4LF-0426-SM-3NMB5\tGTEX-Y5V6-1726-SM-4VDSZ\tGTEX-Y8LW-0426-SM-4VBQ6\tGTEX-QLQ7-1726-SM-2S1QQ\tGTEX-X5EB-0006-SM-46MV5\tGTEX-13N1W-0011-R9b-SM-5MR4R\tGTEX-XOT4-0826-SM-4B66Y\tGTEX-WZTO-0826-SM-3NM8Q\tGTEX-139T6-1626-SM-5PNYZ\tGTEX-YF7O-0005-SM-4W1ZU\tGTEX-ZVP2-1326-SM-57WCE\tGTEX-T2IS-0226-SM-32QPH\tGTEX-13VXT-1626-SM-5IJES\tGTEX-ZLWG-0626-SM-4WWFR\tGTEX-WHPG-0326-SM-4M1XV\tGTEX-13OVL-0011-R9a-SM-5P9GX\tGTEX-12WSK-0426-SM-5GCNS\tGTEX-TSE9-2526-SM-4DXUS\tGTEX-ZYFC-0526-SM-5GIDF\tGTEX-POMQ-0826-SM-3P61H\tGTEX-12ZZZ-0226-SM-59HKU\tGTEX-11VI4-1926-SM-5CVLI\tGTEX-13FXS-0011-R8a-SM-5J1MN\tGTEX-WQUQ-1326-SM-3MJFF\tGTEX-ZAB4-0011-R9a-SM-4SOKG\tGTEX-12WSK-2126-SM-5CVNC\tGTEX-S7SE-0011-R2A-SM-2XCDC\tGTEX-WHPG-2126-SM-4M1ZM\tGTEX-12696-2726-SM-5FQUL\tGTEX-X585-1026-SM-46MW6\tGTEX-P4PP-0326-SM-5S2TQ\tGTEX-139TT-0011-R1a-SM-5LZVD\tGTEX-11NV4-0826-SM-5BC4S\tGTEX-ZXES-0004-SM-57WCW\tGTEX-S4UY-0926-SM-4AD6O\tGTEX-QDVN-0726-SM-2I3FO\tGTEX-XAJ8-0008-SM-46MU7\tGTEX-14BMU-2026-SM-5S2W6\tGTEX-ZP4G-0726-SM-4WWF2\tGTEX-Y111-0426-SM-4TT3K\tGTEX-Y5V6-0003-SM-4V6FX\tGTEX-11GSO-2526-SM-5PNVX\tGTEX-X8HC-2326-SM-4QAS4\tGTEX-1269C-0626-SM-5FQSS\tGTEX-X3Y1-0726-SM-3P5YU\tGTEX-ZT9X-0226-SM-51MT2\tGTEX-QLQ7-1126-SM-4R1KN\tGTEX-117YX-0626-SM-5EGJI\tGTEX-12696-2926-SM-5FQTG\tGTEX-U8T8-2326-SM-3DB96\tGTEX-UJHI-0926-SM-4IHKF\tGTEX-ZC5H-0826-SM-5N9FH\tGTEX-S3XE-0826-SM-4AD4U\tGTEX-117YW-2226-SM-5N9DB\tGTEX-N7MT-0011-R10A-SM-2I3E1\tGTEX-Z9EW-2026-SM-5CVMQ\tGTEX-OXRO-0326-SM-33HBM\tGTEX-Y5LM-1226-SM-4VDT6\tGTEX-14AS3-1626-SM-5S2OY\tGTEX-13NYS-0011-R10a-SM-5MR4S\tGTEX-13FXS-0726-SM-5LZXJ\tGTEX-12WSL-1526-SM-5GCP8\tGTEX-PWN1-0008-SM-48TEA\tGTEX-OXRK-0326-SM-2YUMQ\tGTEX-WRHU-0326-SM-3MJFY\tGTEX-13W46-0826-SM-5LU3H\tGTEX-ZYFG-1326-SM-5GICJ\tGTEX-OHPL-3026-SM-3MJGS\tGTEX-13VXU-0926-SM-5IFFH\tGTEX-111YS-0426-SM-5987O\tGTEX-WYVS-2026-SM-4PQZ4\tGTEX-ZDYS-0926-SM-4WWCS\tGTEX-13PVR-1026-SM-5QGQW\tGTEX-OOBJ-3026-SM-3NB1D\tGTEX-148VJ-0626-SM-5LUAW\tGTEX-13X6H-0626-SM-5LU53\tGTEX-XOT4-1126-SM-4B66E\tGTEX-WHPG-1426-SM-3NMBB\tGTEX-11NV4-0011-R5a-SM-5NQ88\tGTEX-131YS-0126-SM-5KM1M\tGTEX-S7SE-0726-SM-2XCD7\tGTEX-QLQW-0726-SM-447AA\tGTEX-13CF2-0011-R3b-SM-5LZZ6\tGTEX-X62O-0005-SM-46MV1\tK-562-SM-5MR32\tGTEX-XOT4-0008-SM-4B664\tGTEX-ZF28-3126-SM-4WKFC\tGTEX-11TTK-0008-SM-5S2RU\tGTEX-ZYY3-1226-SM-5EQKM\tGTEX-NFK9-1026-SM-2HMK1\tGTEX-ZVZQ-0011-R4b-SM-57WCZ\tGTEX-OOBK-3125-SM-3LK5R\tGTEX-QVJO-1926-SM-2S1QZ\tGTEX-W5WG-0626-SM-4SOID\tGTEX-13RTJ-0011-R4b-SM-5PNX1\tGTEX-OOBK-0526-SM-2HMJJ\tGTEX-YB5E-0926-SM-4WWDQ\tGTEX-1211K-1526-SM-5FQU4\tK-562-SM-5LU2Y\tGTEX-ZF2S-1826-SM-4WKFF\tGTEX-U8T8-1226-SM-4E3IH\tGTEX-14A5I-2126-SM-5NQA8\tGTEX-X5EB-2226-SM-46MW4\tGTEX-NL3G-0526-SM-4RTWW\tGTEX-13FH7-2326-SM-5KM1E\tGTEX-OIZI-0626-SM-2XCEH\tGTEX-144GM-1926-SM-5LUAN\tGTEX-13NYS-0011-R11b-SM-5MR4P\tGTEX-ZTX8-0326-SM-59HLA\tGTEX-X5EB-1626-SM-4E3IV\tGTEX-11DXZ-2326-SM-5EGGV\tGTEX-13111-2026-SM-5GCMN\tGTEX-11EQ9-2226-SM-5987H\tGTEX-T6MN-0011-R10A-SM-32QP7\tGTEX-ZYFG-1926-SM-5GID5\tGTEX-139TT-0426-SM-5IJFA\tGTEX-ZVZP-1626-SM-5GIDJ\tGTEX-ZQG8-2126-SM-4YCF1\tGTEX-ZTSS-0004-SM-4YCCS\tGTEX-VJYA-0926-SM-4KL1N\tGTEX-13SLX-0926-SM-5S2NM\tGTEX-NPJ8-0011-R1a-SM-33HCB\tGTEX-PLZ4-1326-SM-2S1O7\tGTEX-13QBU-1026-SM-5LU3R\tGTEX-T2IS-1026-SM-32QP1\tGTEX-XOTO-2126-SM-4B64U\tGTEX-132QS-1626-SM-5K7YZ\tGTEX-WY7C-0126-SM-4ONCO\tGTEX-T2IS-2226-SM-4DM65\tGTEX-14E6E-1226-SM-5S2R5\tGTEX-S32W-0726-SM-2XCBL\tGTEX-11ONC-0008-SM-5S2MG\tGTEX-REY6-0926-SM-48FDA\tGTEX-ZAK1-0126-SM-5IJD3\tGTEX-XV7Q-0005-SM-4BRWI\tGTEX-14DAR-1526-SM-5RQIX\tGTEX-13JUV-2826-SM-5LZWU\tGTEX-131XG-1026-SM-5GCMX\tGTEX-VUSG-2326-SM-4KL1U\tGTEX-WEY5-0826-SM-4LMIH\tGTEX-13SLW-0011-R4b-SM-5S2W2\tGTEX-Y114-0326-SM-4TT99\tGTEX-13X6I-0626-SM-5QGP9\tGTEX-Y5LM-0826-SM-4VDSW\tGTEX-X4XX-0005-SM-3NMCS\tGTEX-13FLV-1126-SM-5J2NO\tGTEX-P44G-1126-SM-3NM9D\tGTEX-PVOW-2526-SM-2XCF7\tGTEX-OHPN-0011-R10A-SM-5S2U3\tGTEX-NPJ7-1726-SM-2YUNA\tGTEX-139T6-1526-SM-5P9G6\tGTEX-WFJO-0726-SM-4LVM8\tGTEX-RNOR-0926-SM-2TF56\tGTEX-ZLFU-0226-SM-4WWFH\tGTEX-13FHP-0011-R5b-SM-5LZY2\tGTEX-139T8-0011-R3b-SM-5HL4R\tGTEX-ZV7C-1626-SM-5NQ7E\tGTEX-U8XE-0726-SM-3DB8O\tGTEX-11DYG-2026-SM-5EGGX\tGTEX-SNOS-0006-SM-32PLH\tGTEX-X261-2326-SM-4PQYU\tGTEX-ZE7O-0011-R11a-SM-57WBC\tGTEX-RVPU-2326-SM-2TF6R\tGTEX-Y3I4-0006-SM-4TT1E\tGTEX-11XUK-0226-SM-5EQLW\tGTEX-N7MT-0011-R11A-SM-2I3DZ\tGTEX-13OW6-1426-SM-5L3EU\tGTEX-NL4W-0011-R5a-SM-2I3GD\tGTEX-147GR-0011-R10b-SM-5S2UM\tGTEX-13SLW-0626-SM-5Q5ER\tGTEX-QXCU-0826-SM-2TC6F\tGTEX-Z9EW-0626-SM-5HL95\tGTEX-NPJ8-2426-SM-3MJHL\tGTEX-WYJK-1326-SM-3NB2T\tGTEX-ZVZQ-0011-R8a-SM-51MR5\tGTEX-XGQ4-0008-SM-4AT3Z\tGTEX-132AR-2526-SM-5PNVM\tGTEX-XBEC-1826-SM-4QASN\tGTEX-Z9EW-1726-SM-5CVMO\tGTEX-Y5LM-1126-SM-4VDT5\tGTEX-ZZ64-1726-SM-5GZYB\tGTEX-13CIG-0011-R3b-SM-5K7XF\tGTEX-13SLX-0011-R5a-SM-5O9BV\tGTEX-ZTSS-1426-SM-5985P\tGTEX-132Q8-1726-SM-5EGK8\tGTEX-11NUK-1426-SM-5HL68\tGTEX-T5JW-2026-SM-4DM63\tGTEX-ZLWG-1226-SM-4WWFS\tGTEX-111CU-1826-SM-5GZYN\tGTEX-T5JC-2526-SM-4DM6G\tGTEX-14A5I-2426-SM-5Q5CP\tGTEX-13U4I-2126-SM-5LU55\tGTEX-13PVQ-0011-R5b-SM-5O9DI\tGTEX-11XUK-1626-SM-5GU5O\tGTEX-ZF29-1826-SM-4WKG8\tGTEX-RU72-0011-R11A-SM-5SI8G\tGTEX-S7SE-0011-R6A-SM-2XCD9\tGTEX-13PVQ-0526-SM-5LU8Q\tGTEX-132AR-0826-SM-5EGK6\tGTEX-13O1R-0526-SM-5K7XU\tGTEX-12WSA-0011-R4a-SM-57WB7\tGTEX-12WSH-0011-R1a-SM-5GU5V\tGTEX-145MI-0011-R11a-SM-5P9JZ\tGTEX-WYVS-2526-SM-3NMAT\tGTEX-ZYVF-2826-SM-5GIDK\tGTEX-YFC4-0006-SM-4RGLV\tGTEX-OXRL-0726-SM-3NM9A\tGTEX-ZYFG-0426-SM-5E43M\tGTEX-WRHU-0726-SM-3MJFL\tGTEX-PWOO-2326-SM-2S1PQ\tGTEX-12WSF-0011-R5a-SM-5HL8K\tGTEX-YEC3-0826-SM-4WWFP\tGTEX-PVOW-0011-R3A-SM-32PKX\tGTEX-145LS-3126-SM-5Q5BY\tGTEX-113JC-2826-SM-5EGIT\tGTEX-14753-0226-SM-5Q5CH\tGTEX-SE5C-0326-SM-4BRWX\tGTEX-147F3-0426-SM-5SI8V\tGTEX-XBED-1026-SM-48TCB\tGTEX-ZQUD-0003-SM-4YCD3\tGTEX-13FTX-0926-SM-5IFF7\tGTEX-Y5LM-0003-SM-4V6G1\tGTEX-ZVP2-2126-SM-5GU6E\tGTEX-XPVG-1326-SM-4B65P\tGTEX-1399S-1926-SM-5J2M5\tGTEX-13FH7-1026-SM-5IJGF\tGTEX-131XE-0926-SM-5HL7J\tGTEX-12ZZX-0326-SM-5DUVH\tGTEX-QVJO-0011-R6A-SM-2S1QN\tGTEX-12WSK-0326-SM-5GCOJ\tGTEX-139UC-0005-SM-5PNU7\tGTEX-WYVS-1926-SM-4PQZ2\tGTEX-PSDG-0426-SM-2S1OF\tGTEX-R3RS-0126-SM-3GIJL\tGTEX-XBEC-1226-SM-4AT65\tGTEX-12126-0826-SM-5FQTZ\tGTEX-XQ8I-0426-SM-4BOPO\tGTEX-11WQK-1526-SM-5EGKN\tGTEX-P4QT-0626-SM-3NMCP\tGTEX-145LS-0011-R8b-SM-5PNXA\tGTEX-13OW8-2926-SM-5L3FV\tGTEX-UTHO-0426-SM-5SI7N\tGTEX-12ZZW-0005-SM-5O9BY\tGTEX-PLZ6-1426-SM-2S1OQ\tGTEX-13CF3-1426-SM-5K7YY\tGTEX-XMK1-0926-SM-4B66X\tGTEX-ZVT3-0011-R7a-SM-57WCO\tGTEX-ZLWG-0526-SM-4WWFB\tGTEX-144GM-0226-SM-5Q5CB\tGTEX-QMR6-0011-R4A-SM-32PKU\tGTEX-11ZUS-1826-SM-5FQTR\tGTEX-Z9EW-0826-SM-5HL9T\tGTEX-P44H-0011-R6A-SM-2XCF3\tGTEX-132AR-2126-SM-5K7XG\tGTEX-13CZV-0006-SM-5P9IN\tGTEX-13NZ8-1626-SM-5IJBC\tGTEX-11TUW-0226-SM-5LU8X\tGTEX-1399S-0826-SM-5KM23\tGTEX-13O61-0005-SM-5O9AU\tGTEX-S3XE-0326-SM-4AD6L\tGTEX-YEC3-1426-101806-SM-5PNXX\tGTEX-13OW7-0126-SM-5MR3B\tGTEX-13PL7-1226-SM-5SIAR\tGTEX-13O61-1626-SM-5KM3T\tGTEX-P44G-0011-R7A-SM-2I3F9\tGTEX-ZLWG-1026-SM-4WWC4\tGTEX-S33H-0326-SM-4AD6N\tGTEX-ZDXO-3126-SM-5IJDF\tGTEX-S32W-0426-SM-4AD6H\tGTEX-13OW6-1126-SM-5L3HL\tGTEX-VUSG-1526-SM-4KKZH\tGTEX-R55F-0011-R6A-SM-2TF4L\tGTEX-P4PQ-0626-SM-3NMCU\tGTEX-YEC4-2326-SM-5IFHV\tGTEX-XMD2-0926-SM-4WWEF\tGTEX-YJ89-0011-R8b-SM-4SOK8\tGTEX-XBEW-0726-SM-4QARX\tGTEX-12WSM-0005-SM-5NQB3\tGTEX-11DXY-3026-SM-5N9CB\tGTEX-12WSJ-1826-SM-5GCNY\tGTEX-RU72-1126-SM-2TF6H\tGTEX-12WSC-0926-SM-5EQ63\tGTEX-ZE9C-2126-SM-4WKGY\tGTEX-ZVT2-1626-SM-51MRC\tGTEX-13OW8-1326-SM-5J1OW\tGTEX-11EQ8-0526-SM-5N9BC\tGTEX-TSE9-0011-R1A-SM-3DB7E\tGTEX-XQ8I-0226-SM-4BOPM\tGTEX-12ZZW-0011-R6a-SM-5DUVZ\tGTEX-XPVG-2526-SM-4B66D\tGTEX-QLQ7-0008-SM-447AW\tGTEX-WY7C-0008-SM-4ONDW\tGTEX-13113-2126-SM-5EQ4U\tGTEX-XGQ4-1226-SM-4AT67\tGTEX-RU72-1026-SM-46MUG\tGTEX-S4Z8-0226-SM-4AD5K\tGTEX-11UD2-2826-SM-5GU6X\tGTEX-N7MS-0011-R1a-SM-2HMJG\tGTEX-139T6-0826-SM-5J1O2\tGTEX-139D8-1426-SM-5IJEX\tGTEX-Y8E4-0126-SM-4VBQ2\tGTEX-13CF2-2826-SM-5LZX9\tGTEX-U3ZM-1526-SM-3DB9D\tGTEX-QEL4-1526-SM-447AB\tGTEX-Q2AG-0011-R3A-SM-2HMJ9\tGTEX-T6MN-0011-R6A-SM-5CHQD\tGTEX-ZT9W-0526-SM-57WFG\tGTEX-14A5I-1726-SM-5QGQ5\tGTEX-12WSB-3026-SM-59HKM\tGTEX-WFG8-1726-SM-4LVM6\tGTEX-Y8LW-0005-SM-4V6EV\tGTEX-ZAB4-0126-SM-5CVMG\tGTEX-RU1J-0226-SM-2TF5Y\tGTEX-13O61-2426-SM-5J1NV\tGTEX-ZVT3-2726-SM-5GU5X\tGTEX-ZTPG-0008-SM-4YCEK\tGTEX-ZF3C-0526-SM-4WWBG\tGTEX-11TUW-1326-SM-5EQKV\tGTEX-14E6C-0326-SM-5Q5EE\tGTEX-UJHI-1526-SM-3DB99\tGTEX-1399Q-1126-SM-5P9JA\tGTEX-1128S-0826-SM-5GZZI\tGTEX-ZVP2-1826-SM-5GU62\tGTEX-11UD2-0126-SM-5EQL2\tGTEX-PVOW-0626-SM-2XCF6\tGTEX-S33H-1826-SM-4AD65\tGTEX-Z93S-2826-SM-57WBL\tGTEX-TSE9-0626-SM-3DB8B\tGTEX-ZE9C-3026-SM-4WKHB\tGTEX-PX3G-0926-SM-48U12\tGTEX-12WSJ-0005-SM-5LU8S\tGTEX-WI4N-0626-SM-3TW8Z\tGTEX-ZF28-0011-R3a-SM-4WWDA\tGTEX-O5YV-1126-SM-3LK73\tGTEX-117YW-2426-SM-5Q5AE\tGTEX-XMD3-0008-SM-4AT4V\tGTEX-ZV68-0126-SM-59HKS\tGTEX-13SLX-0011-R6a-SM-5PNX4\tGTEX-13N1W-0011-R3a-SM-5MR5E\tGTEX-X15G-1626-SM-3NMB3\tGTEX-POMQ-1926-SM-3NB1Y\tGTEX-Q2AH-0526-SM-2I3ED\tGTEX-X4XX-1126-SM-3NMBY\tGTEX-11ZVC-0726-SM-5FQT9\tGTEX-XOTO-0011-R3A-SM-4B64W\tGTEX-R55C-0626-SM-2TF4Q\tGTEX-YFCO-2026-SM-4W21Q\tGTEX-WZTO-1526-SM-4PQYQ\tGTEX-WYVS-0226-SM-4ONDK\tGTEX-ZV68-0011-R10a-SM-51MT7\tGTEX-14C38-0006-SM-5NQBF\tGTEX-132AR-1326-SM-5K7YC\tGTEX-X62O-0126-SM-4E3JN\tGTEX-ZLWG-0004-SM-4WWD5\tGTEX-12WSA-0005-SM-5O9BM\tGTEX-13112-1426-SM-5EGH8\tGTEX-11P7K-0226-SM-5986Z\tGTEX-ZVT2-2426-SM-57WCQ\tGTEX-146FQ-0126-SM-5NQA9\tGTEX-13SLX-0011-R4a-SM-5O9BJ\tGTEX-13W46-1926-SM-5J2MF\tGTEX-147F4-0011-R10b-SM-5S2WC\tGTEX-13FHP-0526-SM-5K7UY\tGTEX-1399R-2026-SM-5K7WN\tGTEX-11EM3-0001-SM-5Q5BD\tGTEX-ZF2S-2126-SM-4WWAY\tGTEX-YEC3-1426-SM-4WWEM\tGTEX-13QJ3-1726-SM-5RQK9\tGTEX-144GM-1226-SM-5LU52\tGTEX-12WSD-0226-SM-59HKO\tGTEX-RN64-2326-SM-48FDW\tGTEX-13N1W-0126-SM-5K7VT\tGTEX-WZTO-0011-R7B-SM-4E3IS\tGTEX-WHSE-3026-SM-3P5ZH\tGTEX-WZTO-0011-R10B-SM-4E3KB\tGTEX-12ZZY-1326-SM-5GCNW\tGTEX-11TTK-0826-SM-5N9EG\tGTEX-11UD1-0326-SM-5EQKX\tGTEX-1212Z-0826-SM-5EQ51\tGTEX-12WSM-2226-SM-5DUVS\tGTEX-PLZ6-1126-SM-3P5ZR\tGTEX-YEC3-0626-SM-5IFHZ\tGTEX-11TT1-0726-SM-5GU5A\tGTEX-13NYB-1726-SM-5N9G2\tGTEX-13X6J-1626-SM-5Q5CV\tGTEX-12WSL-1126-SM-5CVNK\tGTEX-145MI-0011-R10a-SM-5PNZD\tGTEX-X8HC-1026-SM-46MWH\tGTEX-13FTX-1026-SM-5J2O5\tGTEX-13NYB-0011-R2a-SM-5MR3C\tGTEX-11TT1-2726-SM-5LU8L\tGTEX-ZDTT-0004-SM-4WKG3\tGTEX-13QBU-0426-SM-5J2O4\tGTEX-Q2AH-0826-SM-48TZN\tGTEX-131XG-1226-SM-5EGH9\tGTEX-13OVJ-0006-SM-5O98T\tGTEX-13NZ9-1126-SM-5MR37\tGTEX-ZDYS-1626-SM-4WKGB\tGTEX-ZUA1-0011-R1a-SM-4YCE2\tGTEX-RU1J-0426-SM-46MUK\tGTEX-SNOS-0226-SM-32PLR\tGTEX-NL3G-0007-SM-4SOIF\tGTEX-12ZZZ-0011-R3b-SM-5DUXK\tGTEX-13N11-1726-SM-5J1OJ\tGTEX-13D11-0926-SM-5J2NC\tGTEX-14DAR-0226-SM-5S2PR\tGTEX-OIZH-0005-SM-2HMJN\tGTEX-UPJH-0001-SM-3NMDE\tGTEX-ZPU1-1326-SM-57WE1\tGTEX-11H98-0426-SM-5HL55\tGTEX-R55C-0826-SM-48FCL\tGTEX-WI4N-2226-SM-4OOS9\tGTEX-13112-0126-SM-5P9IU\tGTEX-13CF3-1626-SM-5IFG9\tGTEX-13O3O-0011-R7b-SM-5P9GZ\tGTEX-WVLH-0011-R8A-SM-3MJFC\tGTEX-V955-2626-SM-3NM9F\tGTEX-XPVG-0726-SM-4B658\tGTEX-ZAK1-0526-SM-5K7X4\tGTEX-13RTK-1626-SM-5QGQS\tGTEX-11EI6-0526-SM-5985S\tGTEX-T6MN-0826-SM-32PM4\tGTEX-131XH-0011-R4b-SM-5DUWB\tGTEX-147GR-0011-R9a-SM-5S2UY\tGTEX-X4XY-0626-SM-4E3IN\tGTEX-ZQG8-0726-SM-5P9H9\tGTEX-S4P3-0526-SM-4AD58\tGTEX-13O3Q-3026-SM-5IJGD\tGTEX-W5X1-1026-SM-5CHSO\tGTEX-11XUK-2026-SM-5EQLF\tGTEX-ZVT3-0011-R6a-SM-51MSU\tGTEX-11O72-0226-SM-59869\tGTEX-145MI-1126-SM-5O9AK\tGTEX-X4EP-0011-R8B-SM-4QASL\tGTEX-147GR-2926-SM-5RQIN\tGTEX-OXRL-0626-SM-3NM9C\tGTEX-12WSI-0426-SM-5EQ5J\tGTEX-Y8LW-1926-SM-4WWFZ\tGTEX-145LS-1326-SM-5Q5EP\tGTEX-YF7O-1826-SM-5IFIU\tGTEX-12696-1826-SM-5EGJS\tGTEX-YJ89-2926-SM-5P9IT\tGTEX-ZAK1-2926-SM-5HL9S\tGTEX-QV44-0626-SM-4R1KJ\tGTEX-11TUW-3126-SM-5GU4Y\tGTEX-ZTTD-1126-SM-51MRP\tGTEX-11EMC-0726-SM-5EGJO\tGTEX-RTLS-0426-SM-2TF5K\tGTEX-XLM4-0011-R11A-SM-4AT46\tGTEX-Y114-0626-SM-4TT98\tGTEX-ZF3C-1326-SM-5A5MF\tGTEX-T5JC-0011-R1A-SM-32PM6\tGTEX-ZLV1-1126-SM-4WWBW\tGTEX-ZLFU-2126-SM-4WWEV\tGTEX-13FHO-2826-SM-5K7ZA\tGTEX-ZAJG-1626-SM-5HL7I\tGTEX-144GN-2426-SM-5LU4R\tGTEX-ZUA1-1526-SM-59HLS\tGTEX-13JVG-0126-SM-5L3D3\tGTEX-13QIC-0011-R4a-SM-5PNX8\tGTEX-13CF2-0011-R2a-SM-5L3DC\tGTEX-O5YV-2026-SM-2D7VS\tGTEX-ZVT2-2126-SM-5NQ93\tGTEX-11WQK-2426-SM-5GU5C\tGTEX-144GL-0326-SM-5QGOY\tGTEX-WEY5-0226-SM-3GIKN\tGTEX-WYVS-1626-SM-3NM9R\tGTEX-R55D-1526-SM-48FEJ\tGTEX-ZYFG-0926-SM-5BC5U\tGTEX-N7MS-0011-R5a-SM-2HMK8\tGTEX-XBEC-0526-SM-4QARU\tGTEX-WH7G-0005-SM-3NMBX\tGTEX-1269C-0005-SM-5N9CJ\tGTEX-WFON-0926-SM-4LVMK\tGTEX-ZDXO-0011-R2b-SM-4WKFG\tGTEX-P4QT-1526-SM-3NMCT\tGTEX-11DXX-2426-SM-5GZZW\tGTEX-12WSC-0126-SM-5EQ4P\tGTEX-13G51-0011-R7b-SM-5LZXG\tGTEX-145MO-0526-SM-5Q5F7\tGTEX-ZVZQ-0006-SM-51MR8\tGTEX-O5YT-0008-SM-4E3IQ\tGTEX-QV44-0126-SM-4R1KH\tGTEX-WFG7-0726-SM-3GIKO\tGTEX-ZT9W-1026-SM-57WG5\tGTEX-11GSP-1626-SM-5986N\tGTEX-X585-0011-R3B-SM-46MVG\tGTEX-ZV7C-0826-SM-59HK8\tGTEX-NPJ8-2126-SM-3MJGK\tGTEX-14A5I-1226-SM-5NQBW\tGTEX-11EQ9-2526-SM-5HL66\tGTEX-Y5LM-1326-SM-5RQIS\tGTEX-12584-0426-SM-5FQTT\tGTEX-13FLV-0011-R5a-SM-5LZWT\tGTEX-S3XE-1226-SM-4AD4L\tGTEX-12ZZZ-2026-SM-5LZWJ\tGTEX-OHPL-0008-SM-4E3I9\tGTEX-R55D-1426-SM-48FEN\tGTEX-O5YT-0126-SM-48TBW\tGTEX-145ME-1026-SM-5O9B4\tGTEX-T2YK-0326-SM-4DM7D\tGTEX-Y8E4-0326-SM-4VBRR\tGTEX-ZF29-0002-SM-4WKF2\tGTEX-XBEW-1326-SM-4AT63\tGTEX-U3ZM-0426-SM-3DB73\tGTEX-ZVT3-1626-SM-5GU66\tGTEX-XQ3S-1226-SM-4BOPP\tGTEX-147F4-2626-SM-5Q5CS\tGTEX-13OVG-1626-SM-5J1NF\tGTEX-11NSD-0226-SM-5A5LR\tGTEX-13QBU-1526-SM-5LU3W\tGTEX-13FHP-2926-SM-5IJG9\tGTEX-OIZG-0726-SM-33HBL\tGTEX-YB5K-1626-SM-5IFIN\tGTEX-14A6H-0006-SM-5NQ7W\tGTEX-ZLV1-0626-SM-4WWF6\tGTEX-13D11-0826-SM-5KLZJ\tGTEX-14AS3-0426-SM-5QGQK\tGTEX-PWN1-2026-SM-48TD9\tGTEX-12WSD-0005-SM-5N9FZ\tGTEX-12WSC-0011-R3a-SM-5P9F1\tGTEX-WFON-1126-SM-5CHTG\tGTEX-13N11-1826-SM-5IJDS\tGTEX-11ILO-0626-SM-5A5LO\tGTEX-12WSA-0011-R10b-SM-5P9ET\tGTEX-ZAB5-0826-SM-5P9FU\tGTEX-11O72-2826-SM-5HL6W\tGTEX-PX3G-2526-SM-48TZV\tGTEX-1192X-1126-SM-5EGGU\tGTEX-RUSQ-0826-SM-47JWW\tGTEX-XMD3-2326-SM-4AT5H\tGTEX-13N11-0626-SM-5J1OL\tGTEX-SJXC-1226-SM-4DM78\tGTEX-S4UY-1026-SM-4AD53\tGTEX-11EI6-3026-SM-5GZZO\tGTEX-YJ8A-1226-SM-5IFHH\tGTEX-11GSO-2326-SM-5A5LX\tGTEX-PWOO-2526-SM-2S1PG\tGTEX-OXRL-0008-SM-3NB29\tGTEX-ZF2S-0426-SM-4WKGP\tGTEX-148VJ-0011-R9b-SM-5SI77\tGTEX-QEG4-0326-SM-5S2UQ\tGTEX-R55E-0726-SM-48FCZ\tGTEX-ZPU1-1426-SM-4WWFU\tGTEX-ZPIC-0008-SM-4E3JF\tGTEX-ZGAY-0006-SM-4WWAQ\tGTEX-131XG-2026-SM-5GCN5\tGTEX-WHWD-0326-SM-3LK6L\tGTEX-13NYB-2426-SM-5IFF4\tGTEX-11P7K-2026-SM-5GU74\tGTEX-U3ZM-0426-SM-57WG1\tGTEX-P4PP-0426-SM-3NM9H\tGTEX-YECK-0008-SM-4W1ZG\tGTEX-12ZZX-2426-SM-5GCOE\tGTEX-13S86-0826-SM-5SI6J\tGTEX-N7MT-1226-SM-2D7W4\tGTEX-1117F-0526-SM-5EGHJ\tGTEX-1399U-2126-SM-5IFEZ\tGTEX-TKQ2-0226-SM-4DM6V\tGTEX-148VJ-1626-SM-5QGPH\tGTEX-13FHP-0326-SM-5K7U2\tGTEX-1211K-1426-SM-5FQTF\tGTEX-13D11-1726-SM-5IFGQ\tGTEX-139TU-0826-SM-5IJFG\tGTEX-WYJK-0008-SM-4ONDV\tGTEX-WXYG-0008-SM-4ONDU\tGTEX-13S86-0326-SM-5SI6K\tGTEX-111FC-3026-SM-5GZYJ\tGTEX-XQ8I-1926-SM-4BOOK\tGTEX-T6MN-0011-R10A-SM-5CHQC\tGTEX-11WQK-0011-R11a-SM-5BC6W\tGTEX-ZY6K-1826-SM-5GZXK\tGTEX-13JVG-1126-SM-5KM2M\tGTEX-12WSC-0011-R7b-SM-5LU9L\tGTEX-ZZ64-0126-SM-5GZXA\tK-562-SM-3NMDG\tGTEX-11TT1-0126-SM-5LUAA\tGTEX-R53T-1526-SM-48FEK\tGTEX-U4B1-0926-SM-4DXUV\tGTEX-VJYA-0001-SM-3NMDJ\tGTEX-131XH-2526-SM-5GCND\tGTEX-13O3O-1126-SM-5KM4Q\tGTEX-ZF3C-0226-SM-4WWB3\tGTEX-12WSD-2026-SM-5HL7D\tGTEX-Q734-0226-SM-48U1A\tGTEX-ZYW4-1026-SM-5SI8W\tGTEX-PWN1-0226-SM-2S1OZ\tGTEX-13X6J-0011-R7b-SM-5PNUC\tGTEX-12WSH-3026-SM-5CVNI\tGTEX-13YAN-0326-SM-5O9DF\tGTEX-QDVN-2126-SM-33HBS\tGTEX-11OC5-0526-SM-5N9EE\tGTEX-XLM4-0011-R4B-SM-4AT5C\tGTEX-13OVJ-0011-R8b-SM-5L3FS\tGTEX-OXRK-0326-SM-3NB3R\tGTEX-132AR-1926-SM-5EGK5\tGTEX-WYVS-1026-SM-4SOJW\tGTEX-1399R-2126-SM-5K7WZ\tGTEX-13O61-0926-SM-5IFFE\tGTEX-X4XX-0011-R10B-SM-46MWO\tGTEX-SJXC-0526-SM-2XCFG\tGTEX-145MG-3126-SM-5Q5D3\tGTEX-13NYC-2626-SM-5K7VN\tGTEX-ZVP2-0526-SM-51MSC\tGTEX-R53T-2026-SM-3GIJF\tGTEX-11TTK-0326-SM-5BC5N\tGTEX-WOFM-2026-SM-4OOSQ\tGTEX-Y3I4-2126-SM-4TT7C\tGTEX-OXRL-0326-SM-4MVNY\tGTEX-13FTW-2226-SM-5J1OH\tGTEX-1122O-1926-SM-5EGIQ\tGTEX-ZPU1-1526-SM-4YCFF\tGTEX-ZVZQ-0426-SM-59HLT\tGTEX-VUSG-0526-SM-4KL22\tGTEX-R3RS-0726-SM-3GIJR\tGTEX-O5YW-3026-SM-3MJHI\tGTEX-QLQW-1226-SM-2S1Q9\tGTEX-11OF3-0126-SM-5PNYF\tGTEX-13NZ8-0011-R8b-SM-5KM48\tGTEX-12WSH-0011-R2a-SM-5GU68\tGTEX-13O21-1526-SM-5K7W4\tGTEX-RVPV-1726-SM-2TF5W\tGTEX-14BMV-3126-SM-5S2UV\tGTEX-131YS-0011-R3b-SM-5DUXB\tGTEX-11H98-0226-SM-5NQ89\tGTEX-XXEK-0926-SM-4BRWH\tGTEX-XBED-0126-SM-47JY7\tGTEX-ZAJG-0626-SM-5HL8X\tGTEX-13S86-2426-SM-5S2MX\tGTEX-12ZZX-0226-SM-5DUXU\tGTEX-Q2AH-0626-SM-48TZJ\tGTEX-ZAB5-0226-SM-5CVMH\tGTEX-11I78-1626-SM-5A5M2\tK-562-SM-5GZWN\tGTEX-13111-0226-SM-5EQ55\tGTEX-RTLS-0006-SM-2TF58\tGTEX-12ZZZ-3026-SM-5BC67\tGTEX-R55G-0826-SM-2TC5U\tGTEX-N7MS-1626-SM-3LK5F\tGTEX-11P82-0006-SM-5N9FY\tGTEX-SUCS-1426-SM-4DM5W\tGTEX-1399U-0226-SM-5P9J2\tGTEX-ZYT6-0226-SM-5NQ6T\tGTEX-ZYW4-1526-SM-5SIBA\tGTEX-13O61-1126-SM-5L3FI\tGTEX-ZQUD-0008-SM-4YCCU\tGTEX-13OW5-0326-SM-5L3HK\tGTEX-S341-1926-SM-3K2BA\tGTEX-13OVJ-0226-SM-5L3GK\tGTEX-11EQ8-0826-SM-5N9FG\tGTEX-POYW-0826-SM-2XCEM\tGTEX-13D11-2026-SM-5IJBK\tGTEX-XMD1-0011-R8A-SM-4AT48\tGTEX-QDT8-0011-R11A-SM-32PKD\tGTEX-145LS-0011-R6b-SM-5PNWL\tGTEX-NPJ8-1326-SM-3LK6B\tGTEX-QLQW-0126-SM-447BK\tGTEX-13FH7-0726-SM-5J2NK\tGTEX-Y8LW-0008-SM-4V6G5\tGTEX-11OF3-0011-R8b-SM-57WCS\tGTEX-T2IS-1926-SM-4DM74\tGTEX-XQ8I-0126-SM-4BOPL\tGTEX-U3ZM-0926-SM-4DXSW\tGTEX-PVOW-0011-R1A-SM-32PL6\tGTEX-YEC4-1926-SM-5IFHJ\tGTEX-13FH7-0926-SM-5J2MR\tGTEX-1339X-1026-SM-5IFH5\tGTEX-V1D1-1126-SM-4JBHT\tGTEX-131XE-0526-SM-5K7YT\tGTEX-WHWD-1526-SM-4OORV\tGTEX-X4EO-0008-SM-4QASS\tGTEX-P4QT-1626-SM-5S2UR\tGTEX-WHWD-1826-SM-3LK6I\tGTEX-YB5E-1926-SM-5IFIG\tGTEX-11ILO-0126-SM-5A5LN\tGTEX-ZF2S-2426-SM-5DUXV\tGTEX-ZE9C-2726-SM-57WB5\tGTEX-S7SF-1926-SM-4AT5B\tGTEX-OIZH-0226-SM-2YUMH\tGTEX-Q2AG-1126-SM-48U1P\tGTEX-VUSH-0004-SM-3P61T\tGTEX-WI4N-0005-SM-3LK7E\tGTEX-SE5C-0526-SM-2XCE1\tGTEX-QCQG-1626-SM-48U26\tGTEX-Y9LG-1726-SM-4VBQE\tGTEX-13VXU-0826-SM-5KLZ2\tGTEX-OIZH-0926-SM-48TBR\tGTEX-QVJO-0011-R8A-SM-447C7\tGTEX-ZPIC-2026-SM-57WG3\tGTEX-ZXES-0826-SM-5E43C\tGTEX-VJYA-0626-SM-4KL1S\tGTEX-XMD2-1326-SM-4YCET\tGTEX-132NY-1226-SM-5PNVF\tGTEX-NFK9-1126-SM-3LK78\tGTEX-TML8-1226-SM-32QON\tGTEX-S4P3-1526-SM-3K2AV\tGTEX-WFG7-2026-SM-5SI7P\tGTEX-ZVT4-0226-SM-51MSD\tGTEX-QV31-0826-SM-4R1KR\tGTEX-RM2N-1626-SM-2TF5N\tGTEX-145ME-1926-SM-5SI9S\tGTEX-WRHK-0001-SM-4WWDD\tGTEX-13FHO-2026-SM-5J1OA\tGTEX-12KS4-1026-SM-5FQTD\tGTEX-TML8-1426-SM-4DXUT\tGTEX-Y9LG-1026-SM-5IFJN\tGTEX-QVUS-0006-SM-3GAE8\tGTEX-13O3Q-2126-SM-5KM4C\tGTEX-WYJK-0126-SM-3NMAB\tGTEX-13G51-2726-SM-5LZZ9\tGTEX-QVJO-0011-R5A-SM-2S1QM\tGTEX-Q2AG-0926-SM-48U1Q\tGTEX-WYBS-2426-SM-4ONDI\tGTEX-ZYW4-1326-SM-5E45N\tGTEX-XQ3S-1526-SM-4BOOC\tGTEX-WWYW-1126-SM-3NB2Q\tGTEX-13PDP-0126-SM-5L3HD\tGTEX-1313W-1126-SM-5EQ5U\tGTEX-VUSG-1726-SM-4KKZL\tGTEX-YB5K-2126-SM-4WWDJ\tGTEX-147F3-0626-SM-5NQ9I\tGTEX-WZTO-0011-R6B-SM-4E3J6\tGTEX-VUSH-0326-SM-3NB2I\tGTEX-11OC5-0326-SM-5PNW5\tGTEX-XPVG-2926-SM-4B66G\tGTEX-ZLV1-0826-SM-4WWEQ\tGTEX-13O3O-3026-SM-5KM42\tGTEX-11NV4-0008-SM-5Q5BA\tGTEX-XLM4-0004-SM-4AT5I\tGTEX-13FH7-2226-SM-5IJD4\tGTEX-11TT1-1826-SM-5EQLV\tGTEX-ZLWG-1126-SM-4WWFQ\tGTEX-13X6J-0011-R6a-SM-5PNUB\tGTEX-QEG5-1826-SM-4R1JP\tGTEX-PWOO-0626-SM-48TZH\tGTEX-13G51-1226-SM-5K7Z3\tGTEX-14BIM-2626-SM-5S2OF\tGTEX-ZP4G-1526-SM-57WE5\tGTEX-UJHI-0008-SM-4IHL1\tGTEX-P78B-2526-SM-3P5ZY\tGTEX-ZYFD-3026-SM-5E44C\tGTEX-Z9EW-0126-SM-5CVM6\tGTEX-S32W-2526-SM-2XCB8\tGTEX-13QIC-0011-R3a-SM-5P9HT\tGTEX-13NZ8-0011-R1b-SM-5KM3V\tGTEX-ZVE2-0226-SM-59HJB\tGTEX-14BMV-3026-SM-5S2PQ\tGTEX-QDVN-2226-SM-2S1PM\tGTEX-13NYS-0011-R6b-SM-5MR3R\tGTEX-13OW8-0011-R11a-SM-5L3GT\tGTEX-ZZPT-0926-SM-5GICZ\tGTEX-ZLV1-1526-SM-4WWBC\tGTEX-13QIC-1626-SM-5K7TZ\tGTEX-Y9LG-2226-SM-4VDS9\tGTEX-13O3Q-2726-SM-5KM51\tGTEX-1314G-1326-SM-5BC6E\tGTEX-13NZ9-1026-SM-5MR5K\tGTEX-13SLX-1326-SM-5S2QS\tGTEX-132AR-2826-SM-5IJFV\tGTEX-139TS-3126-SM-5LZWX\tGTEX-NPJ8-2226-SM-3TW8D\tGTEX-13YAN-1026-SM-5O9CF\tGTEX-11DXY-1326-SM-5987Z\tGTEX-WHPG-1626-SM-4M1ZL\tGTEX-13FXS-0006-SM-5O99X\tGTEX-13U4I-0926-SM-5LU5A\tGTEX-YEC4-1526-SM-4W1YU\tGTEX-PWOO-2426-SM-2S1OV\tGTEX-13112-0526-SM-5EQ4S\tGTEX-SUCS-1326-SM-4DM5T\tGTEX-XOTO-0011-R6B-SM-4B65X\tGTEX-X261-0226-SM-3NMD2\tGTEX-13O1R-2426-SM-5KLZZ\tGTEX-132AR-1626-SM-5EGHP\tGTEX-11H98-0126-SM-5EGHG\tGTEX-11GS4-1826-SM-5HL4T\tGTEX-XOTO-0326-SM-4B66K\tGTEX-XOTO-2826-SM-4B65I\tGTEX-12584-0826-SM-5FQSK\tGTEX-RNOR-0011-R7A-SM-2TF4V\tGTEX-SIU8-0926-SM-5SI87\tGTEX-TKQ2-0008-SM-4DM5L\tGTEX-QLQW-1426-SM-2S1QU\tGTEX-WFG8-1626-SM-4LVMB\tGTEX-13FTW-2026-SM-5IJE2\tGTEX-QVJO-0526-SM-447CE\tGTEX-X4XX-0011-R6B-SM-46MWP\tGTEX-11ZU8-0008-SM-5S2VO\tGTEX-1399U-0005-SM-5NQ8K\tGTEX-QV44-1026-SM-447CG\tGTEX-XYKS-0005-SM-4BRUD\tGTEX-T5JW-1526-SM-4DM5E\tGTEX-13OVI-2326-SM-5KM47\tGTEX-Y5LM-0526-SM-4V6G3\tGTEX-WRHK-1126-SM-4MVOJ\tGTEX-S4Q7-1226-SM-4AD5I\tGTEX-1399R-2326-SM-5PNYT\tGTEX-131XE-0006-SM-5P9F9\tGTEX-13O3Q-0011-R11b-SM-5KM2W\tGTEX-13N11-0826-SM-5IJFP\tGTEX-T2IS-0126-SM-4DM6O\tGTEX-12KS4-2126-SM-5FQUT\tGTEX-11EQ9-1526-SM-5PNY7\tGTEX-145MH-0011-R1b-SM-5PNWY\tGTEX-Z93S-0826-SM-5HL7Y\tGTEX-11P81-1626-SM-5BC52\tGTEX-ZVP2-0126-SM-5NQ7D\tGTEX-SNMC-0226-SM-4DM6F\tGTEX-YFCO-0426-SM-4W1Z7\tGTEX-X261-0008-SM-4PR11\tGTEX-Y5LM-2126-SM-4VDSY\tGTEX-ZE7O-3126-SM-5HL5X\tGTEX-13G51-3126-SM-5IJG7\tGTEX-P4QS-0226-SM-3NB1U\tGTEX-WRHK-0005-SM-3MJF5\tGTEX-WHPG-0626-SM-3NMBD\tGTEX-OXRL-2126-SM-3NM98\tGTEX-OXRP-2426-SM-2S1NR\tGTEX-NL3H-0006-SM-2I3FW\tGTEX-ZF29-2026-SM-4WWB7\tGTEX-ZYT6-2326-SM-5GZY3\tGTEX-WFON-0226-SM-3GIKR\tGTEX-13NZB-0626-SM-5IFH6\tGTEX-OIZG-0526-SM-2HMLF\tGTEX-12WSG-0426-SM-5FQSE\tGTEX-RU72-0008-SM-46MV8\tGTEX-Y5V5-0426-SM-4VBPU\tGTEX-11VI4-1026-SM-5EQM1\tGTEX-13FH7-0326-SM-5J1MR\tGTEX-11OF3-2426-SM-5Q5AS\tGTEX-1497J-2126-SM-5NQB8\tGTEX-XUJ4-2126-SM-4BOOX\tGTEX-PSDG-0526-SM-2S1OH\tGTEX-12WSL-2326-SM-5DUXQ\tGTEX-1477Z-0011-R5b-SM-5PNUO\tGTEX-RVPV-0011-R3A-SM-2TF63\tGTEX-X585-1426-SM-4E3JO\tGTEX-ZUA1-0726-SM-4YCD9\tGTEX-12WSN-0126-SM-5DUX5\tGTEX-13O61-0726-SM-5J2MD\tGTEX-13X6J-3126-SM-5Q5EJ\tGTEX-Y5V5-0226-SM-5S2N8\tGTEX-13OVJ-0826-SM-5J1OK\tGTEX-12WSH-1526-SM-5BC5W\tGTEX-14E1K-0326-SM-5S2PE\tGTEX-13PVQ-0926-SM-5IJFD\tGTEX-13FXS-3026-SM-5LZYO\tGTEX-11EQ9-0826-SM-5986Y\tGTEX-12696-0226-SM-5EGL3\tGTEX-QDVN-1126-SM-48TZ7\tGTEX-TMMY-0926-SM-33HBG\tGTEX-UJHI-0626-SM-3DB8T\tGTEX-V955-0826-SM-5SI82\tGTEX-WY7C-2326-SM-3NB2U\tGTEX-X261-0326-SM-3NMD4\tGTEX-ZVP2-0326-SM-57WBP\tGTEX-XUYS-0126-SM-47JWZ\tGTEX-Y5V6-0005-SM-4V6FD\tGTEX-145MI-0526-SM-5O9A8\tGTEX-WYVS-1226-SM-4ONCL\tGTEX-13X6K-3026-SM-5QGPA\tGTEX-1313W-0326-SM-5LZU5\tGTEX-1497J-2726-SM-5SI9W\tGTEX-R55G-0926-SM-48FDN\tGTEX-QDVN-0326-SM-2I3FS\tGTEX-WFON-1426-SM-4LVMT\tGTEX-WFG8-0001-SM-4LVN8\tGTEX-YEC4-0526-SM-4W21U\tGTEX-ZDXO-0011-R10a-SM-4WWD8\tGTEX-ZYFD-2526-SM-5E45L\tGTEX-XUW1-1026-SM-4BONY\tGTEX-OXRP-0926-SM-48TC1\tGTEX-PX3G-1526-SM-48U11\tGTEX-13NZ9-0126-SM-5K7XV\tGTEX-ZDYS-1526-SM-4WKFY\tGTEX-13W46-0626-SM-5LU3N\tGTEX-ZYW4-0426-SM-5GZYS\tGTEX-12KS4-0326-SM-5EQ41\tGTEX-XBEW-1026-SM-4QARV\tGTEX-WH7G-1026-SM-4LVML\tGTEX-144GO-0011-R6b-SM-5S2V7\tGTEX-11P82-1026-SM-5BC5J\tGTEX-SJXC-0126-SM-2XCFF\tGTEX-13PLJ-0011-R3a-SM-5O9DT\tGTEX-11GSO-0626-SM-5A5LW\tGTEX-XUJ4-2726-SM-4BOQ1\tGTEX-132AR-2326-SM-5IJDY\tGTEX-XUW1-1526-SM-4BOOY\tGTEX-13QIC-2926-SM-5J2NF\tGTEX-12WSD-0926-SM-5GCNL\tGTEX-146FQ-0726-SM-5LUA7\tGTEX-P4QS-1026-SM-3NMCW\tGTEX-12KS4-0626-SM-5PNY4\tGTEX-RNOR-1326-SM-48FDE\tGTEX-1399T-2726-SM-5K7XK\tGTEX-ZAK1-0426-SM-5J1MS\tGTEX-11NV4-1926-SM-5N9D4\tGTEX-1399S-0426-SM-5IFG5\tGTEX-WOFM-0326-SM-4OOSL\tGTEX-YFC4-0826-SM-5CVM1\tGTEX-11DXX-0526-SM-5PNVR\tGTEX-145MI-0011-R8b-SM-5PNZ9\tGTEX-ZC5H-2026-SM-5CVN2\tGTEX-12ZZX-0011-R7b-SM-5DUVV\tGTEX-11XUK-2126-SM-5EQLR\tGTEX-111FC-3326-SM-5GZYV\tGTEX-13W3W-0626-SM-5LU45\tGTEX-WYVS-0008-SM-4ONDY\tGTEX-WFG8-0126-SM-4LVMH\tGTEX-ZE7O-2426-SM-57WD7\tGTEX-X3Y1-0326-SM-4PQZ7\tGTEX-13FTX-0726-SM-5N9BI\tGTEX-ZLV1-1226-SM-4WWBX\tGTEX-PWCY-1926-SM-3NB25\tGTEX-WHSE-1026-SM-57WAX\tGTEX-13O3O-1526-SM-5KM1C\tGTEX-OXRP-2526-SM-2S1NO\tGTEX-WHSB-0326-SM-3LK6K\tGTEX-13OVJ-2626-SM-5IJFT\tGTEX-PWN1-0006-SM-5SI7T\tGTEX-ZY6K-0526-SM-5GZY9\tGTEX-RTLS-2326-SM-46MUH\tGTEX-148VI-0006-SM-5O9A6\tGTEX-11TT1-1926-SM-5PNYN\tGTEX-131XF-2626-SM-5EQ6K\tGTEX-Z93S-0011-R10a-SM-4RGNM\tGTEX-U3ZN-1626-SM-4DXTZ\tGTEX-139T8-0826-SM-5L3DE\tGTEX-145MO-1526-SM-5QGQC\tGTEX-12WSN-1326-SM-5GCNT\tGTEX-XBED-2326-SM-47JYR\tGTEX-13OW8-2226-SM-5K7Z4\tGTEX-ZYWO-1926-SM-5E456\tGTEX-YFC4-0011-R6b-SM-4V6E1\tGTEX-13OW7-0011-R11a-SM-5O9DY\tGTEX-POMQ-0426-SM-3P61G\tGTEX-T2IS-0011-R11A-SM-32QPC\tGTEX-12ZZW-3026-SM-5LZW7\tGTEX-ZVP2-0626-SM-51MSO\tGTEX-XOTO-0011-R5A-SM-4B657\tGTEX-146FR-1726-SM-5Q5DT\tGTEX-WFON-0526-SM-4LVLY\tGTEX-ZYVF-0226-SM-5GIEG\tGTEX-WFG7-1326-SM-4LMK1\tGTEX-139T4-0011-R9b-SM-5HL6S\tGTEX-13VXU-0011-R11b-SM-5O9DJ\tGTEX-ZT9X-1926-SM-57WE7\tGTEX-139TS-0011-R5b-SM-5J2MZ\tGTEX-11OF3-0011-R5a-SM-57WB4\tGTEX-Q2AG-0011-R7A-SM-2HMJP\tGTEX-1117F-0626-SM-5N9CS\tGTEX-13X6K-2826-SM-5O9DS\tGTEX-13RTJ-2926-SM-5Q5DE\tGTEX-SJXC-0726-SM-2XCFJ\tGTEX-OIZG-0008-SM-4E3J2\tGTEX-12WSK-2726-SM-5CVND\tGTEX-XPVG-2626-SM-4B669\tGTEX-12ZZY-1526-SM-5LZWF\tGTEX-Q2AH-0426-SM-2I3EP\tGTEX-139TT-2126-SM-5LZWC\tGTEX-SJXC-0326-SM-2XCFI\tGTEX-Y3I4-1726-SM-4TT89\tGTEX-PSDG-0426-SM-5SI86\tGTEX-REY6-2426-SM-48FF5\tGTEX-ZAB5-1126-SM-5Q5AD\tGTEX-11ONC-0926-SM-5BC5E\tGTEX-13OVH-0526-SM-5L3E6\tGTEX-QCQG-0006-SM-2S1OW\tGTEX-12WSN-1426-SM-5GCO6\tGTEX-OOBJ-0226-SM-2YUMM\tGTEX-13QBU-1326-SM-5LU4K\tGTEX-139TT-2726-SM-5IJFM\tGTEX-ZXG5-0126-SM-5GIEU\tGTEX-1399T-0011-R1b-SM-5DUWN\tGTEX-XLM4-2926-SM-4AT59\tGTEX-12KS4-0426-SM-5EQMC\tGTEX-U3ZH-1426-SM-4DXSR\tGTEX-WYBS-0326-SM-3NM8S\tGTEX-P4QT-2626-SM-2I3FM\tGTEX-WY7C-1526-SM-4OND2\tGTEX-131XH-0011-R3b-SM-5DUWM\tGTEX-1192X-3226-SM-5987D\tGTEX-13FTZ-0726-SM-5IFFY\tGTEX-RWS6-0226-SM-2XCA9\tGTEX-QEG4-2226-SM-4R1JM\tGTEX-SN8G-0226-SM-4DM6B\tGTEX-12WSI-1526-SM-5GCNM\tGTEX-YJ8A-1426-SM-5PNV7\tGTEX-SN8G-0008-SM-4DM4X\tGTEX-12C56-0526-SM-5FQST\tGTEX-NL4W-0008-SM-4E3I2\tGTEX-13O61-1726-SM-5KM46\tGTEX-ZVZQ-0011-R5b-SM-57WDC\tGTEX-TKQ1-0126-SM-33HB3\tGTEX-139YR-1726-SM-5IFFK\tGTEX-X15G-1326-SM-4PQZJ\tGTEX-13X6K-0011-R8b-SM-5PNZ4\tGTEX-13W3W-1626-SM-5LU35\tGTEX-ZYW4-1126-SM-5SI99\tGTEX-ZT9W-0426-SM-57WF4\tGTEX-11UD2-0426-SM-5EQ5W\tGTEX-ZYFD-0626-SM-5E44E\tGTEX-131XE-0726-SM-5HL9K\tGTEX-12ZZZ-0011-R6b-SM-5EQ5B\tGTEX-YEC4-1126-SM-5CVLW\tGTEX-13NYC-0826-SM-5N9FP\tGTEX-P4PP-2526-SM-3P61P\tGTEX-11DXY-0226-SM-5H123\tGTEX-WFJO-0005-SM-3GIKY\tGTEX-QVJO-1226-SM-4R1KA\tGTEX-QDT8-0126-SM-48TZ1\tGTEX-13G51-0011-R6b-SM-5LZX4\tGTEX-139YR-1526-SM-5IFJ1\tGTEX-S32W-1126-SM-4AD5V\tGTEX-13PLJ-1726-SM-5L3FT\tGTEX-YFC4-0011-R10a-SM-4SOK5\tGTEX-11ZVC-0426-SM-5CVLD\tGTEX-11P7K-0726-SM-5EGKX\tGTEX-ZQG8-1026-SM-51MR9\tGTEX-148VI-1626-SM-5SI6E\tGTEX-117YW-2726-SM-5GZZT\tGTEX-13VXU-1126-SM-5LU3U\tGTEX-131XF-0626-SM-5GIDS\tGTEX-13112-0011-R4b-SM-5DUXL\tGTEX-ZLFU-1526-SM-4WWBT\tGTEX-144GO-0126-SM-5LUAO\tGTEX-1313W-1626-SM-5J1OE\tGTEX-1122O-2126-SM-5EGIR\tGTEX-1313W-0011-R1b-SM-5EQ4A\tGTEX-13NZA-0526-SM-5L3D7\tGTEX-Y8LW-0626-SM-4VDS8\tGTEX-WI4N-2026-SM-4OOS7\tGTEX-QMRM-0826-SM-3NB33\tGTEX-R55E-0008-SM-48FCG\tGTEX-1399R-0426-SM-5IJE3\tGTEX-YFCO-1626-SM-4W1Z3\tGTEX-OOBK-2626-SM-2HMKY\tGTEX-OHPJ-0006-SM-3LK6G\tGTEX-1117F-2826-SM-5GZXL\tGTEX-11ZTS-3326-SM-5LU9Y\tGTEX-VJYA-0726-SM-4KL1T\tGTEX-ZA64-2126-SM-5Q5A8\tGTEX-Q2AG-2826-SM-2HMJQ\tGTEX-XV7Q-0426-SM-4BRVN\nENSG00000242268.2\t1.5850\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t1.5850\t1.5850\t0.0000\t1.0000\t1.0000\t2.5850\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t3.4594\t2.0000\t2.5850\t0.0000\t3.9069\t3.5850\t0.0000\t1.0000\t3.3219\t0.0000\t2.0000\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.8074\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t1.0000\t2.3219\t0.0000\t1.5850\t0.0000\t3.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t1.5850\t3.4594\t0.0000\t0.0000\t0.0000\t4.0875\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t0.0000\t1.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t2.3219\t2.5850\t0.0000\t3.1699\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t1.0000\t2.8074\t0.0000\t0.0000\t3.9069\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t1.0000\t0.0000\t3.0000\t0.0000\t0.0000\t0.0000\t1.5850\t2.5850\t0.0000\t0.0000\t3.3219\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t4.4594\t1.5850\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t4.1699\t0.0000\t1.5850\t0.0000\t4.3219\t1.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.3219\t0.0000\t0.0000\t2.5850\t0.0000\t3.7004\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t1.0000\t2.5850\t0.0000\t0.0000\t2.3219\t4.5236\t0.0000\t0.0000\t0.0000\t4.3923\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.5850\t2.0000\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t5.3923\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t1.5850\t0.0000\t3.7004\t0.0000\t1.5850\t1.0000\t3.0000\t5.2095\t0.0000\t1.5850\t1.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t3.1699\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t2.0000\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.7004\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t0.0000\t3.0000\t0.0000\t1.5850\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t2.0000\t1.0000\t1.0000\t0.0000\t1.5850\t1.5850\t1.5850\t0.0000\t2.0000\t0.0000\t1.5850\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.9069\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t4.4594\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t2.3219\t1.5850\t3.5850\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t4.0875\t0.0000\t3.3219\t4.4594\t1.0000\t0.0000\t0.0000\t2.0000\t2.0000\t2.5850\t0.0000\t2.5850\t1.0000\t2.3219\t1.0000\t1.5850\t5.2854\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t4.0875\t0.0000\t1.0000\t0.0000\t2.5850\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t3.1699\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.1699\t0.0000\t3.1699\t1.5850\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t3.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t2.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t2.5850\t0.0000\t0.0000\t3.9069\t0.0000\t3.3219\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t2.3219\t1.0000\t0.0000\t1.5850\t1.0000\t1.0000\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t6.2095\t1.0000\t3.1699\t0.0000\t0.0000\t2.3219\t5.5546\t0.0000\t0.0000\t2.5850\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t6.1898\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.5850\t0.0000\t5.2854\t2.0000\t3.9069\t2.0000\t2.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t3.4594\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t1.0000\t3.7004\t0.0000\t1.5850\t1.5850\t0.0000\t1.0000\t2.5850\t0.0000\t0.0000\t3.4594\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t1.0000\t2.3219\t0.0000\t3.1699\t0.0000\t2.8074\t1.0000\t0.0000\t1.5850\t2.0000\t2.0000\t0.0000\t2.5850\t0.0000\t1.5850\t1.0000\t3.1699\t1.0000\t0.0000\t3.5850\t2.5850\t0.0000\t0.0000\t1.0000\t2.3219\t0.0000\t2.8074\t0.0000\t1.0000\t0.0000\t3.1699\t1.5850\t0.0000\t2.0000\t4.4594\t0.0000\t0.0000\t1.5850\t1.5850\t0.0000\t1.5850\t2.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.8074\t3.1699\t1.0000\t2.8074\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.4594\t2.8074\t2.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t3.0000\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t2.5850\t0.0000\t2.0000\t2.5850\t1.0000\t1.5850\t0.0000\t4.3923\t2.5850\t0.0000\t1.5850\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.1699\t0.0000\t1.0000\t2.5850\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.5850\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.0000\t1.0000\t4.1699\t3.8074\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t2.0000\t2.0000\t1.0000\t1.5850\t1.5850\t2.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t3.7004\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t2.3219\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.0000\t0.0000\t1.5850\t4.1699\t1.0000\t2.0000\t3.3219\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t5.7004\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t2.3219\t0.0000\t1.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t2.5850\t1.5850\t2.5850\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t3.1699\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t4.9069\t0.0000\t0.0000\t3.7004\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t3.4594\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t1.5850\t1.0000\t1.5850\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.1699\t4.0000\t1.5850\t2.3219\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.0000\t3.0000\t3.1699\t1.0000\t0.0000\t3.4594\t0.0000\t1.0000\t0.0000\t3.4594\t4.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t3.4594\t0.0000\t0.0000\t2.8074\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.8074\t2.0000\t2.0000\t0.0000\t1.0000\t3.4594\t0.0000\t3.3219\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t3.0000\t0.0000\t2.8074\t0.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t1.5850\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t3.7004\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t2.0000\t0.0000\t2.0000\t0.0000\t2.3219\t2.5850\t1.0000\t0.0000\t3.3219\t3.1699\t0.0000\t0.0000\t0.0000\t2.0000\t2.0000\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t2.0000\t2.0000\t0.0000\t3.7004\t1.0000\t3.0000\t0.0000\t3.0000\t2.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.1699\t4.8580\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t3.0000\t0.0000\t2.3219\t2.0000\t0.0000\t1.5850\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.5850\t0.0000\t1.5850\t0.0000\t1.0000\t1.0000\t3.0000\t1.5850\t0.0000\t0.0000\t3.0000\t0.0000\t1.5850\t1.0000\t3.0000\t1.0000\t2.3219\t2.3219\t1.5850\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.3219\t1.0000\t3.4594\t0.0000\t2.5850\t2.0000\t0.0000\t3.4594\t2.3219\t0.0000\t0.0000\t2.3219\t3.1699\t1.0000\t0.0000\t2.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t4.6439\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t4.3923\t0.0000\t1.0000\t1.0000\t0.0000\t2.3219\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t2.5850\t0.0000\t0.0000\t4.3219\t0.0000\t0.0000\t0.0000\t5.3219\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t5.4919\t0.0000\t2.3219\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.5850\t1.5850\t2.0000\t1.0000\t0.0000\t4.0000\t3.1699\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t3.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t2.3219\t3.3219\t0.0000\t0.0000\t1.0000\t1.5850\t1.5850\t2.8074\t0.0000\t2.8074\t0.0000\t0.0000\t2.0000\t3.0000\t3.9069\t0.0000\t3.0000\t1.5850\t5.3219\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t1.5850\t0.0000\t0.0000\t4.8074\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t2.5850\t3.1699\t0.0000\t4.4594\t0.0000\t0.0000\t0.0000\t3.7004\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.6439\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t3.5850\t0.0000\t0.0000\t0.0000\t2.8074\t1.5850\t4.0875\t1.0000\t5.6724\t1.5850\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.0000\t3.5850\t1.0000\t4.2479\t0.0000\t1.5850\t2.5850\t1.0000\t0.0000\t2.0000\t0.0000\t1.0000\t0.0000\t3.4594\t1.0000\t0.0000\t1.5850\t0.0000\t3.0000\t0.0000\t2.3219\t2.5850\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t3.4594\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t4.0875\t0.0000\t0.0000\t3.5850\t0.0000\t2.0000\t1.0000\t0.0000\t1.5850\t1.5850\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t2.3219\t1.5850\t0.0000\t0.0000\t0.0000\t2.5850\t2.8074\t0.0000\t1.0000\t0.0000\t1.5850\t2.0000\t1.0000\t2.3219\t4.8580\t0.0000\t3.0000\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t2.8074\t3.4594\t2.8074\t3.0000\t2.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t4.1699\t3.3219\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.3219\t4.3219\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t0.0000\t3.8074\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t4.5850\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t3.0000\t2.0000\t3.1699\t5.1293\t0.0000\t2.5850\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.5850\t1.0000\t0.0000\t1.0000\t0.0000\t2.5850\t0.0000\t2.5850\t1.0000\t0.0000\t2.3219\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t2.3219\t3.1699\t0.0000\t0.0000\t3.0000\t1.5850\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t3.8074\t3.7004\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t2.3219\t0.0000\t2.0000\t2.5850\t0.0000\t3.0000\t0.0000\t3.5850\t3.0000\t0.0000\t3.4594\t0.0000\t1.0000\t1.5850\t0.0000\t2.0000\t4.5236\t3.5850\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t1.0000\t0.0000\t1.0000\t5.2095\t1.5850\t0.0000\t3.7004\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.4594\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t2.8074\t4.0000\t2.8074\t3.1699\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.1699\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t1.0000\t1.0000\t0.0000\t2.3219\t0.0000\t1.5850\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t5.0444\t1.0000\t0.0000\t4.8074\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.8074\t2.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.1699\t0.0000\t2.0000\t2.5850\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.3219\t4.0875\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.5850\t0.0000\t3.7004\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t1.5850\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t2.0000\t3.5850\t0.0000\t0.0000\t0.0000\t3.0000\t1.5850\t0.0000\t1.5850\t0.0000\t2.5850\t0.0000\t1.0000\t1.0000\t0.0000\t3.1699\t0.0000\t1.0000\t0.0000\t1.5850\t1.5850\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.3219\t1.5850\t2.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t2.8074\t0.0000\t0.0000\t1.0000\t0.0000\t2.5850\t0.0000\t0.0000\t3.9069\t2.5850\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.8074\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t2.3219\t2.8074\t0.0000\t0.0000\t2.0000\t0.0000\t2.3219\t2.3219\t0.0000\t0.0000\t2.3219\t1.0000\t0.0000\t0.0000\t0.0000\t3.5850\t0.0000\t0.0000\t1.0000\t3.1699\t0.0000\t2.3219\t2.8074\t2.5850\t2.3219\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.3219\t2.5850\t1.0000\t2.5850\t1.5850\t0.0000\t0.0000\t2.5850\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t3.4594\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.5850\t2.3219\t0.0000\t2.5850\t0.0000\t3.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t0.0000\t1.5850\t1.0000\t2.0000\t2.5850\t0.0000\t2.0000\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t2.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t1.0000\t2.3219\t3.4594\t1.5850\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t3.0000\t0.0000\t0.0000\t2.5850\t1.0000\t2.0000\t0.0000\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.8074\t0.0000\t0.0000\t0.0000\t0.0000\t4.0000\t2.3219\t1.0000\t3.1699\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t1.5850\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.4594\t1.0000\t0.0000\t4.2479\t1.5850\t2.5850\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t2.8074\t2.3219\t2.5850\t3.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.8074\t1.5850\t2.3219\t2.0000\t0.0000\t2.5850\t3.8074\t0.0000\t1.0000\t2.8074\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t2.5850\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t3.1699\t2.0000\t0.0000\t1.0000\t2.3219\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t2.3219\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t3.3219\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t1.0000\t2.3219\t1.0000\t1.0000\t3.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t1.5850\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t1.5850\t2.0000\t1.5850\t0.0000\t1.5850\t1.0000\t2.5850\t2.0000\t0.0000\t1.0000\t0.0000\t3.8074\t4.3923\t0.0000\t0.0000\t0.0000\t0.0000\t4.0875\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t5.0444\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t3.1699\t0.0000\t0.0000\t2.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t2.5850\t0.0000\t1.0000\t0.0000\t3.9069\t1.0000\t0.0000\t0.0000\t1.0000\t1.5850\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.5850\t3.3219\t3.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t3.3219\t0.0000\t1.5850\t0.0000\t5.8329\t0.0000\t0.0000\t3.4594\t0.0000\t0.0000\t0.0000\t4.5850\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t2.3219\t0.0000\t0.0000\t3.8074\t0.0000\t1.0000\t3.5850\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.8074\t0.0000\t2.5850\t0.0000\t2.8074\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.0000\t1.5850\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.3219\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.3219\t1.5850\t4.0875\t0.0000\t2.3219\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.5850\t2.0000\t3.8074\t3.3219\t0.0000\t0.0000\t2.8074\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t3.4594\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t3.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t3.3219\t3.0000\t2.3219\t2.0000\t4.3923\t1.5850\t0.0000\t0.0000\t2.5850\t2.5850\t2.8074\t0.0000\t0.0000\t1.0000\t1.0000\t1.5850\t3.0000\t0.0000\t0.0000\t4.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.5850\t2.3219\t5.9773\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t4.9069\t0.0000\t2.3219\t1.0000\t4.5236\t0.0000\t0.0000\t3.4594\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t4.3219\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t1.5850\t1.5850\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.5850\t2.8074\t3.5850\t2.5850\t3.9069\t1.0000\t2.0000\t4.0875\t1.5850\t0.0000\t1.0000\t4.0000\t0.0000\t2.5850\t1.0000\t1.0000\t0.0000\t3.5850\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t3.3219\t0.0000\t0.0000\t1.0000\t1.0000\t2.8074\t0.0000\t1.0000\t3.4594\t1.0000\t0.0000\t3.0000\t0.0000\t0.0000\t1.0000\t2.3219\t2.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t2.5850\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t2.8074\t0.0000\t3.0000\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t2.0000\t0.0000\t0.0000\t2.0000\t1.0000\t1.5850\t0.0000\t0.0000\t3.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t3.7004\t3.3219\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t1.0000\t1.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t5.0000\t1.5850\t2.5850\t1.5850\t0.0000\t0.0000\t2.3219\t2.3219\t3.7004\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.8074\t2.8074\t5.2479\t0.0000\t1.0000\t2.3219\t1.0000\t1.0000\t0.0000\t1.0000\t1.5850\t3.3219\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t2.3219\t5.6724\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.5850\t1.0000\t0.0000\t2.0000\t0.0000\t3.1699\t3.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t5.3576\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t2.8074\t0.0000\t3.8074\t0.0000\t0.0000\t5.8580\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t3.5850\t1.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t2.3219\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t3.0000\t1.0000\t0.0000\t0.0000\t3.8074\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t1.0000\t0.0000\t3.7004\t0.0000\t3.1699\t3.1699\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t2.0000\t1.0000\t2.3219\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t3.1699\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t1.0000\t0.0000\t1.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t3.1699\t1.0000\t2.0000\t3.5850\t2.8074\t2.0000\t0.0000\t2.0000\t1.0000\t2.3219\t1.5850\t0.0000\t1.0000\t0.0000\t2.8074\t1.0000\t2.0000\t5.0444\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t1.0000\t1.5850\t0.0000\t1.0000\t2.0000\t1.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t2.5850\t0.0000\t3.4594\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.0000\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t3.3219\t0.0000\t0.0000\t3.1699\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t1.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t2.0000\t0.0000\t1.0000\t3.3219\t2.3219\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.0000\t1.0000\t2.5850\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t3.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.5850\t0.0000\t1.0000\t2.0000\t0.0000\t3.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t1.0000\t0.0000\t0.0000\t3.0000\t1.0000\t3.1699\t3.7004\t1.5850\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t2.0000\t2.0000\t2.0000\t0.0000\t1.0000\t2.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.7004\t0.0000\t2.0000\t2.3219\t1.5850\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.5850\t0.0000\t3.1699\t1.5850\t3.4594\t0.0000\t1.0000\t0.0000\t2.0000\t1.0000\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.5850\t2.5850\t0.0000\t2.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t2.0000\t3.1699\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t2.8074\t1.0000\t2.0000\t0.0000\t2.3219\t1.5850\t1.0000\t0.0000\t0.0000\t3.3219\t0.0000\t0.0000\t1.5850\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t3.1699\t1.0000\t3.1699\t0.0000\t2.0000\t0.0000\t0.0000\t2.0000\t2.0000\t3.3219\t1.0000\t5.0444\t0.0000\t1.0000\t1.5850\t0.0000\t2.5850\t1.5850\t2.8074\t1.5850\t0.0000\t1.0000\t2.0000\t0.0000\t1.0000\t3.3219\t1.5850\t0.0000\t2.8074\t2.0000\t0.0000\t1.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t3.4594\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t2.5850\t0.0000\t2.5850\t1.0000\t0.0000\t1.0000\t3.8074\t0.0000\t0.0000\t0.0000\t2.0000\t2.8074\t2.3219\t0.0000\t1.0000\t0.0000\t1.0000\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t2.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t1.0000\t1.0000\t2.8074\t1.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.0000\t1.5850\t0.0000\t3.7004\t2.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t3.5850\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t2.3219\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.5850\t2.8074\t0.0000\t3.8074\t2.3219\t1.5850\t0.0000\t0.0000\t5.1699\t0.0000\t1.5850\t0.0000\t1.5850\t3.8074\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t2.3219\t2.3219\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.3219\t0.0000\t3.5850\t0.0000\t0.0000\t4.9542\t3.8074\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.3219\t1.5850\t2.0000\t0.0000\t1.5850\t0.0000\t1.5850\t1.5850\t2.0000\t5.1699\t0.0000\t1.5850\t5.7279\t0.0000\t1.5850\t1.5850\t4.9542\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t2.0000\t0.0000\t1.0000\t2.3219\t1.5850\t1.0000\t1.0000\t1.5850\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t2.0000\t0.0000\t0.0000\t2.5850\t1.0000\t1.0000\t3.5850\t2.5850\t1.5850\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t2.3219\t0.0000\t6.2668\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t2.3219\t3.3219\t3.1699\t1.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t3.8074\t1.5850\t0.0000\t1.0000\t1.0000\t1.5850\t0.0000\t0.0000\t2.8074\t2.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t2.3219\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t3.5850\t2.0000\t1.0000\t1.5850\t0.0000\t1.0000\t3.8074\t3.0000\t5.7814\t0.0000\t4.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t1.0000\t0.0000\t2.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.5850\t2.0000\t0.0000\t2.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.1699\t3.0000\t0.0000\t0.0000\t3.3219\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t3.8074\t0.0000\t0.0000\t0.0000\t4.0875\t5.4263\t3.4594\t0.0000\t0.0000\t1.5850\t1.5850\t1.5850\t3.7004\t2.0000\t1.0000\t0.0000\t3.5850\t0.0000\t0.0000\t0.0000\t3.3219\t0.0000\t2.5850\t0.0000\t1.5850\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t4.2479\t0.0000\t0.0000\t3.0000\t2.0000\t1.0000\t3.0000\t6.4263\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t1.0000\t2.5850\t1.0000\t2.0000\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t2.5850\t2.8074\t0.0000\t0.0000\t3.5850\t1.0000\t4.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t1.0000\t2.3219\t0.0000\t4.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.0000\t1.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t2.0000\t1.5850\t2.5850\t0.0000\t1.0000\t2.8074\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t2.0000\t1.5850\t0.0000\t0.0000\t2.0000\t0.0000\t3.0000\t1.0000\t2.0000\t2.3219\t0.0000\t0.0000\t2.8074\t1.0000\t0.0000\t2.3219\t0.0000\t2.5850\t0.0000\t0.0000\t1.5850\t0.0000\t2.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t4.3923\t0.0000\t0.0000\t0.0000\t0.0000\t3.3219\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t3.3219\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t4.1699\t3.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t4.0875\t5.4263\t0.0000\t0.0000\t0.0000\t1.5850\t4.4594\t1.5850\t3.5850\t1.0000\t0.0000\t1.5850\t4.1699\t1.5850\t0.0000\t1.0000\t1.0000\t2.5850\t1.5850\t4.7004\t0.0000\t0.0000\t1.0000\t1.5850\t1.0000\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t3.1699\t0.0000\t1.0000\t0.0000\t3.8074\t0.0000\t0.0000\t0.0000\t0.0000\t3.1699\t1.0000\t1.0000\t0.0000\t3.9069\t0.0000\t0.0000\t0.0000\t0.0000\t4.3923\t0.0000\t1.0000\t3.7004\t0.0000\t0.0000\t0.0000\t1.0000\t5.2479\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.5850\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.8074\t1.5850\t1.0000\t3.1699\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t3.8074\t0.0000\t3.0000\t4.3219\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t2.3219\t2.0000\t1.5850\t1.0000\t0.0000\t1.0000\t3.7004\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t1.0000\t0.0000\t2.0000\t2.0000\t1.0000\t2.3219\t1.0000\t2.8074\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t2.0000\t0.0000\t0.0000\t4.2479\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t1.5850\t1.5850\t1.5850\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t3.4594\t1.5850\t2.0000\t0.0000\t1.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t2.0000\t1.0000\t2.3219\t1.0000\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t2.0000\t2.3219\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.8074\t2.8074\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t3.8074\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t2.5850\t0.0000\t5.9542\t0.0000\t1.0000\t0.0000\t3.8074\t0.0000\t2.3219\t5.7549\t0.0000\t0.0000\t2.8074\t1.0000\t4.5236\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t3.4594\t3.8074\t1.0000\t0.0000\t0.0000\t0.0000\t2.8074\t2.3219\t2.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t2.5850\t0.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t4.8580\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t2.5850\t0.0000\t0.0000\t2.8074\t0.0000\t2.3219\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t1.0000\t1.0000\t1.0000\t2.5850\t2.8074\t1.0000\t3.4594\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t4.0875\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t4.1699\t3.3219\t1.5850\t2.5850\t0.0000\t0.0000\t4.8580\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t2.3219\t0.0000\t0.0000\t0.0000\t1.5850\t5.5850\t1.5850\t1.5850\t0.0000\t0.0000\t1.0000\t3.1699\t0.0000\t2.3219\t2.0000\t2.3219\t2.0000\t6.6147\t0.0000\t0.0000\t0.0000\t2.3219\t2.0000\t0.0000\t0.0000\t2.0000\t0.0000\t1.0000\t2.3219\t3.1699\t0.0000\t0.0000\t0.0000\t3.8074\t3.5850\t2.3219\t1.0000\t1.5850\t1.5850\t1.0000\t2.5850\t2.3219\t0.0000\t1.0000\t0.0000\t2.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.5850\t0.0000\t3.1699\t1.0000\t2.0000\t0.0000\t1.0000\t3.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t4.0000\t0.0000\t2.5850\t2.3219\t2.8074\t1.0000\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t4.3923\t1.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t2.3219\t0.0000\t2.5850\t0.0000\t1.5850\t0.0000\t2.3219\t4.1699\t1.0000\t0.0000\t1.0000\t0.0000\t1.5850\t2.5850\t2.8074\t0.0000\t0.0000\t0.0000\t1.0000\t2.3219\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t1.0000\t2.5850\t2.3219\t0.0000\t0.0000\t0.0000\t3.5850\t0.0000\t0.0000\t0.0000\t1.5850\t2.8074\t0.0000\t0.0000\t0.0000\t3.4594\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.9069\t0.0000\t3.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.0000\t0.0000\t1.0000\t0.0000\t2.5850\t2.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t3.7004\t2.5850\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t4.0000\t0.0000\t2.5850\t0.0000\t0.0000\t1.0000\t0.0000\t2.5850\t2.8074\t1.0000\t2.5850\t0.0000\t0.0000\t0.0000\t3.8074\t1.0000\t0.0000\t2.3219\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t3.3219\t2.3219\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t2.3219\t2.0000\t0.0000\t0.0000\t2.0000\t1.5850\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t2.0000\t0.0000\t0.0000\t0.0000\t4.5850\t0.0000\t2.0000\t0.0000\t0.0000\t3.3219\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t5.0875\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t2.5850\t0.0000\t1.0000\t0.0000\t2.0000\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t1.0000\t0.0000\t0.0000\t6.1293\t0.0000\t2.5850\t0.0000\t1.5850\t1.0000\t0.0000\t2.3219\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t2.3219\t2.8074\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.0000\t2.3219\t0.0000\t1.0000\t2.8074\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t3.1699\t5.3923\t3.0000\t0.0000\t3.7004\t0.0000\t0.0000\t2.0000\t1.5850\t0.0000\t1.5850\t0.0000\t2.8074\t1.5850\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t2.0000\t0.0000\t2.3219\t3.3219\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t3.5850\t2.0000\t1.0000\t0.0000\t3.8074\t2.5850\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t3.0000\t0.0000\t0.0000\t0.0000\t3.7004\t1.0000\t1.0000\t2.3219\t1.0000\t1.0000\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t0.0000\t3.4594\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.4594\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.5236\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t3.7004\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t1.0000\t1.5850\t0.0000\t2.0000\t0.0000\t4.5236\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t1.5850\t2.5850\t0.0000\t0.0000\t0.0000\t3.3219\t3.4594\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t2.0000\t0.0000\t0.0000\t1.5850\t0.0000\t3.3219\t0.0000\t2.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.2479\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.5850\t1.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t3.8074\t1.5850\t3.7004\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t3.1699\t1.0000\t0.0000\t5.3923\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.7004\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t5.8074\t0.0000\t1.5850\t1.0000\t2.3219\t3.4594\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t2.0000\t1.5850\t1.5850\t3.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t4.6439\t2.0000\t0.0000\t1.5850\t1.0000\t4.0000\t2.0000\t2.0000\t2.5850\t2.8074\t5.5236\t1.0000\t1.0000\t0.0000\t1.5850\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t4.8074\t0.0000\t3.4594\t0.0000\t2.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.3219\t1.5850\t1.0000\t4.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.5850\t1.0000\t2.5850\t1.5850\t1.5850\t1.5850\t2.3219\t2.5850\t1.0000\t0.0000\t3.3219\t3.3219\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t1.5850\t0.0000\t2.3219\t1.0000\t0.0000\t2.3219\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.5850\t1.0000\t2.8074\t2.5850\t1.0000\t2.8074\t1.5850\t1.5850\t2.0000\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t2.5850\t1.0000\t0.0000\t0.0000\t1.5850\t1.5850\t0.0000\t1.5850\t0.0000\t4.0875\t1.5850\t3.0000\t2.5850\t0.0000\t1.0000\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t1.0000\t4.0875\t0.0000\t0.0000\t1.0000\t0.0000\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t4.6439\t4.7004\t5.8329\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t4.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t5.4594\t3.9069\t0.0000\t0.0000\t0.0000\t1.0000\t3.8074\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.9069\t0.0000\t1.0000\t3.8074\t4.0875\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t2.3219\t0.0000\t1.0000\t2.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t5.3219\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t2.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.5850\t2.3219\t0.0000\t1.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t3.8074\t1.0000\t2.3219\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t4.0875\t0.0000\t1.0000\t0.0000\t2.3219\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t2.3219\t0.0000\t2.0000\t0.0000\t2.5850\t1.0000\t0.0000\t3.5850\t0.0000\t0.0000\t0.0000\t0.0000\t4.7004\t3.4594\t1.0000\t1.5850\t0.0000\t1.0000\t4.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.1699\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.5850\t2.5850\t0.0000\t0.0000\t6.3038\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t1.0000\t0.0000\t5.9069\t0.0000\t4.3219\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t0.0000\t5.8074\t0.0000\t2.5850\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t3.1699\t2.8074\t0.0000\t1.0000\t0.0000\t2.8074\t0.0000\t1.5850\t3.1699\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t3.7004\t2.8074\t2.8074\t1.5850\t2.0000\t0.0000\t2.8074\t1.5850\t3.1699\t0.0000\t0.0000\t2.5850\t0.0000\t3.5850\t1.5850\t1.5850\t1.0000\t0.0000\t2.0000\t0.0000\t1.5850\t1.0000\t3.9069\t0.0000\t0.0000\t0.0000\t0.0000\t3.5850\t0.0000\t0.0000\t2.0000\t1.0000\t3.1699\t0.0000\t0.0000\t3.5850\t0.0000\t3.4594\t1.0000\t0.0000\t0.0000\t1.5850\t2.0000\t1.0000\t3.0000\t2.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t2.5850\t5.9069\t1.0000\t0.0000\t1.0000\t1.0000\t1.0000\t1.5850\t4.9069\t3.5850\t3.3219\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t3.9069\t0.0000\t3.1699\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.8074\t1.5850\t3.3219\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.5850\t3.5850\t0.0000\t1.5850\t1.0000\t0.0000\t4.0000\t2.5850\t1.5850\t3.1699\t5.4263\t0.0000\t0.0000\t2.8074\t2.3219\t0.0000\t0.0000\t1.5850\t2.3219\t0.0000\t1.5850\t1.0000\t1.0000\t6.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t3.3219\t0.0000\t2.5850\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.1699\t1.0000\t0.0000\t0.0000\t2.5850\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t5.2854\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t3.1699\t4.8580\t3.1699\t2.8074\t0.0000\t3.0000\t3.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.0000\t0.0000\t3.0000\t2.8074\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t2.8074\t0.0000\t2.5850\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t5.0875\t1.5850\t2.3219\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t5.2095\t1.0000\t1.0000\t0.0000\t1.0000\t1.0000\t4.3219\t1.0000\t1.0000\t0.0000\t1.5850\t1.0000\t2.3219\t0.0000\t1.0000\t3.4594\t1.0000\t3.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t1.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t1.0000\t4.0000\t4.1699\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t1.5850\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t3.4594\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t2.3219\t3.3219\t0.0000\t2.3219\t1.5850\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t4.0875\t1.0000\t0.0000\t0.0000\t4.5850\t1.0000\t1.5850\t2.8074\t1.0000\t0.0000\t5.6724\t1.0000\t0.0000\t2.3219\t2.3219\t0.0000\t5.0000\t1.0000\t1.5850\t0.0000\t0.0000\t0.0000\t3.4594\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t2.5850\t1.0000\t0.0000\t2.3219\t0.0000\t2.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t1.5850\t1.5850\t2.0000\t0.0000\t0.0000\t1.0000\t1.0000\t4.0000\t0.0000\t3.3219\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t3.4594\t3.9069\t0.0000\t1.5850\t2.3219\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t2.5850\t1.0000\t0.0000\t4.0875\t1.5850\t2.0000\t4.0000\t1.0000\t0.0000\t0.0000\t2.0000\t2.8074\t1.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.3219\t2.8074\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t2.8074\t0.0000\t0.0000\t2.3219\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.5850\t1.0000\t1.0000\t0.0000\t2.3219\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t3.5850\t1.0000\t2.3219\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t4.8580\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t1.5850\t4.4594\t0.0000\t0.0000\t1.0000\t2.8074\t0.0000\t0.0000\t1.0000\t1.0000\t2.3219\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t4.0000\t2.3219\t1.0000\t0.0000\t0.0000\t4.5236\t0.0000\t0.0000\t0.0000\t1.0000\t4.2479\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.9069\t0.0000\t1.5850\t3.4594\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t3.3219\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.5850\t3.4594\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t6.1898\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t4.2479\t3.0000\t2.5850\t0.0000\t3.0000\t2.8074\t0.0000\t0.0000\t1.0000\t3.0000\t2.0000\t0.0000\t1.0000\t0.0000\t1.5850\t1.5850\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t5.0875\t0.0000\t2.3219\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.5850\t1.0000\t0.0000\t0.0000\t3.3219\t2.3219\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.4594\t0.0000\t2.3219\t1.0000\t2.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.1699\t1.0000\t2.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t2.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t2.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t1.5850\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.3219\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.1699\t0.0000\t2.3219\t1.0000\t1.5850\t1.5850\t0.0000\t1.0000\t2.3219\t1.5850\t0.0000\t1.0000\t2.8074\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t2.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t3.0000\t0.0000\t2.3219\t1.0000\t1.0000\t0.0000\t3.7004\t0.0000\t4.2479\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.5850\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.3219\t0.0000\t1.5850\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.5850\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t2.3219\t0.0000\t2.5850\t2.3219\t4.4594\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t2.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.5850\t0.0000\t0.0000\t2.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t2.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.0000\t0.0000\t5.2854\t1.0000\t1.5850\t2.0000\t3.0000\t2.3219\t1.0000\t1.5850\t0.0000\t0.0000\t2.0000\t1.0000\t2.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.4594\t1.0000\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t2.8074\t1.0000\t2.3219\t2.3219\t0.0000\t1.0000\t3.4594\t0.0000\t2.5850\t0.0000\t1.5850\t1.5850\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t5.0444\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t6.0000\t2.0000\t1.0000\t2.5850\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t2.3219\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t4.0875\t5.0444\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t1.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t4.0875\t2.3219\t0.0000\t1.5850\t1.0000\t1.0000\t1.0000\t4.7004\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.3219\t0.0000\t0.0000\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t4.3923\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t2.3219\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t2.8074\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.5850\t0.0000\t1.0000\t2.3219\t0.0000\t0.0000\t0.0000\t3.1699\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t2.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.5850\t2.8074\t0.0000\t2.5850\t1.0000\t0.0000\t0.0000\t1.0000\t2.3219\t0.0000\t4.6439\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t2.5850\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t3.8074\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t4.3219\t0.0000\t2.3219\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.3219\t0.0000\t2.0000\t2.0000\t1.5850\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.5850\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t1.0000\t2.0000\t2.3219\t0.0000\t1.0000\t0.0000\t1.5850\t3.1699\t2.0000\t1.0000\t0.0000\t1.0000\t0.0000\t3.8074\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t3.1699\t0.0000\t0.0000\t2.0000\t2.0000\t2.3219\t4.0000\t4.7549\t0.0000\t0.0000\t2.0000\t3.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.0000\t1.5850\t0.0000\t2.3219\t3.5850\t3.3219\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t3.3219\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t3.3219\t0.0000\t2.0000\t1.5850\t1.0000\t3.1699\t0.0000\t2.8074\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t2.3219\t1.0000\t0.0000\t0.0000\t0.0000\t2.5850\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t4.0875\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.3219\t1.0000\t5.1699\t0.0000\t0.0000\t0.0000\t0.0000\t3.3219\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t2.5850\t2.8074\t3.8074\t0.0000\t1.0000\t2.5850\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t4.1699\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.5850\t1.5850\t1.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.8074\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t3.0000\t1.5850\t2.0000\t0.0000\t3.7004\t0.0000\t2.0000\t1.0000\t1.0000\t0.0000\t3.1699\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t3.1699\t1.0000\t2.8074\t0.0000\t1.0000\t1.0000\t6.6865\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t2.0000\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t1.5850\t1.5850\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t3.1699\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t3.8074\t1.5850\t2.8074\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.5850\t2.8074\t3.0000\t3.0000\t0.0000\t3.5850\t0.0000\t0.0000\t1.5850\t2.5850\t2.3219\t0.0000\t1.5850\t1.0000\t2.3219\t3.7004\t0.0000\t1.0000\t0.0000\t0.0000\t2.0000\t1.0000\t1.0000\t0.0000\t1.5850\t2.0000\t0.0000\t0.0000\t2.5850\t0.0000\t1.0000\t0.0000\t5.1293\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t2.0000\t1.5850\t3.7004\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t4.8580\t0.0000\t2.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t3.4594\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t3.3219\t2.8074\t0.0000\t2.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t3.9069\t0.0000\t0.0000\t2.3219\t1.0000\t3.3219\t4.4594\t0.0000\t0.0000\t2.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.5850\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t3.7004\t3.8074\t0.0000\t1.5850\t1.0000\t2.3219\t3.0000\t0.0000\t2.0000\t0.0000\t2.8074\t3.0000\t1.0000\t1.5850\t0.0000\t2.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t4.6439\t3.1699\t0.0000\t1.0000\t1.0000\t1.0000\t1.5850\t0.0000\t4.1699\t1.5850\t2.3219\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t3.5850\t4.1699\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t4.9542\t3.1699\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t5.3219\t1.5850\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.8074\t0.0000\t0.0000\t1.0000\t1.0000\t2.0000\t1.0000\t1.0000\t0.0000\t5.5850\t1.0000\t0.0000\t1.5850\t4.1699\t3.5850\t2.8074\t0.0000\t1.0000\t0.0000\t2.0000\t3.0000\t3.1699\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t3.8074\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t2.8074\t0.0000\t3.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t0.0000\t4.6439\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t2.5850\t0.0000\t1.5850\t0.0000\t0.0000\t2.5850\t4.4594\t2.3219\t1.0000\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t1.0000\t2.5850\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.3219\t2.0000\t0.0000\t0.0000\t3.1699\t4.3219\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t3.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t1.0000\t1.0000\t1.5850\t2.3219\t0.0000\t1.5850\t2.3219\t1.5850\t2.3219\t0.0000\t1.5850\t2.8074\t0.0000\t0.0000\t2.5850\t3.0000\t3.5850\t1.0000\t0.0000\t0.0000\t3.8074\t0.0000\t0.0000\t2.3219\t4.2479\t0.0000\t1.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.8074\t3.4594\t1.0000\t2.5850\t0.0000\t3.3219\t2.0000\t0.0000\t1.0000\t3.5850\t0.0000\t0.0000\t2.0000\t2.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.5850\t1.0000\t1.0000\t2.3219\t1.0000\t0.0000\t2.0000\t2.8074\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t2.8074\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.1699\t1.0000\t2.0000\t1.5850\t3.8074\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t2.5850\t2.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t0.0000\t2.8074\t2.5850\t2.8074\t0.0000\t2.3219\t2.8074\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t1.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.3219\t1.0000\t1.0000\t0.0000\t1.0000\t1.0000\t1.0000\t2.3219\t2.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t2.8074\t2.3219\t0.0000\t4.3219\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t2.3219\t1.0000\t0.0000\t0.0000\t1.5850\t1.5850\t1.5850\t2.0000\t4.4594\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.0000\t3.4594\t1.0000\t0.0000\t0.0000\t2.5850\t1.0000\t1.5850\t2.3219\t1.5850\t0.0000\t4.3923\t1.5850\t2.8074\t0.0000\t2.5850\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t2.0000\t3.5850\t1.0000\t4.3923\t4.3219\t0.0000\t1.5850\t0.0000\t4.2479\t1.0000\t0.0000\t1.0000\t2.3219\t2.0000\t0.0000\t2.0000\t1.0000\t1.5850\t1.5850\t2.0000\t2.8074\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t3.1699\t2.5850\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t5.0444\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t2.0000\t0.0000\t0.0000\t3.8074\t2.5850\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t3.4594\t0.0000\t0.0000\t3.3219\t0.0000\t3.0000\t0.0000\t0.0000\t3.0000\t0.0000\t1.0000\t1.0000\t2.5850\t5.0875\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t2.3219\t0.0000\t1.5850\t0.0000\t0.0000\t3.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t1.5850\t1.0000\t0.0000\t0.0000\t2.0000\t1.0000\t3.1699\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t2.0000\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t4.9069\t1.0000\t1.5850\t0.0000\t0.0000\t2.0000\t1.5850\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t3.1699\t0.0000\t0.0000\t0.0000\t1.0000\t4.4594\t0.0000\t1.5850\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t4.3923\t0.0000\t2.3219\t1.0000\t2.5850\t1.5850\t0.0000\t1.0000\t0.0000\t2.5850\t2.0000\t1.5850\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t2.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t2.0000\t0.0000\t0.0000\t0.0000\t4.5850\t1.5850\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t3.9069\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t4.5850\t0.0000\t0.0000\t3.8074\t2.0000\t0.0000\t0.0000\t0.0000\t3.1699\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.3219\t0.0000\t0.0000\t3.1699\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.0000\t1.0000\t0.0000\t3.8074\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t2.3219\t1.0000\t0.0000\t3.7004\t0.0000\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.4594\t2.8074\t0.0000\t0.0000\t0.0000\t1.5850\t1.5850\t5.0000\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.5850\t3.5850\t0.0000\t2.5850\t0.0000\t0.0000\t1.0000\t1.0000\t4.3923\t1.0000\t0.0000\t2.3219\t0.0000\t0.0000\t2.5850\t2.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t1.0000\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.8074\t1.5850\t3.7004\t2.5850\t4.7549\t0.0000\t0.0000\t0.0000\t0.0000\t3.4594\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t4.2479\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t6.0444\t1.0000\t2.5850\t0.0000\t0.0000\t0.0000\t5.7549\t2.3219\t0.0000\t1.0000\t2.0000\t4.4594\t4.0000\t3.7004\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t2.0000\t1.5850\t1.5850\t0.0000\t4.5850\t0.0000\t0.0000\t0.0000\t0.0000\t3.1699\t0.0000\t0.0000\t1.0000\t3.9069\t1.5850\t0.0000\t5.8329\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t1.5850\t2.0000\t2.5850\t0.0000\t0.0000\t2.3219\t0.0000\t1.5850\t2.3219\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t2.0000\t0.0000\t2.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t2.0000\t4.2479\t0.0000\t2.8074\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.5850\t3.1699\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t3.0000\t1.5850\t2.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t1.5850\t1.0000\t0.0000\t3.0000\t3.5850\t2.8074\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t2.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t4.3923\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t2.8074\t2.8074\t1.0000\t0.0000\t2.5850\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t4.8074\t4.6439\t1.0000\t0.0000\t2.0000\t1.0000\t0.0000\t2.0000\t4.1699\t2.8074\t1.0000\t0.0000\t0.0000\t0.0000\t2.5850\t1.0000\t0.0000\t1.0000\t1.5850\t1.5850\t0.0000\t0.0000\t2.5850\t0.0000\t3.8074\t0.0000\t2.8074\t1.5850\t0.0000\t1.0000\t3.0000\t1.5850\t0.0000\t0.0000\t2.0000\t0.0000\t4.1699\t1.5850\t0.0000\t0.0000\t1.0000\t1.5850\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.8074\t1.0000\t2.3219\t1.5850\t1.5850\t1.0000\t1.5850\t0.0000\t0.0000\t3.0000\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t3.1699\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.8074\t0.0000\t3.0000\t0.0000\t2.8074\t0.0000\t4.0875\t0.0000\t0.0000\t2.8074\t0.0000\t2.8074\t1.0000\t1.5850\t2.0000\t3.1699\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.1699\t1.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t3.1699\t4.3923\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t2.5850\t0.0000\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.5850\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t4.6439\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t4.9542\t0.0000\t2.3219\t1.0000\t2.0000\t2.3219\t0.0000\t0.0000\t1.0000\t1.0000\t2.3219\t2.5850\t1.0000\t0.0000\t0.0000\t1.5850\t3.0000\t0.0000\t2.3219\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t3.4594\t1.5850\t0.0000\t0.0000\t0.0000\t3.3219\t0.0000\t3.3219\t0.0000\t0.0000\t1.0000\t4.7549\t2.8074\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t2.3219\t0.0000\t3.1699\t0.0000\t0.0000\t0.0000\t3.4594\t1.0000\t2.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.0000\t2.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.3219\t2.0000\t4.0000\t2.0000\t4.1699\t0.0000\t0.0000\t0.0000\t0.0000\t5.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.8074\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.4594\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.5850\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t2.8074\t0.0000\t0.0000\t4.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t3.1699\t3.5850\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t1.0000\t3.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.8074\t1.5850\t0.0000\t2.0000\t1.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t3.0000\t0.0000\t1.5850\t2.0000\t0.0000\t0.0000\t0.0000\t4.2479\t0.0000\t2.0000\t3.9069\t3.9069\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t3.4594\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t1.5850\t2.5850\t2.0000\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t2.5850\t2.5850\t0.0000\t0.0000\t5.1699\t3.8074\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t2.5850\t0.0000\t1.0000\t0.0000\t0.0000\t3.7004\t0.0000\t0.0000\t0.0000\t3.7004\t2.3219\t2.5850\t0.0000\t1.5850\t0.0000\t1.5850\t2.5850\t4.9542\t1.5850\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t3.0000\t2.8074\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t5.2479\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t3.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t2.3219\t2.3219\t2.5850\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.5850\t5.0444\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t2.5850\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t3.3219\t0.0000\t0.0000\t4.0000\t0.0000\t3.3219\t0.0000\t0.0000\t1.0000\t1.0000\t1.5850\t1.5850\t2.0000\t3.1699\t3.8074\t3.1699\t2.3219\t2.3219\t4.6439\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.8074\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t5.1699\t0.0000\t1.0000\t2.5850\t3.7004\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t3.5850\t0.0000\t1.5850\t0.0000\t0.0000\t2.8074\t2.3219\t0.0000\t0.0000\t3.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.5850\t2.8074\t0.0000\t2.0000\t3.1699\t2.0000\t0.0000\t3.9069\t0.0000\t2.8074\t0.0000\t0.0000\t5.2095\t2.5850\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t2.8074\t1.0000\t2.0000\t0.0000\t0.0000\t5.4263\t0.0000\t2.8074\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t3.3219\t0.0000\t1.5850\t0.0000\t1.0000\t4.7549\t0.0000\t1.5850\t3.1699\t1.0000\nENSG00000259041.1\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\nENSG00000270112.3\t2.5850\t1.0000\t4.2479\t0.0000\t0.0000\t1.5850\t2.8074\t1.0000\t0.0000\t4.0875\t0.0000\t1.5850\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t2.3219\t0.0000\t1.0000\t3.7004\t1.0000\t3.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t3.4594\t3.0000\t0.0000\t1.0000\t1.5850\t3.9069\t0.0000\t3.5850\t0.0000\t6.6724\t0.0000\t4.5850\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t6.7549\t1.5850\t4.6439\t1.0000\t6.1085\t4.7004\t2.0000\t5.2095\t7.4009\t1.5850\t3.4594\t4.7549\t1.0000\t0.0000\t0.0000\t2.0000\t2.0000\t2.0000\t0.0000\t2.3219\t0.0000\t1.0000\t1.0000\t5.0875\t0.0000\t1.5850\t1.0000\t1.5850\t1.5850\t2.3219\t1.0000\t0.0000\t4.0000\t0.0000\t6.1508\t0.0000\t1.5850\t4.4594\t5.9069\t1.0000\t0.0000\t2.3219\t1.0000\t5.2854\t4.6439\t0.0000\t0.0000\t2.0000\t0.0000\t4.5236\t2.3219\t6.6963\t0.0000\t1.0000\t0.0000\t2.8074\t0.0000\t4.1699\t5.7814\t3.0000\t0.0000\t6.9307\t2.5850\t5.0000\t0.0000\t6.2479\t1.0000\t1.0000\t0.0000\t4.0000\t0.0000\t2.3219\t3.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t4.5850\t5.4263\t1.0000\t3.1699\t4.6439\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t5.9773\t1.5850\t2.3219\t5.1293\t3.4114\t0.0000\t2.5850\t1.0000\t0.0000\t0.0000\t0.0000\t6.5166\t1.5850\t0.0000\t2.3219\t5.3219\t0.0000\t1.0000\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t3.0000\t5.1293\t1.5850\t1.0000\t1.0000\t5.6147\t4.0000\t1.5850\t1.0000\t1.5850\t1.0000\t2.0000\t2.8074\t3.8074\t0.0000\t2.8074\t7.4409\t5.4263\t4.7549\t2.0000\t0.0000\t0.0000\t0.0000\t5.2479\t1.5850\t1.5850\t0.0000\t1.0000\t1.5850\t5.3219\t1.5850\t0.0000\t0.0000\t4.5236\t5.8329\t4.4594\t2.3219\t1.5850\t3.3219\t1.0000\t2.3219\t1.0000\t1.0000\t0.0000\t1.0000\t1.5850\t5.9307\t1.0000\t0.0000\t1.0000\t0.0000\t4.5850\t1.0000\t1.0000\t2.0000\t0.0000\t0.0000\t5.5850\t1.0000\t0.0000\t1.0000\t1.0000\t1.5850\t4.7549\t1.0000\t1.5850\t0.0000\t0.0000\t2.8074\t0.0000\t1.5850\t1.0000\t1.0000\t1.5850\t2.0000\t2.0000\t0.0000\t5.1293\t0.0000\t5.1293\t1.5850\t3.8074\t0.0000\t1.5850\t0.0000\t4.5236\t0.0000\t2.0000\t0.0000\t0.0000\t0.8875\t6.1898\t1.0000\t1.0000\t2.5110\t0.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.8074\t1.0000\t0.0000\t1.0000\t1.5850\t1.0000\t0.0000\t1.0000\t1.5850\t0.0000\t4.5236\t0.0000\t1.5850\t4.6439\t1.5850\t1.0000\t1.5850\t4.2479\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t3.0000\t1.0000\t0.0000\t2.0000\t3.4594\t0.0000\t2.8074\t5.2479\t2.0000\t0.0000\t2.0000\t0.0000\t6.1699\t0.0000\t1.0000\t2.3219\t2.3219\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t1.5850\t6.1293\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t5.5236\t5.3695\t7.6147\t1.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t2.0000\t5.9542\t0.0000\t0.0000\t1.0000\t0.0000\t5.8074\t7.4429\t0.0000\t0.0000\t3.1699\t1.0000\t4.1699\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t6.2095\t2.5850\t0.0000\t6.3689\t1.5850\t0.0000\t1.5850\t2.8074\t1.5850\t4.9069\t0.0000\t3.1699\t1.0000\t1.5850\t0.0000\t4.3219\t0.0000\t0.0000\t1.0000\t1.0000\t8.1904\t1.0000\t4.9069\t1.0000\t3.0000\t0.0000\t1.5850\t0.0000\t1.0000\t3.7004\t1.0000\t6.2810\t2.0000\t0.0000\t0.0000\t0.0000\t2.5850\t5.1293\t4.4594\t0.0000\t1.5850\t1.5850\t1.0000\t2.0000\t2.5850\t3.0000\t2.0000\t2.5850\t1.0000\t2.8074\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t4.8580\t1.0000\t2.0000\t4.6058\t2.8074\t0.0000\t3.4594\t0.0000\t2.8074\t2.0000\t4.8580\t1.0000\t2.5385\t1.0000\t0.0000\t1.0000\t1.0000\t5.0444\t1.5850\t4.3923\t0.0000\t2.3219\t0.0000\t2.0000\t0.0000\t2.0000\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t4.1699\t2.0000\t0.0000\t4.1699\t0.0000\t1.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t5.1699\t3.1699\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t1.5850\t1.5850\t5.0444\t0.0000\t7.6809\t1.5850\t1.0000\t2.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t7.2946\t1.5850\t0.0000\t4.0000\t3.4594\t1.5850\t1.0000\t2.3219\t2.3219\t2.3219\t4.7549\t0.0000\t0.0000\t3.0000\t2.3219\t4.9542\t5.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t4.3923\t2.5850\t1.0000\t2.8074\t4.4594\t1.5850\t1.0000\t1.5850\t6.2288\t0.0000\t3.0000\t1.5850\t2.3219\t1.0000\t0.0000\t7.1240\t3.3219\t1.0000\t1.0000\t6.3454\t3.7004\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t6.4263\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t3.1699\t5.6147\t1.0000\t5.0444\t3.7004\t0.0000\t3.1699\t1.5850\t0.0000\t4.3923\t5.4919\t4.7549\t2.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t1.0000\t0.0000\t4.4594\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t2.8074\t5.8074\t6.7549\t3.3219\t3.5850\t0.0000\t2.0000\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t7.8826\t2.0000\t8.2992\t1.0000\t0.0000\t0.0000\t2.5850\t1.0000\t1.5850\t1.0000\t3.8074\t1.5850\t0.0000\t3.0000\t6.9542\t0.0000\t1.0000\t1.0000\t3.9069\t0.0000\t0.0000\t1.0000\t0.0000\t3.7004\t0.0000\t1.5850\t1.0000\t0.0000\t2.8074\t5.2479\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t7.5352\t6.7142\t0.0000\t3.4594\t3.3219\t2.8074\t5.3448\t1.0000\t0.0000\t1.0000\t2.3219\t1.5850\t3.1699\t1.5850\t1.0000\t0.0000\t1.0000\t3.8074\t0.0000\t5.7004\t4.8074\t0.0000\t1.0000\t3.8074\t1.0000\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t7.9937\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t3.7004\t1.5850\t4.7549\t3.5021\t0.0000\t2.0000\t0.0000\t0.0000\t1.2449\t0.0000\t6.3038\t1.0000\t1.0000\t1.0000\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t3.3219\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t1.5850\t6.9069\t4.9069\t2.8074\t1.5850\t1.0000\t1.5850\t6.3219\t1.0000\t1.5850\t0.0000\t0.0000\t4.3219\t4.5850\t0.0000\t2.0000\t1.5850\t0.0000\t7.8265\t1.0000\t3.9069\t3.0000\t0.0000\t1.0000\t3.8074\t0.0000\t1.5850\t2.3219\t0.0000\t7.7347\t2.3219\t0.0000\t1.0000\t6.5076\t0.0000\t5.0444\t0.0000\t1.0000\t0.0000\t4.2479\t1.0000\t3.4594\t0.0000\t1.5850\t1.0000\t3.1699\t4.7549\t6.7004\t1.0000\t2.8074\t1.0000\t0.0000\t5.5546\t2.8074\t3.1699\t1.0000\t0.0000\t3.1699\t3.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.5850\t6.6852\t7.3487\t2.3219\t3.0197\t0.0000\t0.0000\t1.5850\t0.0000\t2.2418\t3.3219\t0.0000\t1.0000\t5.2479\t0.0000\t1.0000\t4.3923\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t3.5850\t0.0000\t0.0000\t3.1699\t0.0000\t5.4263\t2.0000\t6.8329\t5.0000\t5.1293\t0.0000\t5.2854\t0.0000\t2.3219\t0.0000\t1.0000\t1.0000\t1.0000\t2.3219\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t6.5699\t2.3219\t0.0000\t3.9069\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t1.0000\t2.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t7.2668\t0.0000\t4.6439\t2.0000\t0.0000\t1.0000\t1.0000\t3.6112\t2.5850\t1.5850\t1.5850\t2.5850\t3.0000\t0.0000\t1.0000\t4.5236\t3.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0\t1.0000\t1.0000\t1.0000\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t7.1370\t1.5850\t2.5850\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.7004\t5.8329\t0.0000\t2.0000\t1.0000\t4.8074\t5.3576\t5.8074\t4.3219\t1.0000\t0.0000\t2.0000\t3.5850\t6.6724\t3.7004\t4.1699\t0.0000\t0.0000\t0.0000\t0.0000\t4.9069\t4.0000\t0.0000\t0.0000\t7.1599\t1.0000\t1.0000\t0.0000\t1.5850\t7.2946\t1.0000\t3.5850\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t5.7549\t1.0000\t4.4594\t3.8074\t2.5850\t8.0112\t5.3576\t0.0000\t5.7549\t0.0000\t0.0000\t1.0000\t6.1755\t0.0000\t4.0875\t2.0000\t6.4594\t1.0000\t8.4594\t5.4263\t0.0000\t4.0000\t1.0000\t0.0000\t8.2522\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t4.7549\t3.0000\t1.0000\t0.0000\t1.0000\t5.3576\t0.0000\t2.3219\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t1.5850\t1.0000\t0.0000\t1.0000\t3.4594\t0.0000\t4.5850\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t7.1255\t0.0000\t0.0000\t1.2079\t1.0000\t0.0000\t0.0000\t4.8074\t0.0000\t1.5850\t5.0444\t1.5850\t0.0000\t1.5850\t2.3219\t0.0000\t0.0000\t4.7004\t1.0000\t3.5850\t3.5850\t0.0000\t1.0000\t4.0875\t1.5850\t0.0000\t2.3219\t2.3219\t0.0000\t0.0000\t2.0000\t1.0000\t7.2095\t1.0000\t5.1699\t3.9069\t0.0000\t1.5850\t0.0000\t2.0000\t4.3219\t1.0000\t0.0000\t1.0000\t1.0000\t0.0000\t4.2479\t3.8074\t0.0000\t5.5084\t5.3916\t1.0000\t1.0000\t2.3219\t4.4790\t1.0000\t2.0000\t4.3923\t3.9069\t0.0000\t0.0000\t4.0000\t2.3219\t0.0000\t4.8580\t7.9050\t0.0000\t2.8074\t0.0000\t1.5850\t0.0000\t5.3219\t0.0000\t2.0000\t1.0000\t2.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.3219\t2.3219\t0.0000\t0.0000\t0.0000\t1.5850\t5.7004\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.5850\t2.3219\t0.0000\t0.0000\t1.5850\t0.0000\t3.0000\t3.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t5.5850\t0.0000\t1.5850\t2.8074\t0.0000\t2.5850\t1.0000\t1.0000\t5.3576\t1.0000\t1.0000\t4.2479\t0.0000\t0.0000\t4.8580\t2.4330\t1.0000\t5.2854\t1.5850\t3.5850\t0.0000\t0.0000\t1.5850\t3.8074\t1.0000\t0.0000\t1.0000\t1.0000\t7.0661\t1.0000\t0.9561\t2.0000\t0.0000\t1.0000\t0.0000\t1.0000\t3.3219\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t5.7279\t1.0000\t2.0000\t1.0000\t0.0000\t0.0000\t2.5850\t1.0000\t0.0000\t6.5236\t5.3391\t0.0000\t1.5850\t3.1699\t3.7004\t5.2095\t2.5850\t6.8074\t4.3923\t1.0000\t1.5850\t5.1293\t0.0000\t1.0000\t0.0000\t1.5850\t5.2854\t1.5850\t0.0000\t1.5850\t0.0000\t6.9542\t0.0000\t3.5850\t1.0000\t4.1699\t1.5850\t0.0000\t2.8074\t0.0000\t2.3219\t2.0000\t3.5850\t1.0000\t4.3219\t0.0000\t3.3219\t1.0000\t2.3219\t3.1699\t2.8074\t5.5546\t3.7004\t3.3219\t0.0000\t0.0000\t1.5850\t5.2479\t1.5850\t0.0000\t1.5850\t4.7290\t1.0000\t3.1699\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.3219\t0.0000\t0.0000\t0.0000\t0.0000\t4.3219\t5.0444\t1.5850\t5.2479\t1.0000\t3.4594\t0.0000\t4.5850\t1.0000\t5.9307\t0.0000\t3.0000\t5.2095\t0.0000\t3.8074\t1.0000\t5.0000\t3.0000\t1.5850\t6.2668\t4.8580\t1.5850\t2.3219\t3.4594\t1.5850\t3.1699\t0.0000\t3.4594\t3.3219\t4.8074\t1.5850\t7.0000\t5.9542\t0.0000\t0.0000\t1.0000\t2.8074\t1.0000\t1.5850\t5.2479\t1.0000\t0.0000\t4.0000\t0.0000\t0.0000\t1.0000\t5.4919\t5.5850\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t2.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t3.0000\t1.0000\t2.8074\t1.0000\t0.0000\t2.5850\t0.0000\t0.0000\t4.6439\t1.5850\t0.0000\t2.5850\t3.5850\t1.0000\t1.5850\t3.4594\t1.0000\t0.0000\t3.5850\t5.7814\t2.0000\t2.3219\t6.9542\t6.8329\t0.0000\t0.0000\t1.0000\t1.0000\t4.9542\t0.0000\t1.0000\t2.0000\t0.0000\t2.3219\t4.0875\t0.0000\t0.0000\t5.9542\t3.1699\t1.0000\t0.0000\t0.0000\t1.5850\t3.5850\t0.0000\t1.0000\t3.4594\t2.5850\t0.0000\t3.9069\t1.0000\t0.0000\t0.0000\t1.0000\t5.2479\t0.0000\t3.3219\t5.1293\t4.3923\t0.0000\t2.3219\t1.0000\t3.5850\t1.0000\t3.1699\t0.0000\t0.0000\t4.8074\t5.2479\t0.0000\t2.0000\t6.1293\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.8237\t5.4263\t0.0000\t7.3837\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t1.5850\t1.0000\t0.0000\t4.2188\t7.8948\t6.9069\t4.4594\t4.9069\t1.0000\t4.0000\t0.0000\t0.0000\t1.0000\t0.0000\t5.6147\t1.0000\t0.0000\t0.0000\t0.0000\t4.3923\t0.0000\t1.0000\t3.5850\t0.0000\t4.9542\t0.0000\t1.0000\t5.0875\t0.0000\t1.5850\t3.7004\t1.5850\t0.0000\t3.3219\t1.0000\t1.0000\t4.3923\t1.5850\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t4.2479\t3.4594\t1.0000\t0.0000\t3.5198\t0.0000\t2.5850\t4.1699\t0.0000\t0.0000\t5.0875\t1.0000\t4.9759\t2.0000\t3.1699\t1.5850\t1.5850\t1.5850\t4.3923\t4.0875\t0.0000\t0.0000\t0.0000\t1.5850\t1.5850\t1.0000\t2.0000\t3.3219\t1.0000\t0.0000\t2.5850\t1.0000\t3.9165\t0.0000\t4.9069\t4.8074\t3.0000\t1.0000\t1.5850\t5.7004\t5.0000\t5.0875\t3.9069\t4.4594\t1.5850\t7.7609\t0.0000\t4.0875\t2.0000\t2.3219\t1.0000\t0.0000\t2.3219\t4.5850\t3.4594\t6.9658\t0.0000\t1.0000\t0.0000\t5.5236\t4.0000\t0.0000\t1.0000\t0.0000\t1.5850\t1.5850\t1.5850\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t3.9069\t2.5850\t0.0000\t1.5850\t0.0000\t6.0224\t1.0000\t0.0000\t0.0000\t4.7004\t0.0000\t2.0000\t3.1699\t2.0000\t3.5850\t1.0000\t0.0000\t2.8074\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t8.2456\t1.0000\t3.3219\t0.0000\t0.0000\t0.0000\t4.1699\t1.5850\t4.1699\t2.3219\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t7.5314\t2.5850\t7.6411\t7.0875\t0.0000\t1.0000\t0.0000\t0.0000\t5.8074\t1.0000\t4.9542\t0.0000\t0.0000\t3.8074\t1.0000\t0.0000\t3.3219\t4.2479\t4.3923\t2.3219\t1.5850\t1.5850\t5.6439\t1.0000\t5.0687\t1.0000\t3.8074\t0.0000\t4.1699\t2.3219\t0.0000\t0.0000\t1.0000\t5.0000\t1.0000\t4.2690\t1.0000\t7.9069\t3.1699\t3.9069\t0.0000\t0.0000\t3.1699\t3.1699\t3.4594\t2.8074\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t1.5850\t1.0000\t1.0000\t1.5850\t1.0000\t0.0000\t5.9773\t1.0000\t1.0000\t1.0000\t1.5850\t0.0000\t0.0000\t1.0000\t2.8074\t0.8156\t3.4594\t1.5850\t1.4647\t4.2479\t0.0000\t0.0000\t2.5850\t3.1699\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.5236\t5.3345\t5.8074\t0.0000\t4.6542\t0.0000\t1.0000\t4.0000\t2.8074\t1.0000\t1.5850\t0.0000\t5.4158\t5.3219\t1.7268\t2.3219\t1.0000\t0.0000\t0.0000\t1.0000\t5.4919\t4.3219\t1.5850\t2.0000\t1.0000\t3.5850\t1.5850\t3.0000\t0.0000\t1.0000\t5.1699\t0.0000\t1.0000\t7.7748\t0.0000\t6.7142\t0.0000\t2.0000\t0.0000\t2.5850\t0.0000\t3.7004\t1.5850\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t3.8074\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t6.9658\t1.5850\t2.3219\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.8580\t5.3219\t4.6439\t0.0000\t2.5850\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t5.0000\t6.4094\t3.8074\t7.4676\t2.3219\t2.0000\t0.0000\t0.0000\t2.5850\t0.0000\t1.0000\t2.0000\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t4.0000\t3.5850\t0.0000\t3.9069\t7.8948\t1.0000\t0.0000\t0.0000\t6.0661\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t3.0000\t1.0000\t0.0000\t1.5850\t1.5850\t0.0000\t1.0000\t2.3219\t3.0000\t5.9773\t1.0000\t0.0000\t0.0000\t5.7549\t5.7279\t0.0000\t1.0000\t0.0000\t1.5850\t5.6147\t1.5850\t2.0000\t0.0000\t6.0590\t5.2479\t2.3219\t5.6724\t1.0000\t1.5850\t0.0000\t3.8074\t1.0000\t1.5850\t1.0000\t2.8074\t5.0000\t5.0000\t7.7415\t0.0000\t2.8074\t3.9069\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.5850\t3.3219\t0.0000\t2.0000\t0.0000\t1.5850\t2.3219\t0.0000\t3.1699\t0.0000\t3.8074\t1.0000\t0.0000\t3.1699\t6.5236\t0.0000\t0.0000\t2.0000\t4.1699\t2.0000\t7.9830\t6.4094\t1.0000\t0.0000\t1.5850\t1.5850\t1.5850\t2.0000\t0.0000\t5.2854\t1.0000\t0.0000\t1.0000\t7.9189\t0.0000\t3.4594\t4.1699\t4.5236\t1.0000\t1.0000\t0.0000\t6.3923\t4.0000\t1.0000\t0.0000\t3.3219\t0.0000\t4.5850\t3.0000\t0.0000\t1.0000\t3.9069\t1.0000\t0.0000\t5.0184\t0.0000\t3.9069\t5.0000\t4.0875\t7.8580\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t1.5850\t1.5850\t1.0000\t1.0000\t5.8580\t0.0000\t3.9069\t4.6439\t0.0000\t3.9069\t4.4594\t0.0000\t6.2095\t1.0000\t0.0000\t2.0000\t7.2574\t5.5236\t0.0000\t2.0000\t0.0000\t3.5850\t0.0000\t4.1391\t1.0000\t0.0000\t0.0000\t3.7004\t3.9069\t1.0000\t5.4594\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t6.1497\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t4.5850\t1.0000\t0.0000\t5.1699\t1.0000\t6.7142\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t3.4594\t4.0875\t0.0000\t1.0000\t1.5850\t2.3219\t1.0000\t4.5236\t0.0000\t7.7127\t5.4263\t5.6516\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t3.8074\t3.8074\t6.7814\t0.0000\t2.0000\t0.0000\t1.5850\t0.0000\t2.0000\t0.0000\t0.0000\t1.0000\t4.3923\t5.9071\t0.0000\t1.5850\t6.5392\t4.5850\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t3.8074\t0.0000\t6.1085\t0.0000\t2.8074\t4.8074\t1.0000\t2.0000\t0.0000\t2.8074\t0.0000\t4.2479\t3.8074\t4.7004\t0.0000\t7.8200\t1.0000\t7.0224\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t7.2192\t0.0000\t6.3576\t0.0000\t0.5460\t4.7004\t1.0000\t0.0000\t1.5850\t1.0000\t2.0000\t0.0000\t3.9069\t0.0000\t0.0000\t3.3219\t0.0000\t7.6724\t5.4594\t1.5850\t0.0000\t2.3219\t2.0000\t3.0000\t0.0000\t4.0000\t4.0875\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t1.0000\t1.5850\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t3.0000\t5.4263\t1.0000\t1.5850\t2.8074\t2.3219\t0.0000\t1.0000\t3.1699\t0.0000\t0.0000\t3.1699\t1.0000\t1.5850\t0.0000\t2.3219\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.5850\t7.2172\t6.5236\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t2.8074\t2.0000\t0.0000\t1.5850\t0.0000\t1.0000\t3.1699\t1.0000\t1.0000\t0.0000\t0.0000\t4.1699\t1.0000\t5.5850\t4.5236\t0.0000\t2.3219\t0.0000\t7.0875\t1.5850\t0.0000\t4.5236\t0.0000\t0.0000\t1.0000\t0.0000\t5.2479\t2.0000\t3.3219\t2.8074\t1.5850\t1.0000\t5.6724\t0.0000\t1.0000\t1.0000\t5.6724\t4.0875\t0.0000\t3.3219\t3.9069\t2.8074\t1.0000\t1.0000\t3.1699\t1.0000\t0.0000\t5.3448\t3.5850\t0.0000\t1.0000\t5.8826\t2.0000\t1.0000\t1.5850\t1.0000\t0.0000\t6.7279\t0.0000\t2.0000\t1.0000\t0.0000\t1.5850\t0.0000\t5.2854\t1.0000\t0.6871\t0.0000\t1.0000\t2.5850\t1.0000\t6.8329\t0.0000\t2.0000\t0.0000\t1.0000\t0.0000\t3.0000\t6.6294\t3.1699\t2.0000\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t1.0000\t1.5850\t1.0000\t3.5850\t0.0000\t4.8074\t6.9129\t2.3219\t2.0000\t0.0000\t1.5850\t0.0000\t1.0000\t4.0000\t4.4594\t2.0000\t1.0000\t0.0000\t2.3219\t1.0000\t1.0000\t2.0000\t2.0000\t3.9317\t1.0000\t1.0000\t4.0000\t1.0000\t4.9069\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t2.5850\t0.0000\t3.3219\t0.0000\t0.0000\t2.0000\t1.5850\t2.0000\t1.0000\t0.0000\t3.4594\t4.3923\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t2.8074\t2.3219\t0.0000\t5.9069\t2.3219\t1.0000\t1.0000\t0.0000\t2.0000\t4.0000\t3.0000\t6.6724\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t2.3219\t5.2095\t0.0000\t1.5850\t0.0000\t1.0000\t2.0000\t6.0661\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t2.3219\t1.5850\t0.0000\t6.9697\t2.0000\t0.0000\t1.5850\t1.5850\t4.6439\t2.0000\t0.0000\t1.0000\t1.5850\t4.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t4.1699\t3.5850\t1.0000\t0.0000\t7.7102\t0.0000\t0.0000\t3.4594\t2.5850\t3.3219\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t5.3219\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t6.6294\t1.0000\t1.5850\t3.0000\t3.8074\t0.0000\t0.0000\t1.0000\t5.0444\t1.5850\t0.0000\t6.7438\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t2.0000\t2.8074\t5.9307\t0.0000\t2.0000\t3.3219\t2.5850\t0.0000\t1.0000\t0.0000\t1.5850\t1.0000\t1.5850\t4.0000\t0.0000\t1.5850\t6.0224\t0.0000\t4.7004\t6.1293\t3.7004\t0.0000\t0.0000\t0.0000\t0.0000\t4.9542\t2.0000\t5.0000\t2.3219\t1.0000\t0.0000\t6.6865\t1.0000\t0.0000\t0.0000\t1.0000\t4.0000\t1.0000\t0.0000\t1.0000\t2.8074\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t3.5850\t1.0000\t1.0000\t2.8074\t4.3923\t1.0000\t1.5850\t1.0000\t5.5546\t1.5850\t0.0000\t4.5850\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.8074\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t4.3923\t2.0000\t1.0000\t1.0000\t1.0000\t2.3219\t1.0000\t7.9887\t6.2479\t3.1699\t0.0000\t2.8197\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t6.2479\t0.0000\t3.4594\t0.0000\t1.0000\t5.4919\t6.0444\t1.0000\t0.0000\t1.0000\t4.5236\t0.0000\t0.0000\t3.7004\t0.0000\t1.0000\t2.5850\t0.0000\t5.2479\t7.1997\t1.0000\t0.0000\t1.5850\t4.8074\t0.0000\t0.0000\t2.0000\t6.3052\t2.0000\t0.0000\t5.2638\t2.3219\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t5.7814\t3.5850\t7.5236\t1.0000\t0.0000\t1.0000\t2.0000\t3.0000\t3.0000\t2.0000\t0.0000\t6.2854\t0.0000\t0.0000\t1.0000\t1.5850\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t3.5850\t4.2479\t1.0000\t2.5850\t3.7004\t1.0000\t2.8074\t1.5850\t0.0000\t4.2479\t0.0000\t3.0000\t2.0000\t1.0000\t1.5850\t5.5014\t1.5850\t2.0000\t3.4594\t0.0000\t0.0000\t1.5850\t0.0000\t5.6724\t2.3219\t0.0000\t1.5850\t0.0000\t7.2479\t0.0000\t2.5850\t5.5546\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t5.7549\t2.0000\t1.0000\t1.0000\t0.0000\t2.0000\t0.0000\t1.5850\t1.0000\t4.2479\t1.0000\t2.3219\t0.0000\t1.0000\t0.0000\t1.5850\t4.7549\t0.0000\t3.0000\t1.5850\t1.0000\t1.0000\t1.5850\t2.5850\t0.0000\t3.8074\t8.2808\t4.1699\t0.0000\t3.7004\t0.0000\t2.3219\t2.0000\t1.0000\t0.0000\t4.0875\t3.0000\t0.0000\t1.0000\t0.0000\t0.0000\t8.3796\t1.5850\t1.0000\t0.0000\t0.0000\t2.3219\t1.5850\t0.0000\t1.0000\t1.5850\t2.0000\t5.2095\t0.0000\t2.0000\t3.7004\t2.0000\t1.0000\t0.0000\t2.0000\t1.5850\t0.0000\t0.0000\t0.0000\t5.3576\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t5.3968\t2.5850\t0.0000\t4.0875\t0.0000\t1.5850\t0.0000\t8.2621\t0.0000\t8.4553\t4.4594\t5.8329\t0.0000\t2.5850\t6.4878\t0.0000\t1.0000\t0.0000\t1.0000\t1.5850\t3.5850\t1.0000\t0.0000\t1.5850\t5.5236\t1.0000\t1.5850\t0.0000\t1.0000\t4.6982\t0.0000\t0.0000\t1.0000\t2.5850\t0.0000\t5.1699\t6.2346\t1.0000\t1.5850\t1.0000\t4.7004\t3.0000\t1.0000\t0.0000\t1.5850\t2.0000\t1.0000\t6.0000\t1.0000\t3.0000\t0.0000\t0.0000\t2.0000\t0.0000\t4.7549\t0.0000\t6.6439\t1.0000\t0.0000\t6.3219\t1.5850\t6.1699\t2.8074\t5.6439\t6.2854\t0.0000\t2.0000\t0.0000\t3.7004\t2.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.5850\t0.0000\t0.0000\t4.4594\t0.0000\t2.3219\t0.0000\t1.0000\t3.5850\t3.1699\t1.5850\t0.0000\t0.0000\t2.0000\t0.0000\t2.0000\t6.4263\t0.0000\t1.5850\t1.0000\t5.0000\t2.0000\t2.8074\t5.3923\t2.5850\t0.0000\t1.0000\t3.8074\t4.1699\t2.0000\t5.0875\t5.3923\t2.0000\t0.0000\t0.0000\t4.5236\t1.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.5850\t1.0000\t3.4594\t1.0000\t0.0000\t0.0000\t2.5850\t3.3219\t5.3576\t7.1085\t5.1293\t3.3219\t1.0000\t6.9185\t2.0000\t4.8074\t0.0000\t0.0000\t0.0000\t1.5850\t2.3219\t1.0000\t0.0000\t7.2855\t4.7549\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.4594\t2.0000\t1.5850\t0.0000\t0.0000\t0.0000\t3.8074\t0.0000\t1.0000\t6.1969\t0.0000\t1.5850\t1.0000\t1.5850\t7.0299\t0.0000\t1.0000\t0.0000\t1.5850\t2.3219\t1.0000\t0.0000\t0.0000\t1.0000\t2.8074\t1.0000\t5.2095\t0.0000\t2.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t6.8074\t6.6865\t2.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t3.1699\t0.0000\t1.5850\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.5850\t1.5850\t4.5850\t0.0000\t1.5850\t7.5084\t2.8074\t1.0000\t1.5850\t2.0000\t0.0000\t2.3219\t0.0000\t4.8074\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.5850\t1.5850\t1.5850\t1.5850\t7.4429\t0.0000\t5.8329\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t4.3923\t0.0000\t7.7211\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t2.8074\t1.0000\t3.3219\t0.0000\t3.4594\t0.0000\t3.7004\t1.0000\t7.5157\t1.0000\t2.0000\t2.5850\t3.0000\t0.0000\t0.0000\t1.0000\t1.5850\t2.5850\t3.5850\t2.0000\t2.3219\t1.0000\t1.0000\t1.0000\t1.0000\t1.5850\t3.9069\t3.3219\t4.6439\t6.0444\t4.3219\t1.0000\t1.0000\t0.0000\t5.7004\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t1.0000\t2.0000\t1.0000\t3.5850\t0.0000\t1.1953\t2.0000\t3.1699\t2.5850\t4.6439\t1.0000\t1.5850\t0.0000\t1.0000\t2.8074\t4.5236\t0.0000\t1.5850\t0.0000\t1.0000\t1.0000\t4.0000\t1.0000\t1.0000\t1.0000\t1.0000\t1.0000\t1.0000\t2.0000\t1.0000\t2.0000\t0.0000\t2.0000\t1.0000\t0.0000\t1.0000\t3.3219\t1.0000\t0.0000\t1.0000\t5.3576\t5.2095\t0.0000\t4.5850\t1.0000\t0.0000\t3.5850\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t4.0875\t1.5850\t0.0000\t2.0000\t2.3219\t5.0000\t0.0000\t0.0000\t0.0000\t6.9425\t4.3923\t1.0000\t0.0000\t7.0553\t3.1699\t1.5850\t0.0000\t0.0000\t2.3219\t0.0000\t1.0000\t2.3219\t6.8074\t1.0000\t0.0000\t6.8074\t2.0000\t0.0000\t1.5850\t4.9542\t1.5850\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.7004\t0.0000\t2.8074\t3.8074\t4.9069\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t5.0875\t3.5850\t0.0000\t4.4594\t0.0000\t5.3219\t1.0000\t1.0000\t2.3219\t0.0000\t0.0000\t4.9542\t1.0000\t5.3923\t1.5850\t2.5850\t1.0000\t0.0000\t5.2854\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t5.1293\t6.9189\t0.0000\t1.0000\t4.6439\t0.0000\t0.0000\t2.0000\t0.0000\t5.3576\t4.6439\t4.1699\t2.8074\t1.0000\t0.0000\t1.0000\t0.0000\t7.6949\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t3.3219\t3.3219\t5.1293\t0.0000\t4.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.8074\t5.9307\t0.0000\t4.0875\t1.5850\t4.8074\t1.0000\t1.0000\t3.0144\t6.3038\t5.2479\t0.0000\t2.0000\t1.0000\t1.0000\t1.0000\t8.5546\t1.0000\t1.0000\t2.0000\t1.0000\t1.0000\t0.0000\t2.3219\t2.0000\t4.6439\t2.5850\t3.9069\t1.0000\t3.7004\t3.4594\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t2.0000\t1.5850\t3.3219\t3.5850\t0.0000\t1.5850\t3.4594\t1.5850\t6.1878\t7.4512\t2.0000\t0.0000\t1.0000\t0.0000\t4.6439\t0.0000\t5.5236\t1.5850\t4.7004\t2.3219\t0.0000\t4.7252\t3.7004\t0.0000\t0.0000\t1.0000\t2.8074\t1.5850\t0.8797\t0.0000\t4.5850\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t3.0000\t1.0000\t0.0000\t2.0000\t2.3219\t4.0875\t2.0000\t4.5874\t5.0000\t1.0000\t2.3219\t0.0000\t0.0000\t4.9069\t0.0000\t4.0875\t0.0000\t0.0000\t1.9598\t1.5850\t6.7549\t1.0000\t1.5850\t7.0000\t1.5850\t3.5850\t2.3219\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t3.0000\t2.0000\t3.3219\t5.4263\t1.0000\t3.3219\t1.5850\t0.0000\t2.8074\t0.0000\t4.0000\t0.0000\t0.0000\t0.0000\t0.0000\t5.3576\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t7.0898\t3.1699\t2.0000\t0.0000\t2.0000\t1.0000\t6.8151\t0.0000\t2.0000\t1.5850\t4.6153\t0.0000\t3.1699\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t6.3399\t4.0875\t0.0000\t1.0000\t1.0000\t2.5850\t1.0000\t1.5850\t2.3219\t2.3219\t2.5850\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t6.3399\t5.4263\t6.7142\t5.1699\t4.5236\t3.9069\t1.5850\t5.0000\t0.0000\t2.8074\t0.0000\t0.0000\t1.0000\t1.0000\t5.5546\t0.0000\t1.5850\t1.0000\t4.4594\t3.5850\t0.0000\t2.3219\t1.0000\t0.0000\t0.0000\t3.1699\t5.1691\t0.0000\t0.0000\t0.0000\t2.5850\t0.0000\t4.7004\t2.3219\t1.0000\t0.0000\t2.3219\t6.3450\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t0.0000\t6.4557\t3.3219\t0.0000\t0.0000\t0.0000\t0.0000\t3.1699\t7.6195\t1.0000\t0.0000\t2.3219\t3.5850\t5.3219\t1.0000\t6.0224\t4.5850\t3.0000\t1.5850\t0.0000\t1.5850\t4.4594\t4.2479\t0.0000\t4.7549\t1.0000\t2.5850\t4.8074\t4.6439\t1.5850\t1.5850\t0.0000\t3.5850\t1.5850\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t2.0000\t0.0000\t0.0000\t6.5236\t0.0000\t2.0000\t1.0000\t1.5850\t0.0000\t2.0000\t1.0000\t0.0000\t0.0000\t2.5850\t4.2479\t2.0000\t2.0000\t1.0000\t6.9628\t1.0000\t0.0000\t7.4346\t2.8074\t0.0000\t3.5850\t1.0000\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t2.0000\t1.5850\t1.0000\t4.9069\t4.4594\t0.0000\t1.0000\t2.3219\t3.0000\t6.8948\t5.6585\t1.0000\t2.0000\t0.0000\t0.0000\t4.7549\t5.3590\t1.5850\t1.0000\t4.3923\t1.0000\t6.4094\t4.2479\t1.0000\t1.0000\t1.5850\t3.4594\t1.0000\t0.0000\t7.7415\t4.1699\t0.0000\t1.5850\t0.0000\t6.5546\t1.0000\t1.0000\t1.5850\t2.3219\t0.0000\t4.2479\t4.3923\t1.0000\t2.5850\t0.0000\t0.0000\t1.5850\t0.0000\t1.7908\t0.0000\t0.0000\t1.0000\t1.5850\t2.8074\t1.0000\t0.0000\t0.0000\t3.7004\t1.0000\t5.3576\t1.5850\t7.2384\t4.2479\t0.0000\t0.0000\t0.0000\t1.0000\t5.1293\t1.5850\t0.0000\t5.7452\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t5.1699\t0.0000\t1.5850\t0.0000\t5.5236\t0.0000\t1.0000\t1.0000\t8.1037\t1.0000\t0.0000\t0.0000\t2.0000\t4.0000\t0.0000\t1.5850\t7.7216\t4.5236\t1.0000\t0.0000\t0.0000\t0.0000\t4.8074\t1.0000\t3.3219\t2.3219\t0.0000\t5.9069\t1.5850\t1.0000\t1.5850\t3.3219\t5.2479\t6.3038\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.5850\t1.0000\t5.8826\t3.4594\t0.0000\t1.0000\t0.0000\t3.9069\t5.6147\t0.0000\t3.7004\t6.1898\t2.5850\t1.0000\t1.5850\t6.4594\t6.5699\t0.0000\t0.0000\t0.0000\t0.0000\t4.0000\t1.0000\t0.0000\t1.0000\t1.0000\t8.0389\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.5558\t2.0000\t0.0000\t1.0000\t8.0980\t1.0000\t1.5850\t0.0000\t4.5236\t4.5236\t4.2479\t0.0000\t2.0000\t3.1699\t1.5850\t0.0000\t1.0000\t3.4594\t1.0000\t4.8074\t1.0000\t0.0000\t4.0875\t0.0000\t0.0000\t3.7004\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t0.0000\t2.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t4.7004\t0.0000\t5.9537\t1.0000\t4.8580\t1.6960\t1.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t7.0980\t1.0000\t4.0000\t4.0566\t3.3219\t7.1699\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t4.6439\t0.0000\t4.5236\t1.5850\t1.0000\t3.9069\t0.0000\t1.5850\t1.5850\t0.0000\t7.6582\t0.0000\t5.0000\t1.5850\t5.3219\t1.0000\t4.9069\t5.0875\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t1.0000\t2.5850\t2.8074\t1.5850\t6.9955\t0.0000\t1.0000\t0.0000\t1.0000\t1.5850\t1.5850\t3.4594\t0.0000\t0.0000\t4.8580\t3.7004\t0.0000\t0.0000\t1.5850\t3.9973\t1.5850\t0.0000\t3.0000\t6.5078\t1.5850\t1.0000\t0.0000\t2.0000\t4.3219\t1.0000\t0.0000\t4.8074\t1.5850\t6.9392\t2.3219\t4.6141\t3.0000\t1.0000\t0.0000\t3.5850\t1.5850\t0.0000\t0.0000\t5.1293\t1.0000\t2.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t3.3219\t0.0000\t1.0000\t0.0000\t3.1699\t3.9069\t0.0000\t1.0000\t4.3219\t0.0000\t0.0000\t0.0000\t0.0000\t4.3219\t1.5850\t2.0000\t0.0000\t4.7004\t1.5850\t1.0000\t5.8074\t0.0000\t3.7004\t1.0000\t1.0000\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t1.0000\t5.7814\t0.0000\t0.0000\t8.4168\t0.0000\t0.0000\t2.8074\t1.5850\t0.0000\t1.0000\t3.7004\t0.0000\t3.3219\t4.5236\t4.2479\t0.0000\t1.0000\t0.0000\t4.0875\t8.1344\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t3.5850\t3.7004\t1.0000\t1.5850\t2.0000\t4.3923\t4.3219\t5.8227\t0.0000\t1.0000\t0.0000\t3.1699\t1.0000\t4.7004\t1.5850\t0.0000\t3.1699\t1.0000\t0.0000\t7.5469\t4.7549\t3.3219\t2.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t7.8948\t0.0000\t2.3219\t1.5850\t1.0000\t2.8074\t0.0000\t1.0000\t2.3219\t0.0000\t3.9069\t3.5850\t0.0000\t2.8074\t1.0000\t1.0000\t3.9069\t0.0000\t1.5850\t3.1699\t1.5850\t5.7004\t3.4594\t5.4919\t1.5850\t0.0000\t1.0000\t4.7004\t5.5546\t1.0000\t1.0000\t3.7004\t0.0000\t0.0000\t0.0000\t4.0875\t0.0000\t0.0000\t4.5850\t0.0000\t0.0000\t0.0000\t7.7682\t2.5850\t1.0000\t1.0000\t1.0000\t1.0000\t7.2479\t0.0000\t2.0000\t3.4594\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.5850\t1.0000\t4.9069\t3.1699\t0.0000\t0.0000\t7.2817\t1.0000\t7.7188\t1.5850\t2.0000\t1.5850\t1.0000\t6.8704\t3.1699\t1.0000\t1.0000\t2.0000\t1.0000\t0.0000\t1.0000\t4.0000\t2.1603\t0.0000\t4.7004\t2.0000\t2.5850\t0.0000\t1.5850\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t0.0000\t5.0444\t2.5850\t2.8074\t0.0000\t4.9069\t3.7004\t0.0000\t4.3923\t1.0000\t0.0000\t0.0000\t1.0000\t3.4594\t0.0000\t1.5850\t5.2854\t2.0000\t2.0000\t0.0000\t1.0000\t6.0875\t1.0000\t0.0000\t1.0000\t0.0000\t3.0000\t0.0000\t0.0000\t4.4594\t0.0000\t5.2479\t0.0000\t1.5850\t0.0000\t1.5850\t6.5392\t3.4594\t0.0000\t4.8074\t2.0000\t1.0000\t0.0000\t8.0821\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t6.4594\t8.1499\t3.7004\t7.1997\t0.0000\t2.0000\t1.0000\t4.3219\t3.1699\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.5850\t0.0000\t5.0875\t4.8074\t0.0000\t2.3219\t4.7549\t3.5850\t0.0000\t1.5850\t5.7279\t0.0000\t1.0000\t3.7004\t4.0000\t4.0875\t0.0000\t0.0000\t0.0000\t4.3923\t1.0000\t0.0000\t1.5850\t3.5850\t0.0000\t0.0000\t0.0000\t5.2479\t0.0000\t1.0000\t1.5850\t0.0000\t1.5850\t2.8074\t0.0000\t5.4594\t0.0000\t0.0000\t1.0000\t0.0000\t2.0000\t4.2479\t0.0000\t4.0875\t5.3576\t6.1898\t2.3219\t1.5850\t4.4594\t0.0000\t6.5392\t0.0000\t0.0000\t1.0000\t4.5236\t1.0000\t0.0000\t3.0000\t3.5850\t0.0000\t1.5850\t7.5392\t1.0000\t0.0000\t2.4673\t1.0000\t4.5236\t0.0000\t1.0000\t0.0000\t1.5850\t1.0000\t0.0000\t3.0000\t0.0000\t0.0000\t0.0000\t3.5850\t3.0000\t4.8074\t0.0000\t1.5850\t0.0000\t6.6294\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t3.1699\t2.3219\t4.9542\t2.0000\t0.0000\t1.0000\t3.5850\t4.7004\t3.3219\t1.0000\t5.0444\t3.5850\t1.0000\t3.0000\t3.7004\t3.1699\t1.5850\t7.6871\t6.4263\t5.1699\t0.0000\t0.0000\t0.0000\t5.7814\t1.0000\t5.2854\t2.0000\t3.1699\t5.6439\t1.5850\t0.0000\t0.0000\t6.9887\t2.8074\t1.0000\t0.0000\t2.8074\t0.0000\t2.0000\t0.0000\t1.0000\t1.5850\t7.7682\t0.0000\t3.0000\t1.0000\t6.3653\t4.7004\t1.0000\t5.0000\t0.0000\t0.0000\t4.1077\t1.5850\t1.0000\t1.0000\t2.5850\t0.0000\t1.5850\t3.5850\t0.0000\t0.0000\t2.8074\t1.0000\t0.0000\t0.0000\t0.0000\t4.5850\t0.0000\t5.6724\t0.0000\t2.0000\t2.5850\t2.5850\t0.0000\t5.6147\t1.0000\t1.0000\t0.0000\t1.0000\t6.0444\t0.0000\t2.8074\t0.0000\t1.5850\t3.0000\t0.0000\t1.5850\t2.0000\t0.0000\t3.3219\t2.3219\t1.5850\t3.7004\t0.0000\t2.3219\t0.0000\t1.0000\t2.3219\t4.5850\t0.0000\t3.8074\t0.0000\t2.0000\t1.0000\t0.0000\t5.3923\t4.8580\t4.0875\t1.0000\t4.2479\t0.0000\t1.5850\t2.0000\t1.5850\t3.3219\t0.0000\t3.7004\t1.0000\t4.0000\t1.0000\t1.0000\t0.0000\t3.3219\t0.0000\t4.8580\t0.0000\t0.0000\t5.8074\t6.4919\t7.3837\t6.9111\t1.0000\t1.5850\t0.0000\t5.1293\t0.0000\t2.0000\t5.9773\t0.0000\t1.5850\t0.0000\t1.0000\t5.9773\t0.0000\t2.5850\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.7485\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.7004\t1.5850\t3.4594\t1.0000\t0.0000\t1.0000\t1.5850\t1.0000\t3.8074\t0.0000\t0.0000\t0.0000\t0.0000\t4.5850\t5.2095\t0.0000\t1.5850\t5.2479\t0.0000\t0.0000\t5.5138\t0.0000\t1.0000\t1.5850\t3.4594\t1.0000\t2.0000\t1.0000\t1.5850\t7.6865\t0.0000\t1.5850\t3.5850\t1.0000\t0.0000\t0.0000\t1.0000\t6.7047\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t7.2384\t2.3219\t3.3219\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t1.5850\t1.0000\t4.6439\t1.5850\t6.5546\t1.0000\t2.3219\t3.7004\t0.0000\t0.0000\t3.5850\t7.3393\t1.0000\t0.0000\t0.0000\t4.5116\t0.0000\t4.2479\t2.0000\t8.0444\t0.0000\t1.0000\t1.5850\t2.5850\t0.0000\t0.0000\t3.1699\t1.0000\t2.8074\t6.5537\t5.5546\t1.0000\t4.7004\t1.0000\t7.2620\t3.7004\t1.5850\t2.0000\t2.3219\t0.0000\t1.5850\t0.0000\t6.5236\t2.5850\t4.7581\t2.0000\t0.0000\t2.0000\t6.6658\t0.0000\t0.0000\t0.0000\t4.2479\t0.0000\t8.0661\t0.0000\t5.2095\t0.0000\t1.0000\t1.0000\t1.0000\t7.9800\t6.4094\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.5850\t4.9542\t1.0000\t0.0000\t0.0000\t0.0000\t2.3219\t2.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t5.0875\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t1.0000\t6.4019\t2.0000\t0.0000\t4.3923\t2.0000\t0.0000\t0.0000\t2.0000\t1.5850\t3.0000\t1.0000\t1.0000\t1.5850\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t2.0000\t0.0000\t3.5850\t0.0000\t5.0000\t2.5850\t1.0000\t4.6439\t0.0000\t5.0875\t2.0000\t0.0000\t0.0000\t2.3219\t3.7004\t1.5850\t2.0000\t3.3219\t2.8074\t2.3219\t2.0000\t6.2668\t6.0224\t0.0000\t0.0000\t5.3576\t0.0000\t1.0000\t3.7004\t0.0000\t0.0000\t1.5850\t6.7002\t0.0000\t0.0000\t2.0000\t3.9079\t0.0000\t1.0000\t3.4594\t1.0000\t0.0000\t3.8074\t1.0000\t0.0000\t6.2098\t4.0875\t1.5850\t2.5850\t0.0000\t6.1497\t5.0875\t4.9542\t3.8074\t6.1085\t0.0000\t1.0000\t1.0000\t4.5850\t1.5850\t0.0000\t0.0000\t4.1699\t1.5850\t0.0000\t4.0000\t6.2668\t3.7004\t5.9307\t2.5850\t0.0000\t0.0000\t4.5850\t0.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t3.4594\t1.5850\t0.0000\t1.0000\t0.0000\t3.8074\t1.0000\t4.2479\t1.0000\t4.3219\t0.0000\t3.5850\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t0.0000\t2.0000\t1.0000\t2.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.9069\t1.0000\t0.0000\t0.0000\t2.5850\t1.0000\t4.0000\t1.5850\t0.0000\t0.0000\t0.0000\t4.2479\t0.0000\t0.0000\t2.8074\t1.0000\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t2.3219\t4.9069\t5.7923\t3.3219\t0.0000\t4.3219\t0.0000\t1.5850\t2.8074\t1.0000\t1.0000\t5.2479\t1.0000\t6.5236\t0.0000\t1.0000\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t2.0000\t2.5850\t6.0483\t6.1699\t1.5850\t3.9069\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.0000\t1.0000\t5.4097\t0.0000\t3.9069\t0.0000\t6.2443\t1.5850\t6.5236\t3.8074\t1.0000\t8.1189\t5.6147\t0.0000\t0.0000\t1.5850\t2.0000\t0.0000\t0.0000\t2.5850\t1.0000\t7.5342\t6.6582\t1.0000\t1.0000\t4.0000\t1.0000\t0.0000\t3.3219\t1.0000\t3.3219\t0.0000\t5.4594\t1.5850\t4.7004\t0.0000\t0.0000\t3.1699\t1.5850\t0.0000\t0.0000\t2.3219\t1.5850\t1.0000\t3.7004\t1.5850\t5.2095\t1.5850\t2.0000\t1.0000\t0.0000\t0.0000\t2.3219\t4.8580\t3.5850\t0.0000\t1.0000\t0.0000\t2.8074\t5.9307\t2.8074\t7.8672\t6.8654\t2.0000\t0.0000\t0.0000\t2.8074\t7.6439\t1.0000\t4.4594\t1.0000\t2.5850\t1.0000\t0.0000\t0.0000\t4.5236\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.0000\t3.3219\t0.0000\t1.5850\t0.0000\t5.8580\t1.0000\t1.0000\t3.8074\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.0000\t3.7004\t1.0000\t0.0000\t1.5850\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t5.2854\t1.0000\t0.0000\t3.8074\t0.0000\t1.5850\t8.3400\t4.6439\t0.0000\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.7004\t3.1699\t1.0000\t6.9478\t0.0000\t2.0000\t1.5850\t2.0000\t0.0000\t7.5157\t0.0000\t0.0000\t0.0000\t5.7549\t3.7004\t6.4886\t7.7356\t3.0000\t4.0000\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t1.5850\t1.5850\t2.8074\t0.0000\t1.5850\t0.0000\t3.0000\t0.0000\t2.0000\t2.3219\t0.0000\t0.0000\t3.4594\t0.0000\t5.7814\t0.0000\t4.0000\t0.0000\t2.3219\t2.0000\t0.0000\t4.1699\t1.0000\t0.0000\t4.3219\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.8074\t0.0000\t5.0444\t3.7004\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.9069\t1.0000\t0.0000\t1.0000\t5.7004\t2.5850\t0.0000\t2.0000\t0.0000\t0.0000\t1.0000\t1.0000\t5.1293\t1.0000\t3.8074\t0.0000\t0.0000\t1.0000\t4.5236\t0.0000\t0.0000\t2.8074\t2.3219\t0.0000\t1.0000\t0.0000\t4.9069\t3.8074\t0.0000\t1.0000\t6.0444\t0.0000\t0.0000\t0.0000\t1.5850\t4.7004\t1.0000\t0.0000\t2.8074\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t1.5850\t2.3219\t0.0000\t4.2479\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t6.9542\t2.8074\t0.0000\t0.0000\t0.0000\t3.4594\t5.0000\t5.0444\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t0.0000\t8.6970\t1.0000\t3.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.5850\t0.0000\t1.5607\t0.0000\t5.5850\t3.0000\t0.0000\t0.0000\t2.3219\t2.3219\t8.0098\t1.0000\t3.4594\t1.0000\t0.0000\t1.0000\t0.0000\t4.9542\t3.0000\t2.0000\t1.0000\t2.0000\t2.0000\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.4594\t2.0000\t3.3219\t0.0000\t0.0000\t0.0000\t4.5236\t3.3219\t1.0000\t4.6439\t1.5850\t0.0000\t0.0000\t0.0000\t3.0000\t3.0000\t1.0000\t3.5850\t1.0000\t0.0000\t4.4594\t0.0000\t2.0000\t0.0000\t1.0000\t1.0000\t1.0000\t5.8580\t0.0000\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t1.0000\t3.7004\t0.0000\t4.8074\t0.0000\t4.2479\t3.4594\t1.5850\t1.5850\t1.5850\t3.0000\t1.0000\t0.0000\t0.0000\t6.4919\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.0000\t0.0000\t4.7554\t0.0000\t2.8074\t0.0000\t8.0731\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.6736\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t6.0875\t1.0000\t1.5850\t0.0000\t3.4594\t1.5850\t1.0000\t2.8074\t0.0000\t1.0000\t1.5850\t1.0000\t1.0000\t3.0000\t0.0000\t0.0000\t2.0000\t2.0000\t5.1293\t4.6769\t2.0000\t2.0000\t1.0000\t1.0000\t0.0000\t1.5850\t1.5850\t3.5850\t0.0000\t4.3923\t0.0000\t1.0000\t1.0000\t4.2479\t1.0000\t2.0000\t0.0000\t2.0000\t4.9069\t5.0000\t4.5850\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t4.0875\t1.0000\t5.0444\t1.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t5.1699\t1.5850\t4.0875\t1.0000\t6.8580\t1.0000\t0.0000\t0.0000\t2.0000\t1.0000\t3.9069\t1.0000\t7.4305\t4.5236\t0.0000\t0.0000\t3.3262\t7.5080\t4.4594\t0.0000\t0.0000\t8.2574\t1.0000\t2.8074\t0.0000\t5.4919\t1.0000\t0.0000\t2.5850\t1.0000\t4.2479\t2.3219\t4.2479\t0.0000\t0.0000\t0.0000\t0.0000\t6.8580\t1.0000\t0.0000\t1.0000\t4.8580\t7.9382\t0.0000\t1.5850\t7.2761\t0.0000\t3.5850\t2.0000\t0.0000\t0.0000\t0.0000\t5.7382\t0.0000\t2.3219\t5.6724\t1.0000\t0.0000\t0.0000\t0.0000\t7.2192\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t4.6439\t5.1699\t1.0000\t6.4891\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t1.0000\t1.5850\t0.0000\t0.0000\t5.4919\t0.0000\t1.5850\t0.0000\t2.0000\t2.0000\t0.0000\t3.3219\t0.0000\t0.0000\t2.0000\t5.4594\t1.0000\t1.0000\t2.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t2.3219\t1.0000\t2.8074\t1.0000\t6.3038\t0.0000\t2.0000\t1.5850\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t3.1699\t4.3219\t0.0000\t0.0000\t3.6218\t4.8580\t7.2081\t1.0000\t1.5850\t3.4594\t1.0000\t2.8074\t2.5850\t0.0000\t0.0000\t0.0000\t7.6795\t0.0000\t2.8074\t0.0000\t1.0000\t0.0000\t2.8074\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t8.0334\t4.7586\t7.4838\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t6.2288\t1.0000\t0.0000\t2.3219\t5.1293\t4.9069\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.8074\t1.0000\t1.0000\t0.0000\t0.0000\t2.3219\t4.7549\t4.9542\t3.4594\t2.0000\t1.0000\t1.5850\t0.0000\t0.0000\t2.3219\t3.9069\t3.3219\t3.5850\t1.0000\t1.0000\t4.7692\t4.5850\t0.0000\t1.0000\t4.3923\t2.0000\t2.0000\t1.5850\t3.5850\t2.3219\t1.5850\t5.4263\t1.5850\t0.0000\t1.5850\t4.3219\t1.5850\t6.2063\t0.0000\t0.0000\t0.0000\t0.0000\t5.1699\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t3.1699\t0.0000\t0.0000\t1.0000\t2.3219\t1.5850\t2.3219\t0.0000\t0.0000\t4.5850\t0.0000\t5.1699\t6.7944\t2.0000\t1.5850\t3.4594\t1.5850\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t5.4594\t2.0000\t8.2761\t0.0000\t1.5850\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t2.0000\t4.0000\t4.3219\t0.0000\t1.5850\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t3.9069\t1.5850\t0.0000\t2.0000\t0.0000\t1.0000\t5.8074\t0.0000\t0.0000\t2.5850\t0.0000\t0.0000\t1.0000\t0.0000\t7.4094\t0.0000\t0.0000\t7.5469\t7.1898\t0.0000\t0.0000\t1.0000\t1.0000\t6.9307\t1.0000\t2.0000\t1.5850\t5.0444\t3.3219\t0.0000\t0.0000\t1.5850\t1.5850\t4.0000\t2.9298\t0.0000\t1.5850\t1.0000\t2.5850\t0.0000\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t5.2854\t4.5236\t0.0000\t5.6439\t1.0000\t0.0000\t1.5850\t0.0000\t4.4594\t3.7004\t1.5850\t0.0000\t1.0000\t1.0000\t2.0000\t4.3923\t1.5850\t4.2479\t0.0000\t5.0444\t0.0000\t4.1699\t1.0000\t3.3219\t0.0000\t7.3219\t4.3219\t5.7279\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t4.9069\t1.0000\t2.3219\t0.0000\t1.0000\t0.0000\t1.5850\t1.0000\t5.2479\t1.5850\t2.0000\t0.0000\t1.0000\t0.0000\t7.0980\t1.0000\t5.4594\t1.5850\t3.3219\t5.2854\t2.5850\t1.5850\t4.4594\t1.5850\t4.2479\t2.0000\t4.3923\t0.0000\t1.0000\t3.4594\t0.0000\t1.0000\t0.0000\t3.1699\t3.3219\t2.0000\t1.0000\t0.0000\t2.5850\t4.2479\t0.0000\t0.0000\t4.0000\t1.0000\t0.0000\t0.0000\t2.5850\t1.0000\t1.0000\t0.0000\t1.0000\t4.5236\t0.0000\t6.8455\t5.4263\t1.5850\t0.0000\t0.0000\t3.8074\t2.0000\t1.0000\t2.0000\t0.0000\t0.0000\t4.9069\t0.0000\t4.3923\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.9069\t7.8788\t0.0000\t1.0000\t1.5850\t5.0875\t6.4429\t1.0000\t0.0000\t3.8074\t1.5850\t0.0000\t1.0000\t3.8074\t0.0000\t0.0000\t4.1699\t3.3219\t2.5850\t0.0000\t1.0000\t0.0000\t0.0000\t6.9773\t7.6294\t1.0000\t7.3038\t0.0000\t1.5850\t6.6582\t0.0000\t0.0000\t2.8074\t0.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t4.4594\t0.0000\t2.0000\t1.5850\t0.0000\t1.5850\t1.5850\t5.3923\t4.0000\t1.5850\t0.0000\t0.0000\t3.7004\t0.0000\t1.5850\t2.5850\t6.5546\t0.0000\t0.0000\t1.0000\t2.0000\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t3.5850\t0.0000\t1.0000\t1.0000\t1.0000\t1.0000\t3.5850\t2.0000\t0.0000\t0.0000\t4.9069\t0.0000\t2.0000\t0.0000\t5.0444\t1.0000\t1.0000\t0.0000\t1.5850\t3.3219\t1.0000\t4.8074\t4.5850\t0.0000\t0.0000\t4.9542\t0.0000\t0.0000\t1.0000\t0.9107\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t4.1699\t0.0000\t0.0000\t1.0000\t0.0000\t2.0000\t5.3576\t0.0000\t1.0000\t4.7549\t0.0000\t1.5850\t1.0000\t2.0000\t4.6439\t1.5850\t0.1243\t0.0000\t0.0000\t7.9307\t5.1699\t2.0000\t5.2479\t3.3219\t0.0000\t0.0000\t4.3923\t0.0000\t5.5850\t4.8580\t0.0000\t0.0000\t4.0875\t0.0000\t4.7549\t4.2479\t5.4594\t0.0000\t0.0000\t1.0000\t6.6439\t0.0000\t2.3219\t0.0000\t2.8074\t0.0000\t2.5850\t0.0000\t0.0000\t1.0000\t1.0000\t3.7004\t0.0000\t1.5850\t0.0000\t1.0000\t6.2782\t4.7004\t4.9069\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t0.0000\t0.0000\t4.3161\t0.0000\t4.7004\t1.0000\t4.9069\t2.0000\t3.8074\t0.0000\t1.0000\t0.0000\t7.3219\t1.5850\t1.5850\t1.5850\t1.0000\t2.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t1.5850\t0.0000\t4.2479\t4.2479\t1.7527\t1.5850\t3.4594\t0.0000\t0.0000\t0.0000\t0.0000\t4.2479\t7.4969\t5.9307\t0.0000\t1.5850\t1.0000\t1.5850\t1.5850\t2.5850\t0.0000\t4.0875\t1.2987\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t1.0000\t0.0000\t4.3923\t0.0000\t0.0000\t2.0000\t1.0000\t1.5850\t1.5850\t1.5850\t1.5850\t0.0000\t4.0286\t0.0000\t1.0000\t1.0000\t2.0000\t6.2095\t1.0000\t7.0980\t0.0000\t0.0000\t1.0000\t1.0000\t4.3923\t1.5850\t2.8074\t0.0000\t4.0000\t8.0104\t2.3219\t1.0000\t1.0000\t1.0000\t0.0000\t1.0000\t1.0000\t2.0000\t0.0000\t0.0000\t1.5850\t1.0000\t1.0000\t6.3923\t4.7004\t6.3399\t0.0000\t1.5850\t1.0000\t6.6724\t3.1699\t1.0000\t6.2479\t3.0000\t1.0000\t0.0000\t5.8826\t3.4594\t0.0000\t0.8400\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t1.5850\t1.0000\t0.0000\t7.1599\t6.6901\t4.6439\t2.5850\t1.0000\t0.0000\t0.0000\t0.0000\t3.0000\t4.8500\t0.0000\t0.0000\t0.0000\t2.0000\t3.8074\t0.0000\t1.0000\t0.0000\t5.5546\t0.0000\t2.5850\t0.0000\t7.0334\t2.0000\t4.0875\t0.0000\t0.0000\t1.5850\t1.0000\t1.5850\t0.0000\t0.0000\t3.9069\t1.0000\t1.0000\t4.0875\t0.0000\t4.9542\t2.5850\t0.0000\t3.9069\t0.0000\t5.0444\t4.6439\t1.0000\t1.0000\t8.7448\t1.0000\t0.0000\t3.9069\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t0.0000\t0.0000\t3.7004\t0.0000\t0.0000\t2.0000\t6.4429\t0.0000\t4.3219\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t4.5850\t1.5850\t2.8074\t0.0000\t1.5850\t3.0000\t0.0000\t0.0000\t0.0000\t3.1699\t2.0000\t0.0000\t8.5670\t0.0000\t8.0553\t0.0000\t1.5850\t2.8074\t0.0000\t5.9635\t0.0000\t6.4594\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t2.3219\t1.0000\t3.8074\t2.0000\t3.5850\t1.0000\t0.0000\t2.0000\t0.0000\t1.0000\t6.7958\t0.0000\t1.5850\t1.0000\t2.3219\t3.1699\t1.5850\t5.1293\t1.0000\t0.0000\t1.0000\t2.3219\t0.0000\t4.8580\t1.5850\t0.0000\t5.2479\t0.0000\t0.0000\t0.0000\t0.0000\t2.5850\t2.8074\t1.0000\t2.8074\t0.0000\t0.0000\t2.8074\t1.5850\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.5850\t3.3219\t3.1667\t2.5850\t0.0000\t2.0000\t0.0000\t7.2288\t0.0000\t1.0000\t1.0000\t1.0000\t8.4263\t3.8074\t1.0000\t1.0000\t1.5850\t1.5850\t1.5801\t3.8074\t5.6439\t0.0000\t1.5850\t2.0000\t6.0224\t1.0000\t5.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t5.2479\t0.0000\t4.1803\t0.0000\t0.0000\t0.0000\t1.0000\t5.2854\t1.0000\t1.0000\t0.0000\t1.5850\t7.4056\t2.0000\t1.5850\t1.0000\t0.0000\t0.0000\t4.0875\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t5.9542\t1.0000\t1.0000\t1.0000\t4.0000\t3.7004\t0.0000\t4.7549\t1.5850\t5.0444\t0.0000\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t1.0000\t8.0112\t2.0000\t0.0000\t3.4594\t0.0000\t1.0000\t4.0000\t0.0000\t1.0000\t0.0000\t6.8704\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t4.3219\t1.0000\t1.0000\t0.0000\t7.1129\t5.7814\t6.6788\t2.0000\t1.0000\t1.5850\t3.0000\t1.0000\t4.0000\t0.0000\t4.9542\t2.0000\t2.5850\t0.0000\t1.5850\t4.4594\t6.4983\t2.0000\t4.0000\t0.0000\t3.0000\t0.0000\t1.0000\t2.0000\t1.0000\t1.5850\t3.5850\t6.3750\t2.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.1699\t1.5850\t0.0000\t0.0000\t2.0000\t3.7004\t1.0000\t0.0000\t1.5850\t0.0000\t4.2479\t4.5236\t2.3219\t2.0000\t3.5850\t2.0000\t3.1699\t1.5850\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t4.3923\t8.0547\t1.5850\t1.5850\t5.6724\t0.0000\t2.3219\t0.0000\t0.0000\t1.5850\t0.0000\t3.9069\t1.0000\t2.0000\t1.0000\t6.1898\t0.0000\t0.0000\t1.0000\t5.2479\t0.0000\t0.0000\t1.0000\t3.3219\t2.0000\t0.0000\t1.5850\t0.0000\t1.0000\t7.5479\t2.0000\t3.3219\t3.4594\t2.3219\t1.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t1.5850\t8.1241\t0.0000\t0.0000\t8.0498\t0.0000\t4.0000\t3.4594\t1.5850\t3.5850\t1.0000\t2.5850\t2.0000\t1.5850\t4.9350\t0.0000\t0.0000\t1.0000\t1.0000\t1.5850\t4.6439\t1.5850\t1.5850\t0.0000\t1.0000\t1.0000\t0.0000\t1.0000\t1.0000\t5.4919\t2.0000\t5.8826\t1.0000\t0.0000\t2.8074\t1.0000\t2.8074\t0.0000\t2.3219\t2.0000\t7.5314\t0.0000\t4.1699\t3.0000\t7.5314\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t2.8074\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t5.4594\t7.2095\t3.9069\t1.0000\t3.0000\t0.0000\t1.0000\t4.0875\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t4.3219\t1.5850\t5.5236\t2.0000\t0.0000\t6.9189\t3.0000\t0.0000\t1.5850\t2.3219\t8.2946\t1.5850\t3.9069\t0.0000\t1.0000\t1.0000\t0.0000\t4.9069\t2.8074\t0.0000\t6.3219\t5.5567\t0.0000\t0.0000\t1.0000\t0.0000\t2.3219\t3.0000\t4.0000\t0.0000\t2.8074\t0.0000\t3.4594\t0.0000\t0.0000\t3.3219\t1.0000\t2.8074\t0.0000\t0.0000\t1.0000\t3.7004\t1.0000\t8.1626\t0.0000\t4.6147\t0.0000\t6.1497\t0.0000\t0.0000\t5.7647\t6.3923\t1.0000\t1.5850\t1.0000\t0.0000\t1.0000\t1.5850\t0.0000\t3.3219\t0.0000\t0.0000\t0.0000\t5.9773\t0.0000\t0.0000\t1.5850\t0.0000\t2.3219\t0.0000\t7.0224\t1.0000\t0.0000\t3.1699\t3.8074\t3.4594\t4.3923\t2.3219\t1.0000\t4.1699\t3.0090\t0.0000\t0.0000\t0.0000\t2.0000\t1.0000\t4.7549\t0.0000\t7.8826\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t1.0000\t3.3219\t5.4263\t0.0000\t0.0000\t4.8580\t1.0000\t2.8074\t5.9307\t1.0000\t0.0000\t7.6949\t2.0000\t2.3219\t5.3219\t5.0000\t0.0000\t1.5850\t0.0000\t6.7415\t0.0000\t2.3219\t0.0000\t8.3880\t1.0000\t0.0000\t0.0000\t2.0000\t3.7004\t1.5850\t1.3334\t4.3219\t1.8953\t4.4594\t7.3750\t5.0875\t1.0000\t1.0000\t1.0000\t3.0000\t5.6724\t0.0000\t1.0000\t1.5850\t1.5850\t0.3785\t6.4700\t2.3219\t1.0000\t6.0661\t2.8074\t1.5850\t0.0000\t1.5850\t0.0000\t4.2479\t1.0000\t3.4594\t5.1699\t0.0000\t5.4919\t0.0000\t5.3576\t3.5850\t7.5314\t0.0000\t5.7279\t5.6147\t0.0000\t1.5850\t4.7004\t3.4594\t2.8074\t3.7004\t0.0000\t1.0000\t8.2288\t3.9069\t6.4429\t6.5850\t0.0000\t4.1699\t0.0000\t0.0000\t0.0000\t1.0000\t4.3219\t2.5850\t1.0000\t2.3219\t1.0000\t2.3219\t3.8074\t2.5850\t2.0000\t2.0000\t2.0000\t0.0000\t1.5850\t1.0000\t2.0000\t1.0000\t4.4594\t0.0000\t0.0000\t1.0000\t2.5850\t0.0000\t1.5850\t0.0000\t4.7004\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t3.5850\t1.0000\t0.0000\t0.0000\t1.0000\t0.0000\t7.7908\t0.0000\t4.8580\t0.0000\t6.0875\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t5.0000\t2.5850\t6.2668\t4.5850\t5.6781\t0.0000\t0.0000\t0.0000\t3.5850\t3.4594\t7.0334\t0.0000\t4.0875\t3.3219\t1.0000\t1.5850\t2.0000\t0.0000\t0.0000\t2.0000\t1.5850\t0.0000\t5.4276\t1.5850\t0.0000\t4.9542\t0.0000\t0.0000\t0.0000\t4.0875\t1.0000\t6.3399\t7.3934\t1.5850\t1.5850\t1.0000\t5.2479\t1.0000\t1.0000\t0.0000\t1.5850\t0.0000\t3.3219\t2.3219\t7.2946\t1.5850\t1.0000\t1.0000\t0.0000\t6.1293\t3.5850\t0.0000\t0.0000\t0.0000\t0.0000\t3.4594\t2.5850\t3.4594\t0.0000\t1.0000\t3.1699\t2.8074\t5.2095\t0.0000\t1.5850\t0.0000\t7.9366\t0.0000\t7.5699\t4.5236\t1.5850\t0.0000\t1.0000\t1.0000\t3.4594\t4.3923\t0.0000\t4.8580\t2.5850\t4.1699\t2.0000\t1.5850\t0.0000\t1.0000\t2.0000\t3.5398\t1.5850\t2.3219\t2.0000\t1.0000\t0.0000\t1.0000\t6.9425\t7.6511\t0.0000\t5.0000\t1.0000\t0.0000\t5.1293\t3.4594\t0.0000\t0.0000\t1.0000\t5.8826\t1.0000\t0.0000\t5.6147\t4.0875\t1.0000\t0.0000\t0.7398\t0.0000\t0.0000\t2.0000\t8.1678\t0.0000\t1.0000\t3.0000\t3.5850\t2.8074\t3.1699\t2.5850\t2.0000\t0.0000\t0.0000\t1.0000\t4.3219\t0.0000\t0.0000\t0.0000\t7.3399\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.5850\t0.0000\t1.5850\t1.5850\t0.0000\t1.0000\t5.0875\t1.0000\t0.0000\t3.5850\t1.0000\t3.7004\t6.3923\t3.5850\t5.4263\t1.5850\t3.9069\t6.5392\t1.0000\t3.0000\t7.0553\t1.0000\t0.0000\t2.0000\t2.3219\t0.0000\t6.0224\t5.3219\t0.0000\t0.0000\t0.0000\t7.4263\t0.0000\t1.0000\t2.0000\t0.0000\t1.0000\t3.9069\t0.0000\t3.4594\t1.5850\t6.6147\t3.8074\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t4.8074\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t0.0000\t0.0000\t0.0000\t4.7549\t0.0000\t6.3923\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t2.0000\t7.4179\t1.5850\t0.0000\t1.0000\t1.0000\t2.5850\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t0.0000\t2.0000\t3.4594\t1.5850\t3.1699\t1.0000\t7.3399\t1.0000\t0.0000\t4.7004\t1.5850\t3.1699\t0.0000\t0.0000\t1.5850\t0.0000\t1.0000\t5.5928\t0.0000\t0.0000\t3.3219\t0.0000\t5.6147\t2.8074\t0.0000\t0.0000\t2.0000\t1.0000\t4.0875\t6.4094\t1.0000\t8.7142\t0.0000\t2.3219\t6.0585\t2.0000\t1.0000\t0.0000\t1.0000\t0.0000\t3.1699\t0.0000\t4.3923\t3.5850\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t2.0000\t4.8074\t2.5850\t4.4594\t6.7986\t0.0000\t1.5850\t0.0000\t0.0000\t4.8074\t1.0000\t4.6439\t1.0000\t0.0000\t3.9069\t0.0000\t0.0000\t6.0000\t3.9069\t6.7810\t4.6439\t2.3219\t3.0000\t1.5850\t1.5850\t5.3219\t1.5607\t1.0000\t4.6439\t0.0000\t4.0000\t1.0000\t2.3219\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t5.2702\t1.0000\t7.2477\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.5850\t1.5850\t1.0000\t3.0000\t6.8580\t2.0000\t1.5850\t2.5850\t4.6439\t0.0000\t2.5850\t1.5850\t0.0000\t0.0000\t3.9069\t6.4094\t0.0000\t0.0000\t3.8074\t2.0000\t0.0000\t0.0000\t6.7513\t1.5850\t1.0000\t1.0000\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t4.9542\t5.0875\t1.0000\t0.0000\t0.0000\t1.0000\t1.0000\t1.5850\t1.5850\t1.0000\t5.2095\t0.0000\t1.5850\t0.0000\t4.1699\t1.5850\t0.0000\t2.0000\t2.0000\t0.0000\t0.0000\t0.0000\t5.4263\t3.7004\t0.0000\t1.5850\t1.5850\t1.0000\t1.5850\t6.4263\t1.0000\t1.5850\t1.0000\t2.0000\t2.0000\t1.0000\t0.0000\t3.7004\t5.0000\t0.0000\t3.1699\t2.0000\t1.0000\t0.0000\t5.0444\t0.0000\t2.5850\t1.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t2.3219\t1.0000\t2.3219\t1.5850\t0.0000\t1.0000\t0.0000\t3.8074\t3.9069\t1.0000\t0.0000\t3.4594\t4.5850\t0.0000\t1.5850\t1.7181\t0.0000\t5.1699\t0.0000\t1.5850\t1.5850\t1.0000\t0.0000\t3.0000\t0.0000\t5.4594\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t4.3923\t4.7549\t0.0000\t1.0000\t0.0000\t1.5850\t1.5850\t3.3219\t0.0000\t7.2030\t4.6439\t2.3219\t0.0000\t6.3399\t3.7004\t1.5850\t0.0000\t0.0000\t3.1699\t0.0000\t1.0000\t4.0875\t2.3219\t1.0000\t1.0000\t1.0000\t4.1699\t4.9069\t4.7549\t1.0000\t3.9069\t4.3923\t2.0000\t2.5850\t1.0000\t1.5850\t3.5850\t5.1293\t7.8517\t3.7004\t5.3576\t0.0000\t5.6693\t0.0000\t5.0444\t2.0000\t3.1699\t2.0000\t5.5546\t1.5850\t4.0875\t1.5850\t1.5850\t0.0000\t0.0000\t1.0000\t4.2479\t3.1699\t3.8074\t0.0000\t3.4594\t3.0000\t1.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t7.0792\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t1.5850\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t1.0000\t2.3219\t3.0000\t0.0000\t1.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t0.0000\t1.0000\t5.5850\t0.0000\t0.0000\t1.0000\t3.1699\t0.0000\t0.0000\t1.0000\t3.4594\t2.3219\t5.0000\t4.5236\t1.0000\t2.0000\t2.1795\t4.4594\t4.6439\t1.0000\t0.0000\t0.0000\t1.0000\t4.3923\t0.0000\t0.0000\t0.0000\t7.1468\t1.5850\t5.7004\t0.0000\t3.1699\t4.1699\t1.0000\t2.3219\t1.5850\t6.9425\t5.0444\t4.9542\t3.7004\t0.0000\t2.3219\t1.5850\t1.0000\t0.0000\t3.0000\t0.0000\t0.0000\t1.0000\t7.7074\t1.5850\t1.0909\t0.0000\t0.0000\t1.5850\t1.5850\t0.0000\t5.4192\t5.3576\t1.0000\t0.0000\t1.0000\t0.0000\t1.0000\t1.5850\t0.0000\t1.0000\t2.0000\t1.0000\t0.0000\t0.0000\t2.5850\t1.5850\t0.0000\t3.3219\t1.0000\t0.0000\t1.5850\t0.0000\t5.8580\t0.0000\t0.0000\t1.0000\t0.0000\t1.0000\t1.5850\t2.8074\t4.9069\t6.4857\t0.0000\t2.0000\t4.5850\t8.2288\t7.1293\t2.3219\t0.0000\t4.2479\t2.5850\t3.1699\t0.0000\t4.0875\t0.0000\t3.1699\t0.0000\t4.7549\t0.0000\t1.5850\t1.0000\t2.0000\t1.0000\t1.0000\t1.0000\t4.5236\t1.0000\t1.5850\t5.0875\t1.5850\t3.3219\t2.5850\t6.0661\t5.9307\t4.5850\t1.0000\t4.3219\t1.0000\t0.0000\t0.0000\t4.9542\t5.8826\t5.6147\t4.1699\t1.0000\t0.0000\t0.0000\t4.1699\t1.0000\t0.0000\t1.5850\t2.3219\t0.0000\t0.0000\t0.0000\t3.7004\t1.0000\t5.6147\t4.0000\t0.0000\t0.0000\t1.5850\t2.0000\t0.0000\t6.8202\t0.0000\t2.0000\t2.0000\t0.0000\t6.0661\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t1.5850\t1.0000\t5.3245\t1.0000\t1.0000\t4.0875\t2.0000\t0.0000\t0.0000\t6.6582\t0.0000\t4.4594\t0.0000\t2.0000\t1.0000\t6.0661\t0.0000\t0.0000\t2.0000\t3.7004\t0.0000\t1.0000\t0.0000\t4.6536\t3.9021\t1.0000\t1.0000\t4.4594\t2.5850\t0.0000\t1.0000\t1.0000\t1.0000\t0.0000\t5.1436\t1.0000\t1.0000\t1.0000\t4.4594\t0.0000\t6.2651\t0.0000\t1.5850\t1.5850\t0.0000\t0.0000\t8.0715\t0.5850\t3.8012\t1.5850\t1.0000\t1.0000\t1.5850\t4.2479\t5.1699\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t2.3219\t0.0000\t0.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t4.5850\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t8.3576\t4.7004\t2.0000\t2.3219\t1.0000\t0.0000\t5.4263\t3.8074\t4.3923\t0.0000\t2.3219\t1.0000\t0.0000\t2.8074\t7.7279\t0.0000\t0.0000\t2.0000\t6.3750\t1.7782\t4.7004\t7.3409\t0.0000\t2.0000\t0.0000\t0.0000\t2.5850\t5.4263\t2.0000\t1.5850\t2.3219\t2.8074\t1.0000\t1.0000\t4.5236\t6.1293\t0.0000\t0.0000\t1.0000\t2.0000\t0.0000\t1.0000\t2.8074\t2.3219\t2.3219\t4.8580\t2.0000\t0.0000\t8.2143\t5.0000\t0.0000\t1.0000\t2.8074\t3.0000\t5.8580\t7.7064\t0.0000\t1.0000\t0.0000\t1.5850\t5.9307\t2.0000\t0.0000\t4.0000\t2.0000\t8.2095\t6.3399\t4.4594\t0.0000\t1.5850\t1.0000\t0.0000\t1.0000\t1.0000\t2.8074\t2.5850\t1.0000\t0.0000\t0.0000\t2.0000\t4.8580\t5.1293\t3.5850\t0.0000\t2.0000\t1.5850\t0.0000\t5.1699\t1.0000\t0.0000\t1.0000\t0.0000\t4.7549\t7.0553\t3.0000\t0.0000\t0.0000\t1.0000\t0.0000\t3.3219\t3.3219\t0.0000\t2.5850\t0.0000\t0.0000\t3.9069\t1.0000\t0.0000\t1.0000\t0.0000\t5.2854\t1.0000\t0.0000\t1.5850\t2.0000\t1.0000\t2.3219\t4.5850\t1.0000\t2.5850\t0.0000\t0.0000\t5.0444\t5.2479\t5.2854\t0.0000\t1.0000\t1.0000\t4.7549\t0.0000\t0.0000\t4.6439\t0.0000\t1.5850\t0.0000\t1.0000\t1.0000\t0.0000\t3.7004\t5.1293\t5.5546\t3.1699\t3.3219\t0.0000\t1.0000\t0.0000\t1.0000\t1.0000\t1.0000\t2.8074\t6.2288\t0.0000\t1.0000\t3.5850\t0.0000\t1.0000\t1.0000\t7.0334\t0.0000\t4.4594\t0.0000\t6.4263\t2.0000\t0.0000\t2.5850\t0.0000\t0.0000\t2.0000\t0.0000\t0.0000\t1.5850\t2.8659\t0.0000\t1.0000\t2.0000\t0.0000\t1.0000\t2.3219\t0.0000\t8.3309\t1.0000\t6.1293\t0.0000\t1.0000\t4.8074\t5.5546\t5.0875\t4.1699\t0.0000\t0.0000\t5.5236\t6.8826\t0.0000\t5.5546\t5.9542\t5.5546\t0.0000\t7.4094\t2.0000\t1.0000\t0.0000\t4.4594\t5.2854\t0.0000\t1.0000\t1.0000\t3.0000\t0.0000\t0.0000\t1.5850\t2.0000\t1.5850\t4.3219\t1.5850\t5.8826\t5.4919\t0.0000\t0.0000\t4.8074\t0.0000\t0.0000\t0.0000\t0.0000\t2.8074\t0.0000\t5.1293\t7.9783\t7.7074\t0.0000\t1.5850\t3.7004\t0.0000\t3.3219\t2.5850\t0.0000\t0.0000\t4.3923\t2.0000\t1.0000\t3.7004\t2.0000\t2.3219\t3.7004\t1.0000\t2.3219\t3.5850\t0.0000\t1.5850\t0.0000\t0.0000\t1.0000\t4.7004\t1.0000\t1.0000\t0.0000\t5.3576\t2.3219\t0.0000\t0.0000\t1.0000\t2.3219\t1.0000\t0.0000\t0.0000\t2.3219\t0.0000\t1.0000\t4.1699\t4.1699\t0.0000\t4.8074\t3.1699\t1.0000\t0.0000\t0.0000\t4.1699\t3.5850\t2.5850\t3.0000\t0.0000\t8.3113\t0.0000\t1.0000\t3.1699\t1.0000\t3.3219\t4.4594\t3.1699\t1.5850\t3.4594\t0.0000\t5.2095\t1.5850\t0.0000\t8.0715\t7.9736\t0.0000\t3.0000\t1.0000\t3.4594\t2.0000\t5.1293\t2.3219\t1.0000\t4.1699\t1.5850\t0.0000\t2.0000\t0.0000\t4.5236\t0.0000\t3.9069\t4.5862\t2.5850\t3.5850\t2.5850\t1.0000\t3.1699\t5.6724\t1.5850\t0.0000\t5.4263\t5.6439\t1.0000\t0.0000\t0.0000\t1.0000\t2.5850\t0.0000\t1.5850\t0.0000\t4.1699\t1.5850\t0.0000\t1.5850\t0.0000\t3.9069\t0.0000\t1.5850\t6.0224\t0.0000\t1.5850\t1.5850\t1.0000\t2.0000\t0.0000\t3.9069\t1.5850\t2.3219\t0.0000\t1.0000\t0.0000\t1.5850\t2.0000\t6.4094\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t4.0875\t0.0000\t4.8580\t1.5850\t8.2297\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t7.3750\t0.0000\t1.0000\t0.0000\t3.1699\t0.0000\t7.8642\t1.0000\t2.0000\t1.5850\t0.5261\t0.0000\t2.0000\t0.0000\t6.1699\t2.5850\t1.5850\t1.5850\t0.0000\t1.0000\t2.4356\t0.0000\t3.5850\t1.0000\t1.0000\t0.0000\t1.0000\t6.3668\t0.0000\t1.0000\t1.0000\t1.5850\t0.0000\t1.0000\t1.0000\t7.5314\t0.0000\t0.0000\t5.0896\t2.0000\t0.0000\t0.0000\t5.2854\t1.0000\t0.0000\t1.0000\t5.3219\t2.5850\t1.0000\t0.0000\t6.1497\t0.0000\t6.0661\t5.0875\t1.0000\t0.0000\t4.7120\t1.5850\t0.0000\t2.0000\t1.0000\t1.0000\t1.0000\t2.0000\t1.0000\t1.0000\t0.0000\t4.8074\t6.8580\t0.0000\t2.3219\t1.0000\t3.7004\t4.1699\t1.0000\t4.8074\t0.0000\t1.0000\t0.0000\t6.1699\t4.4594\t7.6073\t2.3219\t1.0000\t0.0000\t2.5850\t0.0000\t1.0000\t5.9773\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.5850\t0.0000\t0.0000\t0.0000\t4.9959\t2.0000\t1.0000\t0.0000\t3.1699\t6.7285\t1.5850\t4.4594\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t6.9307\t0.0000\t1.0000\t2.0000\t0.0000\t5.8074\t1.0000\t4.3923\t1.0000\t0.0000\t4.7549\t1.0000\t1.0000\t1.0000\t0.0000\t2.3219\t2.5850\t3.7527\t0.0000\t1.0000\t1.0000\t3.5850\t8.5925\t4.7004\t2.0000\t1.0000\t0.0000\t0.0000\t5.7549\t0.0000\t5.9069\t0.0000\t5.9542\t1.0000\t4.3764\t0.0000\t1.0000\t4.3219\t0.0000\t0.0000\t3.4594\t0.0000\t3.7004\t1.5850\t0.0000\t1.5850\t2.0000\t1.0000\t0.0000\t2.5850\t0.0000\t0.0000\t0.0000\t3.9069\t1.5850\t0.0000\t4.5236\t0.0000\t1.0000\t1.0000\t1.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t2.0000\t1.0000\t3.4594\t0.6599\t0.0000\t1.5850\t1.0000\t0.0000\t1.0000\t0.0000\t5.2854\t4.7093\t1.0000\t3.1699\t1.5850\t1.5850\t6.0661\t0.0000\t5.2095\t1.5850\t0.0000\t2.5850\t5.0444\t2.5850\t2.8074\t0.0000\t1.5850\t6.8098\t0.0000\t1.5850\t0.0000\t0.0000\t0.0000\t5.0378\t4.5850\t1.0000\t1.5850\t0.0000\t1.5850\t2.3219\t1.5850\t6.9658\t1.0000\t1.5850\t5.8329\t3.7004\t1.0000\t6.8329\t2.0000\t5.2479\t6.9425\t5.3219\t0.0000\t0.0000\t0.0000\t4.9542\t1.0000\t1.0000\t0.0000\t0.0000\t7.5236\t3.5850\t1.0000\t1.5850\t1.5850\t0.0000\t1.0000\t3.5850\t0.0000\t4.7549\t3.0000\t3.8074\t0.0000\t0.0000\t0.0000\t1.0000\t0.0000\t2.0000\t0.0000\t2.0000\t5.3923\t0.0000\t0.0000\t1.0000\t1.5850\t1.0000\t1.0000\t4.4594\t1.0000\t0.0000\t1.5850\t0.0000\t0.0000\t2.0000\t1.0000\t1.5850\t3.1699\t0.0000\t0.0000\t8.1755\t5.9093\t1.0000\t1.0000\t0.0000\t6.5566\t1.5850\t2.3219\t4.0875\t0.0000\t0.0000\t1.0000\t3.3219\t5.8580\t7.9830\t1.5850\t1.0000\t1.5850\t3.9069\t0.0000\t0.0000\t1.0000\t0.0000\t4.7004\t1.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t1.5850\t1.0000\t2.5850\t0.0000\t3.5850\t2.5850\t5.7549\t1.0000\t4.5236\t1.5850\t1.0000\t2.3219\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t7.3765\t1.0000\t4.4594\t0.0000\t2.5850\t0.0000\t5.5236\t1.0000\t3.4594\t0.0000\t0.0000\t0.0000\t0.0000\t1.0000\t3.3219\t0.0000\t0.0000\t1.0000\t3.3219\t0.0000\t1.5850\t1.0000\t6.5699\t2.0000\t1.5850\t1.0000\t1.9561\t5.0444\t1.5850\t0.0000\t0.0000\t0.0000\t4.6439\t0.0000\t3.8074\t0.0000\t0.0000\t3.8074\t1.5850\t2.3219\t1.5850\t0.0000\t5.7999\t3.1699\t1.0000\t0.0000\t1.0000\t0.0000\t0.0000\t0.0000\t1.5850\t4.7004\t1.0000\t2.0000\t5.9253\t3.1699\t2.0000\t4.0875\t0.0000\t7.9009\t2.0000\t0.0000\t4.3219\t2.0000\t1.5850\t0.0000\t1.0000\t0.0000\t1.0000\t5.2854\t0.0000\t0.0000\t4.9069\t0.0000\t1.0000\t2.5850\t0.0000\t0.0000\t0.0000\t6.6423\t0.0000\t2.0000\t1.5850\t0.0000\t0.0000\t0.0000\t1.5850\t5.0875\t8.8796\t1.0000\t8.2668\t4.4594\t1.0000\t5.2095\t2.5850\t1.0000\t0.0000\t0.0000\t3.5850\t7.3750\t0.0000\t3.5850\t5.3219\t4.4594\t1.5850\t8.1749\t4.3219\t0.0000\t1.0000\t0.0000\t1.0000\t2.0000\t2.3219\t0.0000\t2.8074\t0.0000\t3.4931\t1.5850\t2.0000\t2.5850\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t3.4594\t0.0000\t4.2479\t7.6294\t1.0000\t1.5850\t1.0000\t2.8074\t1.0000\t6.5078\t6.7145\t0.0000\t1.0000\t2.0000\t1.0000\t1.0000\t1.5850\t0.0000\t0.0000\t1.0000\t0.0000\t4.2479\t3.7004\t1.0000\t1.0000\t5.9542\t0.0000\t0.0000\t1.0000\t1.0000\t1.0000\t1.0000\t4.4080\t0.0000\t0.0000\t0.0000\t3.0000\t0.0000\t3.0000\t1.0000\t4.8580\t0.0000\t2.0000\t3.5850\t7.2668\t3.8074\t1.0000\t1.0841\t2.0000\t0.0000\t1.0000\t0.0000\t5.0000\t0.0000\t0.0000\t0.0000\t0.0000\t5.8074\t3.3219\t1.5850\t1.0000\t0.0000\t0.0000\t2.8074\t3.8866\t0.0000\t0.0000\t0.0000\t3.5850\t0.0000\t0.0000\t7.5469\t1.5850\nENSG00000167578.16\t9.9364\t7.8458\t11.1814\t10.0367\t8.2668\t9.6779\t7.4346\t10.2547\t9.1884\t8.2423\t9.5285\t10.5636\t9.7445\t7.2928\t9.9413\t9.3990\t11.1742\t8.3576\t10.2594\t10.4424\t7.7249\t8.5649\t7.2479\t8.5123\t7.9376\t9.3421\t9.7055\t11.4101\t9.9449\t10.8511\t9.3326\t8.8329\t10.3727\t10.0217\t7.8704\t10.0704\t9.5134\t9.5459\t7.6141\t10.7914\t10.0813\t9.8818\t8.8009\t11.5025\t8.6079\t10.2161\t9.0006\t10.4137\t10.2537\t9.2533\t8.3396\t10.2545\t7.1898\t7.7409\t8.7013\t8.3099\t10.8442\t11.1813\t5.9773\t10.2786\t9.0466\t9.7204\t8.8543\t10.4259\t9.2191\t9.9222\t10.5707\t9.6547\t8.3655\t9.5309\t8.3085\t8.8160\t9.2470\t10.1643\t9.9325\t7.8265\t12.0134\t9.9191\t9.8728\t7.9463\t7.9173\t9.7779\t8.4663\t9.0328\t10.6780\t9.1648\t9.2164\t8.7438\t9.0060\t10.1832\t9.4330\t9.2394\t10.0206\t10.0404\t10.7737\t9.0770\t7.7944\t8.8274\t9.2232\t7.1970\t7.5380\t10.8260\t10.7411\t9.5092\t10.4228\t9.7972\t10.3413\t10.4479\t9.2482\t10.2423\t8.9773\t11.4377\t9.0630\t10.0156\t10.0115\t10.5406\t9.5484\t9.1719\t9.8956\t8.6397\t10.2459\t9.5813\t9.2542\t10.1363\t9.9358\t9.1982\t9.9049\t11.1396\t8.5659\t8.6475\t10.2097\t8.9029\t10.7592\t8.0561\t9.9189\t9.8259\t8.9314\t8.8218\t9.0761\t10.4991\t8.2880\t6.3038\t10.6129\t10.6018\t9.3915\t7.9934\t9.5451\t9.7836\t8.5857\t9.0633\t11.2925\t10.6771\t8.8921\t9.1838\t10.5781\t9.0942\t8.5217\t9.7181\t8.9064\t8.9562\t9.0019\t8.3743\t9.5072\t9.5089\t9.2071\t7.6049\t7.3129\t9.1055\t8.7793\t8.0528\t10.1972\t8.6205\t9.7754\t10.7212\t8.9546\t10.8225\t7.9271\t9.1397\t10.4870\t9.8054\t9.7173\t10.3926\t9.7222\t10.2043\t8.8234\t9.7065\t8.9146\t10.0596\t8.8441\t9.1359\t8.7373\t8.9300\t10.1256\t11.4117\t8.7843\t8.7481\t8.8810\t9.7261\t7.9117\t8.7726\t9.0116\t9.8764\t8.1721\t9.9748\t9.9750\t9.2677\t9.6293\t9.2105\t9.5072\t10.0930\t8.8188\t8.4818\t8.9683\t7.7279\t9.0298\t10.2790\t9.7501\t9.3546\t9.2606\t8.2479\t9.6756\t8.6939\t11.9954\t8.5530\t10.4718\t9.4469\t9.3671\t8.4434\t9.2788\t8.9506\t9.3219\t11.8448\t10.1305\t9.9746\t10.2712\t9.3522\t6.7435\t9.3118\t11.1285\t9.9609\t8.5041\t10.5287\t10.6275\t7.6203\t10.3613\t10.5776\t9.2302\t9.1426\t9.9479\t7.8941\t9.8718\t9.5172\t9.0779\t8.7975\t9.9000\t10.8040\t9.5501\t8.6423\t9.2366\t10.5992\t7.4160\t9.2234\t10.3223\t10.3700\t8.3949\t9.9009\t9.6095\t10.0643\t8.6864\t9.4683\t11.1997\t9.5874\t7.1396\t9.2273\t10.7166\t9.1342\t10.6798\t9.7587\t9.6619\t10.2734\t9.6475\t9.1006\t10.2945\t8.6415\t9.1794\t8.4312\t9.2674\t9.2329\t10.0007\t9.2874\t8.9818\t8.2208\t9.7831\t8.9740\t9.0459\t9.5247\t8.0796\t9.9085\t8.4586\t9.5650\t9.9687\t10.1338\t11.5838\t9.4914\t10.5003\t10.1518\t9.3345\t8.9053\t8.9729\t10.1234\t11.4282\t10.0345\t9.8550\t9.0257\t10.9296\t9.3003\t8.9825\t7.6966\t9.7668\t8.6579\t9.5522\t7.8455\t8.8062\t9.8955\t8.4800\t8.6430\t9.6674\t10.4995\t9.6697\t9.4954\t9.3908\t8.5406\t10.1964\t9.3142\t10.5861\t7.9874\t10.1811\t9.2510\t9.9307\t8.4996\t9.0776\t8.0347\t9.3225\t8.0759\t10.9553\t10.3273\t8.5051\t9.6419\t10.1554\t8.9514\t10.1304\t9.3563\t9.9083\t10.7744\t8.5544\t9.3502\t8.5701\t10.3134\t8.7825\t10.9090\t9.8041\t10.1926\t8.9940\t11.0221\t7.4346\t10.0160\t9.1310\t10.1402\t9.8266\t9.9313\t9.6815\t10.3989\t9.3205\t9.1593\t8.3517\t8.9251\t9.7350\t9.5389\t8.1783\t9.0269\t10.1368\t8.9858\t11.0926\t9.5985\t9.2829\t9.9253\t8.0614\t9.0531\t9.5314\t10.5975\t9.3130\t9.4510\t9.6371\t8.4994\t10.8828\t8.9358\t8.4074\t10.0153\t8.0510\t8.9845\t10.3182\t9.1789\t9.7828\t9.8608\t9.1811\t9.2966\t9.1132\t8.3237\t10.6151\t10.0229\t9.3911\t10.3469\t8.6996\t9.1295\t10.0359\t9.6828\t8.1539\t6.3904\t8.4512\t7.4432\t10.2712\t8.6137\t9.4195\t9.1481\t8.6930\t9.9063\t9.5497\t7.9872\t10.6296\t10.1927\t9.2180\t9.2999\t10.9000\t9.1348\t9.5833\t9.3894\t9.3421\t9.3778\t9.8103\t9.4798\t8.9818\t9.3664\t10.7688\t9.1097\t9.6687\t9.9768\t9.4293\t10.2112\t10.4711\t9.4541\t9.2231\t10.9857\t9.5370\t6.6294\t10.4181\t0.0000\t9.0742\t10.2099\t9.2255\t9.1348\t8.9454\t8.9286\t9.2695\t9.8691\t11.0013\t10.4936\t8.7734\t10.7227\t10.0873\t9.3898\t10.6654\t9.7609\t10.2700\t8.6183\t9.0222\t9.2978\t11.1144\t8.5100\t8.2254\t8.6962\t5.7549\t10.4335\t9.6366\t9.1765\t9.3140\t10.3130\t10.8578\t9.0391\t9.2974\t9.6194\t9.3905\t6.4094\t11.0654\t9.2331\t9.6373\t9.6150\t10.6110\t9.8197\t9.8278\t10.7264\t10.3802\t8.6179\t9.9275\t8.5560\t9.1019\t10.4612\t10.2553\t10.3592\t9.3346\t9.3212\t9.4687\t10.0379\t8.6912\t10.1026\t11.0515\t7.8202\t9.7683\t9.9731\t10.4786\t8.2500\t9.9254\t7.8826\t10.4630\t9.6628\t9.2536\t9.3731\t10.8568\t10.6896\t8.6535\t8.8891\t8.1548\t9.7067\t8.6802\t8.1880\t10.1880\t5.4512\t10.0174\t10.0824\t8.0203\t10.4063\t10.0992\t9.1655\t6.3399\t9.9696\t10.2136\t11.0936\t9.0165\t9.3672\t6.3052\t9.9406\t8.2637\t9.3352\t8.9035\t9.4747\t10.3860\t9.1875\t9.2785\t10.0645\t10.4397\t10.6715\t8.0370\t9.9517\t9.2306\t11.4715\t9.7806\t10.5346\t10.1090\t9.3218\t8.2479\t9.1856\t11.2679\t10.3209\t8.4711\t7.9471\t8.7340\t9.5763\t11.2840\t7.9658\t10.6240\t9.9247\t10.2139\t9.2018\t9.3540\t8.8866\t8.9307\t8.4456\t9.3111\t9.6937\t9.6601\t8.8312\t9.5289\t9.4202\t10.8488\t9.0724\t9.1392\t8.1497\t8.1189\t8.1071\t9.4962\t10.5209\t8.0804\t8.5385\t9.2175\t7.9658\t9.6500\t8.8344\t9.4226\t8.1632\t9.6025\t9.0942\t8.8264\t0.0000\t9.5855\t9.0368\t11.1568\t11.2811\t9.1149\t9.6598\t7.9307\t10.1857\t10.4041\t8.6655\t10.1620\t9.5969\t8.7907\t8.7459\t6.8584\t11.8736\t9.7280\t6.2095\t9.5939\t10.1451\t6.6078\t10.5591\t8.9027\t8.7480\t10.5641\t10.6824\t8.9195\t9.0776\t8.8953\t9.7988\t9.4623\t9.9090\t9.9691\t10.0210\t10.3480\t10.6732\t10.1957\t10.3692\t9.5997\t9.0053\t9.1166\t9.6439\t9.2184\t7.7798\t10.2530\t9.3617\t9.6743\t9.1338\t9.6298\t9.2523\t7.8074\t9.9983\t8.6780\t9.2387\t9.8365\t9.5771\t9.0959\t10.1377\t9.7355\t10.5205\t9.2595\t9.5123\t7.9938\t9.5354\t9.1628\t8.5539\t9.4184\t10.4185\t9.9570\t9.2939\t10.4145\t9.1704\t8.9176\t9.8664\t10.7111\t8.6426\t8.3485\t7.7004\t8.2432\t6.6521\t11.2158\t9.1572\t8.7770\t7.7037\t9.0447\t10.0695\t10.2554\t10.9000\t11.3392\t9.7831\t8.7300\t9.6894\t9.9873\t9.4908\t9.2040\t8.3880\t10.7968\t9.7968\t9.2161\t11.6986\t9.1163\t8.5685\t9.7229\t10.0651\t9.6013\t9.0169\t10.6149\t8.5524\t9.3527\t8.8699\t7.7944\t10.0697\t7.3163\t9.6446\t8.2668\t10.7915\t9.5465\t7.4733\t8.6164\t9.1619\t10.0384\t8.4803\t6.6147\t10.2804\t9.8068\t10.5447\t7.0980\t9.8521\t9.0060\t8.1321\t9.8372\t9.5937\t10.7085\t9.4474\t9.0886\t10.2361\t11.5509\t9.8697\t6.8686\t9.5349\t9.4018\t9.4100\t9.4951\t9.1413\t9.4163\t10.3208\t8.4171\t11.2933\t8.7294\t8.5889\t9.1745\t7.9882\t9.2479\t8.5592\t11.3547\t8.5227\t7.9118\t10.2505\t9.1077\t9.9252\t7.2854\t9.1178\t9.0699\t9.7764\t7.7228\t9.2670\t10.7287\t9.6596\t8.0802\t9.7714\t9.4037\t11.1513\t9.8942\t9.7005\t9.4107\t6.6147\t10.3739\t9.5962\t9.3229\t10.6389\t9.6698\t9.1716\t8.5650\t9.3676\t9.8739\t9.0135\t10.2168\t8.9510\t9.7644\t9.2568\t8.0402\t0.0000\t10.1729\t8.8009\t9.7638\t9.9596\t9.1214\t10.8414\t9.2466\t8.7928\t9.5260\t8.8604\t9.6286\t10.1810\t10.1618\t8.8018\t9.4017\t10.0034\t9.4558\t9.1693\t10.1722\t9.4664\t11.1332\t10.1373\t8.4625\t10.2657\t9.2908\t8.3428\t8.1781\t0.0\t9.5580\t9.9849\t9.4706\t7.1699\t9.4397\t9.2552\t10.0240\t9.4299\t10.0436\t9.4212\t7.4179\t10.0791\t9.8633\t9.5095\t10.5280\t7.2266\t11.1232\t9.8131\t8.2240\t10.3579\t6.6360\t8.7629\t7.4206\t11.0384\t8.8770\t10.9081\t9.1566\t10.1465\t8.7862\t7.2717\t10.2423\t9.4340\t6.9645\t8.5497\t9.0939\t8.8294\t9.4530\t8.5430\t7.9097\t10.5462\t10.5474\t9.5732\t8.3187\t7.7624\t9.3490\t8.6226\t10.3999\t9.0377\t9.9836\t9.3225\t7.9773\t9.9329\t10.2766\t9.0644\t9.8796\t9.4864\t9.0774\t8.4202\t9.7476\t9.4491\t10.3796\t9.2664\t9.8447\t10.1212\t8.8620\t9.6860\t8.4612\t9.5809\t9.0759\t10.4854\t9.3171\t8.5661\t8.9929\t9.1530\t9.4377\t10.6363\t10.4185\t9.4359\t11.7432\t9.0757\t10.0657\t10.8992\t9.7179\t9.6132\t9.0112\t9.6266\t9.3813\t8.9613\t8.9148\t10.0409\t6.3750\t10.2193\t9.1426\t8.4903\t7.2095\t10.0340\t10.4966\t9.9960\t9.0553\t9.1649\t9.3609\t10.2494\t9.2698\t9.4048\t9.3301\t9.1973\t9.4913\t9.7112\t8.6511\t11.3003\t8.9204\t8.7408\t9.7016\t8.8477\t10.7234\t9.7597\t10.9827\t9.4457\t9.2604\t8.7308\t9.1522\t9.1511\t9.3601\t8.9542\t9.5593\t10.6977\t10.0942\t9.3854\t9.9819\t9.3365\t9.4684\t8.2002\t10.0788\t9.1526\t9.4696\t12.0572\t9.3696\t9.4340\t10.4045\t10.6494\t8.4613\t8.5745\t10.9311\t9.2810\t9.7572\t10.3129\t10.1696\t9.1505\t9.4780\t9.2095\t9.3999\t10.2697\t9.2334\t9.9518\t8.8910\t10.4456\t10.0972\t10.0002\t9.8161\t10.2591\t9.7880\t10.4630\t8.2143\t8.9532\t10.3062\t8.1394\t8.4824\t8.3768\t8.4587\t8.4930\t8.7919\t8.8704\t9.8516\t9.1982\t10.4984\t9.7553\t9.4613\t9.8895\t9.2117\t9.9511\t9.8325\t8.4492\t10.5421\t10.3863\t9.7493\t9.0856\t9.4430\t8.4226\t9.6621\t11.0235\t10.0623\t10.6182\t10.1269\t10.7134\t8.8360\t8.8234\t10.0502\t8.9715\t8.5196\t8.5985\t7.8765\t9.2832\t9.2114\t8.7864\t9.2055\t9.4215\t9.8523\t9.6286\t8.0680\t11.4367\t9.5878\t8.7198\t9.3914\t8.6861\t10.0080\t9.2360\t9.6648\t9.4702\t9.5039\t7.9366\t8.8029\t9.9761\t9.0740\t7.2668\t10.7109\t8.4947\t8.7602\t8.5462\t10.1696\t9.3978\t9.1098\t10.0741\t10.5502\t9.9323\t9.5270\t9.4721\t8.5971\t9.2708\t10.0963\t8.9297\t9.5297\t10.3747\t10.5870\t9.2051\t10.2874\t10.1635\t10.8461\t8.5157\t9.5036\t8.5273\t9.4422\t10.2125\t9.7497\t7.2353\t9.3941\t9.1379\t9.4597\t9.8668\t9.4411\t8.8734\t11.0510\t10.3222\t9.5684\t8.9196\t8.2564\t8.1325\t9.7946\t9.3417\t9.4747\t10.1072\t9.7143\t9.3393\t11.2631\t9.3518\t11.4540\t8.7777\t10.9662\t10.3922\t10.2054\t9.5381\t9.2647\t9.4369\t10.7573\t9.2965\t10.4133\t10.3375\t10.6414\t10.9799\t9.9375\t10.5488\t10.5608\t10.7355\t10.4204\t10.3169\t9.1178\t10.5286\t9.4736\t10.8219\t10.3107\t9.2691\t10.3404\t9.0914\t9.6800\t9.8572\t9.1497\t9.2778\t9.4770\t10.2164\t9.1288\t9.1492\t7.7134\t9.3879\t9.8033\t9.1808\t8.6913\t11.8302\t10.4606\t9.7969\t7.4838\t8.9366\t9.5459\t8.5975\t9.2777\t9.9971\t8.2627\t9.9198\t9.2734\t9.0196\t9.1427\t10.7147\t10.2816\t9.9117\t9.3781\t6.9519\t7.8450\t8.7612\t9.5489\t7.7142\t7.9352\t10.4082\t9.0817\t9.9686\t10.7668\t8.9069\t8.7415\t7.6035\t8.2555\t10.1381\t9.4727\t10.6551\t9.8390\t10.0175\t10.0540\t8.8321\t11.0936\t10.1937\t7.9076\t9.8374\t10.0915\t8.1565\t9.8524\t9.6656\t10.4539\t9.1129\t10.0545\t7.9946\t10.4232\t9.4964\t10.0269\t7.7074\t9.8798\t6.9184\t9.4722\t10.5726\t9.2990\t9.9164\t9.7069\t10.7052\t9.8174\t8.2900\t8.9734\t9.5602\t7.8165\t10.4877\t7.9877\t11.2542\t9.6125\t9.2976\t9.8712\t8.9568\t9.1997\t8.7525\t10.6894\t11.2479\t8.2094\t9.1901\t10.2050\t9.0193\t9.2243\t10.3637\t11.0532\t8.8807\t9.1343\t8.5837\t9.5196\t8.3117\t7.3889\t9.2952\t10.1570\t10.3259\t9.8506\t9.0425\t9.9227\t10.1030\t10.0086\t9.3343\t10.2892\t9.3663\t9.9042\t10.3959\t7.0742\t9.9096\t9.4845\t5.6439\t9.0076\t8.7595\t11.4915\t10.5985\t10.8448\t9.3304\t10.0043\t10.4724\t9.3927\t8.5638\t9.5974\t9.3969\t10.4613\t9.3218\t8.9215\t9.3258\t9.6847\t9.0663\t9.4786\t9.6499\t10.4515\t8.6392\t9.9849\t9.8179\t8.8295\t9.2281\t9.3886\t10.2112\t11.3688\t9.8161\t9.8640\t10.5616\t9.9493\t8.6853\t10.9445\t8.4489\t10.4943\t9.8781\t6.6706\t9.1135\t10.4901\t7.8877\t10.4450\t9.9893\t10.3037\t9.6760\t7.3434\t8.5469\t8.6575\t8.5426\t9.8178\t10.4034\t10.2146\t8.3431\t9.2607\t8.8551\t9.8796\t9.1053\t8.5469\t8.9976\t9.3343\t9.1089\t10.9450\t10.7255\t8.8822\t9.9546\t8.8506\t9.7729\t8.4955\t8.4532\t10.9953\t9.3517\t8.7973\t7.9714\t10.0862\t10.2316\t9.9050\t10.6094\t10.1346\t9.8503\t9.9599\t10.8608\t7.7291\t9.6659\t9.0654\t9.8070\t9.1413\t9.6602\t8.7758\t7.6429\t8.4748\t9.2227\t10.5801\t8.2288\t10.5591\t10.9144\t9.9191\t10.0183\t10.0121\t8.1927\t7.3116\t8.5842\t10.1872\t8.9740\t7.2209\t9.6437\t11.8254\t10.6129\t9.4730\t10.5642\t8.9400\t8.2690\t9.7170\t9.1830\t9.2490\t8.8790\t9.5083\t9.7891\t8.9860\t9.0867\t8.2891\t8.3193\t10.1243\t8.6730\t10.0798\t9.3908\t7.7415\t8.7619\t7.9425\t9.7524\t9.7370\t8.8030\t10.9117\t8.7925\t8.0726\t10.1997\t9.9368\t9.2511\t8.9522\t9.1723\t9.5358\t10.0877\t9.2246\t9.5483\t9.6372\t11.5956\t8.9535\t9.4106\t10.7550\t9.7384\t8.2476\t9.7025\t9.7920\t8.2839\t9.2426\t6.7514\t10.7444\t10.3071\t9.9380\t11.5381\t10.1545\t10.0306\t9.7397\t8.5212\t9.8591\t9.7305\t9.5960\t8.3073\t7.4998\t10.5113\t10.7692\t9.2503\t8.8766\t11.2744\t10.0738\t11.5447\t6.0224\t8.9801\t9.1935\t9.3016\t7.7074\t9.9760\t10.1436\t8.5584\t8.6647\t10.5672\t10.0430\t8.4315\t8.3255\t8.6491\t9.4217\t10.4534\t9.9139\t9.7446\t10.2359\t8.2033\t9.8031\t7.2949\t9.6992\t10.3504\t11.6165\t8.8591\t10.1846\t9.6186\t11.1900\t8.7991\t9.7483\t7.8495\t9.9523\t8.8642\t9.2476\t10.2584\t8.9485\t8.0279\t9.5243\t10.4332\t9.4388\t9.1268\t8.9156\t10.6044\t8.7039\t9.1422\t9.0891\t8.1189\t10.1376\t9.6760\t9.9818\t10.4582\t10.7935\t10.9539\t10.2610\t9.6415\t8.7464\t8.2972\t10.8244\t7.9600\t9.9356\t8.2868\t9.5692\t0.0000\t11.8647\t9.7979\t9.4351\t7.4335\t8.6322\t9.4816\t9.7342\t9.2212\t7.2761\t8.6926\t11.2986\t11.1919\t9.5409\t10.0101\t10.1492\t8.2923\t10.5564\t10.0186\t8.9129\t8.8219\t8.5736\t8.6397\t10.1826\t8.6724\t10.5906\t10.4585\t10.4226\t8.6073\t8.6339\t8.2432\t10.5475\t6.5336\t9.1666\t10.2572\t8.8575\t10.3123\t9.2059\t9.7943\t9.1749\t10.3406\t9.4733\t9.3597\t10.9018\t10.3557\t8.3707\t8.3911\t8.9278\t7.5814\t9.7405\t8.7815\t9.4424\t9.2252\t9.6934\t9.9878\t10.3441\t9.5401\t10.8451\t9.3478\t8.6317\t10.0831\t9.0310\t10.0768\t8.4139\t9.3726\t8.9834\t10.3448\t7.6199\t9.3853\t9.1773\t9.1312\t11.0689\t9.8100\t8.7697\t7.3914\t10.8536\t8.5794\t8.5887\t9.2526\t7.2782\t9.4055\t8.5764\t9.9052\t10.2574\t8.8254\t10.0091\t9.4219\t11.4851\t9.9289\t9.0109\t9.8467\t10.4243\t9.8853\t10.5094\t10.3443\t9.2525\t10.1275\t8.3200\t9.2382\t8.6195\t8.5176\t9.9023\t10.0516\t9.4892\t9.6093\t9.2585\t10.8271\t9.0046\t9.7461\t9.4533\t7.2288\t8.1724\t9.8669\t10.1767\t8.0456\t8.8329\t9.1413\t9.3256\t8.8472\t10.2641\t9.7000\t9.0515\t8.3861\t7.0768\t9.8294\t9.0375\t0.0000\t11.1567\t9.6228\t10.8473\t9.3584\t8.8849\t9.9210\t9.1844\t10.2362\t7.4826\t9.8485\t10.3720\t7.9443\t10.6576\t9.4446\t9.4588\t10.7922\t9.0892\t8.3523\t9.7942\t9.1082\t8.4745\t8.8299\t9.4219\t9.7926\t10.0415\t10.2419\t9.5107\t9.4529\t10.4869\t8.9783\t8.0391\t9.8544\t10.1490\t9.6753\t7.9022\t10.2321\t11.4610\t10.1028\t8.6102\t11.6837\t9.7362\t9.9881\t8.5634\t10.3615\t9.8524\t10.6258\t9.9541\t8.9346\t9.4877\t10.0631\t8.9236\t7.7604\t9.0742\t7.7677\t9.8213\t9.0056\t10.3170\t9.6983\t9.3775\t8.4315\t9.2357\t9.8746\t10.5638\t10.1126\t9.1133\t9.6227\t10.9455\t10.7221\t10.4656\t9.8427\t8.4305\t9.1525\t9.1191\t9.3768\t7.9766\t8.4553\t9.7204\t11.1035\t9.5927\t10.5952\t8.1294\t10.6215\t8.8052\t9.6941\t9.3386\t10.3234\t10.3475\t9.2542\t10.6406\t9.4936\t9.6036\t8.4341\t10.5106\t9.7142\t8.6330\t8.6366\t8.0389\t9.2397\t8.3509\t10.3779\t9.9063\t10.2591\t9.7016\t9.8817\t9.7689\t9.1011\t10.0946\t8.5456\t8.5291\t9.3841\t9.2724\t9.9171\t9.3917\t8.7421\t9.4523\t9.8339\t9.9881\t10.0701\t9.9662\t9.5803\t10.9841\t10.0267\t10.4485\t10.3309\t9.8254\t9.4848\t11.4587\t8.4305\t10.2799\t7.8743\t9.2315\t9.6071\t9.3956\t9.5067\t9.6305\t8.3012\t10.0933\t9.1326\t9.3687\t10.0663\t9.7133\t9.9383\t9.7508\t10.5897\t9.1205\t9.7685\t9.2511\t10.3539\t9.9968\t10.0396\t9.0995\t11.0716\t9.7343\t7.3562\t9.0869\t9.3080\t10.5898\t9.9476\t10.3083\t10.5171\t10.6587\t10.3671\t8.9671\t8.4780\t9.5113\t10.0517\t11.0550\t7.3648\t9.8783\t9.6594\t9.1445\t8.8648\t9.2339\t8.9133\t8.9964\t8.4203\t8.5840\t9.4417\t10.7935\t8.7994\t9.2723\t7.9642\t8.5585\t10.4872\t9.9331\t9.3534\t10.5418\t9.0953\t9.2448\t9.5558\t10.7116\t10.2876\t9.3544\t8.0019\t8.9490\t9.9393\t9.6183\t6.7365\t8.9589\t10.1047\t9.7651\t9.0417\t9.7952\t8.3319\t10.3405\t8.0875\t9.7009\t9.7197\t8.6728\t9.5619\t8.2701\t7.9658\t9.1233\t8.8124\t9.4844\t9.4330\t10.5919\t8.5806\t10.2046\t9.5514\t9.0161\t11.4141\t9.8435\t10.8785\t7.7010\t10.0668\t9.3468\t9.3124\t9.0682\t8.6352\t8.7854\t9.1370\t10.2818\t7.7415\t10.5281\t9.0577\t11.5483\t8.4724\t11.1122\t10.0347\t10.1894\t9.8208\t9.6413\t8.9020\t9.5209\t9.0929\t9.8539\t10.1018\t11.1755\t9.2499\t11.0944\t8.0159\t8.8692\t9.1094\t8.9524\t9.8035\t9.3365\t8.1324\t8.9329\t10.5349\t9.5238\t10.1380\t8.9753\t8.8902\t9.2361\t8.7154\t10.3008\t8.6537\t9.8452\t10.5519\t9.0092\t9.6017\t9.9832\t9.8972\t9.9833\t9.3460\t7.5774\t9.1315\t9.5814\t10.8545\t10.8714\t7.1699\t10.3597\t8.9427\t10.4081\t9.7812\t11.2991\t9.4720\t8.8490\t8.4302\t10.0087\t9.4441\t9.8331\t0.0000\t10.3035\t8.7211\t9.2241\t9.2887\t10.5236\t8.6923\t9.2036\t8.7956\t8.9593\t9.5974\t9.3005\t8.5486\t9.3126\t8.4969\t8.9330\t7.9912\t10.4669\t9.0882\t9.7281\t9.9787\t8.6941\t10.8006\t9.7228\t8.7434\t8.9754\t9.6168\t9.4497\t7.2556\t9.4514\t10.2388\t9.3603\t8.3996\t9.7470\t8.0980\t8.7912\t9.5682\t9.1015\t8.4884\t11.4708\t9.9939\t10.0550\t8.0211\t10.0581\t8.0224\t9.2540\t10.6947\t10.1547\t9.9355\t9.8180\t9.5093\t9.6198\t9.1430\t10.4753\t9.9367\t9.3554\t10.2585\t9.3962\t9.4407\t9.3257\t8.5962\t10.5365\t8.8380\t10.5164\t9.0831\t9.8755\t8.8517\t9.5649\t8.8910\t8.8425\t11.4155\t9.7603\t8.5280\t0.0000\t9.2838\t9.1700\t9.6901\t10.3652\t8.6234\t7.9902\t8.4739\t9.6920\t10.2410\t9.5839\t9.8930\t9.1202\t9.5766\t9.0714\t8.3159\t10.1084\t9.0513\t8.7559\t7.7880\t10.3481\t8.8094\t9.6281\t9.7171\t9.9168\t9.0765\t9.7171\t7.8329\t8.9964\t9.5381\t9.8555\t9.0427\t7.1293\t9.3392\t10.2434\t10.6387\t9.2868\t9.3602\t10.6181\t8.6931\t9.2314\t9.7132\t11.2009\t9.6746\t8.6289\t7.9531\t8.5622\t6.5236\t9.4583\t8.9659\t10.6348\t8.8103\t8.8234\t7.7074\t10.4684\t9.3225\t11.0032\t10.9521\t9.5709\t9.0159\t9.4015\t8.5460\t8.9405\t11.2662\t7.9143\t8.9072\t8.9298\t8.5767\t8.3644\t8.6944\t10.1281\t10.2008\t9.5214\t9.8866\t9.4207\t10.4105\t9.2308\t9.9274\t8.6362\t8.5079\t10.5089\t9.5986\t9.4083\t9.1601\t10.8375\t9.5164\t9.4000\t8.1165\t8.9307\t9.7081\t10.1641\t9.1176\t9.7170\t9.3316\t8.0524\t9.2131\t8.8307\t9.5363\t11.5679\t10.8333\t10.4756\t10.7308\t10.0549\t8.9218\t9.4138\t9.6211\t9.6540\t10.2016\t8.0827\t8.5392\t9.1929\t10.9461\t10.4721\t9.6329\t9.8475\t9.4313\t11.2879\t11.2720\t10.1566\t9.8661\t8.6527\t8.9752\t10.2780\t10.6726\t9.8909\t8.6784\t0.0000\t8.2465\t8.3894\t9.2957\t9.7314\t8.7172\t7.2998\t9.9110\t9.2057\t7.9077\t8.9733\t6.8580\t6.9416\t9.9678\t9.1497\t9.2127\t9.2335\t9.4979\t9.1911\t7.7560\t10.3965\t9.6402\t9.4227\t9.1462\t10.3216\t10.3276\t9.5747\t9.8331\t10.1548\t9.5254\t10.1787\t8.2657\t8.4341\t9.9737\t9.5296\t8.8293\t9.7712\t9.3538\t10.5434\t10.3827\t9.0664\t9.4270\t9.7437\t9.3847\t9.6795\t11.0782\t10.1460\t8.9520\t9.8563\t9.6241\t10.1598\t8.8844\t9.0279\t10.2151\t6.8912\t10.0583\t8.8909\t10.7915\t8.9738\t9.6358\t9.7140\t8.3002\t9.2033\t9.3485\t9.3546\t9.5239\t9.0812\t10.3941\t8.9156\t9.6581\t7.3121\t8.7684\t9.9771\t10.2465\t8.2143\t9.0997\t9.2352\t9.7186\t8.2457\t10.7552\t7.5327\t8.0092\t7.9931\t9.7983\t10.0637\t8.9456\t9.6651\t8.8313\t10.9850\t9.3736\t9.7718\t9.9340\t10.3859\t9.8298\t10.7454\t8.9365\t9.4364\t6.2972\t7.1983\t9.1670\t11.1000\t10.0824\t10.4519\t8.6396\t9.4940\t10.6010\t9.9765\t12.4373\t9.8813\t9.3023\t9.1663\t7.0302\t9.3309\t6.9781\t9.7972\t9.8596\t8.7814\t9.6737\t9.4762\t9.1644\t9.2689\t9.9294\t9.4657\t9.4296\t10.7047\t9.7799\t8.9959\t11.0982\t9.9591\t9.9081\t10.1759\t10.4197\t9.3778\t9.4524\t10.4533\t9.5919\t11.5582\t9.5408\t10.3925\t9.4760\t10.7531\t10.2929\t10.6280\t11.8565\t6.1085\t9.0244\t10.0751\t8.8379\t10.6179\t9.5691\t9.0593\t9.2442\t8.8783\t9.1715\t8.2311\t9.5829\t8.8008\t6.5845\t8.1638\t9.2754\t9.2099\t9.5457\t10.3139\t9.6962\t9.0542\t10.6509\t9.1121\t9.6437\t10.0797\t9.9801\t9.9144\t10.4538\t9.8355\t9.8366\t10.4783\t8.3104\t10.1480\t10.1733\t10.9934\t7.4240\t8.9340\t9.6650\t8.6053\t8.7195\t9.1918\t9.5398\t8.4477\t9.1673\t9.4565\t9.5666\t7.8008\t9.1728\t9.5404\t8.2212\t8.6484\t8.3913\t9.1020\t10.1259\t9.2672\t8.7646\t10.2246\t10.5410\t7.1173\t9.6992\t5.8987\t9.9484\t9.8227\t9.5638\t10.5078\t6.5592\t8.0607\t8.6916\t9.5063\t10.3271\t8.9666\t7.8309\t11.2246\t9.2577\t8.4305\t10.4927\t9.1068\t9.5402\t9.1603\t9.4132\t9.5153\t10.3289\t10.1357\t9.0332\t9.0760\t11.6526\t9.9149\t10.8197\t10.0863\t9.6149\t9.9212\t10.3671\t8.0219\t9.1366\t9.2931\t10.6089\t8.1033\t9.8088\t8.7302\t8.4455\t9.6702\t10.1035\t9.0594\t9.8559\t10.5518\t7.1595\t8.5520\t10.8366\t9.7804\t9.8521\t8.8876\t9.2420\t9.6713\t10.2644\t10.2433\t9.0742\t10.1589\t9.8467\t7.9200\t8.6696\t8.8904\t8.6363\t9.8752\t9.2206\t10.2937\t8.5782\t9.5274\t9.2923\t8.3991\t8.9023\t9.0708\t10.0038\t9.8927\t8.5449\t9.7453\t7.7814\t10.1593\t8.8673\t10.2525\t8.8910\t9.8937\t10.2778\t9.2548\t9.1457\t6.6294\t9.9138\t10.2311\t9.5443\t9.5856\t9.6077\t8.1799\t9.8228\t8.7151\t9.8714\t9.6672\t11.0231\t10.5015\t9.8333\t10.0651\t8.2126\t9.6724\t8.8481\t9.1950\t8.5920\t9.1005\t8.8082\t9.5568\t8.9448\t8.4838\t10.2875\t10.8778\t8.8924\t10.0762\t10.0566\t9.4403\t9.8859\t9.0178\t8.5221\t10.3948\t8.8925\t10.6893\t9.3839\t9.1444\t8.9293\t9.5427\t7.9696\t9.5959\t8.1031\t10.6454\t9.0814\t9.7648\t8.0595\t9.1812\t8.4253\t7.5999\t11.4135\t9.0705\t8.6302\t10.5753\t8.7010\t9.0891\t9.3615\t9.2237\t9.2306\t8.9102\t9.8242\t8.5682\t9.3276\t9.4048\t8.5749\t10.0061\t10.9300\t9.4607\t9.1110\t9.2472\t10.6700\t9.5969\t8.5856\t10.1728\t8.3580\t8.7345\t9.6664\t9.9033\t8.1044\t9.7218\t9.9721\t9.4188\t9.1757\t9.7475\t8.6511\t9.7228\t10.2158\t9.9180\t8.6564\t8.5703\t9.6508\t8.8602\t9.7798\t8.9596\t8.5673\t9.0388\t8.6796\t10.8067\t9.3597\t8.5764\t10.4717\t8.8647\t8.9617\t9.8580\t9.8036\t10.5860\t10.1550\t10.4301\t10.3506\t9.8427\t10.6116\t7.7463\t8.2083\t10.3775\t9.3177\t10.8034\t9.7035\t9.3663\t11.8235\t8.8852\t10.3605\t11.4086\t9.3358\t10.2291\t9.0665\t9.5925\t10.4038\t8.1540\t9.3508\t7.8580\t7.4931\t8.8714\t10.4826\t8.9523\t9.0858\t10.1664\t9.2740\t7.4418\t7.3802\t9.6310\t8.5727\t9.4363\t9.9398\t10.4948\t10.9531\t9.5201\t8.3435\t9.0719\t9.1543\t9.2574\t9.3948\t10.0915\t9.7696\t10.6197\t8.8311\t9.3666\t11.0051\t9.6491\t10.5820\t6.8479\t7.9234\t9.6250\t9.5962\t8.9982\t9.4605\t11.0390\t9.5200\t7.0768\t8.8878\t6.5392\t9.6228\t8.9293\t7.8321\t9.5093\t7.3309\t10.3283\t9.1956\t10.0121\t11.6429\t8.3184\t10.4286\t8.5521\t7.0980\t9.8073\t10.4809\t9.2239\t9.8527\t9.1447\t10.9404\t8.6404\t9.5870\t9.0593\t10.2678\t10.2738\t9.7437\t10.1091\t8.0712\t9.1745\t9.1633\t9.3044\t7.8765\t9.9772\t10.5820\t8.8098\t10.0487\t7.3402\t10.2957\t8.7555\t8.9273\t8.9596\t11.3856\t9.4580\t9.6336\t10.0980\t10.1921\t9.6160\t10.6737\t10.5932\t10.1135\t7.7415\t10.1063\t9.5234\t10.1348\t8.1649\t8.2369\t9.6765\t9.8978\t11.1461\t10.4787\t9.5733\t9.4929\t9.8828\t9.5917\t9.1262\t9.1450\t11.2336\t11.1746\t10.5748\t9.3207\t9.2056\t9.4610\t9.0000\t7.8432\t9.2787\t8.3274\t8.1383\t9.6506\t9.1465\t9.3176\t8.3042\t10.1313\t8.9669\t9.3304\t8.9039\t10.5362\t7.7879\t10.6206\t9.7626\t10.6907\t0.0000\t9.5717\t9.7481\t8.7425\t10.6085\t10.4024\t9.6891\t8.7101\t8.6687\t9.2379\t7.9355\t9.8972\t8.3799\t9.8853\t9.2529\t9.8851\t7.0353\t8.7383\t10.7574\t9.3777\t7.8822\t8.8032\t9.1868\t10.2811\t9.3880\t9.5328\t9.5721\t9.9148\t10.5209\t9.3944\t9.2317\t9.6221\t9.6301\t8.7805\t9.4446\t9.6063\t9.0852\t6.5474\t9.0714\t9.8291\t9.6173\t9.5855\t9.5981\t9.8376\t9.8267\t9.2469\t9.5167\t9.3313\t6.9425\t9.6968\t9.7082\t9.6467\t9.3507\t8.7411\t9.2208\t9.6863\t9.5471\t8.9790\t6.4094\t9.0990\t9.6150\t8.9829\t9.5715\t10.6085\t10.1420\t8.9979\t10.1332\t10.6903\t8.9584\t8.8529\t11.1638\t9.1183\t11.1042\t9.9906\t9.5314\t10.2080\t9.6972\t9.8032\t8.9279\t9.9228\t8.1773\t9.4294\t9.2492\t7.2038\t9.6377\t10.2992\t9.2606\t11.5204\t8.7488\t8.9436\t9.0849\t8.8288\t10.6743\t8.4094\t5.3923\t10.8287\t9.7313\t8.9642\t10.2371\t10.3053\t8.0412\t10.2247\t9.7866\t9.5682\t9.7728\t9.0889\t9.7595\t9.8226\t9.5064\t9.3690\t10.1198\t10.3931\t9.3793\t9.6481\t9.6552\t8.7912\t8.0655\t8.9651\t8.6566\t8.5236\t9.4036\t9.6788\t11.8544\t9.6167\t8.9667\t10.0729\t9.5335\t10.2561\t9.5067\t9.6887\t9.2670\t9.5741\t10.2822\t9.1704\t9.3279\t9.3838\t10.6153\t9.8474\t9.5382\t7.7347\t8.5838\t10.9576\t10.2671\t9.7013\t9.3856\t10.3309\t9.7944\t9.8846\t10.1517\t9.9906\t9.0293\t9.6612\t10.5717\t10.2939\t10.9391\t9.5186\t9.5619\t9.1548\t9.8890\t7.7342\t10.2219\t9.0629\t9.4513\t9.6459\t10.8193\t8.2689\t9.0698\t10.1395\t8.8899\t9.4703\t9.7792\t9.6614\t9.3857\t8.8435\t8.5777\t7.8492\t8.9064\t9.8937\t9.8737\t10.1885\t10.0593\t9.9561\t9.3312\t10.9357\t8.8114\t7.8580\t9.5515\t8.9472\t9.9901\t9.6275\t10.0666\t10.6758\t10.3580\t9.5711\t8.9137\t9.4647\t10.4033\t9.0649\t11.1615\t9.6507\t8.9045\t10.2512\t9.1516\t7.8551\t8.6993\t9.3391\t9.7228\t8.8580\t8.9393\t8.6198\t11.1954\t10.0253\t10.0538\t11.1734\t9.8429\t8.0815\t10.9994\t9.3733\t10.1511\t9.9690\t7.5808\t10.7759\t10.3545\t9.6727\t9.0254\t9.5010\t9.4396\t8.6569\t9.6599\t7.9366\t9.6669\t9.5317\t8.9095\t7.3077\t10.7368\t9.6290\t10.1033\t10.1640\t9.4617\t8.8152\t10.1559\t10.0479\t9.1197\t7.8720\t10.5253\t8.8863\t10.3410\t9.1073\t8.6463\t10.0041\t10.1722\t8.0412\t10.8492\t9.4832\t7.6966\t8.8750\t9.9727\t9.6496\t9.6752\t9.0681\t9.4172\t10.1112\t9.4616\t10.0938\t10.0586\t9.0159\t8.1037\t9.9844\t8.8554\t10.2827\t9.9632\t9.0685\t8.6518\t7.3168\t8.7871\t7.5781\t9.5521\t8.9258\t8.2185\t10.1081\t11.1203\t7.3399\t8.8375\t10.4486\t10.0950\t9.0089\t10.1889\t9.3170\t8.8573\t10.2476\t9.6330\t10.5437\t9.0328\t10.2308\t9.6497\t9.1409\t9.3502\t10.8072\t9.1774\t9.8095\t9.1344\t9.4140\t10.7626\t9.2875\t10.2677\t10.1921\t8.7746\t10.3523\t9.5833\t10.2058\t9.2407\t9.1325\t9.8380\t10.9909\t10.6943\t9.0288\t9.2850\t8.7242\t8.1229\t10.7834\t11.2305\t9.5751\t9.0847\t9.3340\t9.1286\t9.7075\t8.2131\t9.0462\t10.2333\t11.0639\t10.8841\t9.3014\t9.2894\t10.1175\t11.0747\t8.9326\t7.1099\t9.7104\t8.5073\t9.3569\t7.4262\t10.0886\t9.1776\t10.4551\t8.6791\t9.5725\t9.5616\t8.4884\t10.0907\t9.0722\t9.6443\t9.3787\t10.0852\t10.2066\t10.6531\t9.1997\t9.8618\t10.2287\t10.5052\t9.0079\t8.4179\t10.7832\t10.3136\t9.0465\t9.3576\t9.4289\t6.9293\t9.0611\t9.2516\t8.8578\t9.9159\t8.6513\t9.8997\t8.9698\t9.8008\t9.3306\t8.4093\t8.9850\t9.7914\t9.4011\t10.6243\t9.6457\t9.9021\t7.7549\t8.9112\t9.1600\t9.5562\t8.6606\t10.3871\t9.4383\t8.7382\t10.6974\t9.4931\t9.4033\t9.1759\t9.1690\t10.7006\t8.0056\t9.6448\t9.0724\t9.2985\t10.1153\t7.3309\t9.1559\t8.8718\t7.6357\t9.4770\t8.7877\t11.0232\t9.0288\t9.2007\t10.9927\t9.5997\t8.7402\t9.9770\t10.3651\t10.3900\t9.5032\t7.7112\t9.0218\t11.0917\t9.9858\t9.7975\t11.5281\t9.0471\t9.8368\t9.9902\t9.6408\t8.0538\t9.9619\t9.8948\t9.6702\t9.5642\t9.0767\t9.1349\t8.1225\t8.9159\t10.3354\t8.9469\t8.4492\t9.0824\t10.2038\t8.5967\t9.6255\t8.9476\t10.7229\t8.8439\t9.8110\t8.6642\t10.3112\t8.9689\t9.9405\t9.3870\t9.4889\t9.5168\t11.3681\t7.6767\t10.6190\t10.9825\t9.4269\t8.9112\t9.0082\t10.4259\t9.9596\t9.2404\t8.5278\t9.6707\t9.7948\t9.4749\t9.4325\t9.5228\t9.6284\t9.5247\t10.2933\t8.7108\t10.2705\t10.3286\t10.6341\t10.3736\t9.8258\t10.7020\t7.9590\t8.5196\t8.4110\t9.0279\t9.7005\t8.2476\t9.9283\t10.4661\t9.5723\t9.2208\t9.7850\t8.1344\t9.4524\t10.3661\t11.0356\t10.3065\t10.1785\t9.8436\t9.9540\t8.7464\t10.0750\t8.3898\t8.8952\t11.3009\t10.4169\t10.0796\t9.5395\t9.1879\t9.9159\t11.0955\t9.0842\t8.4626\t9.5479\t10.4498\t9.9453\t10.0645\t9.8262\t8.8985\t10.5851\t7.6294\t8.5531\t8.6251\t8.7644\t9.9295\t9.1802\t10.0542\t9.3982\t11.0860\t10.2545\t10.2363\t10.3370\t9.8487\t8.9437\t10.8235\t7.2095\t8.3869\t9.9561\t10.5079\t10.2682\t10.5716\t9.2179\t8.8826\t9.6995\t10.4776\t10.1747\t10.3083\t10.1707\t8.9144\t9.6397\t9.6494\t9.5888\t9.9170\t9.3478\t10.0966\t10.6758\t8.8798\t8.3619\t9.9381\t11.0531\t10.5869\t9.2216\t9.1621\t9.8081\t9.6185\t8.4096\t9.4261\t9.8561\t10.0735\t9.9834\t8.4307\t8.0224\t9.3396\t9.9616\t9.1142\t10.0718\t10.2141\t10.3669\t10.1928\t10.8155\t9.7633\t7.8060\t9.2157\t10.4619\t9.3984\t9.8416\t8.7991\t9.2742\t10.8963\t11.0424\t9.4514\t12.0742\t8.5583\t9.3627\t9.0526\t9.4806\t8.4345\t9.8745\t10.7226\t9.7854\t8.2543\t9.4625\t9.2749\t10.6869\t10.3614\t8.5469\t8.7512\t9.8543\t10.5162\t9.5519\t9.8378\t9.4716\t9.1951\t8.9459\t8.0154\t9.7084\t8.6705\t9.9694\t7.9189\t7.4757\t10.0126\t8.9273\t8.9841\t9.0300\t10.3640\t9.8595\t7.4184\t10.1748\t9.7464\t7.6581\t9.7547\t9.4967\t8.7212\t9.3531\t9.4134\t10.2271\t8.2741\t10.6333\t8.5290\t8.7117\t9.7543\t10.1599\t9.8938\t8.9014\t9.2973\t9.3119\t8.5796\t10.3047\t9.4372\t9.0598\t9.7555\t8.1677\t9.1608\t9.0280\t8.9126\t10.3602\t9.0854\t9.6789\t8.8132\t10.8561\t9.2175\t10.0479\t9.7432\t9.8008\t9.9003\t9.7710\t8.7702\t11.0223\t9.3157\t10.3097\t9.6836\t11.2997\t8.9254\t8.5913\t9.3859\t10.0860\t10.2281\t8.3038\t8.1677\t7.9098\t8.0973\t12.0123\t9.4571\t10.2581\t8.1527\t8.1818\t8.9813\t10.8146\t6.9350\t9.8623\t9.5086\t10.7882\t9.2401\t9.7146\t9.5525\t9.7549\t8.1856\t9.6720\t10.0143\t10.5454\t10.0372\t9.0224\t9.8143\t9.0205\t9.5334\t8.8770\t10.2523\t9.0407\t9.6147\t9.8974\t9.1581\t10.2959\t10.7190\t8.3616\t9.3779\t10.8446\t8.9439\t11.1139\t9.3521\t9.6050\t8.5191\t9.1604\t9.1687\t9.7308\t10.2829\t9.2866\t9.6307\t10.6153\t9.5375\t7.4323\t10.4698\t9.7327\t9.8475\t9.6923\t9.0866\t10.6747\t9.9768\t9.5728\t10.1680\t8.9986\t8.6622\t9.8796\t9.0845\t8.7841\t9.1076\t11.4639\t8.6888\t6.8455\t8.9715\t10.4911\t9.6904\t10.2662\t10.2973\t7.3219\t9.7239\t10.2690\t10.1194\t9.2893\t10.7426\t9.7123\t10.1362\t8.5939\t8.8765\t10.3154\t7.9797\t9.0239\t11.0371\t8.9439\t9.3672\t8.0307\t9.5429\t9.5704\t9.1680\t9.8871\t9.4302\t7.8190\t8.4219\t9.3936\t10.0865\t9.1740\t9.3902\t8.7081\t8.4512\t10.8601\t9.7612\t9.0146\t8.2718\t10.3437\t10.0979\t8.3600\t8.4838\t9.9288\t9.6962\t8.6255\t5.9069\t8.3889\t9.3094\t9.4338\t9.4400\t8.7174\t10.5438\t10.2987\t7.8948\t10.0041\t10.5619\t9.8704\t9.6448\t9.9325\t8.5028\t7.5151\t9.4760\t9.3967\t6.9189\t11.5677\t7.6040\t9.2429\t9.3256\t9.9672\t10.2907\t10.3774\t8.8828\t10.2335\t9.6986\t9.6222\t10.0402\t9.5852\t10.3771\t9.1791\t9.6186\t10.5418\t9.2498\t8.9836\t8.2496\t8.6330\t9.6948\t10.1510\t10.3701\t9.3211\t9.3826\t8.1081\t9.2112\t10.8556\t9.1497\t9.4636\t7.7826\t9.2916\t7.6470\t8.9350\t10.0502\t8.9444\t7.5078\t8.4579\t9.7235\t9.3553\t11.5892\t9.7423\t9.5329\t9.7150\t9.0862\t10.2435\t9.2224\t9.0196\t8.9555\t9.3567\t8.8705\t8.9033\t10.1710\t10.3249\t10.9211\t10.3650\t10.2277\t7.9293\t9.5673\t8.9327\t9.8237\t8.6721\t10.5470\t9.3660\t9.8282\t9.8869\t10.0095\t11.4967\t10.4273\t9.0172\t9.3790\t10.3547\t7.9710\t8.7239\t10.3628\t9.3833\t8.6168\t9.8930\t10.1171\t8.6592\t9.3828\t8.3280\t10.0238\t9.7188\t9.5091\t9.4531\t9.3785\t9.9875\t10.4151\t8.0867\t9.9938\t10.2168\t11.2022\t10.2443\t10.1371\t10.7434\t9.7578\t8.7590\t9.4681\t8.8454\t9.6765\t7.6724\t9.2068\t8.1425\t9.0916\t7.2855\t9.9076\t8.4208\t9.3546\t9.4848\t7.6848\t10.4985\t9.4158\t10.9013\t9.4532\t9.7583\t9.5050\t10.0000\t8.4770\t9.2927\t10.3116\t10.6671\t9.2424\t10.2350\t8.4717\t11.2486\t9.6551\t9.6789\t10.1372\t10.0997\t9.0812\t7.5985\t9.5904\t9.6560\t10.1463\t9.9849\t10.2429\t8.1646\t8.5629\t9.3207\t9.0028\t9.8120\t10.3216\t9.6681\t9.3841\t9.1743\t10.3236\t9.2505\t11.2088\t8.6252\t10.6866\t10.3253\t9.2969\t10.8457\t10.9986\t10.2532\t10.5319\t9.1042\t9.0361\t6.8074\t10.3831\t8.9696\t8.2750\t9.9744\t8.8435\t5.8382\t10.2190\t9.2695\t8.5344\t9.4344\t9.5445\t9.3879\t8.8658\t8.9531\t10.8852\t10.1974\t10.3939\t10.5983\t9.0473\t8.2007\t9.5685\t10.3724\t8.2752\t8.4666\t8.3623\t8.3271\t9.1131\t10.1261\t7.6511\t10.4355\t9.5777\t9.0968\t8.5412\t10.8089\t7.5067\t8.6740\t10.0139\t9.9653\t7.9210\t8.7829\t9.0033\t10.4503\t9.1021\t9.0224\t8.3025\t8.8470\t9.5438\t8.5926\t10.1172\t9.5268\t9.2766\t9.4353\t9.3000\t9.7580\t10.2007\t0.0000\t9.7681\t11.0428\t8.5482\t8.4752\t8.3868\t9.3920\t9.6922\t7.2743\t9.1408\t8.8726\t8.5875\t9.1620\t10.2491\t9.5796\t9.8698\t10.5944\t9.5956\t9.5511\t8.5007\t9.2838\t9.7552\t10.6897\t8.9614\t11.1234\t10.0114\t9.8954\t9.7130\t9.0436\t9.3363\t10.5052\t6.6836\t9.5751\t7.0554\t9.8408\t10.2429\t10.2548\t9.5228\t8.8451\t8.3484\t8.8404\t9.6871\t9.5782\t9.3842\t9.6238\t9.2105\t9.0630\t9.5338\t10.3570\t10.3003\t6.5148\t9.4045\t10.1037\t8.1373\t10.3069\t11.0492\t7.4984\t9.8824\t10.4867\t9.8588\t10.2835\t9.8401\t10.0769\t8.8785\t9.4824\t9.2100\t9.8596\t9.3932\t11.1061\t10.5815\t9.5781\t9.6744\t9.5316\t10.0228\t8.5288\t11.6346\t10.8218\t8.9515\t11.4678\t9.6343\t8.3636\t9.2994\t9.9226\t10.6913\t8.5960\t10.2088\t8.9020\t8.6142\t9.8892\t9.5238\t5.6147\t9.5128\t9.6921\t9.8887\t9.7103\t9.1756\t8.2805\t10.3361\t9.5269\t9.7308\t10.5526\t8.7155\t11.5684\t8.4751\t9.5620\t9.0045\t8.3994\t8.8606\t9.2267\t8.9871\t10.4120\t9.8834\t10.6563\t9.9560\t9.6179\t10.0618\t9.9214\t9.9848\t9.2520\t9.4837\t8.4085\t9.6630\t9.4265\t10.7721\t10.1710\t8.3481\t8.8947\t9.5031\t9.3583\t8.6724\t8.7356\t10.0375\t8.4941\t6.7035\t9.2253\t10.5060\t8.9210\t8.1997\t10.5524\t9.7524\t10.7846\t8.9023\t8.7475\t8.1749\t11.9993\t8.3342\t9.2787\t11.4704\t10.2157\t8.6626\t10.6454\t9.9964\t8.8198\t10.7770\t8.2110\t10.3859\t10.0453\t9.5653\t9.8259\t9.8541\t10.1561\t10.1208\t10.7289\t10.1857\t10.0801\t7.9101\t9.8539\t9.9467\t7.8393\t8.4752\t10.3644\t9.1468\t9.6310\t9.2002\t9.5432\t9.2346\t9.8955\t9.8410\t10.0151\t9.1857\t9.9104\t8.9906\t7.8636\t10.9241\t9.8000\t8.8572\t9.8756\t8.3249\t10.1873\t9.8627\t10.0422\t9.8873\t8.7121\t10.7179\t11.5458\t9.7398\t10.9305\t9.2672\t10.4926\t9.8329\t6.2854\t8.2214\t10.7183\t10.0732\t8.8905\t7.2828\t10.0375\t8.3129\t10.1797\t10.4543\t9.3413\t9.1389\t9.6300\t7.4998\t10.5261\t9.4419\t9.7683\t9.9835\t8.5883\t9.7017\t9.3296\t10.5879\t9.4074\t8.8993\t8.6179\t9.2261\t6.3576\t10.8166\t9.5967\t9.7351\t9.8145\t10.4041\t9.6876\t8.6118\t9.3551\t9.5441\t9.5241\t9.7546\t9.4431\t8.8190\t9.7802\t10.0457\t7.7285\t10.5341\t9.3662\t9.6985\t8.3025\t8.6887\t11.4297\t8.4019\t9.1642\t7.4028\t9.5363\t9.2342\t9.8243\t10.2152\t9.5120\t10.1740\t7.8074\t11.1371\t8.7669\t9.7143\t9.4248\t9.0802\t8.7347\t8.4717\t10.3471\t9.7021\t10.6721\t9.7918\t7.2073\t10.0950\t9.5494\t9.9291\t8.6998\t8.3397\t10.4692\t9.3734\t9.5521\t9.1555\t8.9746\t7.9875\t9.1747\t8.3403\t6.7306\t10.0719\t9.2546\t8.8165\t8.6908\t9.9584\t9.6873\t8.3164\t9.6765\t9.0838\t9.6771\t8.7104\t8.9334\t10.0053\t10.7046\t9.1775\t7.6582\t9.3662\t10.9181\t9.6748\t8.1538\t11.3082\t8.7682\t10.0981\t9.4464\t8.3354\t8.2778\t10.1728\t9.7639\t9.6271\t9.9906\t9.8178\t7.3603\t9.0201\t9.2363\t9.7114\t8.8703\t10.2099\t9.5182\t9.6840\t9.8154\t9.2140\t8.2432\t8.9418\t10.5487\t10.1856\t10.0852\t8.0886\t10.7031\t9.2387\t10.0901\t9.6979\t9.9644\t9.4162\t9.2812\t11.3351\t10.3263\t9.9569\t10.7136\t8.6505\t9.5578\t10.0080\t8.6033\t8.4005\t7.7601\t6.2479\t9.6641\t9.8644\t8.3233\t8.8681\t9.4683\t9.1241\t0.0000\t10.3758\t9.9868\t9.0247\t9.0968\t10.0061\t9.1481\t9.9185\t10.3918\t8.1718\t9.0628\t10.1518\t9.3399\t10.0776\t9.9757\t10.0209\t8.8978\t9.5930\t7.2192\t9.1018\t10.7648\t9.8965\t10.3515\t8.1571\t8.4843\t8.5695\t7.5999\t8.6305\t9.2358\t8.3214\t9.2547\t9.8545\t10.5191\t11.9893\t10.4513\t9.1964\t10.0171\t9.9245\t9.0783\t10.3693\t10.1952\t10.5380\t9.8367\t9.5225\t7.8442\t9.4940\t9.0524\t8.8015\t10.0429\t11.0365\t9.8280\t9.6293\t9.7398\t10.3583\t7.6760\t8.6466\t9.6805\t10.7880\t9.4310\t7.7748\t9.8543\t9.2158\t10.1245\t9.8775\t9.6286\t9.1728\t10.5548\t9.0979\t10.9349\t9.1666\t10.6990\t9.4626\t9.9537\t8.2083\t8.0108\t9.1092\t9.4205\t10.8803\t9.2060\t10.9500\t9.3144\t8.5700\t9.5569\t8.5338\t9.0071\t10.6557\t9.1598\t10.5655\t8.9670\t8.0928\t9.5534\t8.5528\t7.1257\t9.5103\t10.1825\t9.1085\t10.3380\t9.3587\t11.1235\t8.9858\t11.5729\t7.0169\t9.4335\t10.6451\t8.7858\t9.2079\t10.0994\t8.6575\t10.8423\t9.9738\t9.4959\t10.0066\t8.9571\t5.8782\t9.0602\t11.1259\t10.1733\t9.4695\t6.9260\t9.9658\t10.9522\t7.9679\t10.2795\t9.0588\t10.8255\t9.4696\t8.9212\t10.0668\t8.9221\t9.3658\t9.7887\t9.1434\t8.8378\t11.1410\t8.6795\t9.3624\t8.9875\t9.6999\t9.0668\t11.0279\t8.9105\t9.2151\t8.2125\t9.7846\t9.4467\t9.3439\t9.2513\t10.0397\t10.6948\t8.8509\t9.3252\t8.1872\t10.3129\t9.0973\t9.9527\t9.3619\t8.9064\t10.2584\t11.0449\t9.0015\t8.4864\t10.5211\t9.6741\t8.4995\t11.5004\t10.1788\t9.4559\t9.6243\t9.1842\t8.9654\t11.5320\t9.3137\t9.6750\t10.0303\t10.0586\t10.0335\t8.3072\t10.4803\t9.7368\t8.9213\t9.5718\t9.3453\t10.8289\t8.3465\t9.1311\t10.5817\t9.2487\t10.3447\t10.7188\t9.0443\t8.7951\t6.1001\t8.7938\t8.7142\t10.9159\t9.3062\t7.7748\t10.5666\t10.0375\t7.6073\t9.2129\t9.9772\t12.3568\t10.8281\t9.4364\t9.3391\t8.0224\t9.1199\t10.5814\t8.5259\t10.0566\t8.9420\t9.7646\t8.5346\t9.0521\t9.4579\t9.0472\t8.9998\t9.5200\t6.6294\t9.7587\t8.7999\t9.9900\t7.9821\t9.5479\t10.7050\t10.2131\t8.7139\t11.0150\t8.6424\t8.7742\t9.9425\t10.7672\t10.0974\t8.7738\t9.3169\t9.6147\t10.0120\t9.2395\t10.4640\t6.7142\t10.2915\t9.7783\t8.1849\t9.5385\t9.0767\t10.0525\t8.8106\t10.0692\t0.0000\t10.1402\t9.6469\t9.5056\t9.4601\t8.6355\t9.4491\t10.0492\t11.5734\t8.8234\t9.6559\t9.4402\t9.5450\t10.1281\t9.1205\t9.4105\t9.3428\t10.3967\t9.7407\t9.7830\t10.0524\t9.0166\t9.6892\t10.2417\t8.3262\t9.2734\t9.6486\t10.1416\t9.0980\t9.1160\t9.1326\t9.8023\t9.0806\t9.3839\t9.8214\t9.6713\t9.4447\t8.4990\t9.4903\t8.1638\t9.0059\t8.7093\t7.0661\t8.4917\t9.9194\t9.7637\t9.1613\t9.0981\t10.9072\t8.3442\t8.9020\t9.8607\t9.3517\t10.3578\t8.8929\t11.1379\t9.9375\t9.7893\t9.2315\t9.1583\t10.3822\t9.2431\t9.3850\t9.6053\t8.0279\t8.8464\t9.5442\t7.4676\t10.6901\t9.7499\t10.2047\t9.9335\t5.9773\t8.6251\t8.6378\t9.4724\t9.2647\t9.9431\t9.3606\t9.2698\t10.0167\t10.6917\t10.0633\t11.3518\t10.3697\t8.7382\t9.8746\t9.1248\t9.8241\t9.4022\t10.8433\t8.9625\t9.5562\t11.4423\t10.1548\t9.2545\t10.2149\t9.7224\t8.9438\t10.1953\t10.0324\t10.4484\t10.5240\t9.2745\t10.3669\t9.0329\t8.3481\t9.4237\t9.5196\t10.3311\t9.8854\t10.0356\t9.3261\t8.5803\t9.6050\t9.2298\t9.3632\t9.2967\t10.3175\t10.3556\t10.4900\t9.5215\t9.7796\t8.0265\t7.6961\t9.0965\t11.0959\t8.8595\t10.1779\t8.4269\t10.1701\t9.6179\t10.9787\t8.8893\t9.5101\t8.5864\t10.2718\t8.3817\t9.8962\t9.0671\t9.8920\t9.6759\t10.0854\t9.0595\t10.8309\t10.2551\t10.1780\t9.8748\t9.6704\t8.0618\t10.4561\t8.6221\t9.8983\t9.1799\t9.4375\t8.9654\t10.0140\t8.9644\t9.9132\t10.0065\t10.9649\t10.0261\t8.9686\t8.4721\t9.1391\t10.3067\t8.5803\t10.6692\t4.7511\t7.7682\t9.1811\t8.9039\t9.1396\t9.6911\t9.6701\t9.2449\t7.8798\t9.5449\t9.5427\t9.1435\t10.4666\t11.1395\t10.9485\t9.3758\t8.0800\t10.2520\t10.2490\t8.6371\t11.1003\t9.6620\t8.9387\t9.3706\t10.6652\t8.8949\t8.1639\t9.6357\t9.2175\t9.0670\t10.8950\t10.0376\t9.4555\t0.0000\t7.5885\t11.1559\t10.6820\t9.7957\t9.3756\t9.1031\t10.2344\t10.9959\t10.0194\t9.4123\t9.1435\t10.4019\t8.7262\t10.8948\t9.1574\t8.1724\t11.1048\t8.2574\t9.8811\t10.7037\t9.5712\t10.3912\t10.4454\t7.4484\t9.0585\t10.3661\t9.2115\t10.7804\t8.0338\t11.1126\t9.0463\t10.7863\t10.2024\t8.2339\t10.0927\t9.5776\t8.5960\t10.9400\t8.6029\t8.1200\t9.4872\t9.4647\t8.5800\t9.9817\t9.4979\t8.7335\t10.2407\t10.1647\t7.6366\t10.0927\t9.4063\t8.9786\t9.1447\t9.8358\t10.9263\t9.8728\t10.3743\t0.0000\t9.5908\t10.4218\t9.2975\t11.2018\t10.5978\t9.6552\t7.3129\t9.4337\t8.7180\t9.5785\t9.4727\t8.5504\t10.3698\t8.8457\t9.7055\t7.4099\t8.9972\t10.8498\t9.9051\t9.0484\t9.6770\t9.4432\t8.9464\t8.8237\t8.7544\t8.9561\t10.0242\t8.8958\t8.2628\t9.7804\t9.5621\t9.0016\t9.7538\t8.9553\t9.4701\t9.6447\t8.8236\t8.6724\t9.5131\t10.5820\t8.5028\t9.1005\t10.4915\t9.8047\t10.0402\t8.4127\t10.1154\t8.6961\t8.1167\t9.2823\t7.0289\t9.3715\t8.7626\t8.6685\t10.0744\t8.9662\t9.6797\t9.4262\t10.4522\t9.7341\t9.7153\t11.5968\t7.9715\t9.6386\t10.3140\t8.4436\t11.0362\t8.9930\t9.1928\t10.0890\t10.2252\t8.9962\t10.0664\t10.1511\t9.6308\t7.2436\t8.6680\t10.2342\t8.3657\t9.6865\t10.1364\t8.9011\t7.9112\t7.5157\t10.7768\t9.9111\t9.3686\t9.1496\t10.3376\t8.9142\t9.5097\t11.2526\t9.1639\t8.6718\t9.8644\t8.8123\t8.7313\t8.9784\t10.1258\t8.0607\t9.0533\t10.4526\t10.0140\t8.1799\t7.2095\t9.1684\t9.0038\t9.7207\t10.9058\t9.7761\t8.9373\t9.4193\t9.0189\t8.8517\t9.3587\t10.1323\t7.9181\t10.4781\t10.1248\t10.2134\t9.6460\t9.9495\t10.2996\t8.8830\t9.5515\t8.8478\t9.1846\t9.6203\t9.8432\t9.9604\t8.2411\t9.8026\t7.6080\t9.3483\t9.6413\t8.9449\t9.2683\t8.7235\t10.7715\t8.2744\t8.6592\t9.0835\t9.2134\t8.7257\t10.1387\t10.5235\t8.9587\t11.0306\t9.0708\t9.7654\t9.1510\t10.0494\t7.6067\t8.3565\t10.0955\t4.4777\t7.5763\t8.1913\t9.5749\t10.8847\t9.4816\t9.5012\t10.3184\t8.1413\t10.0370\t10.1065\t9.8541\t4.4449\t9.1410\t9.0436\t9.0498\t10.5192\t9.4366\t8.5408\t8.9687\t10.5364\t8.3275\t6.8704\t8.9619\t9.2390\t9.2388\t8.7991\t10.9818\t9.7979\t7.3822\t9.6595\t9.0815\t10.1084\t9.8762\t8.8922\t10.4624\t10.1109\t10.4940\t8.2719\t8.9894\t9.8308\t9.7715\t8.1045\t9.1617\t8.0050\t9.6356\t9.7426\t6.8659\t8.2904\t8.0419\t8.7934\t9.5726\t9.0900\t9.6431\t8.6100\t10.0402\t8.9368\t9.5438\t9.7087\t8.5004\t9.5629\t10.0898\t9.8436\t9.2038\t9.7978\t7.9887\t10.0556\t9.3386\t8.9099\t10.4564\t8.8526\t8.8889\t10.3002\t10.0536\t8.6124\t8.9916\t9.7273\t9.0051\t9.8725\t8.3831\t10.5323\t10.0157\t9.1539\t10.2714\t9.8797\t8.2928\t8.3804\t11.3507\t8.5333\t8.5392\t8.1334\t9.9121\t11.1797\t9.7294\t10.0670\t8.1925\t9.7137\t10.8596\t9.8129\t10.1609\t11.1418\t7.4091\t10.0291\t6.5078\t11.5819\t8.6139\t9.9113\t10.1431\t8.4152\t9.5931\t10.1951\t10.0299\t10.3579\t10.1989\t8.7563\t9.9061\t10.2131\t10.6260\t10.5164\t9.1985\t10.3861\t10.7141\t9.0884\t8.0405\t9.2039\t9.7926\t9.3434\t8.9355\t10.3045\t10.6648\t9.7614\t10.5229\t9.7398\t8.5196\t8.6917\t10.5003\t8.8540\t9.0515\t10.2128\t11.4523\t10.1385\t8.8135\t9.4925\t10.6182\t9.9792\t9.8161\t10.1711\t8.9119\t9.8814\t9.0218\t9.3280\t9.8442\t10.3443\t10.5008\t9.7157\t9.7451\t9.1228\t9.3755\t7.1954\t10.0871\t9.6507\t9.5647\t9.7033\t8.8125\t11.3746\t8.4623\t9.1516\t9.2457\t11.0884\t10.0052\t9.5024\t10.1991\t10.5000\t5.5081\t9.4844\t9.2039\t8.1753\t9.6711\t9.2969\t10.0522\t8.4927\t10.5197\t10.7911\t8.8390\t10.4755\t8.8430\t9.9042\t10.6441\t10.7177\t8.1033\t9.0848\t9.7664\t9.9153\t9.4322\t7.7550\t8.3856\t6.9389\t10.6978\t9.6049\t10.8080\t9.4463\t9.3728\t9.2053\t9.1252\t10.2951\t9.7000\t9.1542\t10.3390\t9.2893\t8.1255\t11.3663\t8.9614\t8.4039\t9.3167\t9.5307\t9.8533\t9.5162\t9.3685\t9.7848\t6.9773\t8.2149\t10.0737\t9.0630\t9.8791\t11.7949\t9.9036\t9.6904\t9.5148\t9.5522\t9.2015\t9.6943\t9.4971\t9.6853\t10.7115\t10.1744\t9.2328\t10.6896\t9.1394\t9.1281\t9.9637\t9.5813\t9.1429\t9.9915\t10.1029\t10.7443\t10.3172\t9.6390\t8.7166\t10.5344\t10.0117\t10.8642\t8.9565\t10.2718\t9.0234\t8.9994\t9.4609\t10.1786\t8.6683\t9.4248\t10.2099\t9.2216\t10.0309\t8.3531\t9.9200\t9.1858\t10.1322\t10.2495\t9.3762\t9.9635\t8.9304\t9.5128\t10.4971\t10.2918\t9.8577\t8.1604\t8.9411\t9.3747\t10.4016\t10.3143\t9.2597\t9.3218\t10.8522\t9.2495\t9.1599\t9.1726\t9.7027\t11.9259\t8.9066\t9.0247\t8.5413\t8.3407\t10.1902\t11.1265\t8.4791\t10.2028\t8.5947\t9.3254\t10.2185\t9.2572\t10.0685\t7.0334\t10.3627\t8.4717\t10.0321\t9.3269\t8.4053\t10.4458\t8.7044\t7.1799\t10.0164\t10.1970\t10.7809\t8.9773\t9.5864\t9.2940\t9.7359\t0.0000\t9.4130\t7.0112\t9.2505\t7.5546\t10.1346\t7.4250\t9.6925\t9.7742\t7.6366\t9.8779\t9.7279\t10.6447\t7.6495\t10.1588\t10.3967\t8.7236\t9.9768\t9.4023\t9.2262\t11.1024\t8.8732\t7.7415\t9.9088\t9.6204\t9.4676\t9.3163\t9.4041\t9.7910\t9.1994\t6.8982\t10.5813\t9.2823\t9.7852\t10.0758\t9.2526\t8.9591\t10.2198\t9.7412\t10.2005\t8.7694\t10.1781\t10.2979\t10.1132\t8.8517\t8.3869\t9.9405\t9.2989\t10.5732\t8.6670\t9.8701\t9.1220\t9.3516\t9.5097\t9.3652\t9.2429\t8.4279\t9.2090\t10.2178\t9.5558\t6.9676\t7.9017\t11.5257\t10.8406\t9.4860\t7.9214\t10.9463\t8.5708\t9.6112\t10.2778\t9.3573\t8.9560\t9.1912\t10.4565\t9.2518\t7.8126\t9.9549\t0.0000\t10.1056\t9.4897\t9.2265\t7.4245\t10.1924\t10.6816\t9.8878\t9.1720\t10.2075\t11.1176\t10.8472\t9.0397\t7.8580\t9.5944\t9.0347\t12.3821\t7.8101\t10.5207\t10.4433\t9.6764\t8.7964\t9.1564\t9.5519\t9.4415\t10.0330\t9.3701\t10.4632\t7.7342\t9.5069\t9.3519\t9.5516\t9.4802\t8.8267\t9.6813\t9.9485\t8.4352\t7.8226\t8.0097\t8.1278\t9.7296\t10.6962\t8.9683\t8.9983\t8.6147\t9.4311\t9.3486\t9.6549\t9.8754\t10.7394\t8.8246\t10.2256\t10.1098\t7.3031\t9.9095\t9.6671\t9.7529\t10.4896\t8.8223\t9.9879\t9.6805\t9.8851\t9.0284\t11.1973\t7.0629\t8.2277\t10.1924\t8.9167\t9.9810\t9.3215\t10.3062\t9.8504\t10.6235\t9.3584\t9.7756\t10.1871\t9.5265\t8.8132\t9.5959\t9.7036\t11.1246\t8.8844\t11.6319\t8.0998\t9.9270\t10.6044\t8.3036\t9.8750\t10.7072\t9.2329\t7.6439\t7.8816\t10.0349\t10.0592\t10.3211\t9.1171\t9.6958\t8.6144\t8.3998\t10.1565\t9.1387\t9.9337\t6.8804\t10.4251\t9.4371\t9.4498\t10.0637\t9.5640\t9.5297\t10.0858\t8.8106\t10.0002\t9.6629\t7.4018\t11.3069\t8.9857\t9.3754\t8.6770\t9.8864\t9.0926\t10.3595\t9.2755\t9.6495\t11.0519\t9.2357\t8.3771\t10.6607\t8.9316\t8.8772\t9.6797\t9.1707\t7.9307\t9.3668\t9.6801\t8.8955\t9.7170\t8.3301\t11.1014\t10.3095\t9.8036\t8.5448\t8.1251\t9.3417\t9.1772\t9.0882\t10.2938\t9.6832\t8.8766\t9.0713\t10.3948\t8.1005\t11.1170\t6.7166\t10.8310\t10.0876\t8.2561\t10.1895\t10.5983\t9.1146\t8.3928\t8.0661\t10.1633\t10.4833\t9.0927\t8.7433\t10.0387\t9.3751\t8.6452\t5.3576\t11.2645\t10.0678\t10.2006\t9.4264\t10.1273\t9.6384\t9.9742\t8.7197\t10.5659\t9.9823\t9.5039\t9.6720\t9.6538\t8.5996\t9.9225\t7.3129\t10.8120\t9.0698\t9.6474\t10.8037\t9.9484\t10.7505\t8.7810\t10.4840\t9.2809\t10.2818\t9.6615\t8.6743\t7.7211\t9.6778\t10.6306\t10.0894\t9.5727\t9.2650\t6.5686\t10.0696\t9.8979\t9.8627\t0.0000\t9.3623\t9.9809\t8.2369\t8.9248\t9.1695\t10.5349\t11.0777\t8.4866\t10.5803\t9.4159\t9.9844\t8.9572\t10.1032\t9.5186\t8.4482\t9.8205\t10.7059\t10.3344\t9.2201\t0.0000\t8.7325\t10.1794\t8.3428\t7.1498\t8.6026\t9.6725\t10.2017\t10.3532\t9.3716\t9.1155\t9.5921\t8.8049\t10.6954\t11.5543\t9.0566\t10.0070\t9.3320\t10.3966\t9.2426\t10.3545\t9.3091\t9.5081\t11.0260\t10.3480\t8.9635\t9.6273\t10.2253\t9.3108\t9.4036\t10.1531\t8.4651\t10.4359\t9.8859\t9.9145\t10.1894\t11.1354\t10.6561\t8.8809\t10.0614\t10.1143\t10.6514\t10.1244\t8.4822\t10.1954\t9.1991\t10.4871\t7.9413\t9.4289\t9.3444\t10.6983\t8.6583\t10.2460\t10.3756\t11.2597\t8.7007\t9.6180\t10.2385\t10.7987\t8.7678\t9.3965\t8.5667\t9.9573\t8.4419\t8.9811\t9.2841\t10.0863\t8.8010\t8.5807\t10.2651\t9.0817\t9.3914\t9.0469\t9.1395\t10.3851\t8.4947\t8.8466\t9.1451\t9.2791\t8.7764\t9.4483\t9.8406\t9.7217\t9.0306\t9.6178\t9.6840\t8.3542\t8.6355\t9.4469\t10.2484\t8.0214\t8.3345\t9.5994\t8.7834\t11.3258\t9.1140\t9.9017\t8.6961\t8.5459\t10.1979\t8.9046\t9.8461\t10.1289\t9.3106\t9.4024\t8.1245\t8.5746\t9.2313\t9.5187\t8.6833\t8.6754\t10.0590\t8.1176\t9.0575\t9.1723\t9.3539\t10.7371\t10.3998\t8.9738\t9.2344\t9.9716\t8.9954\t9.4830\t9.7110\t9.9987\t9.4572\t9.9682\t9.8653\t8.4007\t8.8408\t8.4721\t8.8977\t9.3149\t9.1737\t8.9402\t10.6137\t10.0401\t8.8585\t10.1376\t9.4852\t10.3374\t10.3528\t9.6676\t9.7877\t9.9738\t10.2437\t8.8095\t8.6197\t9.4878\t8.9465\t11.1331\t8.8720\t10.8797\t9.6537\t8.7493\t9.0636\t9.8370\t9.2014\t9.2983\t10.6311\t9.0063\t9.1765\t10.1791\t8.3855\t8.4388\t9.4109\t7.7804\t11.7178\t9.3198\t9.6947\t9.9141\t8.6632\t9.4527\t11.0963\t8.5164\t9.2988\t10.7817\t10.3465\t8.8563\t8.7046\t8.8472\t10.5351\t11.4624\t9.8661\t9.4185\t10.8685\t9.0913\t9.2880\t9.1378\t7.9679\t9.4294\t9.4691\t11.0559\t9.8011\t9.8976\t9.7991\t8.0017\t10.3902\t8.8931\t10.2740\t9.5701\t8.7482\t9.3377\t9.0533\t8.4676\t10.4892\t10.0404\t10.2068\t9.3285\t10.0614\t9.4322\t12.0083\t10.5106\t8.6554\t7.9156\t9.6596\t8.8299\t9.2218\t8.9646\t9.8375\t7.8765\t10.0223\t9.8775\t8.8182\t8.5248\t9.3231\t9.9624\t9.3086\t10.4096\t10.3178\t9.9054\t9.6967\t9.5375\t9.4909\t9.0332\t9.7595\t8.4526\t9.1915\t10.1688\t8.5392\t8.3656\t5.7004\t9.3444\t8.7013\t6.8947\t9.2547\t8.6257\t8.2213\t4.8580\t10.4191\t8.5236\t8.9928\t10.5233\t7.8517\t9.5770\t10.2228\t8.5947\t9.3156\t9.2243\t9.2437\t9.9945\t8.3923\t9.3682\t9.2003\t11.1022\t11.4753\t9.8412\t10.1699\t11.3515\t8.9204\t10.1621\t9.4450\t11.3377\t9.4983\t9.2824\t9.4725\t10.3668\t9.5536\t10.4823\t9.5388\t8.2280\t10.8001\t9.1189\t9.5581\t9.6549\t9.5287\t10.5628\t8.7169\t10.4394\t9.1210\t11.3384\t9.0642\t10.2160\t8.5521\t9.9167\t8.5601\t8.7700\t10.6654\t8.7856\t9.6257\t9.6354\t8.8880\t8.8647\t9.8737\t8.8605\t10.4104\t9.6769\t10.1522\t9.5069\t9.3539\t10.0533\t8.2344\t9.9852\t10.6326\t9.5451\t8.4037\t10.6585\t10.3546\t10.5480\t8.8009\t10.8057\t9.8990\t10.3225\t9.4960\t8.6809\t10.9496\t8.4914\t9.9830\t9.0665\t8.0460\t8.3038\t9.8534\t9.3917\t8.8748\t10.3366\t10.0617\t9.1882\t10.2672\t9.3784\t7.9011\t9.9522\t9.8968\t9.2073\t9.8906\t8.9824\t8.7283\t9.0417\t10.4832\t8.8001\t9.4366\t9.0032\t9.6660\t7.4060\t9.1970\t10.6617\t10.0830\t9.8986\t10.4890\t9.8911\t10.7648\t9.9702\t8.2746\t9.0314\t9.0836\t10.7979\t9.2896\t9.2485\t8.9050\t9.1520\t9.1881\t9.7507\t11.1384\t10.2930\t8.8282\t9.2503\t7.5210\t9.4333\t8.8647\t9.3035\t9.6283\t10.0388\t9.2556\t10.1554\t8.4099\t8.1687\t7.7279\t8.5425\t9.1615\t9.7588\t8.4265\t10.5732\t10.2278\t9.3551\t8.8325\t9.8341\t9.2066\t8.6388\t10.2218\t9.5246\t10.4231\t8.4903\t9.8627\t9.3610\t9.4327\t8.1063\t8.8018\t10.3841\t9.4999\t8.6239\t9.7754\t9.2935\t9.3762\t7.6549\t10.2478\t9.7549\t10.9185\t8.0851\t7.0323\t10.7083\t10.2316\t9.8232\t10.3057\t9.0363\t9.7422\t9.4051\t9.8955\t9.9317\t9.4781\t10.9835\t7.7831\t8.9334\t8.4919\t8.7762\t9.8265\t9.9789\t8.7840\t10.5947\t8.9039\t11.1137\t8.9428\t9.7214\t8.4385\t10.1157\t9.0486\t8.9074\t9.3394\t9.3808\t8.6846\t8.4059\t10.2365\t8.7930\t9.3206\t8.5834\t10.7432\t9.4757\t10.1715\t8.8081\t10.2145\t9.9922\t9.7270\t9.4227\t10.2688\t8.9625\t10.1991\t9.1279\t8.7533\t9.0274\t8.8066\t8.4631\t9.8998\t9.3057\t9.4880\t10.0799\t9.8725\t8.5612\t7.3536\t9.1135\t10.0259\t7.9744\t9.7360\t10.0906\t8.3966\t9.0944\t7.8877\t10.0733\t9.7315\t9.6813\t9.0613\t9.8332\t10.3328\t8.9505\t9.5051\t10.0047\t7.6716\t10.7853\t9.9988\t9.5470\t10.0644\t8.7381\t8.8455\t8.0279\t9.1944\t9.8380\t8.7393\t8.8839\t10.2071\t8.1174\t10.4468\t9.8236\t9.7852\t8.6504\t8.5275\t10.0673\t10.4804\t10.3646\t8.1497\t9.5586\t8.3038\t10.2569\t9.0580\t9.9469\t9.4229\t11.2141\t10.5591\t9.6261\t9.3501\t7.0311\t9.0014\t8.7955\t9.5892\t9.7154\t9.8710\t8.7906\t9.0900\t7.7960\t8.5679\t9.2312\t9.2005\t9.9132\t9.9886\t10.5643\t9.2327\t10.2219\t9.7461\t10.7795\t8.9972\t10.9565\t10.4073\t8.3257\t9.0883\t9.0065\t9.8434\t9.7638\t8.7457\t10.2956\t10.1534\t9.4204\t10.0699\t9.6200\t8.3258\t9.4790\t9.2431\t9.3472\t8.9499\t6.8074\t9.1967\t9.6473\t10.2114\t10.3710\t9.2010\t6.0661\t8.4424\t11.1271\t8.4570\t9.3683\t9.2658\t9.5392\t9.3707\t10.7530\t11.0695\t10.3059\t11.0008\t9.0266\t9.5450\t8.8344\t9.6298\t9.2063\t10.4238\t9.9380\t10.2240\t9.9228\t9.4413\t8.1300\t9.2157\t10.9050\t9.0727\t8.3598\t8.9135\t9.6336\t9.7523\t9.5556\t10.5740\t8.9114\t9.4673\t10.1412\t9.2758\t9.3080\t10.0303\t9.5947\t10.7408\t7.6653\t9.4002\t6.4890\t9.3757\t9.1715\t10.5497\t8.0269\t10.8566\t10.0370\t10.3611\t0.0000\t8.4734\t8.8469\t10.4712\t7.6876\t9.0415\t9.4865\t10.6576\t9.8807\t9.1139\t9.0412\t10.5908\t10.2895\t9.1205\t8.4124\t10.1340\t11.8993\t8.5848\t8.4931\t9.2765\t9.7060\t8.2808\t10.7009\t7.8329\t10.6872\t9.2948\t8.6366\t7.5306\t10.2870\t10.6857\t9.8894\t10.6747\t8.8899\t9.4817\t9.8023\t9.9997\t9.0438\t8.4168\t7.6974\t10.5235\t10.2248\t9.2332\t7.6712\t8.4406\t10.6489\t9.7800\t10.5838\t9.4866\t10.6550\t8.6864\t9.5646\t10.3869\t9.8615\t9.7914\t8.6823\t8.8763\t9.0746\t11.0807\t9.3255\t10.0119\t8.1017\t10.5152\t9.5724\t12.3264\t10.3881\t9.8600\t9.3406\t9.8624\t9.3579\t9.5079\t8.7340\t10.9402\t10.0303\t9.6758\t10.1310\t7.1945\t8.9234\t10.9455\t9.4483\t9.0066\t7.8113\t10.5189\t9.0808\t9.5491\t8.8202\t9.1657\t9.9505\t6.9887\t11.1935\t11.2591\t9.4861\t9.0288\t8.5793\t8.9766\t9.9440\t8.4798\t8.0715\t10.6158\t8.9077\t8.3856\t9.8247\t9.5450\t9.8893\t8.8581\t9.2167\t9.1799\t11.1106\t9.3273\t9.9616\t10.8952\t10.1605\t9.1096\t8.9022\t9.6416\t11.2297\t9.3579\t10.0228\t9.0729\t10.7977\t8.9773\t9.1179\t9.5891\t9.7714\t8.9721\t9.4494\t8.1231\t9.7163\t8.8769\t8.7879\t8.9672\t7.0975\t9.5463\t8.9458\t9.2245\t7.9887\t8.6183\t7.8517\t9.7501\t10.1356\t8.5619\t8.8383\t9.6493\t10.4820\t9.1055\t9.9857\t9.4399\t10.2040\t9.7804\t10.1297\t11.9214\t7.7814\t9.6356\t10.4224\t8.4959\t9.3466\t7.7478\t9.2229\t10.8208\t11.0925\t10.8908\t8.6032\t7.6073\t8.7274\t9.5941\t7.3309\t9.0007\t7.5297\t10.3316\t10.2622\t8.9825\t9.6493\t10.5518\t10.2661\t10.7605\t9.9698\t10.0564\t10.4104\t8.4291\t9.7146\t8.1600\t8.8962\t10.9920\t9.6422\t8.2761\t9.6636\t9.8433\t9.0880\t11.2703\t9.9367\t8.8761\t10.0753\t10.1024\t12.5262\t9.3465\t10.5754\t9.0208\t8.0478\t8.1640\t9.4481\t9.6868\t9.3464\t10.7523\t9.2115\t8.9646\t9.4995\t10.5123\t9.8691\t9.3553\t8.4040\t9.1144\t8.7708\t8.2688\t7.7074\t9.1919\t9.4782\t10.5517\t9.8887\t8.7017\t9.4762\t8.9406\t9.6115\t9.4057\t11.0174\t9.3779\t10.6846\t9.8311\t7.6147\t10.3108\t9.0723\t8.6002\t12.3756\t9.2326\t7.5755\t10.4585\t7.7386\t8.6724\t8.0583\t10.6322\t9.2349\t8.7783\t9.1007\t8.2574\t9.4912\t10.9864\t9.9317\t10.1072\t9.3843\t9.0563\t10.2825\t8.1604\t9.9704\t10.2600\t9.4981\t0.0000\t8.8829\t9.8344\t8.3199\t9.3581\t10.3902\t9.4074\t8.9446\t7.5469\t9.1473\t11.4783\t11.3056\t10.4522\t10.2037\t9.5477\t10.1912\t10.2912\t9.0921\t9.5318\t10.0832\t8.3526\t10.2109\t7.8373\t10.8138\t9.4376\t8.0837\t9.8455\t8.9176\t10.8018\t10.2596\t9.4440\t8.5674\t8.1548\t8.7649\t9.1990\t9.7421\t7.1898\t9.9132\t9.3757\t9.1456\t9.0185\t8.5564\t10.8691\t9.3964\t7.9596\t10.0827\t9.2211\t10.3418\t9.9445\t9.3653\t10.5349\t9.3245\t9.5814\t9.7694\t10.5040\t10.0392\t8.7830\t10.5143\t10.3018\t9.4065\t10.0398\t8.8575\t9.1237\t8.7304\t10.1449\t9.7713\t9.3094\t9.5319\t9.5010\t9.2132\t9.4176\t10.4240\t10.3373\t9.7890\t9.7597\t9.0401\t8.9329\t10.3881\t9.3081\t9.4713\t9.4188\t10.0085\t8.1804\t9.5141\t8.7924\t11.0662\t9.4139\t8.3843\t8.4287\t9.2033\t9.4674\t8.0751\t9.9975\t10.0648\t9.0964\t9.1743\t10.1197\t9.4817\t7.3354\t9.6088\t10.0165\t9.8098\t7.7142\t10.0659\t8.8665\t10.4917\t9.9264\t8.3880\t9.0867\t10.0745\t9.7750\t10.7680\t9.1190\t8.2621\t8.6617\t10.5855\t8.8553\t8.6653\t9.0470\t9.0146\t10.4443\t10.1997\t9.4159\t9.2459\t10.5099\t9.2339\t8.9451\t8.4753\t9.9332\t10.0719\t8.6251\t10.1147\t9.7844\t8.4009\t9.3351\t11.2817\t9.5950\t8.6788\t8.5462\t6.5078\t8.5466\t9.0787\t11.1974\t10.1524\t8.4256\t8.5608\t9.7388\t8.5241\t8.6337\t9.0578\t10.1050\t9.7823\t8.1331\t9.6735\t9.9428\t9.1011\t10.6094\t7.3923\t9.4469\t9.0440\t9.0351\t10.1380\t8.7637\t10.5404\t9.7004\t9.7924\t9.1494\t10.2631\t9.0012\t5.9773\t9.2882\t8.9014\t10.2262\t7.8364\t10.5030\t9.5263\t10.5690\t8.8887\t9.9351\t9.9888\t10.0372\t9.8361\t10.0955\t11.1860\t9.7472\t8.7813\t9.3250\t9.4194\t9.8094\t9.1899\t9.6017\t9.8744\t10.5261\t8.5741\t9.5831\t8.6726\t10.2180\t8.9486\t10.0843\t8.9068\t9.9705\t9.7073\t10.6927\t9.1130\t9.8887\t10.3248\t9.5429\t8.0465\t11.4439\t9.7058\t7.1668\t10.7491\t9.0291\t10.1531\t9.5843\t9.7273\t8.4878\t8.7319\t8.6412\t9.4326\t7.3219\t9.2506\t8.8242\t11.5952\t9.9062\t10.9055\t8.0571\t12.3346\t9.2192\t10.8819\t8.6935\t10.2635\t8.8862\t8.7730\t10.2387\t9.1383\t9.0787\t10.2110\t9.0190\t10.7763\t9.7620\t9.2535\t9.3638\t9.0050\t9.1797\t11.2257\t6.8437\t10.6428\t9.4684\t9.8981\t9.4962\t8.4934\t8.3392\t10.4853\t10.0236\t10.6185\t9.1475\t10.0521\t10.6062\t9.6036\t8.8580\t8.3078\t9.9650\t11.5276\t10.2906\t9.9095\t10.2988\t8.0515\t9.1422\t10.8276\t9.7843\t10.4310\t10.7900\t7.3837\t10.5336\t9.1968\t10.6296\t10.6926\t8.8625\t8.4722\t9.6874\t10.0863\t6.7310\t8.4636\t11.0327\t8.9269\t8.1542\t10.5847\t9.5543\t9.1394\t9.4449\t10.5718\t9.2660\t10.3231\t11.2516\t8.1548\t9.7149\t9.5006\t8.2765\t9.4576\t9.5732\t9.3082\t11.5059\t9.7559\t6.1085\t10.5841\t9.1688\t9.3203\t10.8890\t9.1774\t8.7325\t10.4129\t10.9973\t8.5646\t8.9691\t11.6573\t8.2627\t8.8659\t9.8724\t11.0774\t8.4843\t10.1864\t7.9944\t9.0913\t9.0599\t9.6093\t9.2898\t9.5116\t9.5235\t9.0554\t7.8445\t10.6629\t8.5166\t7.4879\t8.8445\t10.2134\t7.0553\t10.1053\t10.2770\t10.0339\t8.6814\t9.6788\t8.3531\t9.8734\t10.9031\t9.9664\t9.3983\t9.9176\t9.6967\t8.7090\t10.8180\t8.4133\t9.8751\t9.3554\t10.9612\t10.3951\t9.9996\t10.2930\t9.3495\t9.7457\t9.8865\t10.4780\t5.4263\t9.2113\t0.0000\t11.0223\t9.3396\t10.4081\t9.7322\t8.7502\t9.0980\t8.6047\t10.4066\t8.9694\t10.1461\t10.3570\t9.1941\t9.5979\t10.1830\t8.9300\t9.0369\t8.3423\t8.5507\t9.6545\t10.2621\t10.3735\t10.0215\t9.7710\t8.8695\t10.2817\t9.6384\t7.7748\t8.4154\t9.2487\t8.4962\t9.0149\t9.4951\t6.2479\t10.2443\t11.6777\t8.7421\t10.8172\t7.8549\t9.9142\t9.5584\t8.2250\t10.4303\t9.9934\t10.0361\t10.0668\t9.9072\t7.8965\t7.1980\t9.4603\t10.9002\t9.3484\t10.3053\t9.4169\t10.5667\t8.5899\t9.8677\t11.4019\t9.5811\t9.6989\t9.4795\t10.0994\t10.9168\t8.4204\t9.9627\t10.0377\t9.4629\t9.3562\t10.5851\t6.9425\t8.9838\t10.6765\t9.9384\t9.1977\t9.6587\t9.0208\t9.8005\t9.1883\t10.3857\t10.7272\t7.2490\t10.7246\t8.9342\t9.7207\t9.8477\t9.7726\t9.7362\t8.6327\t9.8676\t8.7872\t10.7258\t8.9268\t9.1160\t8.8336\t6.6724\t8.9061\t10.5442\t9.7131\t9.5641\t9.3703\t10.0912\t10.4453\t10.5372\t9.4879\t8.7899\t9.0256\t9.1386\t9.4873\t9.0663\t9.3392\t9.1183\t9.2852\t9.6085\t9.1391\t9.1148\t9.4367\t9.7488\t9.3428\t9.0951\t8.9741\t8.6975\t10.2895\t9.2193\t9.3276\t9.7736\t9.5564\t8.6373\t9.1566\t9.3344\t8.5625\t9.1755\t10.8986\t9.4033\t10.0728\t9.0210\t8.9072\t9.0153\t9.9077\t10.2181\t8.8516\t10.5591\t9.6371\t8.2533\t9.6301\t9.5104\t9.0727\t9.5510\t9.2765\t10.9676\t8.5859\t7.9796\t10.3710\t9.5914\t7.1580\t8.4021\t10.6017\t9.8882\t8.1889\t8.7345\t10.2227\t9.2486\t9.3537\t0.0000\t9.5619\t9.1501\t10.5494\t8.0968\t8.2946\t9.3240\t9.5941\t10.4429\t9.6197\t10.1003\t10.2364\t8.1585\t8.8200\t10.2373\t9.6130\t9.4387\t9.7294\t9.0819\t7.9880\t9.4783\t9.1562\t8.2965\t11.1971\t9.0618\t8.9350\t8.9448\t9.6895\t9.8264\t10.1722\t7.6695\t10.7437\t9.2422\t9.0690\t10.3194\t10.0919\t8.4212\t10.1280\t9.6681\t9.5655\t9.8796\t10.7480\t7.9156\t8.7482\t8.5465\t7.8636\t9.6427\t10.4024\t8.4929\t9.2998\t10.3586\t8.2758\t8.6795\t8.0589\t9.3185\t9.9619\t9.4505\t9.1642\t9.0004\t10.1860\t9.9911\t9.8912\t9.0623\t9.4614\t9.3103\t9.6315\t10.2848\t10.0970\t10.5399\t9.0708\t8.8356\t10.1779\t10.0225\t10.4046\t6.6307\t10.8495\t11.7150\t9.4788\t7.6623\t10.0712\t12.2510\t9.6946\t8.5083\t10.3356\t10.6453\t7.6439\t11.4296\t9.4583\t9.1996\t6.6724\t10.8495\t7.4950\t8.8352\t11.3527\t9.5305\t10.7080\t8.6335\t10.5783\t8.9542\t9.5672\t9.7970\t8.0931\t10.8575\t8.9263\t9.4748\t9.5908\t10.0248\t10.1478\t8.6261\t9.7632\t9.3903\t10.4374\t7.0444\t8.6653\t8.7309\t8.5661\t10.0365\t9.2387\t8.5915\t11.4311\t9.9733\t9.2230\t9.3063\t9.3692\t7.5774\t10.8183\t9.8283\t9.7585\t9.4216\t9.8076\t10.7883\t10.0614\t9.0283\t8.0857\t9.0563\t10.3426\t9.6355\t9.0279\t9.9375\t8.0715\t8.1033\t8.5422\t9.4233\t7.5826\t10.2157\t8.3554\t8.1606\t9.2518\t10.6234\t10.4931\t8.4035\t9.5877\t8.4338\t10.2332\t10.2076\t9.3675\t8.9164\t10.4050\t8.4957\t9.3648\t10.2043\t9.8000\t11.0040\t5.6439\t10.5604\t10.9400\t10.3439\t9.7178\t8.6504\t9.2538\t9.3548\t8.2143\t10.3765\t8.6559\t9.2740\t9.7119\t6.8027\t8.9383\t8.6616\t9.2597\t10.8054\t8.6768\t10.1720\t9.3240\t11.5518\t9.0093\t7.5462\t9.2389\t9.3565\t9.7150\t9.6117\t8.4638\t9.5058\t7.7710\t8.9297\t9.0073\t9.7606\t8.7785\t11.3769\t8.8309\t9.9998\t8.7048\t8.9076\t9.8228\t9.0399\t10.6084\t9.5384\t9.4567\t9.1465\t9.1241\t9.6358\t10.6484\t9.8550\t8.6449\t9.9494\t10.8059\t9.4838\t8.5335\t10.9239\t9.5003\t9.5501\t10.4777\t9.6894\t9.4098\t7.3576\t9.3231\t9.9040\t9.3134\t7.0626\t9.4299\t11.6211\t9.1857\t10.2648\t8.2884\t12.3777\t9.9276\t10.4719\t8.9869\t9.6213\t11.1653\t9.2514\t5.0875\t9.4641\t10.2282\t9.7888\t10.5174\t8.6421\t8.2998\t9.2680\t7.1497\t9.6101\t8.9134\t9.4335\t11.0943\t9.3776\t9.7599\t8.7392\t9.3212\t9.3507\t9.7224\t9.5452\t10.0102\t8.3223\t10.3302\t7.8985\t9.6146\t9.9056\t9.8714\t8.3805\t9.3921\t6.6582\t9.2711\t10.2692\t9.6074\t9.2488\t8.7298\t10.3593\t9.8734\t8.3309\t9.8796\t6.7004\t10.0822\t10.7953\t10.9760\t10.7016\t10.1984\t9.3489\t8.2423\t9.2104\t9.3807\t10.0299\t9.0538\t10.8522\t7.6073\t9.4576\t10.5918\t9.2686\t8.4696\t6.8202\t9.6585\t10.0854\t9.9253\t9.8723\t5.4919\t8.1740\t8.8806\t9.1530\t9.1225\t9.1648\t9.6748\t11.0900\t9.9861\t9.2757\t9.4180\t7.6556\t8.7859\t9.7706\t9.1442\t10.4358\t9.6851\t9.0087\t9.2349\t9.9337\t10.0458\t8.6552\t9.4466\t8.9274\t9.2601\t8.2384\t10.7929\t9.7966\t9.6529\t9.2905\t9.2663\t9.1965\t10.2879\t9.2903\t9.7583\t9.0495\t9.7509\t8.2344\t10.7332\t9.6488\t9.9590\t9.8305\t9.7015\t10.0807\t9.9326\t9.4749\t11.1898\t9.1085\t8.5474\t10.0128\t9.4451\t9.4135\t8.8003\t6.8595\t9.8975\t8.8584\t9.5729\t8.6754\t8.2134\t8.6105\t9.0896\t9.6439\t9.1789\t11.1444\t9.5392\t11.0119\t9.2126\t9.0417\t10.0074\t9.6404\t8.9952\t9.1228\t10.1826\t0.0000\t8.7211\t8.2755\t9.6126\t9.1421\t11.9166\t9.5484\t8.8504\t9.8117\t8.9206\t8.6817\t8.8781\t9.5543\t8.3113\t8.9493\t10.0497\t8.1470\t9.4676\t9.0933\t10.5302\t10.2508\t10.3536\t10.0782\t10.4853\t10.7594\t10.9473\t9.1424\t9.8796\t10.8306\t6.4919\t7.6193\t8.5736\t10.5606\t11.1672\t9.9190\t7.8880\t8.0928\t9.6895\t8.4815\t11.1178\t8.9971\t10.6223\t8.9185\t10.2996\t10.2009\t10.4458\t9.2341\t9.7988\t9.9861\t10.8128\t7.8434\t9.8852\t8.3586\t9.5653\t10.4730\t9.8948\t10.5643\t8.6541\t9.3956\t9.8550\t8.1472\t9.1814\t9.1673\t9.7803\t9.6173\t9.3340\t9.1010\t10.9686\t10.8772\t11.2261\t9.1734\t10.6455\t8.6234\t9.5800\t10.7022\t10.0359\t8.4998\t9.2885\t9.5529\t9.2368\t9.6808\t10.2683\t8.1740\t9.4448\t11.5150\t9.3457\t10.5372\t8.8388\t10.1350\t9.5848\t9.2612\t10.3897\t9.2468\t10.3331\t8.7429\t8.6724\t8.9284\t10.2316\t10.0924\t9.0566\t10.3963\t10.2152\t10.4782\t9.2254\t9.8027\t9.0272\t9.8365\t9.5649\t8.7912\t10.9769\t10.2050\t9.8681\t9.0928\t7.0996\t8.1849\t9.5075\t9.6620\t10.6608\t11.1130\t7.3750\t10.2545\t8.6456\t10.1617\t0.0000\t9.0467\t9.5225\t9.5777\t10.4714\t10.3308\t9.6448\t9.9473\t7.9297\t9.7988\t9.1147\t10.0382\t9.2992\t10.6303\t10.2049\t8.9615\t9.7457\t10.2879\t8.9750\t9.0457\t10.5509\t9.6707\t9.8404\t9.0023\t10.2488\t8.5736\t9.5813\t9.0542\t8.1460\t9.8480\t8.0168\t10.3414\t9.8262\t7.4159\t9.8985\t9.0421\t7.2668\t7.5842\t9.5876\t9.2639\t11.0003\t10.9660\t9.0735\t11.5736\t9.5492\t8.8120\t9.9869\t9.3294\t9.6939\t8.9195\t10.4300\t9.5469\t10.6851\t8.1750\t9.9771\t8.5639\t9.4335\t8.9292\t10.0817\t9.1084\t9.2070\t7.3116\t9.2946\t9.0314\t8.9127\t10.4899\t9.4276\t9.4507\t9.2579\t8.3094\t9.2321\t9.5819\t10.3502\t8.6030\t10.2184\t9.1524\t10.7269\t8.3634\t8.9039\t9.8069\t9.1897\t10.3997\t9.0230\t10.4505\t10.1546\t9.5566\t10.4928\t9.0675\t10.2907\t8.9803\t8.8796\t10.9708\t11.4080\t0.0000\t9.6877\t8.8674\t10.9734\t8.6200\t9.9930\t9.6492\t9.6299\t8.6946\t8.4091\t9.8350\t8.3123\t9.7702\t10.8075\t8.5843\t9.7106\t10.4014\t9.0811\t7.2462\t10.8028\t9.4636\t9.6649\t9.3233\t9.0204\t11.4607\t9.5671\t9.0575\t8.6754\t9.8069\t10.4365\t10.1611\t8.9563\t8.5790\t8.9978\t9.2407\t8.2753\t10.4733\t10.2520\t8.9218\t10.5248\t10.2647\t8.1859\t8.8537\t8.5392\t8.4048\t8.6902\t10.6071\t7.5999\t0.0000\t8.5367\t9.2340\t8.6556\t10.1949\t9.6075\t9.4827\t10.0463\t9.0420\t8.6611\t10.4578\t9.7461\t9.7860\t10.0158\t8.9545\t10.1063\t9.0813\t8.0320\t10.6342\t10.3152\t8.5533\t9.4815\t10.5120\t10.5879\t10.4336\t9.8693\t8.6289\t8.1439\t8.4506\t9.5601\t10.3353\t7.3399\t10.1425\t9.2856\t11.1612\t7.6991\t7.2330\t10.9702\t9.0288\t8.5030\t9.9919\t8.6554\t9.4112\t9.4886\t9.0003\t7.3941\t10.0470\t7.8629\t9.7097\t9.5114\t9.7159\t10.3021\t7.6336\t10.2427\t10.5740\t9.3166\t7.4728\t9.6955\t9.4872\t9.6685\t9.5278\t10.3973\t7.9666\t9.3114\t9.6025\t9.4567\t9.4501\t10.1871\t9.9856\t9.0495\t11.3608\t8.2048\t10.8715\t8.4092\t9.8617\t9.1817\t8.7795\t6.9429\t10.2247\t7.3129\t10.0546\t9.6172\t9.0095\t10.6232\t9.9608\t9.8219\t9.8583\t11.1809\t9.3798\t9.2647\t10.7852\t9.3896\t7.5546\t9.6481\t10.1246\t9.6977\t8.9768\t8.4103\t9.5290\t8.3766\t9.4517\t8.5731\t7.3274\t9.0081\t9.6249\t9.0401\t9.5371\t10.2582\t10.2541\t9.2246\t8.7649\t10.5599\t10.1047\t8.8361\t9.9835\t10.2891\t10.0983\t10.3389\t10.6006\t9.2099\t9.5761\t8.5838\t9.4054\t9.8032\t8.9568\t9.9719\t9.4221\t9.2021\t9.2402\t9.7074\t7.3837\t9.9259\t10.4497\t9.7830\t9.1155\t8.4790\t9.7245\t10.3299\t8.9106\t9.5627\t7.6859\t9.8363\t9.6031\t8.7853\t10.2152\t8.7493\t8.4769\t8.7901\t8.7405\t10.6239\t9.0224\t9.6678\t10.7699\t7.4998\t7.2854\t10.2708\t9.9282\t10.2829\t8.1081\t10.2031\t9.6283\t9.5602\t10.0600\t10.0465\t10.6052\t8.8822\t9.5501\t9.0600\t9.0005\t9.7901\t9.7093\t11.0530\t9.6770\t8.1347\t10.7917\t9.0067\t8.8053\t10.7135\t10.4796\t9.8648\t9.9107\t8.6331\t9.0016\t9.3796\t10.6804\t7.4162\t8.9806\t9.9804\t7.3026\t9.0687\t9.9340\t9.6429\t10.1667\t8.9204\t9.0585\t10.5631\t9.0953\t10.7002\t8.1224\t8.4956\t9.5203\t10.3513\t9.7751\t9.0303\t8.4144\t8.2668\t9.1526\t10.5350\t9.8475\t9.7781\t10.4021\t10.3375\t8.7473\t9.1941\t9.6542\t10.8936\t9.2021\t9.6223\t8.6216\t10.5894\t8.7241\t10.8088\t8.8478\t9.2129\t9.0261\t9.1028\t9.4678\t9.6796\t11.0896\t10.0922\t10.4709\t8.4081\t8.4641\t10.0383\t10.8911\t10.5047\t8.8653\t9.9562\t9.4750\t10.6078\t8.0271\t9.3188\t10.2742\t10.5081\t9.6050\t11.8056\t10.1235\t9.7100\t7.2288\t9.5811\t8.9128\t8.9828\t7.7637\t8.9200\t9.4156\t9.5064\t8.8146\t9.8759\t8.8739\t10.1943\t9.4997\t9.8217\t8.7943\t8.7619\t9.2725\t9.2341\t9.7749\t9.5948\t9.1639\t10.7172\t10.5491\t10.4806\t9.3673\t8.8663\t8.8728\t7.8149\t10.2886\t9.9215\t9.0395\t9.5634\t9.6047\t10.2222\t8.5623\t8.4677\t9.8311\t8.1270\t9.4318\t8.9550\t11.3243\t8.6221\t9.3102\t10.1793\t9.9324\t9.8103\t8.7342\t8.7465\t9.8902\t9.7659\t11.9978\t10.6364\t9.3346\t9.5015\t9.7261\t8.5038\t8.4261\t9.7947\t9.1203\t8.9592\t8.7347\t8.8824\t8.5925\t10.1011\t9.8024\t8.2192\t9.7260\t10.1466\t9.7477\t8.9398\t9.1016\t10.6696\t9.7052\t9.6059\t9.1505\t9.6780\t9.0608\t9.6306\t8.8365\t8.9525\t10.0350\t9.2804\t9.5196\t8.2552\t9.7405\t8.6545\t9.9634\t9.5192\t9.9420\t9.5753\t9.2890\t10.0729\t10.2395\t9.7323\t9.4118\t10.6010\t9.2295\t9.5274\t8.4165\t7.9392\t10.3760\t10.4618\t10.7271\t8.9166\t8.4945\t9.3571\t10.3759\t8.5141\t10.2672\t9.4377\t9.6456\t9.2347\t9.5465\t9.3738\t8.8629\t8.2135\t10.6673\t10.5650\t9.9359\t10.4907\t10.3075\t9.0848\t10.9409\t8.7151\t10.0203\t8.9813\t9.3541\t10.5927\t10.4885\t9.4066\t9.6409\t9.9225\t10.6138\t9.7058\t10.7745\t10.6064\t10.1010\t8.7447\t8.9075\t9.1745\t8.7207\t10.3273\t8.8399\t9.1614\t9.0993\t7.9250\t9.6117\t8.9772\t9.7268\t8.7751\t9.1956\t9.2030\t9.2143\t8.8601\t11.5413\t9.0483\t10.2504\t9.7556\t9.4146\t9.4851\t10.6362\t10.2921\t9.6917\t10.3134\t9.6750\t8.9947\t9.8741\t9.1711\t9.7522\t9.4792\t8.9859\t8.6827\t9.1145\t8.7844\t9.9229\t9.8885\t10.4141\t9.2741\t9.3061\t11.0305\t9.6430\t9.9133\t9.3151\t9.6992\t9.7845\t10.1820\t9.9484\t9.5457\t9.0190\t9.6840\t9.6881\t10.1945\t10.6118\t9.5154\t9.9782\t8.8517\t9.3940\t10.4846\t10.2393\t8.1872\t9.5715\t9.7471\t8.6776\t8.7353\t8.8924\t10.0502\t10.3047\t8.5665\t9.7601\t10.4423\t8.8738\t10.9515\t7.0429\t9.8030\t7.8138\t10.2474\t8.8726\t8.4170\t10.1709\t9.9099\t10.6639\t9.2461\t10.0784\t8.9959\t9.5337\t9.4548\t10.0538\nENSG00000278814.1\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\t0.0000\n"
  },
  {
    "path": "inst/extdata/gtex_probeMap_gencode.v23.annotation.gene.probemap_test",
    "content": "id\tgene\tchrom\tchromStart\tchromEnd\tstrand\nENSG00000242268.2\tRP11-368I23.2\tchr3\t168903366\t168921996\t+\nENSG00000259041.1\tRP11-167B3.1\tchr15\t98282075\t98285907\t+\nENSG00000270112.3\tRP11-742D12.2\tchr18\t46756487\t46764408\t+\nENSG00000167578.16\tRAB4B\tchr19\t40778216\t40796944\t+\nENSG00000278814.1\tAC104071.1\tchr4\t31349786\t31349874\t-"
  },
  {
    "path": "man/Combat_Normal.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/CombatNormal.R\n\\name{Combat_Normal}\n\\alias{Combat_Normal}\n\\title{Process and Correct Batch Effects in TCGA's normal tissue and GTEX Data}\n\\usage{\nCombat_Normal(\n  TCGA_normal_data_path,\n  gtex_data_path,\n  CombatNormal_output_path,\n  auto_mode = FALSE,\n  default_input = \"11,12\"\n)\n}\n\\arguments{\n\\item{TCGA_normal_data_path}{The path to the tumor data stored in an RDS file.}\n\n\\item{gtex_data_path}{The path to the GTEX data stored in an RDS file.}\n\n\\item{CombatNormal_output_path}{A character string specifying the path where the output RDS file will be saved.}\n\n\\item{auto_mode}{Logical. If set to TRUE, the function will not prompt the user for input and\nwill instead use the values provided in default_input. Default is FALSE.}\n\n\\item{default_input}{Character string. When auto_mode is TRUE, this parameter specifies the default\nTGCA's normal tissue types to be retained. It should be provided as a comma-separated string (e.g., \"11,12\").}\n}\n\\value{\nA data.frame with corrected values after the ComBat_seq adjustment. Note that this function also saves the\n       combat_count_df data as an RDS file at the specified output path.\n}\n\\description{\nThe function first extracts histological types from the provided TCGA's normal tissue data set.\nAfter displaying these types, the user is prompted to input specific types to retain.\nThe data is then filtered based on this input.\nThe GTEX and TCGA's normal tissue datasets are then combined and batch corrected.\n\nNote: This function assumes that TCGA's normal samples and GTEX samples represent different batches.\n}\n\\details{\nThis function takes a TCGA's normal tissue data set and a pre-saved GTEX data set, asks the user\nfor specific TCGA's normal tissue types to retain, then merges the two datasets. The merged dataset\nis then corrected for batch effects using the ComBat_seq function from the 'sva' package.\n\n\nThe ComBat_seq function from the 'sva' package is used to correct batch effects.\nThe function requires the 'sva' package to be installed and loaded externally.\n\nThe example code uses `tempfile()` to generate temporary paths dynamically during execution.\nThese paths are valid during the `R CMD check` process, even if no actual files exist,\nbecause `tempfile()` generates a unique file path that does not depend on the user's file system.\nUsing `tempfile()` ensures that the example code does not rely on specific external files and\navoids errors during `R CMD check`. CRAN review checks for documentation correctness\nand syntax parsing, not the existence of actual files, as long as the example code is syntactically valid.\n}\n\\examples{\nTCGA_normal_file <- system.file(\"extdata\",\n                                \"SKCM_Skin_TCGA_exp_normal_test.rds\",\n                                package = \"TransProR\")\ngtex_file <- system.file(\"extdata\", \"Skin_SKCM_Gtex_test.rds\", package = \"TransProR\")\noutput_file <- file.path(tempdir(), \"SKCM_Skin_Combat_Normal_TCGA_GTEX_count.rds\")\n\nSKCM_Skin_Combat_Normal_TCGA_GTEX_count <- Combat_Normal(\n  TCGA_normal_data_path = TCGA_normal_file,\n  gtex_data_path = gtex_file,\n  CombatNormal_output_path = output_file,\n  auto_mode = TRUE,\n  default_input = \"skip\"\n)\nhead(SKCM_Skin_Combat_Normal_TCGA_GTEX_count)[1:5, 1:5]\n\n}\n\\seealso{\n\\code{\\link[sva]{ComBat_seq}}\n}\n"
  },
  {
    "path": "man/Contrast_Venn.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/Contrast_Venn.R\n\\name{Contrast_Venn}\n\\alias{Contrast_Venn}\n\\title{Function to Create a Venn Diagram of DEGs with Custom Colors}\n\\usage{\nContrast_Venn(\n  all_degs_venn,\n  edge_colors,\n  name_color,\n  fill_colors,\n  label_size = 4,\n  edge_size = 3\n)\n}\n\\arguments{\n\\item{all_degs_venn}{A list of DEG sets for Venn Diagram creation.}\n\n\\item{edge_colors}{A vector of colors for the edges of the Venn Diagram sets.}\n\n\\item{name_color}{A vector of colors for the names of the sets in the Venn Diagram.}\n\n\\item{fill_colors}{A vector of two colors for the gradient fill of the Venn Diagram.}\n\n\\item{label_size}{The size of the labels showing the number of elements in each set (default is 4).}\n\n\\item{edge_size}{The size of the edges of the Venn Diagram sets (default is 3).}\n}\n\\value{\nA `ggplot` object representing the Venn Diagram.\n}\n\\description{\nThis function creates a Venn Diagram using the 'ggVennDiagram' package.\nIt allows customization of various aesthetic elements of the diagram, including colors.\n}\n\\examples{\n\ndata(\"all_degs_venn\", package = \"TransProR\")\n\nedge_colors <- c(\"#1b62bb\",\"#13822e\",\"#332c3a\",\"#9e2d39\")\nname_color <- c(\"#1b64bb\",\"#13828e\",\"#337c3a\",\"#9e9d39\")\nfill_colors <- c(\"#e3f2fa\", \"#0288d1\")\n\nContrast_degs_venn <- Contrast_Venn(all_degs_venn, edge_colors, name_color, fill_colors)\n}\n"
  },
  {
    "path": "man/DESeq2_analyze.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/DESeq2Analyze.R\n\\name{DESeq2_analyze}\n\\alias{DESeq2_analyze}\n\\title{Differential Gene Expression Analysis using 'DESeq2'}\n\\usage{\nDESeq2_analyze(\n  tumor_file,\n  normal_file,\n  output_file,\n  logFC = 2.5,\n  p_value = 0.01\n)\n}\n\\arguments{\n\\item{tumor_file}{Path to the tumor data file (RDS format).}\n\n\\item{normal_file}{Path to the normal data file (RDS format).}\n\n\\item{output_file}{Path to save the output DEG data (RDS format).}\n\n\\item{logFC}{Threshold for log fold change.}\n\n\\item{p_value}{Threshold for p-value.}\n}\n\\value{\nA data frame of differential expression results.\n}\n\\description{\n'DESeq2': Differential gene expression analysis based on the negative binomial distribution.\nThis function utilizes the 'DESeq2' package to conduct differential gene expression analysis.\nIt processes tumor and normal expression data, applies DESeq2 analysis,\nand outputs the results along with information on gene expression changes.\n}\n\\details{\nThe DESeq2 methodology is based on modeling count data using a negative binomial distribution,\nwhich allows for handling the variability observed in gene expression data, especially in\nsmall sample sizes. This approach is well-suited for RNA-Seq data analysis.\n}\n\\examples{\n# Define file paths for tumor and normal data from the data folder\ntumor_file <- system.file(\"extdata\",\n                          \"removebatch_SKCM_Skin_TCGA_exp_tumor_test.rds\",\n                          package = \"TransProR\")\nnormal_file <- system.file(\"extdata\",\n                           \"removebatch_SKCM_Skin_Normal_TCGA_GTEX_count_test.rds\",\n                           package = \"TransProR\")\noutput_file <- file.path(tempdir(), \"DEG_DESeq2.rds\")\n\nDEG_DESeq2 <- DESeq2_analyze(\n  tumor_file = tumor_file,\n  normal_file = normal_file,\n  output_file = output_file,\n  2.5,\n  0.01\n)\n\n# View the top 5 rows of the result\nhead(DEG_DESeq2, 5)\n\n}\n\\references{\nDESeq2:Differential gene expression analysis based on the negative binomial distribution.\nFor more information, visit the page:\nhttps://docs.gdc.cancer.gov/Data/Bioinformatics_Pipelines/Expression_mRNA_Pipeline/\n}\n"
  },
  {
    "path": "man/Wilcoxon_analyze.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/WilcoxonAnalyze.R\n\\name{Wilcoxon_analyze}\n\\alias{Wilcoxon_analyze}\n\\title{Differential Gene Expression Analysis Using Wilcoxon Rank-Sum Test}\n\\usage{\nWilcoxon_analyze(\n  tumor_file,\n  normal_file,\n  output_file,\n  logFC_threshold = 2.5,\n  fdr_threshold = 0.05\n)\n}\n\\arguments{\n\\item{tumor_file}{Path to the tumor data file (RDS format).}\n\n\\item{normal_file}{Path to the normal data file (RDS format).}\n\n\\item{output_file}{Path to save the output DEG data (RDS format).}\n\n\\item{logFC_threshold}{Threshold for log fold change for marking up/down-regulated genes.}\n\n\\item{fdr_threshold}{Threshold for FDR for filtering significant genes.}\n}\n\\value{\nA data frame of differential expression results.\n}\n\\description{\nThis function performs differential gene expression analysis using Wilcoxon rank-sum tests.\nIt reads tumor and normal expression data, performs TMM normalization using 'edgeR', and uses Wilcoxon rank-sum tests to identify differentially expressed genes.\n}\n\\examples{\n# Define file paths for tumor and normal data from the data folder\ntumor_file <- system.file(\"extdata\",\n                          \"removebatch_SKCM_Skin_TCGA_exp_tumor_test.rds\",\n                          package = \"TransProR\")\nnormal_file <- system.file(\"extdata\",\n                           \"removebatch_SKCM_Skin_Normal_TCGA_GTEX_count_test.rds\",\n                           package = \"TransProR\")\noutput_file <- file.path(tempdir(), \"Wilcoxon_rank_sum_testoutRst.rds\")\n\n# Run the Wilcoxon rank sum test\noutRst <- Wilcoxon_analyze(\n  tumor_file = tumor_file,\n  normal_file = normal_file,\n  output_file = output_file,\n  logFC_threshold = 2.5,\n  fdr_threshold = 0.01\n)\n\n# View the top 5 rows of the result\nhead(outRst, 5)\n}\n\\references{\nLi, Y., Ge, X., Peng, F., Li, W., & Li, J. J. (2022). Exaggerated False Positives by Popular\nDifferential Expression Methods When Analyzing Human Population Samples. Genome Biology, 23(1), 79.\nDOI: https://doi.org/10.1186/s13059-022-02648-4.\n}\n"
  },
  {
    "path": "man/add_boxplot.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/CircosFruits.R\n\\name{add_boxplot}\n\\alias{add_boxplot}\n\\title{Add a boxplot layer to a `ggtree` plot}\n\\usage{\nadd_boxplot(\n  p,\n  data,\n  fill_color = \"#f28131\",\n  alpha = 0.6,\n  offset = 0.22,\n  pwidth = 0.5\n)\n}\n\\arguments{\n\\item{p}{An existing ggtree plot object.}\n\n\\item{data}{A data frame containing the data to be plotted. Expected to have columns for 'Sample' and 'value'.}\n\n\\item{fill_color}{A character string specifying the fill color for the boxplots. Default is \"#f28131\".}\n\n\\item{alpha}{Numeric value for the transparency of the boxplots. Default is 0.6.}\n\n\\item{offset}{Numeric value, the position of the boxplot on the x-axis relative to its gene name. Default is 0.22.}\n\n\\item{pwidth}{Numeric value, the width of the boxplot. Default is 0.5.}\n}\n\\value{\nA `ggtree` plot object with the added boxplot layer.\n}\n\\description{\nThis function adds a boxplot layer to an existing `ggtree` plot object using ggtreeExtra's geom_fruit for boxplots.\nIt is primarily used to display statistical summaries of the data related to gene expressions or other metrics.\n}\n\\examples{\n\\donttest{\n# Check and load required packages\nif (requireNamespace(\"ggtreeExtra\", quietly = TRUE) &&\n requireNamespace(\"ggplot2\", quietly = TRUE)) {\n  library(ggtreeExtra)\n  library(ggplot2)\n\n  file_path <- system.file(\"extdata\", \"p_tree_test.rds\", package = \"TransProR\")\n  p <- readRDS(file_path)\n\n  # Create boxplot data frame\n  boxplot_data <- data.frame(\n    Sample = rep(c(\"Species_A\", \"Species_B\", \"Species_C\", \"Species_D\"), each = 30),\n    value = c(\n      rnorm(30, mean = 5, sd = 1),   # Data for Species_A\n      rnorm(30, mean = 7, sd = 1.5), # Data for Species_B\n      rnorm(30, mean = 6, sd = 1.2), # Data for Species_C\n      rnorm(30, mean = 8, sd = 1.3)  # Data for Species_D\n    )\n  )\n\n  # Call add_boxplot function to add boxplot layer\n  p_with_boxplot <- add_boxplot(p, boxplot_data)\n} else {\n  message(\"Required packages 'ggtreeExtra' and 'ggplot2' are not installed.\")\n}\n}\n\n}\n"
  },
  {
    "path": "man/add_new_tile_layer.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/CircosFruits.R\n\\name{add_new_tile_layer}\n\\alias{add_new_tile_layer}\n\\title{Add a new tile layer with dynamic scales to a `ggtree` plot}\n\\usage{\nadd_new_tile_layer(\n  p,\n  data,\n  gene_colors,\n  gene_label,\n  alpha_value = c(0.3, 0.9),\n  offset = 0.02,\n  pwidth = 2\n)\n}\n\\arguments{\n\\item{p}{An existing ggtree plot object.}\n\n\\item{data}{A data frame containing the data to be plotted. Expected to have columns for 'Sample', 'Gene', and 'value'.}\n\n\\item{gene_colors}{A named vector of colors for genes.}\n\n\\item{gene_label}{A character string used as a label in the legend for the genes.}\n\n\\item{alpha_value}{A numeric or named vector for setting the alpha scale based on values.}\n\n\\item{offset}{Numeric value, the position of the tile on the x-axis relative to its gene name. Default is 0.02.}\n\n\\item{pwidth}{Numeric value, the width of the tile. Default is 2.}\n}\n\\value{\nA `ggtree` plot object with the added tile layer and new scales.\n}\n\\description{\nThis function adds a new tile layer to an existing `ggtree` plot object, allowing for separate scales for fill\nand alpha transparency. This is useful when you want to add additional data layers without interfering with\nthe existing scales in the plot. It utilizes the 'ggnewscale' package to reset scales for new layers.\n}\n\\examples{\n\\donttest{\n# Check and load required packages\nif (requireNamespace(\"ggtreeExtra\", quietly = TRUE) &&\n requireNamespace(\"ggplot2\", quietly = TRUE) &&\n  requireNamespace(\"ggnewscale\", quietly = TRUE)) {\n  library(ggtreeExtra)\n  library(ggplot2)\n  library(ggnewscale)\n\n  file_path <- system.file(\"extdata\", \"p_tree_test.rds\", package = \"TransProR\")\n  p <- readRDS(file_path)\n\n  # Create new expression data\n  new_expression_data <- data.frame(\n    Sample = rep(c(\"Species_A\", \"Species_B\", \"Species_C\", \"Species_D\"), each = 3),\n    Gene = rep(c(\"Gene6\", \"Gene7\", \"Gene8\"), times = 4),\n    Value = runif(12, min = 0, max = 1)  # Randomly generate expression values between 0 and 1\n  )\n\n  # Define new gene colors\n  new_gene_colors <- c(\n    Gene6 = \"#0b5f63\",\n    Gene7 = \"#074d41\",\n    Gene8 = \"#1f5e27\"\n  )\n\n  # Define gene label and alpha values\n  gene_label <- \"New Genes\"\n  alpha_value <- c(0.3, 0.9)\n\n  # Add new tile layer\n  p_with_new_layer <- add_new_tile_layer(\n    p,\n    new_expression_data,\n    new_gene_colors,\n    gene_label,\n    alpha_value,\n    offset = 0.02,\n    pwidth = 2\n  )\n} else {\n  message(\"Required packages 'ggtreeExtra', 'ggplot2', and 'ggnewscale' are not installed.\")\n}\n}\n\n}\n"
  },
  {
    "path": "man/adjust_alpha_scale.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/AdjustAlphaScale.R\n\\name{adjust_alpha_scale}\n\\alias{adjust_alpha_scale}\n\\title{Adjust Alpha Scale for Data Visualization}\n\\usage{\nadjust_alpha_scale(data, name, range = c(0.2, 0.8))\n}\n\\arguments{\n\\item{data}{A data frame containing the values for which the alpha scale is to be adjusted.}\n\n\\item{name}{Character string that will be used as the title of the legend in the plot.}\n\n\\item{range}{Numeric vector of length 2 specifying the range of alpha values, defaults to c(0.2, 0.8).}\n}\n\\value{\nA ggplot2 alpha scale adjustment layer.\n}\n\\description{\nThis function dynamically adjusts the transparency scale for visualizations,\nespecially useful when the range of data values varies significantly across different sources.\nIt modifies the transparency scale based on the range of values present in the data,\nensuring that the visualization accurately reflects variations within the data.\n}\n\\examples{\n# Assuming 'data' is a DataFrame with a 'value' column\nplot_data <- data.frame(value = c(10, 20, 30, 40, 50))\nggplot2::ggplot(plot_data, ggplot2::aes(x = 1:nrow(plot_data), y = value)) +\n  ggplot2::geom_point(ggplot2::aes(alpha = value)) +\n  adjust_alpha_scale(plot_data, \"Transparency Scale\")\n\n}\n"
  },
  {
    "path": "man/adjust_color_tone.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EnrichmentSpiralize.R\n\\name{adjust_color_tone}\n\\alias{adjust_color_tone}\n\\title{Adjust Color Tone by Modifying Saturation and Luminance}\n\\usage{\nadjust_color_tone(color, saturation_scale, luminance_scale)\n}\n\\arguments{\n\\item{color}{A color in hexadecimal format (e.g., \"#FF0000\") or a valid R color name.}\n\n\\item{saturation_scale}{Numeric, the scaling factor for saturation (values < 1 decrease saturation, values > 1 increase saturation).}\n\n\\item{luminance_scale}{Numeric, the scaling factor for luminance (values < 1 darken the color, values > 1 lighten the color).}\n}\n\\value{\nReturns a color in hexadecimal format adjusted according to the provided scales.\n}\n\\description{\nThis function adjusts the saturation and luminance of a given color. It works by converting\nthe color from RGB to Luv color space, applying the scaling factors to the saturation and luminance,\nand then converting it back to RGB.\n}\n\\examples{\n  adjusted_color <- adjust_color_tone(\"#FF0000\", saturation_scale = 0.8, luminance_scale = 1.2)\n  print(adjusted_color)\n\n}\n"
  },
  {
    "path": "man/adjust_export_pathway.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EnrichCirclize.R\n\\name{adjust_export_pathway}\n\\alias{adjust_export_pathway}\n\\title{Adjust and Export Pathway Analysis Results}\n\\usage{\nadjust_export_pathway(fgseaRes, nTop = 10)\n}\n\\arguments{\n\\item{fgseaRes}{Dataframe containing fgsea results with columns 'pathway', 'ES', and 'pval'.}\n\n\\item{nTop}{Integer, number of top pathways to select based on the p-value.}\n}\n\\value{\nA vector containing combined top upregulated and downregulated pathways.\n}\n\\description{\nThis function processes a dataframe containing fgsea results. It adjusts pathway names\nby removing underscores, converting to lowercase, then capitalizing the first letter,\nand joining the components with spaces. It selects and merges the top upregulated\nand downregulated pathways based on enrichment score (ES) and p-value.\n}\n\\examples{\n# Create a synthetic fgseaRes dataframe\nfgseaRes <- data.frame(\n pathway = c(\"KEGG_APOPTOSIS\",\n             \"GO_CELL_CYCLE\",\n             \"REACTOME_DNA_REPAIR\",\n             \"KEGG_METABOLISM\",\n             \"GO_TRANSPORT\"),\n ES = c(0.45, -0.22, 0.56, -0.35, 0.33),\n pval = c(0.001, 0.02, 0.0003, 0.05, 0.01)\n)\n\n# Run the function to get top pathways\nresult <- adjust_export_pathway(fgseaRes = fgseaRes, nTop = 2)\n\n}\n"
  },
  {
    "path": "man/all_degs_venn.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/data.R\n\\docType{data}\n\\name{all_degs_venn}\n\\alias{all_degs_venn}\n\\title{All DEGs Venn Diagram Data}\n\\format{\nA list with the following components:\n\\describe{\n  \\item{DESeq2}{A vector of gene IDs or gene symbols identified as DEGs by the DESeq2 method.}\n  \\item{edgeR}{A vector of gene IDs or gene symbols identified as DEGs by the edgeR method.}\n  \\item{limma}{A vector of gene IDs or gene symbols identified as DEGs by the limma method. }\n  \\item{Wilcoxon_test}{A vector of gene IDs or gene symbols identified as DEGs by the Wilcoxon test method. }\n}\n}\n\\source{\nThe data was derived from differential expression analyses performed on a gene expression dataset using four commonly used statistical methods (DESeq2, edgeR, limma, and Wilcoxon test).\n}\n\\usage{\ndata(all_degs_venn)\n}\n\\description{\nA dataset containing the differentially expressed genes (DEGs) from four different statistical analysis methods: DESeq2, edgeR, limma, and Wilcoxon test.\nThis dataset is used for generating Venn diagrams to compare the overlap of DEGs identified by different methods.\n}\n\\examples{\ndata(all_degs_venn)\n# Example of plotting a Venn diagram using the dataset\n\nedge_colors <- c(\"#1b62bb\",\"#13822e\",\"#332c3a\",\"#9e2d39\")\nname_color <- c(\"#1b64bb\",\"#13828e\",\"#337c3a\",\"#9e9d39\")\nfill_colors <- c(\"#e3f2fa\", \"#0288d1\")\n\nContrast_degs_venn <- Contrast_Venn(all_degs_venn, edge_colors, name_color, fill_colors)\n\n}\n\\keyword{datasets}\n"
  },
  {
    "path": "man/circos_fruits.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/CircosFruits.R\n\\name{circos_fruits}\n\\alias{circos_fruits}\n\\title{Add multiple layers to a `ggtree` plot for visualizing gene expression and enrichment data}\n\\usage{\ncircos_fruits(\n  p,\n  long_format_HeatdataDeseq,\n  ssgsea_kegg_HeatdataDeseq,\n  gsva_kegg_HeatdataDeseq,\n  gene_colors\n)\n}\n\\arguments{\n\\item{p}{A `ggtree` plot object to which the data and layers will be added.}\n\n\\item{long_format_HeatdataDeseq}{A data frame containing gene expression data with columns for `Samples`, `Genes`, and `Values`.}\n\n\\item{ssgsea_kegg_HeatdataDeseq}{A data frame containing SSGSEA analysis results with columns for `Samples`, `Genes`, and `Values`.}\n\n\\item{gsva_kegg_HeatdataDeseq}{A data frame containing GSVA analysis results with columns for `Samples`, `Genes`, and `Values`.}\n\n\\item{gene_colors}{A named vector of colors for genes, used for coloring tiles in different layers.}\n}\n\\value{\nA `ggtree` plot object with multiple layers added for comprehensive visualization.\n}\n\\description{\nThis function sequentially adds multiple layers to a `ggtree` plot, including gene expression data, boxplots for statistical\nsummaries, and additional tile layers for pathway enrichment scores from SSGSEA and GSVA analyses. It utilizes separate\nfunctions for adding each type of layer and allows for the specification of gene colors as well as adjustments in aesthetics\nfor each layer. The function is designed to work with specific data structures and assumes all functions for adding layers\nare defined and available.\n}\n\\examples{\n\\donttest{\n# Check and load required packages\nif (requireNamespace(\"ggtreeExtra\", quietly = TRUE) &&\n requireNamespace(\"ggplot2\", quietly = TRUE)) {\n  library(ggtreeExtra)\n  library(ggplot2)\n\n  # Example data for gene expression, SSGSEA, and GSVA\n  file_path <- system.file(\"extdata\", \"p_tree_test.rds\", package = \"TransProR\")\n  p <- readRDS(file_path)\n\n  # Create gene expression data frame (long_format_HeatdataDeseq)\n  long_format_HeatdataDeseq <- data.frame(\n    Sample = rep(c(\"Species_A\", \"Species_B\", \"Species_C\", \"Species_D\"), each = 5),\n    Genes = rep(paste0(\"Gene\", 1:5), times = 4),\n    Value = runif(20, min = 0, max = 1)  # Randomly generate expression values between 0 and 1\n  )\n\n  # Create SSGSEA analysis results data frame (ssgsea_kegg_HeatdataDeseq)\n  ssgsea_kegg_HeatdataDeseq <- data.frame(\n    Sample = rep(c(\"Species_A\", \"Species_B\", \"Species_C\", \"Species_D\"), each = 3),\n    Genes = rep(c(\"Pathway1\", \"Pathway2\", \"Pathway3\"), times = 4),\n    Value = runif(12, min = 0, max = 1)  # Randomly generate enrichment scores between 0 and 1\n  )\n\n  # Create GSVA analysis results data frame (gsva_kegg_HeatdataDeseq)\n  gsva_kegg_HeatdataDeseq <- data.frame(\n    Sample = rep(c(\"Species_A\", \"Species_B\", \"Species_C\", \"Species_D\"), each = 4),\n    Genes = rep(c(\"PathwayA\", \"PathwayB\", \"PathwayC\", \"PathwayD\"), times = 4),\n    Value = runif(16, min = 0, max = 1)  # Randomly generate enrichment scores between 0 and 1\n  )\n\n  # Define gene and pathway colors (named vector), including all genes and pathways\n  gene_colors <- c(\n    # Genes for gene expression\n    Gene1 = \"#491588\",\n    Gene2 = \"#301b8d\",\n    Gene3 = \"#1a237a\",\n    Gene4 = \"#11479c\",\n    Gene5 = \"#0a5797\",\n    # Pathways for SSGSEA\n    Pathway1 = \"#0b5f63\",\n    Pathway2 = \"#074d41\",\n    Pathway3 = \"#1f5e27\",\n    # Pathways for GSVA\n    PathwayA = \"#366928\",\n    PathwayB = \"#827729\",\n    PathwayC = \"#a1d99b\",\n    PathwayD = \"#c7e9c0\"\n  )\n\n  # Call circos_fruits function to add multiple layers\n  final_plot <- circos_fruits(\n    p,\n    long_format_HeatdataDeseq,\n    ssgsea_kegg_HeatdataDeseq,\n    gsva_kegg_HeatdataDeseq,\n    gene_colors\n  )\n} else {\n  message(\"Required packages 'ggtreeExtra' and 'ggplot2' are not installed.\")\n}\n}\n\n}\n"
  },
  {
    "path": "man/combat_tumor.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/CombatTumor.R\n\\name{combat_tumor}\n\\alias{combat_tumor}\n\\title{Process and Correct Batch Effects in Tumor Data}\n\\usage{\ncombat_tumor(\n  tumor_data_path,\n  CombatTumor_output_path,\n  auto_mode = FALSE,\n  default_input = \"01,06\"\n)\n}\n\\arguments{\n\\item{tumor_data_path}{The path to the tumor data stored in an RDS file.}\n\n\\item{CombatTumor_output_path}{A character string specifying the path where the output RDS file will be saved.}\n\n\\item{auto_mode}{Logical. If set to TRUE, the function will not prompt the user for input and\nwill instead use the values provided in default_input. Default is FALSE.}\n\n\\item{default_input}{Character string. When auto_mode is TRUE, this parameter specifies the default\ntumor types to be retained. It should be provided as a comma-separated string (e.g., \"01,06\").}\n}\n\\value{\nA data.frame with corrected values after the ComBat_seq adjustment. Note that this function also saves the\n        combat_count_df data as an RDS file at the specified output path.\n}\n\\description{\nThe function first extracts histological types from the provided tumor data set.\nAfter displaying these types, the user is prompted to input specific types to retain.\nThe data is then filtered based on this input.\n\nNote: This example assumes that different tumor types represent different batches in a general sense.\nUsers need to adjust the batch and group vectors based on real-life scenarios.\n}\n\\details{\nThis function takes a tumor data set, asks the user for specific tumor types to retain,\nand then corrects for batch effects using the ComBat_seq function from the 'sva' package.\n\n\nThe ComBat_seq function from the sva package is used to correct batch effects.\nThe function requires the 'sva' package to be installed and loaded externally.\n}\n\\examples{\ntumor_file <- system.file(\"extdata\",\n                          \"SKCM_Skin_TCGA_exp_tumor_test.rds\",\n                          package = \"TransProR\")\noutput_file <- file.path(tempdir(), \"SKCM_combat_count.rds\")\n\n  SKCM_combat_count <- combat_tumor(\n  tumor_data_path = tumor_file,\n  CombatTumor_output_path = output_file,\n  auto_mode = TRUE,\n  default_input = \"01,06\"\n)\n\nhead(SKCM_combat_count)[1:5, 1:5]\n\n}\n\\seealso{\n\\code{\\link[sva]{ComBat_seq}}\n}\n"
  },
  {
    "path": "man/compare_merge.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/CompareMerge.R\n\\name{compare_merge}\n\\alias{compare_merge}\n\\title{Compare and merge specific columns from two DEG data frames}\n\\usage{\ncompare_merge(df1, df2, by_gene, compare_col, suffixes, df_name)\n}\n\\arguments{\n\\item{df1}{First data frame.}\n\n\\item{df2}{Second data frame.}\n\n\\item{by_gene}{Column name by which to join the data frames, typically \"Gene\".}\n\n\\item{compare_col}{Column to compare for identity, which will also be the name of the merged column.}\n\n\\item{suffixes}{Suffixes to use for non-identical column names in the joined data frame.}\n\n\\item{df_name}{Name to assign to the resulting data frame for identification.}\n}\n\\value{\nA data frame with processed columns.\n}\n\\description{\nThis function takes two DEG data frames, inner joins them by a specified gene column,\nchecks if a specified column is identical across both data frames, and merges them if they are.\nThe resulting data frame will have a merged column named after the compared column.\n}\n\\examples{\n# Create simulated DESeq2 data\nDEG_deseq2 <- data.frame(\n  Gene = c(\"Gene1\", \"Gene2\", \"Gene3\", \"Gene4\", \"Gene5\"),\n  change = c(\"up\", \"down\", \"no_change\", \"up\", \"down\"),\n  log2FoldChange = c(2.5, -3.2, 0.1, 1.8, -2.5),\n  pvalue = c(0.01, 0.05, 0.9, 0.02, 0.03)\n)\n\n# Display the first 5 rows of the DESeq2 data\nhead(DEG_deseq2, 5)\n\n# Create simulated edgeR data\nDEG_edgeR <- data.frame(\n  Gene = c(\"Gene1\", \"Gene2\", \"Gene3\", \"Gene4\", \"Gene5\"),\n  change = c(\"up\", \"down\", \"no_change\", \"no_change\", \"up\"),\n  log2FoldChange = c(2.3, -3.1, 0.2, 0.1, 2.7),\n  pvalue = c(0.02, 0.04, 0.8, 0.6, 0.01)\n)\n\n# Display the first 5 rows of the edgeR data\nhead(DEG_edgeR, 5)\n\n# Merge the DESeq2 and edgeR data\ndeseq2_edgeR <- compare_merge(\n  df1 = DEG_deseq2,\n  df2 = DEG_edgeR,\n  by_gene = \"Gene\",\n  compare_col = \"change\",\n  suffixes = c(\"_1\", \"_2\"),\n  df_name = \"deseq2_edgeR\"\n)\n\n}\n"
  },
  {
    "path": "man/create_base_plot.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/CircosFruits.R\n\\name{create_base_plot}\n\\alias{create_base_plot}\n\\title{Create a base plot with gene expression data on a phylogenetic tree}\n\\usage{\ncreate_base_plot(p, data, gene_colors, gene_label = \"Gene\")\n}\n\\arguments{\n\\item{p}{A ggtree plot object to which the data will be added.}\n\n\\item{data}{A data frame containing gene expression data with columns for Samples, Genes, and Values.}\n\n\\item{gene_colors}{A named vector of colors for genes.}\n\n\\item{gene_label}{A character string used as a label in the legend for the genes. Default is \"Gene\".}\n}\n\\value{\nA `ggtree` plot object with the gene expression data added.\n}\n\\description{\nThis function creates a base plot using 'ggtree' and 'ggtreeExtra' libraries, adding gene expression\ndata as colored tiles to the plot. It allows for dynamic coloring of the genes and includes\nadjustments for alpha transparency based on the expression value.\n}\n\\examples{\n\\donttest{\n# Check and load required packages\nif (requireNamespace(\"ggtreeExtra\", quietly = TRUE) &&\n requireNamespace(\"ggplot2\", quietly = TRUE)) {\n  library(ggtreeExtra)\n  library(ggplot2)\n\n  file_path <- system.file(\"extdata\", \"p_tree_test.rds\", package = \"TransProR\")\n  p <- readRDS(file_path)\n\n  # Create gene expression data frame\n  expression_data <- data.frame(\n    Sample = rep(c(\"Species_A\", \"Species_B\", \"Species_C\", \"Species_D\"), each = 5),\n    Gene = rep(paste0(\"Gene\", 1:5), times = 4),\n    Value = runif(20, min = 0, max = 1)  # Randomly generate expression values between 0 and 1\n  )\n\n  # Define gene colors (named vector)\n  gene_colors <- c(\n    Gene1 = \"#491588\",\n    Gene2 = \"#301b8d\",\n    Gene3 = \"#1a237a\",\n    Gene4 = \"#11479c\",\n    Gene5 = \"#0a5797\"\n  )\n\n  # Call create_base_plot function to add gene expression data\n  p <- create_base_plot(p, expression_data, gene_colors)\n} else {\n  message(\"Required packages 'ggtreeExtra' and 'ggplot2' are not installed.\")\n}\n}\n\n}\n"
  },
  {
    "path": "man/deg_filter.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/FourDegsVenn.R\n\\name{deg_filter}\n\\alias{deg_filter}\n\\title{Function to Filter Differentially Expressed Genes (DEGs)}\n\\usage{\ndeg_filter(df)\n}\n\\arguments{\n\\item{df}{A data frame containing gene expression data.}\n}\n\\value{\nA vector of gene names that are differentially expressed.\n}\n\\description{\nThis function filters out genes based on their expression change status.\nIt returns the names of genes which are not \"stable\".\n}\n\\examples{\nDEG_deseq2_file <- system.file(\"extdata\", \"DEG_deseq2.rds\", package = \"TransProR\")\nDEG_deseq2 <- readRDS(DEG_deseq2_file)\nDEG_deseq2_test <- deg_filter(DEG_deseq2)\n}\n"
  },
  {
    "path": "man/drawLegends.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EnrichCirclize.R\n\\name{drawLegends}\n\\alias{drawLegends}\n\\title{Draw Dual-Sided Legends on a Plot}\n\\usage{\ndrawLegends(\n  labels,\n  colors,\n  legend_width,\n  x_positions,\n  y_position,\n  just_positions,\n  text_alignments,\n  font_size\n)\n}\n\\arguments{\n\\item{labels}{Vector of labels for the legends.}\n\n\\item{colors}{Vector of colors corresponding to the labels.}\n\n\\item{legend_width}{The width of each legend viewport expressed in grid units.}\n\n\\item{x_positions}{Numeric vector of length 2 specifying the x-positions of the left and right legends.}\n\n\\item{y_position}{The y-position common for both legends, expressed as a fraction of the plot height.}\n\n\\item{just_positions}{List of two vectors, each specifying the horizontal and vertical justification for the legends.}\n\n\\item{text_alignments}{List of two character strings specifying text alignments for the legends ('left' or 'right').}\n\n\\item{font_size}{Numeric value specifying the font size for the legend labels.}\n}\n\\value{\nInvisible. This function is called for its side effects of drawing legends on a plot.\n}\n\\description{\nThis function creates two sets of legends, one on the left and one on the right side of a plot.\nIt displays color-coded legends with labels corresponding to different data categories.\nEach legend entry consists of a colored rectangle and a text label. The left side legend has\ntext aligned to the right of the color block, while the right side legend has text aligned\nto the left of the color block.\n}\n\\examples{\nlabels <- c(\"Label1\", \"Label2\", \"Label3\", \"Label4\", \"Label5\", \"Label6\")\ncolors <- c(\"#ff0000\", \"#00ff00\", \"#0000ff\", \"#ffff00\", \"#ff00ff\", \"#00ffff\")\n\n# Convert to 'unit' objects for grid\ngrid::grid.roundrect(\n  x = grid::unit(0.5, \"npc\"),  # \"npc\" stands for normalized parent coordinates\n  y = grid::unit(0.5, \"npc\"),\n  width = grid::unit(0.1, \"npc\"),\n  height = grid::unit(0.05, \"npc\"),\n  gp = grid::gpar(fill = \"red\"),\n  r = grid::unit(0.1, \"npc\")  # rounding radius\n)\n\n# Example of drawing legends with specific labels and colors\ndrawLegends(labels, colors, grid::unit(2, \"cm\"), c(0.225, 0.75), 0.5,\n            list(c(\"left\", \"center\"), c(\"right\", \"center\")),\n            list(\"right\", \"left\"), 10)\n\n}\n"
  },
  {
    "path": "man/edgeR_analyze.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EdgeRAnalyze.R\n\\name{edgeR_analyze}\n\\alias{edgeR_analyze}\n\\title{Differential Gene Expression Analysis using 'edgeR'}\n\\usage{\nedgeR_analyze(\n  tumor_file,\n  normal_file,\n  output_file,\n  logFC_threshold = 2.5,\n  p_value_threshold = 0.01\n)\n}\n\\arguments{\n\\item{tumor_file}{Path to the tumor data file (RDS format).}\n\n\\item{normal_file}{Path to the normal data file (RDS format).}\n\n\\item{output_file}{Path to save the output DEG data (RDS format).}\n\n\\item{logFC_threshold}{Threshold for log fold change for marking up/down-regulated genes.}\n\n\\item{p_value_threshold}{Threshold for p-value for filtering significant genes.}\n}\n\\value{\nA data frame of differential expression results.\n}\n\\description{\nThis function performs differential gene expression analysis using the 'edgeR' package.\nIt reads tumor and normal expression data, merges them, filters low-expressed genes,\nnormalizes the data, performs edgeR analysis, and outputs the results along with information\non gene expression changes.\n}\n\\examples{\n# Define file paths for tumor and normal data from the data folder\ntumor_file <- system.file(\"extdata\",\n                         \"removebatch_SKCM_Skin_TCGA_exp_tumor_test.rds\",\n                         package = \"TransProR\")\nnormal_file <- system.file(\"extdata\",\n                           \"removebatch_SKCM_Skin_Normal_TCGA_GTEX_count_test.rds\",\n                           package = \"TransProR\")\noutput_file <- file.path(tempdir(), \"DEG_edgeR.rds\")\n\nDEG_edgeR <- edgeR_analyze(\n  tumor_file = tumor_file,\n  normal_file = normal_file,\n  output_file = output_file,\n  2.5,\n  0.01\n)\n\n# View the top 5 rows of the result\nhead(DEG_edgeR, 5)\n\n}\n\\references{\nedgeR: Differential analysis of sequence read count data.\nFor more information, visit the edgeR Bioconductor page:\nhttps://www.bioconductor.org/packages/release/bioc/vignettes/edgeR/inst/doc/edgeRUsersGuide.pdf\n}\n"
  },
  {
    "path": "man/enrich_circo_bar.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EnrichCircoBar.R\n\\name{enrich_circo_bar}\n\\alias{enrich_circo_bar}\n\\title{Combine and Visualize Data with Circular Bar Chart}\n\\usage{\nenrich_circo_bar(data_list)\n}\n\\arguments{\n\\item{data_list}{A list of data frames to be combined.}\n}\n\\value{\nA `ggplot` object representing the Circular Bar Chart.\n}\n\\description{\nThis function combines multiple data frames, arranges them, and visualizes the combined data\nin a Circular Bar Chart using the 'ggplot2' and 'ggalluvial' packages.\n}\n\\examples{\n# Create sample data frames for each enrichment category\n\n# 1. Biological Process (BP)\nfiltered_data_BP <- data.frame(\n  Description = c(\n    \"immune response\",\n    \"cell proliferation\",\n    \"signal transduction\",\n    \"apoptotic process\",\n    \"metabolic process\"\n  ),\n  Count = c(120, 85, 150, 60, 95),\n  color = c(\n    \"#1f77b4\",  # blue\n    \"#ff7f0e\",  # orange\n    \"#2ca02c\",  # green\n    \"#d62728\",  # red\n    \"#9467bd\"   # purple\n  ),\n  stringsAsFactors = FALSE\n)\n\n# 2. Cellular Component (CC)\nfiltered_data_CC <- data.frame(\n  Description = c(\n    \"nucleus\",\n    \"cytoplasm\",\n    \"membrane\",\n    \"mitochondrion\",\n    \"extracellular space\"\n  ),\n  Count = c(90, 110, 75, 65, 80),\n  color = c(\n    \"#1f77b4\",\n    \"#ff7f0e\",\n    \"#2ca02c\",\n    \"#d62728\",\n    \"#9467bd\"\n  ),\n  stringsAsFactors = FALSE\n)\n\n# 3. Molecular Function (MF)\nfiltered_data_MF <- data.frame(\n  Description = c(\n    \"protein binding\",\n    \"DNA binding\",\n    \"enzyme activity\",\n    \"transporter activity\",\n    \"receptor activity\"\n  ),\n  Count = c(140, 130, 100, 70, 90),\n  color = c(\n    \"#1f77b4\",\n    \"#ff7f0e\",\n    \"#2ca02c\",\n    \"#d62728\",\n    \"#9467bd\"\n  ),\n  stringsAsFactors = FALSE\n)\n\n# 4. Disease Ontology (DO)\nfiltered_data_DO <- data.frame(\n  Description = c(\n    \"cancer\",\n    \"cardiovascular disease\",\n    \"neurological disorder\",\n    \"metabolic disease\",\n    \"infectious disease\"\n  ),\n  Count = c(200, 150, 120, 90, 160),\n  color = c(\n    \"#1f77b4\",\n    \"#ff7f0e\",\n    \"#2ca02c\",\n    \"#d62728\",\n    \"#9467bd\"\n  ),\n  stringsAsFactors = FALSE\n)\n\n# 5. Reactome Pathways\nfiltered_data_Reactome <- data.frame(\n  Description = c(\n    \"Cell Cycle\",\n    \"Apoptosis\",\n    \"DNA Repair\",\n    \"Signal Transduction\",\n    \"Metabolism of Proteins\"\n  ),\n  Count = c(110, 95, 80, 130, 85),\n  color = c(\n    \"#1f77b4\",\n    \"#ff7f0e\",\n    \"#2ca02c\",\n    \"#d62728\",\n    \"#9467bd\"\n  ),\n  stringsAsFactors = FALSE\n)\n\n# 6. KEGG Pathways\nfiltered_data_kegg <- data.frame(\n  Description = c(\n    \"PI3K-Akt signaling pathway\",\n    \"MAPK signaling pathway\",\n    \"NF-kappa B signaling pathway\",\n    \"JAK-STAT signaling pathway\",\n    \"Toll-like receptor signaling pathway\"\n  ),\n  Count = c(175, 160, 145, 130, 155),\n  color = c(\n    \"#1f77b4\",\n    \"#ff7f0e\",\n    \"#2ca02c\",\n    \"#d62728\",\n    \"#9467bd\"\n  ),\n  stringsAsFactors = FALSE\n)\n\n# Combine all filtered data frames into a list\ndata_list <- list(\n  BP = filtered_data_BP,\n  CC = filtered_data_CC,\n  MF = filtered_data_MF,\n  DO = filtered_data_DO,\n  Reactome = filtered_data_Reactome,\n  KEGG = filtered_data_kegg\n)\n\n# Create the Circular Bar Chart\ncombined_and_visualized_data <- enrich_circo_bar(data_list)\n\n}\n"
  },
  {
    "path": "man/enrich_polar_bubble.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EnrichPolarBubble.R\n\\name{enrich_polar_bubble}\n\\alias{enrich_polar_bubble}\n\\title{Enrichment Polar Bubble Plot}\n\\usage{\nenrich_polar_bubble(final_combined_df_with_id_and_position, pal, highlight_ids)\n}\n\\arguments{\n\\item{final_combined_df_with_id_and_position}{A data frame containing 'id', 'Count', 'method', 'Description', 'point_position', 'test_color'.}\n\n\\item{pal}{A named vector of colors corresponding to the 'method' values.}\n\n\\item{highlight_ids}{A vector of IDs to highlight.}\n}\n\\value{\nA `ggplot` object representing the enriched polar bubble plot.\n}\n\\description{\nThis function creates a polar bubble plot using 'ggplot2'. It is designed to visually represent data with methods and positional metrics integrated, highlighting specific IDs if necessary.\n}\n\\examples{\n  final_df <- data.frame(id = 1:10, Count = c(10, 20, 30, 40, 50, 60, 70, 80, 90, 100),\n                         method = rep(\"Method1\", 10),\n                         Description = LETTERS[1:10],\n                         point_position = seq(10, 100, 10),\n                         test_color = sample(c(\"red\", \"blue\"), 10, replace = TRUE))\n  pal <- c(\"Method1\" = \"blue\")\n  highlight_ids <- c(1, 5, 9)\n  enrich_polar_bubble(final_df, pal, highlight_ids)\n}\n"
  },
  {
    "path": "man/enrichment_circlize.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EnrichCirclize.R\n\\name{enrichment_circlize}\n\\alias{enrichment_circlize}\n\\title{Draw Chord Diagram with Legends}\n\\usage{\nenrichment_circlize(\n  all_combined_df,\n  original_colors,\n  labels,\n  colors,\n  labels2,\n  colors2,\n  font_size = 10\n)\n}\n\\arguments{\n\\item{all_combined_df}{A dataframe containing the matrix for the chord diagram.}\n\n\\item{original_colors}{A vector of colors for the grid columns of the chord diagram.}\n\n\\item{labels}{A vector of labels for the first legend.}\n\n\\item{colors}{A vector of colors corresponding to the first legend's labels.}\n\n\\item{labels2}{A vector of labels for the second legend.}\n\n\\item{colors2}{A vector of colors corresponding to the second legend's labels.}\n\n\\item{font_size}{The font size used for legend texts, defaults to 10.}\n}\n\\value{\nInvisible, primarily used for its side effects of drawing on a graphics device.\n}\n\\description{\nThis function creates a chord diagram from a specified dataframe and draws two sets of legends for it.\nIt adjusts the track height of the chord diagram to optimize space and uses specified colors for the grid.\nLegends are drawn at specified positions with configurable text alignments and font sizes.\n}\n\\examples{\n# Sample Chord Diagram Matrix\nall_combined_df <- data.frame(\n  A = c(10, 20, 30),\n  B = c(15, 25, 35),\n  C = c(5, 10, 15)\n)\nrownames(all_combined_df) <- c(\"A\", \"B\", \"C\")\n\n# Colors for the grid of the chord diagram (corresponding to columns of the matrix)\noriginal_colors <- c(\"red\", \"green\", \"blue\")\n\n# Name the colors according to the sectors (A, B, C)\nnames(original_colors) <- colnames(all_combined_df)\n\n# Labels and Colors for the First Legend\nlabels <- c(\"Label 1\", \"Label 2\", \"Label 3\")\ncolors <- c(\"yellow\", \"purple\", \"cyan\")\n\n# Labels and Colors for the Second Legend\nlabels2 <- c(\"Label A\", \"Label B\", \"Label C\")\ncolors2 <- c(\"orange\", \"pink\", \"brown\")\n\n# Font size for the legend texts (optional, default is 10)\nfont_size <- 10\n\n# Call the enrichment_circlize function with the sample data\n# This is just an example; the plot will be rendered in an appropriate graphics context\n# such as RStudio's plot pane or an external plotting window.\nplot1 <- enrichment_circlize(all_combined_df,\n                             original_colors,\n                             labels,\n                             colors,\n                             labels2,\n                             colors2,\n                             font_size\n                             )\n\n}\n"
  },
  {
    "path": "man/enrichment_spiral_plots.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EnrichmentSpiralize.R\n\\name{enrichment_spiral_plots}\n\\alias{enrichment_spiral_plots}\n\\title{Create Spiral Plots with Legends Using 'spiralize' and 'ComplexHeatmap'}\n\\usage{\nenrichment_spiral_plots(results)\n}\n\\arguments{\n\\item{results}{A data frame containing 'Pathway', 'Sample', 'Value', 'PathwayColor', and 'SampleColor' columns.}\n}\n\\value{\nNo return value, called for side effects. This function generates spiral plots and adds legends based on sample and pathway information.\n}\n\\description{\nThis function initializes a spiral plot, adds tracks for pathways and samples,\nand generates legends based on the sample and pathway information in the provided data frame.\nIt uses 'spiralize' for the spiral plot and 'ComplexHeatmap' for handling legends.\n}\n\\examples{\n# Example: Creating enrichment spiral plots with legends\n\n# Define the results data frame\nresults <- data.frame(\n  Pathway = c(\"Pathway1\", \"Pathway1\", \"Pathway2\", \"Pathway2\", \"Pathway3\"),\n  Sample = c(\"Sample1\", \"Sample1\", \"Sample2\", \"Sample2\", \"Sample3\"),\n  Value = c(20, 30, 15, 35, 25),\n  PathwayColor = c(\"red\", \"red\", \"blue\", \"blue\", \"orange\"),\n  SampleColor = c(\"green\", \"green\", \"purple\", \"purple\", \"cyan\"),\n  stringsAsFactors = FALSE\n)\n\n# Create the enrichment spiral plots with legends\nenrichment_spiral_plots(results)\n\n}\n"
  },
  {
    "path": "man/extract_descriptions_counts.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EnrichCircoBar.R\n\\name{extract_descriptions_counts}\n\\alias{extract_descriptions_counts}\n\\title{Extract and Count Descriptions with Specified Color}\n\\usage{\nextract_descriptions_counts(df, descriptions, color)\n}\n\\arguments{\n\\item{df}{A data frame containing at least 'Description' and 'Count' columns.}\n\n\\item{descriptions}{A vector of descriptions to filter in the data frame.}\n\n\\item{color}{A character string specifying the color to be added as a new column.}\n}\n\\value{\nA data frame filtered by descriptions, containing 'Description', 'Count', and a new 'color' column.\n}\n\\description{\nThis function filters a data frame for specified descriptions, selects the 'Description' and 'Count' columns,\nand adds a new column with a specified color.\n}\n\\examples{\n# Generate Sample Input Data for extract_descriptions_counts Function\n\n# Create a sample data frame with 'Description' and 'Count' columns\ndata <- data.frame(\n  Description = c(\n    \"immunoglobulin production\",\n    \"B cell mediated immunity\",\n    \"T cell activation\",\n    \"antigen processing and presentation\",\n    \"cytokine signaling\",\n    \"natural killer cell activity\",\n    \"phagocytosis\",\n    \"complement activation\",\n    \"antibody-dependent cellular cytotoxicity\",\n    \"regulatory T cell function\"\n  ),\n  Count = c(\n    150,  # immunoglobulin production\n    200,  # B cell mediated immunity\n    175,  # T cell activation\n    125,  # antigen processing and presentation\n    190,  # cytokine signaling\n    160,  # natural killer cell activity\n    140,  # phagocytosis\n    180,  # complement activation\n    130,  # antibody-dependent cellular cytotoxicity\n    170   # regulatory T cell function\n  ),\n  stringsAsFactors = FALSE  # Ensure that strings are not converted to factors\n)\n\n\n\ndescriptions_to_filter <- c(\"immunoglobulin production\", \"B cell mediated immunity\")\nspecified_color <- \"red\"  # You can specify any color you desire\nfiltered_data_with_color <- extract_descriptions_counts(\n  data, descriptions_to_filter,\n  specified_color)\nprint(filtered_data_with_color)\n\n}\n"
  },
  {
    "path": "man/extract_ntop_pathways.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EnrichmentSpiralize.R\n\\name{extract_ntop_pathways}\n\\alias{extract_ntop_pathways}\n\\title{Extract and Store Top Pathways for Each Sample}\n\\usage{\nextract_ntop_pathways(ssgsea_kegg, nTop = 5)\n}\n\\arguments{\n\\item{ssgsea_kegg}{Dataframe containing SSGSEA KEGG results with samples as columns and pathways as rows.}\n\n\\item{nTop}{Integer, number of top pathways to select for each sample.}\n}\n\\value{\nA dataframe with columns 'Pathway', 'Sample', and 'Value' representing the top pathways for each sample.\n}\n\\description{\nThis function processes a dataframe containing SSGSEA KEGG results. It allows specifying the number\nof top pathways to extract for each sample based on their scores, and stores these in a new dataframe\nwith sample names and pathway scores.\n}\n\\examples{\n# Example: Generating input data for the extract_ntop_pathways function\n\n# Define example pathways\npathways <- c(\"Pathway_A\", \"Pathway_B\", \"Pathway_C\", \"Pathway_D\", \"Pathway_E\",\n              \"Pathway_F\", \"Pathway_G\", \"Pathway_H\", \"Pathway_I\", \"Pathway_J\")\n\n# Define example samples\nsamples <- c(\"Sample_1\", \"Sample_2\", \"Sample_3\")\n\n# Generate random SSGSEA KEGG scores between 0 and 1\nset.seed(123)  # For reproducibility\nssgsea_scores <- matrix(runif(length(pathways) * length(samples), min = 0, max = 1),\n                        nrow = length(pathways), ncol = length(samples),\n                        dimnames = list(pathways, samples))\n\n# Convert to a data frame\nssgsea_kegg <- as.data.frame(ssgsea_scores)\n\n# Extract the top 3 pathways for each sample\ntop_pathways <- extract_ntop_pathways(ssgsea_kegg, nTop = 3)\n\n}\n"
  },
  {
    "path": "man/extract_positive_pathways.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EnrichmentSpiralize.R\n\\name{extract_positive_pathways}\n\\alias{extract_positive_pathways}\n\\title{Extract Positive Pathways from SSGSEA Results and Select Random Samples}\n\\usage{\nextract_positive_pathways(ssgsea_kegg, max_paths_per_sample = 5)\n}\n\\arguments{\n\\item{ssgsea_kegg}{A matrix or data frame with pathways as rows and samples as columns.}\n\n\\item{max_paths_per_sample}{Integer, maximum number of pathways to select per sample.}\n}\n\\value{\nA data frame with selected pathways, samples, and their corresponding values.\n}\n\\description{\nThis function processes the results of SSGSEA, specifically focusing on KEGG pathways.\nIt extracts pathways with positive values from each sample and randomly selects a subset of them.\n}\n\\examples{\n# Example: Generating input data for the extract_positive_pathways function\n\n# Define example pathways\npathways <- c(\"Pathway_1\", \"Pathway_2\", \"Pathway_3\", \"Pathway_4\", \"Pathway_5\",\n              \"Pathway_6\", \"Pathway_7\", \"Pathway_8\", \"Pathway_9\", \"Pathway_10\")\n\n# Define example samples\nsamples <- c(\"Sample_A\", \"Sample_B\", \"Sample_C\")\n\n# Generate random SSGSEA KEGG scores including both positive and negative values\nset.seed(456)  # For reproducibility\nssgsea_scores <- matrix(rnorm(length(pathways) * length(samples), mean = 0, sd = 1),\n                        nrow = length(pathways), ncol = length(samples),\n                        dimnames = list(pathways, samples))\n\n# Convert to a data frame\nssgsea_kegg <- as.data.frame(ssgsea_scores)\n\n# Use the extract_positive_pathways function to extract up to 3 positive pathways per sample\nselected_positive_pathways <- extract_positive_pathways(ssgsea_kegg, max_paths_per_sample = 3)\n\n}\n"
  },
  {
    "path": "man/facet_density_foldchange.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/FacetDensityFoldchange.R\n\\name{facet_density_foldchange}\n\\alias{facet_density_foldchange}\n\\title{Create faceted high-density region plots with optional points and density contours}\n\\usage{\nfacet_density_foldchange(\n  data,\n  x_var,\n  y_var,\n  group_var,\n  facet_var,\n  palette,\n  show_points = FALSE,\n  show_density = TRUE,\n  point_size = 2.5,\n  point_alpha = 0.1,\n  line_size = 1.6,\n  cor_method = \"pearson\",\n  cor_label_pos = c(\"left\", 0.97),\n  cor_vjust = NULL\n)\n}\n\\arguments{\n\\item{data}{Data frame containing variables for plotting.}\n\n\\item{x_var}{Name of the x-axis variable as a string.}\n\n\\item{y_var}{Name of the y-axis variable as a string.}\n\n\\item{group_var}{Name of the grouping variable for color mapping as a string.}\n\n\\item{facet_var}{Name of the faceting variable.}\n\n\\item{palette}{Color palette for the plot as a character vector.}\n\n\\item{show_points}{Logical, if TRUE adds scatter points to the plot.}\n\n\\item{show_density}{Logical, if TRUE adds filled density contours to the plot.}\n\n\\item{point_size}{Size of the points, relevant if show_points is TRUE.}\n\n\\item{point_alpha}{Transparency level of the points, relevant if show_points is TRUE.}\n\n\\item{line_size}{Size of the regression line.}\n\n\\item{cor_method}{Method to calculate correlation (\"pearson\" or \"spearman\").}\n\n\\item{cor_label_pos}{Vector of length 2 indicating the position of the correlation label (x and y).}\n\n\\item{cor_vjust}{Vertical justification for correlation label, default is NULL.}\n}\n\\value{\nA `ggplot` object representing the high-density region plot.\n}\n\\description{\nThis function creates faceted high-density region plots using ggdensity for\nadding optional density rug and density contours, and scatter points. It also adds a regression line\nand Pearson correlation label. The plot is faceted by a grouping variable.\n}\n\\examples{\ncombined_df_file <- system.file(\"extdata\", \"combined_df.rds\", package = \"TransProR\")\ncombined_df <- readRDS(combined_df_file)\npal2 = c(\"#2787e0\",\"#1a9ae0\",\"#1dabbf\",\"#00897b\",\"#43a047\",\"#7cb342\")\nall_facet_density_foldchange_name1 <- facet_density_foldchange(\n  data = combined_df,\n  x_var = \"log2FoldChange_1\",\n  y_var = \"log2FoldChange_2\",\n  group_var = \"name\",\n  facet_var = \"name\",\n  palette = pal2,\n  show_points = TRUE,\n  show_density = FALSE,\n  point_size = 2,\n  point_alpha = 0.1,\n  line_size = 1.6,\n  cor_method = \"pearson\",\n  cor_label_pos = c(\"left\", \"top\"),\n  cor_vjust = 1\n)\n}\n"
  },
  {
    "path": "man/filter_diff_genes.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/FilterDiffGenes.R\n\\name{filter_diff_genes}\n\\alias{filter_diff_genes}\n\\title{Filter Differentially Expressed Genes}\n\\usage{\nfilter_diff_genes(\n  data,\n  p_val_col = \"adj.P.Val\",\n  log_fc_col = \"logFC\",\n  p_val_threshold = 0.05,\n  log_fc_threshold = 1\n)\n}\n\\arguments{\n\\item{data}{A data frame containing gene expression data.}\n\n\\item{p_val_col}{Character string indicating the column name for p-values. Default is \"adj.P.Val\".}\n\n\\item{log_fc_col}{Character string indicating the column name for log fold change. Default is \"logFC\".}\n\n\\item{p_val_threshold}{Numeric threshold for filtering p-values. Default is 0.05.}\n\n\\item{log_fc_threshold}{Numeric threshold for filtering log fold change. Default is 1.0.}\n}\n\\value{\nA data frame with genes filtered by the specified criteria.\n}\n\\description{\nThis function filters a data frame to identify genes with significant differential expression\nbased on specified thresholds for p-values and log fold change. It allows for flexible\ninput of column names for p-values and log fold change.\n}\n\\examples{\n# Create a sample data frame with p-values and log fold changes\nsample_data <- data.frame(\n  adj.P.Val = c(0.03, 0.06, 0.02, 0.07),\n  logFC = c(1.5, 0.8, -1.2, 1.1),\n  gene = c(\"Gene1\", \"Gene2\", \"Gene3\", \"Gene4\")\n)\n\n# Use the filter_diff_genes function to filter significant genes\nfiltered_genes <- filter_diff_genes(sample_data)\nprint(filtered_genes)\n}\n"
  },
  {
    "path": "man/four_degs_venn.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/FourDegsVenn.R\n\\name{four_degs_venn}\n\\alias{four_degs_venn}\n\\title{Function to Create a Venn Diagram of DEGs}\n\\usage{\nfour_degs_venn(degs_list)\n}\n\\arguments{\n\\item{degs_list}{A list of DEG sets for Venn Diagram creation.}\n}\n\\value{\nA ggplot object representing the Venn Diagram.\n}\n\\description{\nThis function creates a Venn Diagram using the ggVennDiagram package.\nIt allows customization of various aesthetic elements of the diagram.\n}\n\\examples{\ndata(\"all_degs_venn\", package = \"TransProR\")\nfour_degs_venn <- four_degs_venn(all_degs_venn)\n}\n"
  },
  {
    "path": "man/gather_graph_edge.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/GatherGraphEdge.R\n\\name{gather_graph_edge}\n\\alias{gather_graph_edge}\n\\title{Gather graph edge from data frame\nPlease note that this function is from the 'ggraph' package and has not been altered in functionality,\nbut it has been optimized and iterated.\nIt is not original content of 'TransProR'.\nHowever, since 'ggraph' caused frequent GitHub Action errors during the creation of 'TransProR',\nthe author directly referenced the involved functions in 'TransProR'.\nThis is not the author's original creation. All users please be aware!}\n\\usage{\ngather_graph_edge(df, index = NULL, root = NULL)\n}\n\\arguments{\n\\item{df}{A data frame}\n\n\\item{index}{A vector of column names to group by}\n\n\\item{root}{Root name for the root node connections, optional}\n}\n\\value{\nA tibble of graph edges\n}\n\\description{\nGather graph edge from data frame\nPlease note that this function is from the 'ggraph' package and has not been altered in functionality,\nbut it has been optimized and iterated.\nIt is not original content of 'TransProR'.\nHowever, since 'ggraph' caused frequent GitHub Action errors during the creation of 'TransProR',\nthe author directly referenced the involved functions in 'TransProR'.\nThis is not the author's original creation. All users please be aware!\n}\n"
  },
  {
    "path": "man/gather_graph_node.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/GatherGraphNode.R\n\\name{gather_graph_node}\n\\alias{gather_graph_node}\n\\title{Gather graph nodes from a data frame\nPlease note that this function is from the 'ggraph' package and has not been altered in functionality,\nbut it has been optimized and iterated.\nIt is not original content of 'TransProR'.\nHowever, since 'ggraph' caused frequent GitHub Action errors during the creation of 'TransProR',\nthe author directly referenced the involved functions in 'TransProR'.\nThis is not the author's original creation. All users please be aware!}\n\\usage{\ngather_graph_node(\n  df,\n  index = NULL,\n  value = utils::tail(colnames(df), 1),\n  root = NULL\n)\n}\n\\arguments{\n\\item{df}{A data frame}\n\n\\item{index}{A vector of column names to group by}\n\n\\item{value}{Column name used for summarizing node size, defaults to the last column}\n\n\\item{root}{Root name for the root node connections, optional}\n}\n\\value{\na tibble of graph nodes\n}\n\\description{\nGather graph nodes from a data frame\nPlease note that this function is from the 'ggraph' package and has not been altered in functionality,\nbut it has been optimized and iterated.\nIt is not original content of 'TransProR'.\nHowever, since 'ggraph' caused frequent GitHub Action errors during the creation of 'TransProR',\nthe author directly referenced the involved functions in 'TransProR'.\nThis is not the author's original creation. All users please be aware!\n}\n"
  },
  {
    "path": "man/gene_color.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/GeneColor.R\n\\name{gene_color}\n\\alias{gene_color}\n\\title{Merge Genes with Color Information Based on Up/Down Regulation}\n\\usage{\ngene_color(selected_genes, DEG_deseq2, up_color, down_color)\n}\n\\arguments{\n\\item{selected_genes}{A data frame containing selected genes with a column named \"Symble\".}\n\n\\item{DEG_deseq2}{A data frame containing differential expression data with a column named \"Symble\" and a column named \"change\" indicating up/down regulation.}\n\n\\item{up_color}{The color to assign to genes with up-regulated expression.}\n\n\\item{down_color}{The color to assign to genes with down-regulated expression.}\n}\n\\value{\nA data frame containing merged genes with an additional color column.\n}\n\\description{\nThis function merges selected genes with differential expression data and adds a color column based on up/down regulation.\n}\n\\examples{\nselected_genes_deseq2_file <- system.file(\"extdata\",\n                                          \"selected_genes_deseq2.rds\",\n                                          package = \"TransProR\")\nselected_genes_deseq2 <- readRDS(selected_genes_deseq2_file)\nDiff_deseq2_file <- system.file(\"extdata\", \"Diff_deseq2.rds\", package = \"TransProR\")\nDiff_deseq2 <- readRDS(Diff_deseq2_file)\n\nresult_deseq2 <- gene_color(selected_genes_deseq2, Diff_deseq2, \"#0000EE\", \"#fc4746\")\n}\n"
  },
  {
    "path": "man/gene_highlights.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/GeneHighlights.R\n\\name{gene_highlights}\n\\alias{gene_highlights}\n\\title{Add gene highlights to a ggtree object}\n\\usage{\ngene_highlights(ggtree_obj, genes_to_highlight, hilight_extend = 18)\n}\n\\arguments{\n\\item{ggtree_obj}{A ggtree object to which the highlights will be added.}\n\n\\item{genes_to_highlight}{A data frame containing genes and their corresponding colors.}\n\n\\item{hilight_extend}{Integer, the extension of the highlight fan in degrees.}\n}\n\\value{\nA ggtree object with added gene highlights.\n}\n\\description{\nThis function enhances a `ggtree` plot by adding highlights for specific genes. It adds both a semi-transparent fan-shaped\nhighlight and a point at the node corresponding to each gene. Colors for each gene can be customized.\n}\n\\examples{\ndata(\"gtree\", package = \"TransProR\")\n\n# Define genes and their colors\ngenes_df <- data.frame(Symble = c(\"t5\", \"t9\"),\n                       color = c(\"#FF0000\", \"#0000FF\"))\n\n# Add highlights\ngtree <- gene_highlights(gtree, genes_to_highlight = genes_df)\n\n}\n"
  },
  {
    "path": "man/gene_map_pathway.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/GeneMapPathway.R\n\\name{gene_map_pathway}\n\\alias{gene_map_pathway}\n\\title{Create Pathway-Gene Mapping Data Frame}\n\\usage{\ngene_map_pathway(\n  BP_dataframe,\n  BP_ids,\n  KEGG_dataframe,\n  KEGG_ids,\n  MF_dataframe,\n  MF_ids,\n  REACTOME_dataframe,\n  REACTOME_ids,\n  CC_dataframe,\n  CC_ids,\n  DO_dataframe,\n  DO_ids\n)\n}\n\\arguments{\n\\item{BP_dataframe}{Data frame for Biological Process analysis}\n\n\\item{BP_ids}{Selected pathway IDs for Biological Process analysis}\n\n\\item{KEGG_dataframe}{Data frame for KEGG analysis}\n\n\\item{KEGG_ids}{Selected pathway IDs for KEGG analysis}\n\n\\item{MF_dataframe}{Data frame for Molecular Function analysis}\n\n\\item{MF_ids}{Selected pathway IDs for Molecular Function analysis}\n\n\\item{REACTOME_dataframe}{Data frame for REACTOME analysis}\n\n\\item{REACTOME_ids}{Selected pathway IDs for REACTOME analysis}\n\n\\item{CC_dataframe}{Data frame for Cellular Component analysis}\n\n\\item{CC_ids}{Selected pathway IDs for Cellular Component analysis}\n\n\\item{DO_dataframe}{Data frame for Disease Ontology analysis}\n\n\\item{DO_ids}{Selected pathway IDs for Disease Ontology analysis}\n}\n\\value{\nA new data frame that includes pathways, gene, type, and value columns\n}\n\\description{\nThis function takes multiple data frames and pathway IDs, merging them into a new data frame.\nEach data frame represents a type of analysis (e.g., BP, KEGG, MF, etc.).\n}\n\\examples{\n# Simulating data for different analysis types\n\n# Simulate Biological Process (BP) data frame\nBP_df <- data.frame(\n  ID = c(\"GO:0002376\", \"GO:0019724\"),\n  geneID = c(\"GENE1/GENE2\", \"GENE3/GENE4\"),\n  Description = c(\"Immune response\", \"Glycosylation process\")\n)\n\n# Simulate KEGG data frame\nKEGG_df <- data.frame(\n  ID = c(\"12345\", \"67890\"),\n  geneID = c(\"GENE5/GENE6\", \"GENE7/GENE8\"),\n  Description = c(\"Pathway 1\", \"Pathway 2\")\n)\n\n# Simulate Molecular Function (MF) data frame\nMF_df <- data.frame(\n  ID = c(\"ABC123\", \"DEF456\"),\n  geneID = c(\"GENE9/GENE10\", \"GENE11/GENE12\"),\n  Description = c(\"Molecular function A\", \"Molecular function B\")\n)\n\n# Simulate REACTOME data frame\nREACTOME_df <- data.frame(\n  ID = c(\"R-HSA-12345\", \"R-HSA-67890\"),\n  geneID = c(\"GENE13/GENE14\", \"GENE15/GENE16\"),\n  Description = c(\"Pathway in Reactome 1\", \"Pathway in Reactome 2\")\n)\n\n# Simulate Cellular Component (CC) data frame\nCC_df <- data.frame(\n  ID = c(\"GO:0005575\", \"GO:0005634\"),\n  geneID = c(\"GENE17/GENE18\", \"GENE19/GENE20\"),\n  Description = c(\"Cellular component A\", \"Cellular component B\")\n)\n\n# Simulate Disease Ontology (DO) data frame\nDO_df <- data.frame(\n  ID = c(\"DOID:123\", \"DOID:456\"),\n  geneID = c(\"GENE21/GENE22\", \"GENE23/GENE24\"),\n  Description = c(\"Disease A\", \"Disease B\")\n)\n\n# Example pathway IDs for each analysis\nBP_ids <- c(\"GO:0002376\", \"GO:0019724\")\nKEGG_ids <- c(\"12345\", \"67890\")\nMF_ids <- c(\"ABC123\", \"DEF456\")\nREACTOME_ids <- c(\"R-HSA-12345\", \"R-HSA-67890\")\nCC_ids <- c(\"GO:0005575\", \"GO:0005634\")\nDO_ids <- c(\"DOID:123\", \"DOID:456\")\n\n# Generate the pathway-gene map using the gene_map_pathway function\npathway_gene_map <- gene_map_pathway(\n  BP_dataframe = BP_df, BP_ids = BP_ids,\n  KEGG_dataframe = KEGG_df, KEGG_ids = KEGG_ids,\n  MF_dataframe = MF_df, MF_ids = MF_ids,\n  REACTOME_dataframe = REACTOME_df, REACTOME_ids = REACTOME_ids,\n  CC_dataframe = CC_df, CC_ids = CC_ids,\n  DO_dataframe = DO_df, DO_ids = DO_ids\n)\n\n# Display the resulting pathway-gene mapping data frame\nprint(pathway_gene_map)\n\n}\n"
  },
  {
    "path": "man/get_gtex_exp.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/GetGtexExp.R\n\\name{get_gtex_exp}\n\\alias{get_gtex_exp}\n\\title{Get GTEx Expression Data for Specific Organ}\n\\usage{\nget_gtex_exp(\n  organ_specific,\n  file_path,\n  probe_map_path,\n  pheno_path,\n  output_path\n)\n}\n\\arguments{\n\\item{organ_specific}{A character string specifying the organ to filter the gene expression data by.}\n\n\\item{file_path}{A character string specifying the path to the GTEx gene expression data file.}\n\n\\item{probe_map_path}{A character string specifying the path to the gtex_probeMap_gencode data file.}\n\n\\item{pheno_path}{A character string specifying the path to the GTEx phenotype data file.}\n\n\\item{output_path}{A character string specifying the path where the output RDS file will be saved.}\n}\n\\value{\nA data frame containing gene expression data for the specified organ.\n        Rows represent genes, and columns represent samples. Note that this function also saves the\n        organ-specific GTEx data as an RDS file at the specified output path.\n}\n\\description{\nThis function retrieves gene expression data from the GTEx project that is specific to a certain organ.\nIt performs various checks and processing steps to ensure that the data is consistent and relevant to the\nspecified organ. The filtered and cleaned data is saved as an RDS file for further analysis.\n}\n\\details{\nThe function begins by checking if the gene expression and phenotype data files exist at\n         the specified paths. It then loads these data files and processes them by setting appropriate row names,\n         modifying column names for clarity, and filtering samples based on the specified organ. The function ensures\n         that only samples present in both datasets are retained for consistency. It also removes any duplicate gene\n         entries to prevent redundancy. Finally, the processed data is saved as an RDS file.\n}\n\\note{\nThe function will stop and throw an error if the input files do not exist, or if no samples are found\n      for the specified organ.\n\nCRITICAL: The 'output_path' parameter must end with '.rds' to be properly recognized by the function. It is also highly recommended\n      that the path includes specific identifiers related to the target samples. Please structure the 'output_path' following this pattern: './your_directory/your_sample_type.gtex.rds'.\n}\n"
  },
  {
    "path": "man/get_tcga_exp.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/GetTcgaExp.R\n\\name{get_tcga_exp}\n\\alias{get_tcga_exp}\n\\title{TCGA Expression Data Processing}\n\\usage{\nget_tcga_exp(\n  counts_file_path,\n  gene_probes_file_path,\n  phenotype_file_path,\n  output_file_path\n)\n}\n\\arguments{\n\\item{counts_file_path}{File path to the counts data (usually in the form of a large matrix with gene expression data).}\n\n\\item{gene_probes_file_path}{File path containing the gene probes data.}\n\n\\item{phenotype_file_path}{File path to the phenotype data, which includes various sample attributes.}\n\n\\item{output_file_path}{Path where the output files, distinguished between tumor and normal, will be saved.}\n}\n\\value{\nA list containing matrices for tumor and normal expression data.\n}\n\\description{\nThis function processes expression data and phenotype information, separates tumor and normal samples,\nand saves the results into different files. It's specifically designed for data obtained from TCGA.\n}\n\\note{\nIMPORTANT: This function assumes that the input files follow a specific format and structure, typically found in TCGA data releases.\nUsers should verify their data's compatibility. Additionally, the function does not perform error checking on the data's content,\nwhich users should handle through proper preprocessing.\n\nCRITICAL: The 'output_file_path' parameter must end with '.rds' to be properly recognized by the function. It is also highly recommended\nthat the path includes specific identifiers related to the target samples, as the function will create further subdivisions in the specified\npath for tumor or normal tissues. Please structure the 'output_file_path' following this pattern: './your_directory/your_sample_type.exp.rds'.\n}\n\\examples{\ncounts_file <- system.file(\"extdata\", \"TCGA-SKCM.htseq_counts_test.tsv\", package = \"TransProR\")\ngene_probes_file <- system.file(\"extdata\",\n                                \"TCGA_gencode.v22.annotation.gene.probeMap_test\",\n                                package = \"TransProR\")\nphenotype_file <- system.file(\"extdata\", \"TCGA-SKCM.GDC_phenotype_test.tsv\", package = \"TransProR\")\nouput_file <- file.path(tempdir(), \"SKCM_Skin_TCGA_exp_test.rds\")\n\nSKCM_exp <- get_tcga_exp(\n  counts_file_path = counts_file,\n  gene_probes_file_path = gene_probes_file,\n  phenotype_file_path = phenotype_file,\n  output_file_path = ouput_file\n)\nhead(SKCM_exp[[\"tumor_tcga_data\"]])[1:5, 1:5]\nhead(SKCM_exp[[\"normal_tcga_data\"]], n = 10) # Because there is only one column.\n}\n\\author{\nDongyue Yu\n}\n"
  },
  {
    "path": "man/gtree.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/data.R\n\\docType{data}\n\\name{gtree}\n\\alias{gtree}\n\\title{Phylogenetic Tree Object}\n\\format{\nA `ggtree` object.\n}\n\\source{\nThe phylogenetic tree was constructed based on sequence alignment data obtained from [Data Source, e.g., NCBI database, specific study, etc.].\n}\n\\usage{\ndata(gtree)\n}\n\\description{\nA dataset containing a phylogenetic tree object created using the `ggtree` package.\nThis tree represents the evolutionary relationships among a set of species or genes.\n}\n\\keyword{datasets}\n\\keyword{phylogenetics}\n"
  },
  {
    "path": "man/highlight_by_node.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/HighlightByNode.R\n\\name{highlight_by_node}\n\\alias{highlight_by_node}\n\\title{Highlight Nodes in a Phylogenetic Tree with Custom Fill Colors and Transparency}\n\\usage{\nhighlight_by_node(\n  ggtree_object,\n  nodes,\n  fill_colors,\n  alpha_values,\n  extend_values\n)\n}\n\\arguments{\n\\item{ggtree_object}{A `ggtree` object representing the phylogenetic tree.}\n\n\\item{nodes}{A character vector specifying the nodes to highlight.}\n\n\\item{fill_colors}{A character vector specifying the fill colors for the highlighted nodes.}\n\n\\item{alpha_values}{A numeric vector specifying the transparency values for the highlighted nodes (between 0 and 1).}\n\n\\item{extend_values}{A logical vector specifying whether to extend the highlight to the whole clade below each node.}\n}\n\\value{\nA modified `ggtree` object with the specified nodes highlighted.\n}\n\\description{\nThis function adds highlights to specific nodes in a phylogenetic tree represented by a `ggtree` object.\nUsers can specify the nodes to highlight along with custom fill colors, transparency, and extension options.\n}\n\\examples{\nplot_file <- system.file(\"extdata\", \"tree_plot.rds\", package = \"TransProR\")\np2_plot <- readRDS(plot_file)\n\n# Please replace the following vectors with your specific values\nnodes <- c(117, 129, 125, 127, 119,\n           123, 139, 166, 124, 131, 217) # x-values of the nodes you want to highlight\nfill_colors <- c(\"#CD6600\", \"#CD6600\", \"#CD6600\",\n                 \"#CD6600\", \"#009933\", \"#009933\",\n                 \"#009933\", \"#009933\", \"#9B30FF\",\n                 \"#9B30FF\", \"#9B30FF\") # Fill colors\nalpha_values <- c(0.3, 0.3, 0.3, 0.3, 0.2, 0.3,\n                  0.3, 0.3, 0.3, 0.3, 0.3) # Transparency values\nextend_values <- c(25, 24, 24, 25, 25, 25,\n                   24, 24, 25, 24, 24) # Values for the 'extend' parameter\n\np2 <- highlight_by_node(\n  p2_plot,\n  nodes,\n  fill_colors,\n  alpha_values,\n  extend_values\n)\n}\n"
  },
  {
    "path": "man/highlight_genes.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/HighlightGenes.R\n\\name{highlight_genes}\n\\alias{highlight_genes}\n\\title{Add Highlights for Genes on a Phylogenetic Tree}\n\\usage{\nhighlight_genes(ggtree_obj, genes_to_highlight, hilight_extend = 18)\n}\n\\arguments{\n\\item{ggtree_obj}{A ggtree object representing the phylogenetic tree.}\n\n\\item{genes_to_highlight}{A data frame containing gene names and corresponding colors to highlight.}\n\n\\item{hilight_extend}{Numeric value indicating the extension length for highlights.}\n}\n\\value{\nA `ggtree` object with added highlights for specified genes.\n}\n\\description{\nThis function adds highlights for specified genes on a phylogenetic tree object.\n}\n\\examples{\nplot_file <- system.file(\"extdata\", \"tree_plot.rds\", package = \"TransProR\")\np2_plot <- readRDS(plot_file)\n\nselected_genes_deseq2_file <- system.file(\"extdata\",\n                                          \"selected_genes_deseq2.rds\",\n                                          package = \"TransProR\")\nselected_genes_deseq2 <- readRDS(selected_genes_deseq2_file)\n\nDiff_deseq2_file <- system.file(\"extdata\", \"Diff_deseq2.rds\", package = \"TransProR\")\nDiff_deseq2 <- readRDS(Diff_deseq2_file)\n\nresult_deseq2 <- gene_color(selected_genes_deseq2, Diff_deseq2, \"#0000EE\", \"#fc4746\")\n\nadd_gene_highlights_p3 <- highlight_genes(p2_plot, result_deseq2, hilight_extend = 26)\n}\n"
  },
  {
    "path": "man/limma_analyze.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/LimmaAnalyze.R\n\\name{limma_analyze}\n\\alias{limma_analyze}\n\\title{Differential Gene Expression Analysis using limma and voom}\n\\usage{\nlimma_analyze(\n  tumor_file,\n  normal_file,\n  output_file,\n  logFC_threshold = 2.5,\n  p_value_threshold = 0.01\n)\n}\n\\arguments{\n\\item{tumor_file}{Path to the tumor data file (RDS format).}\n\n\\item{normal_file}{Path to the normal data file (RDS format).}\n\n\\item{output_file}{Path to save the output DEG data (RDS format).}\n\n\\item{logFC_threshold}{Threshold for log fold change for marking up/down-regulated genes.}\n\n\\item{p_value_threshold}{Threshold for p-value for filtering significant genes.}\n}\n\\value{\nA data frame of differential expression results.\n}\n\\description{\nThis function performs differential gene expression analysis using the 'limma' package with voom normalization.\nIt reads tumor and normal expression data, merges them, filters low-expressed genes,\nnormalizes the data, performs limma analysis, and outputs the results along with information\non gene expression changes.\n}\n\\examples{\n# Define file paths for tumor and normal data from the data folder\ntumor_file <- system.file(\"extdata\",\n                          \"removebatch_SKCM_Skin_TCGA_exp_tumor_test.rds\",\n                          package = \"TransProR\")\nnormal_file <- system.file(\"extdata\",\n                           \"removebatch_SKCM_Skin_Normal_TCGA_GTEX_count_test.rds\",\n                           package = \"TransProR\")\noutput_file <- file.path(tempdir(), \"DEG_limma_voom.rds\")\n\nDEG_limma_voom <- limma_analyze(\n  tumor_file = tumor_file,\n  normal_file = normal_file,\n  output_file = output_file,\n  logFC_threshold = 2.5,\n  p_value_threshold = 0.01\n)\n\n# View the top 5 rows of the result\nhead(DEG_limma_voom, 5)\n}\n\\references{\nlimma:Linear Models for Microarray and RNA-Seq Data User’s Guide.\nFor more information, visit the page:\nhttps://www.bioconductor.org/packages/release/bioc/vignettes/limma/inst/doc/usersguide.pdf\n}\n"
  },
  {
    "path": "man/log_transform.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/LogTransform.R\n\\name{log_transform}\n\\alias{log_transform}\n\\title{Log transformation decision and application on data}\n\\usage{\nlog_transform(data)\n}\n\\arguments{\n\\item{data}{A numeric matrix or data frame.}\n}\n\\value{\nThe original data or the data transformed with log2.\n}\n\\description{\nThis function evaluates the need for a log transformation based on a set of criteria\nand applies a log2 transformation if necessary.\n}\n\\examples{\nfile_path <- system.file(\"extdata\",\n                         \"all_count_exp_test.csv\",\n                         package = \"TransProR\")\nyour_data <- read.csv(file_path,\n                      row.names = 1)  # Assuming first column is row names (e.g., gene names)\n\nTransformedData <- log_transform(data = your_data)\n\n}\n\\author{\nDongyue Yu\n}\n"
  },
  {
    "path": "man/merge_density_foldchange.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/MergeDensityFoldchange.R\n\\name{merge_density_foldchange}\n\\alias{merge_density_foldchange}\n\\title{Create high-density region plot with optional points, density rugs, and contours}\n\\usage{\nmerge_density_foldchange(\n  data,\n  x_var,\n  y_var,\n  group_var,\n  palette = c(\"#3949ab\", \"#1e88e5\", \"#039be5\", \"#00897b\", \"#43a047\", \"#7cb342\"),\n  show_points = FALSE,\n  point_size = 2.5,\n  point_alpha = 0.2,\n  x_lim = c(0, 20),\n  y_lim = c(0, 20),\n  cor_method = \"pearson\",\n  line_size = 1.6,\n  cor_label_pos = c(\"left\", 0.97)\n)\n}\n\\arguments{\n\\item{data}{Data frame containing variables for plotting.}\n\n\\item{x_var}{Name of the x-axis variable as a string.}\n\n\\item{y_var}{Name of the y-axis variable as a string.}\n\n\\item{group_var}{Name of the grouping variable for color mapping as a string.}\n\n\\item{palette}{Color palette for the plot as a character vector.}\n\n\\item{show_points}{Logical, if TRUE adds points to the plot.}\n\n\\item{point_size}{Size of the points, relevant if show_points is TRUE.}\n\n\\item{point_alpha}{Transparency level of the points, relevant if show_points is TRUE.}\n\n\\item{x_lim}{Numeric vector of length 2, giving the x-axis limits.}\n\n\\item{y_lim}{Numeric vector of length 2, giving the y-axis limits.}\n\n\\item{cor_method}{Method to calculate correlation (\"pearson\" or \"spearman\").}\n\n\\item{line_size}{Size of the smoothing line.}\n\n\\item{cor_label_pos}{Vector of length 2 indicating the position of the correlation label (x and y).}\n}\n\\value{\nA ggplot object representing the high-density region plot.\n}\n\\description{\nThis function creates a high-density region plot using hdr methods to\nadd density rug and filled contours. It also adds a regression line\nand Pearson correlation label. Points can be added to the plot optionally.\n}\n\\examples{\ncombined_df_file <- system.file(\"extdata\", \"combined_df.rds\", package = \"TransProR\")\ncombined_df <- readRDS(combined_df_file)\npal1 = c(\"#3949ab\",\"#1e88e5\",\"#039be5\",\"#00897b\",\"#43a047\",\"#7cb342\")\n\nall_density_foldchange_name1 <- merge_density_foldchange(\n  data = combined_df,\n  x_var = \"log2FoldChange_1\",\n  y_var = \"log2FoldChange_2\",\n  group_var = \"name\",\n  palette = pal1,\n  show_points = FALSE,\n  point_size = 2.5,\n  point_alpha = 0.1,\n  x_lim = c(0, 20),\n  y_lim = c(0, 20),\n  cor_method = \"pearson\",\n  line_size = 1.6,\n  cor_label_pos = c(\"left\", \"top\")\n)\n\n}\n"
  },
  {
    "path": "man/merge_gtex_tcga.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/MergeGtexTcga.R\n\\name{merge_gtex_tcga}\n\\alias{merge_gtex_tcga}\n\\title{Merge gene expression data from GTEx and TCGA datasets}\n\\usage{\nmerge_gtex_tcga(\n  gtex_data_path,\n  tcga_exp_path,\n  output_path = \"./merged_gtex_tcga_data.rds\"\n)\n}\n\\arguments{\n\\item{gtex_data_path}{A string that specifies the file path to the GTEx data saved in RDS format.}\n\n\\item{tcga_exp_path}{A string that specifies the file path to the TCGA expression data saved in RDS format.\nThis should be a data.frame with rows as genes and columns as samples.}\n\n\\item{output_path}{A string that specifies the path where the merged dataset should be saved.\nThe file is saved in '.rds' format. The default path is \"./merged_gtex_tcga_data.rds\".}\n}\n\\value{\nA data frame where rows represent genes and columns represent samples.\n        The data frame contains expression values from both GTEx and TCGA datasets.\n        It saves the merged dataset to the path specified by 'output_path'.\n}\n\\description{\nThis function merges gene expression data obtained from the GTEx (Genotype-Tissue Expression) and TCGA (The Cancer Genome Atlas) datasets.\nIt is assumed that both datasets are in '.rds' format and have genes as row names. The merged dataset is saved as an RDS file at the specified output path.\n}\n\\details{\nIt is assumed that both datasets are in '.rds' format and have genes as row names.\n}\n\\note{\nCRITICAL: The 'output_path' parameter must end with '.rds' to be properly recognized by the function. It is also highly recommended\n      that the path includes specific identifiers related to the target samples. Please structure the 'output_path' following this pattern: './your_directory/merged.your_sample_type.gtex.tcga.data.rds'.\n}\n\\examples{\ntumor_file <- system.file(\"extdata\",\n                          \"removebatch_SKCM_Skin_TCGA_exp_tumor_test.rds\",\n                          package = \"TransProR\")\nNormal_file <- system.file(\"extdata\",\n                           \"removebatch_SKCM_Skin_Normal_TCGA_GTEX_count_test.rds\",\n                           package = \"TransProR\")\nouput_file <- file.path(tempdir(), \"all_data.rds\")\n\nall_data <- merge_gtex_tcga(gtex_data_path = tumor_file,\n                            tcga_exp_path = Normal_file,\n                            output_path = ouput_file)\n\n}\n"
  },
  {
    "path": "man/merge_id_position.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/MergeIDPosition.R\n\\name{merge_id_position}\n\\alias{merge_id_position}\n\\title{Merge Data Frames by Common Row Names with Additional Columns}\n\\usage{\nmerge_id_position(df_list)\n}\n\\arguments{\n\\item{df_list}{A list of data frames, each with a 'Description' and 'Count' column and set row names.}\n}\n\\value{\nA single data frame merged from the list, with additional 'id' and 'point_position' columns.\n}\n\\description{\nThis function merges a list of data frames based on common row names. It adds an 'id' column to track the row order and a 'point_position' column calculated based on the maximum 'Count' value across all data frames. It filters data frames to include only common rows, sorts rows by the length of the 'Description' in descending order, and then merges them by rows.\n}\n\\examples{\ndf1 <- data.frame(Description = c(\"DataA\", \"DataB\"), Count = c(10, 20), row.names = c(\"R1\", \"R2\"))\ndf2 <- data.frame(Description = c(\"DataC\", \"DataD\"), Count = c(30, 40), row.names = c(\"R1\", \"R3\"))\ndf_list <- list(df1, df2)\ncombined_df_test <- merge_id_position(df_list)\n\n}\n"
  },
  {
    "path": "man/merge_method_color.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/MergeMethodColor.R\n\\name{merge_method_color}\n\\alias{merge_method_color}\n\\title{Merge Data Frames with Specific Method and Color Columns}\n\\usage{\nmerge_method_color(df_list, method_name, color_list)\n}\n\\arguments{\n\\item{df_list}{A list of data frames, each containing at least 'Description' and 'Count' columns.}\n\n\\item{method_name}{A string representing the method name to be added to each data frame.}\n\n\\item{color_list}{A list of colors corresponding to each data frame for the 'test_color' column.}\n}\n\\value{\nA single data frame merged from the list, with each originally provided data frame now having a 'method' and a 'test_color' column.\n}\n\\description{\nThis function takes a list of data frames, a method name, and a list of colors.\nIt adds a 'method' column and a 'test_color' column to each data frame, then merges all data frames by rows.\nIt ensures that the color list length matches the list of data frames.\n}\n\\examples{\ndf1 <- data.frame(Description = c(\"A\", \"B\"), Count = c(10, 20))\ndf2 <- data.frame(Description = c(\"C\", \"D\"), Count = c(30, 40))\ndf_list <- list(df1, df2)\nmethod_name <- \"Method1\"\ncolor_list <- c(\"Red\", \"Blue\")\ncombined_df_test <- merge_method_color(df_list, method_name, color_list)\n\n}\n"
  },
  {
    "path": "man/new_ggraph.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/NewGgraph.R\n\\name{new_ggraph}\n\\alias{new_ggraph}\n\\title{Generate a graphical representation of pathway gene maps}\n\\usage{\nnew_ggraph(\n  BP_dataframe,\n  BP_ids,\n  KEGG_dataframe,\n  KEGG_ids,\n  MF_dataframe,\n  MF_ids,\n  REACTOME_dataframe,\n  REACTOME_ids,\n  CC_dataframe,\n  CC_ids,\n  DO_dataframe,\n  DO_ids\n)\n}\n\\arguments{\n\\item{BP_dataframe}{Dataframe for Biological Process.}\n\n\\item{BP_ids}{IDs for Biological Process.}\n\n\\item{KEGG_dataframe}{Dataframe for KEGG pathways.}\n\n\\item{KEGG_ids}{IDs for KEGG pathways.}\n\n\\item{MF_dataframe}{Dataframe for Molecular Function.}\n\n\\item{MF_ids}{IDs for Molecular Function.}\n\n\\item{REACTOME_dataframe}{Dataframe for REACTOME pathways.}\n\n\\item{REACTOME_ids}{IDs for REACTOME pathways.}\n\n\\item{CC_dataframe}{Dataframe for Cellular Component.}\n\n\\item{CC_ids}{IDs for Cellular Component.}\n\n\\item{DO_dataframe}{Dataframe for Disease Ontology.}\n\n\\item{DO_ids}{IDs for Disease Ontology.}\n}\n\\value{\nA 'ggraph' object representing the pathway gene map visualization.\n}\n\\description{\nThis function merges multiple gene-pathway related dataframes, processes them\nfor graph creation, and visualizes the relationships in a dendrogram layout using\nthe provided node and edge gathering functions from the 'ggraph' package.\n}\n"
  },
  {
    "path": "man/pathway_count.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/PathwayCount.R\n\\name{pathway_count}\n\\alias{pathway_count}\n\\title{Count Genes Present in Pathways Above a Threshold}\n\\usage{\npathway_count(GO, count_threshold, enrich_data)\n}\n\\arguments{\n\\item{GO}{A character vector of gene symbols.}\n\n\\item{count_threshold}{An integer specifying the count threshold for selecting pathways.}\n\n\\item{enrich_data}{A data frame containing pathway enrichment analysis results.}\n}\n\\value{\nA data frame with columns \"Symble\" (gene symbol), \"Description\" (pathway description), and \"Exists\" (1 if gene is present, 0 otherwise).\n}\n\\description{\nThis function filters pathways that meet a count threshold and then counts the presence of specified genes in those pathways.\n}\n\\examples{\n# Simulated gene list\nGO <- c(\"Gene1\", \"Gene2\", \"Gene3\", \"Gene4\", \"Gene5\")\n# Simulated enrichment analysis data\nenrich_data <- data.frame(\n  ID = c(\"GO:0001\", \"GO:0002\", \"GO:0003\"),\n  Description = c(\"Pathway A\", \"Pathway B\", \"Pathway C\"),\n  Count = c(10, 4, 6),\n  geneID = c(\"Gene1/Gene2/Gene3\", \"Gene4/Gene5\", \"Gene2/Gene6/Gene7\")\n)\n\n# Example usage\ncount_threshold <- 5\nresult_df <- pathway_count(GO, count_threshold, enrich_data)\n\n}\n"
  },
  {
    "path": "man/pathway_description.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/PathwayDescription.R\n\\name{pathway_description}\n\\alias{pathway_description}\n\\title{Describe Genes Present in Selected Pathways}\n\\usage{\npathway_description(GO, selected_pathways_names, enrich_data)\n}\n\\arguments{\n\\item{GO}{A character vector of gene symbols.}\n\n\\item{selected_pathways_names}{A character vector specifying the names of selected pathways.}\n\n\\item{enrich_data}{A data frame containing pathway enrichment analysis results.}\n}\n\\value{\nA data frame with columns \"Symble\" (gene symbol), \"Description\" (pathway description), and \"Exists\" (1 if gene is present, 0 otherwise).\n}\n\\description{\nThis function identifies genes present in selected pathways based on gene enrichment analysis results.\n}\n\\examples{\nGO <- c(\"Gene1\", \"Gene2\", \"Gene3\", \"Gene4\", \"Gene5\")\n# Simulated enrichment analysis data\nenrich_data <- data.frame(\n  ID = c(\"Pathway1\", \"Pathway2\", \"Pathway3\", \"Pathway4\"),\n  Description = c(\"Apoptosis\", \"Cell Cycle\", \"Signal Transduction\", \"Metabolism\"),\n  geneID = c(\"Gene1/Gene3\", \"Gene2/Gene4\", \"Gene1/Gene2/Gene3\", \"Gene5\"),\n  Count = c(2, 2, 3, 1),\n  stringsAsFactors = FALSE\n)\n\n# Example usage\nresult <- pathway_description(GO,\n                              selected_pathways_names=\"Apoptosis\",\n                              enrich_data)\n\n}\n"
  },
  {
    "path": "man/pipe.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/utils-pipe.R\n\\name{\\%>\\%}\n\\alias{\\%>\\%}\n\\title{Pipe operator}\n\\usage{\nlhs \\%>\\% rhs\n}\n\\arguments{\n\\item{lhs}{A value or the magrittr placeholder.}\n\n\\item{rhs}{A function call using the magrittr semantics.}\n}\n\\value{\nThe result of calling `rhs(lhs)`.\n}\n\\description{\nSee \\code{magrittr::\\link[magrittr:pipe]{\\%>\\%}} for details.\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/prep_deseq2.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/PrepDeseq2.R\n\\name{prep_deseq2}\n\\alias{prep_deseq2}\n\\title{Prepare DESeq2 data for plotting}\n\\usage{\nprep_deseq2(input_path, output_name = NULL)\n}\n\\arguments{\n\\item{input_path}{Path to the RDS file containing the DESeq2 DEG data frame.}\n\n\\item{output_name}{Name for the processed data frame, also used as the RDS file name.}\n}\n\\value{\nA data frame with processed DESeq2 DEG data.\n}\n\\description{\nThis function reads a DESeq2 DEG data frame from an RDS file, filters it,\nadjusts the log2FoldChange to absolute values, adds a pseudo-count to pvalues,\nand transforms pvalues for plotting. The final data frame is returned and\noptionally saved to a new RDS file.\n}\n\\examples{\ndeseq2_file <- system.file(\"extdata\",\n                           \"DEG_deseq2_test.rds\",\n                           package = \"TransProR\")\ndeseq2 <- prep_deseq2(deseq2_file)\n\n}\n"
  },
  {
    "path": "man/prep_edgeR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/PrepEdgeR.R\n\\name{prep_edgeR}\n\\alias{prep_edgeR}\n\\title{Prepare edgeR DEG data for plotting}\n\\usage{\nprep_edgeR(input_path, output_name = NULL)\n}\n\\arguments{\n\\item{input_path}{Path to the RDS file containing the edgeR DEG data frame.}\n\n\\item{output_name}{Name for the processed data frame, also used as the RDS file name.}\n}\n\\value{\nA data frame with processed edgeR DEG data.\n}\n\\description{\nThis function reads an edgeR DEG data frame from an RDS file, filters it using\n\\code{\\link{deg_filter}} function, adjusts the logFC to absolute values, adds a pseudo-count to PValue,\nand transforms PValue for plotting. The final data frame is returned and\noptionally saved to a new RDS file.\n}\n\\examples{\nedgeR_file <- system.file(\"extdata\",\n                          \"DEG_edgeR_test.rds\",\n                          package = \"TransProR\")\nedgeR <- prep_edgeR(edgeR_file)\n\n}\n"
  },
  {
    "path": "man/prep_limma.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/PrepLimma.R\n\\name{prep_limma}\n\\alias{prep_limma}\n\\title{Prepare limma-voom DEG data for plotting}\n\\usage{\nprep_limma(input_path, output_name = NULL)\n}\n\\arguments{\n\\item{input_path}{Path to the RDS file containing the limma-voom DEG data frame.}\n\n\\item{output_name}{Name for the processed data frame, also used as the RDS file name.}\n}\n\\value{\nA data frame with processed limma-voom DEG data.\n}\n\\description{\nThis function reads a limma-voom DEG data frame from an RDS file, filters it using\n\\code{\\link{deg_filter}} function, adjusts the logFC to absolute values, adds a pseudo-count to P.Value,\nand transforms P.Value for plotting. The final data frame is returned and\noptionally saved to a new RDS file.\n}\n\\examples{\nlimma_file <- system.file(\"extdata\",\n                          \"DEG_limma_voom_test.rds\",\n                          package = \"TransProR\")\nlimma <- prep_limma(limma_file)\n\n}\n"
  },
  {
    "path": "man/prep_wilcoxon.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/PrepWilcoxon.R\n\\name{prep_wilcoxon}\n\\alias{prep_wilcoxon}\n\\title{Prepare Wilcoxon DEG data for plotting}\n\\usage{\nprep_wilcoxon(input_path, output_name = NULL)\n}\n\\arguments{\n\\item{input_path}{Path to the RDS file containing the Wilcoxon DEG data frame.}\n\n\\item{output_name}{Optional; name for the processed data frame, also used as the RDS file name.\nIf not provided, the data frame will not be saved to file.}\n}\n\\value{\nA data frame with processed Wilcoxon DEG data.\n}\n\\description{\nThis function reads a Wilcoxon DEG data frame from an RDS file, filters it using\n\\code{\\link{deg_filter}} function, adjusts the log2foldChange to absolute values, adds a pseudo-count to pValues,\nand transforms pValues for plotting. The final data frame is returned and\noptionally saved to a new RDS file.\n}\n\\examples{\nwilcoxon_file <- system.file(\"extdata\",\n                             \"Wilcoxon_rank_sum_testoutRst_test.rds\",\n                             package = \"TransProR\")\nWilcoxon <- prep_wilcoxon(wilcoxon_file)\n\n}\n"
  },
  {
    "path": "man/process_heatdata.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ProcessHeatdata.R\n\\name{process_heatdata}\n\\alias{process_heatdata}\n\\title{Process Heatmap Data with Various Selection Options}\n\\usage{\nprocess_heatdata(\n  heatdata,\n  selection = 1,\n  custom_names = NULL,\n  num_names_per_group = NULL,\n  prefix_length = 4\n)\n}\n\\arguments{\n\\item{heatdata}{A data frame containing the heatmap data.}\n\n\\item{selection}{An integer specifying the processing method:\n- 1: Use custom names for columns.\n- 2: Select a given number of columns per group based on a prefix.\n- 3: Calculate the average of columns per group based on a prefix.}\n\n\\item{custom_names}{A character vector of custom names for columns (used when `selection = 1`).\nThe length of this vector must match the number of columns in `heatdata`.}\n\n\\item{num_names_per_group}{An integer specifying the number of columns to select per group (used when `selection = 2`).}\n\n\\item{prefix_length}{An integer specifying the length of the prefix for grouping columns (used when `selection = 2` or `selection = 3`).\nDefault is 4.}\n}\n\\value{\nA processed data frame based on the specified selection option.\n}\n\\description{\nThis function processes heatmap data (`heatdata`) based on a given selection option.\nIt allows customization of column names, selection of specific columns per group,\nor averaging columns based on a common prefix.\n}\n\\examples{\n# Example heatmap data frame\nheatdata <- data.frame(\n  groupA_1 = c(1, 2, 3),\n  groupA_2 = c(4, 5, 6),\n  groupB_1 = c(7, 8, 9),\n  groupB_2 = c(10, 11, 12)\n)\n\n# Selection 1: Use custom names for columns\ncustom_names <- c(\"Sample1\", \"Sample2\", \"Sample3\", \"Sample4\")\nprocessed_data1 <- process_heatdata(heatdata, selection = 1, custom_names = custom_names)\n\n# Selection 2: Select a given number of columns per group based on a prefix\nprocessed_data2 <- process_heatdata(heatdata, selection = 2, num_names_per_group = 1)\n\n# Selection 3: Calculate the average of columns per group based on a prefix\nprocessed_data3 <- process_heatdata(heatdata, selection = 3, prefix_length = 6)\n}\n"
  },
  {
    "path": "man/seek_gtex_organ.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/SeekGtexOrgan.R\n\\name{seek_gtex_organ}\n\\alias{seek_gtex_organ}\n\\title{Load and Process GTEX Phenotype Data to Retrieve Primary Site Counts}\n\\usage{\nseek_gtex_organ(path = \"./download_data/GTEX_phenotype\")\n}\n\\arguments{\n\\item{path}{The path to the GTEX phenotype data file. Default is \"./download_data/GTEX_phenotype\".}\n}\n\\value{\nA table representing the count of samples per primary site.\n}\n\\description{\nThis function reads the GTEX phenotype data from a specified path, renames its columns for better readability,\nand then returns a table of primary site counts.\n}\n\\examples{\n# Get the file path to the example data in the package\npath <- system.file(\"extdata\", \"GTEX_phenotype_test\", package = \"TransProR\")\n# Call the `seek_gtex_organ` function with the path and print the result\nSeekGtexOrgan <- seek_gtex_organ(path = path)\n\n}\n"
  },
  {
    "path": "man/selectPathways.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EnrichCirclize.R\n\\name{selectPathways}\n\\alias{selectPathways}\n\\title{Randomly Select Pathways with Limited Word Count}\n\\usage{\nselectPathways(pathways, max_words = 10, num_select = 10)\n}\n\\arguments{\n\\item{pathways}{Character vector of pathways.}\n\n\\item{max_words}{Integer, maximum number of words allowed in the pathway name.}\n\n\\item{num_select}{Integer, number of pathways to randomly select.}\n}\n\\value{\nA character vector of selected pathways.\n}\n\\description{\nThis function randomly selects a specified number of pathways from a given list, ensuring that each selected pathway name does not exceed a specified number of words. It filters out pathways with names longer than the specified word limit before making the selection.\n}\n\\examples{\npathway_list <- c(\"pathway_one response to stimulus\",\n                  \"pathway_two cell growth and death\",\n                  \"pathway_three regulation of cellular process\",\n                  \"pathway_four metabolic process\")\nselected_pathways <- selectPathways(pathway_list, max_words = 5, num_select = 2)\n\n}\n"
  },
  {
    "path": "man/spiral_newrle.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/EnrichmentSpiralize.R\n\\name{spiral_newrle}\n\\alias{spiral_newrle}\n\\title{Render a Spiral Plot Using Run-Length Encoding}\n\\usage{\nspiral_newrle(x, samples, values, colors, labels = FALSE)\n}\n\\arguments{\n\\item{x}{A vector representing categories or segments.}\n\n\\item{samples}{A vector indicating the sample each segment belongs to.}\n\n\\item{values}{Numeric vector indicating the lengths of each segment.}\n\n\\item{colors}{Character vector specifying the colors for each segment.}\n\n\\item{labels}{Logical, whether to add labels to each segment.}\n}\n\\value{\nNo return value, called for side effects. This function generates a spiral plot and optionally adds labels.\n}\n\\description{\nThis function creates a spiral plot for visualizing sequential data in a compact and visually appealing way.\nIt uses run-length encoding to represent the lengths and colors of sequences in the spiral.\n}\n\\examples{\n# Example: Creating a spiral plot using the spiral_newrle function\n\n# Define example data\nx <- c(\"A\", \"A\", \"B\", \"C\")\nsamples <- c(\"Sample1\", \"Sample1\", \"Sample2\", \"Sample2\")\nvalues <- c(20, 30, 15, 35)\ncolors <- c(\"red\", \"blue\", \"green\", \"purple\")\nlabels <- TRUE\n\n# Initialize the spiral plot, setting the x-axis range and scaling\nspiralize::spiral_initialize(xlim = c(0, sum(values)), scale_by = \"curve_length\",\n                 vp_param = list(x = grid::unit(0, \"npc\"), just = \"left\"))\n\n# Create a track for the spiral plot\nspiralize::spiral_track(height = 0.5)\n\n# Add segments to the spiral plot using run-length encoding\nspiral_newrle(x, samples, values, colors, labels)\n\n}\n"
  },
  {
    "path": "vignettes/TransProR.Rmd",
    "content": "---\ntitle: \"TransProR: Analysis and visualization of transcriptomic data are currently in progress. Future directions include multi-modal fusion, sparse learning, and the investigation of spatio-temporal effects.\"\nauthor: \"Dongyue Yu\\\\\n\n        Ph.d candiadate at Nankai University \"\ndate: \"`r Sys.Date()`\"\noutput:\n  prettydoc::html_pretty:\n    toc: false\n    theme: hpstr\n    highlight: github\n  pdf_document:\n    toc: true\nvignette: >\n  %\\VignetteIndexEntry{TransProR}\n  %\\VignetteEngine{knitr::rmarkdown}\n  %\\usepackage[utf8]{inputenc}\n---\n\n# Vignette\n\nPlease go to <https://sssydysss.github.io/TransProRBook/> for the full vignette.\n\n# Need helps?\n\nIf you have questions/issues, please visit [TransProR GITHUB](https://sssydysss.github.io/TransProRBook/) first. Your problems are mostly documented.\n\n## Bug Reporting\n\nIf you believe you have identified a bug, please submit a reproducible example via the [GitHub issue tracker](https://github.com/SSSYDYSSS/TransProR/issues). Alternatively, you can reach out to the author, SSSYDYSSS, at [yudongyue\\@mail.nankai.edu.cn](mailto:yudongyue@mail.nankai.edu.cn).\n\n"
  }
]