From 90fc29ac93ee1822f648c08132334140eebdf7d6 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Thu, 21 Dec 2023 12:40:58 -0500 Subject: [PATCH] chore(client): make FAQ dataset-generic --- client/src/components/pages/FAQPage.js | 28 ++++++++------------------ 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/client/src/components/pages/FAQPage.js b/client/src/components/pages/FAQPage.js index 793182f2..d8fe0348 100644 --- a/client/src/components/pages/FAQPage.js +++ b/client/src/components/pages/FAQPage.js @@ -8,43 +8,31 @@ const FAQPage = () => {
How are the QTL plots generated?

- To generate plots, we use the UCSC bigWigSummary tool to calculate average signal across a feature - for each sample upon request. These values are combined with genotype information extracted from a{" "} + To generate plots, we either use pre-computed, batch-corrected and normalized sample-wise signal matrices, + or use the UCSC bigWigSummary tool to calculate average signal across a feature for each sample + upon request. These values are combined with genotype information extracted from a{" "} Gemini database into a box plot on a server, which is then sent to the user’s browser if they have signed in and agreed to the terms of use. Plots are generated - as needed, rather than in advance, and are derived directly from the count matrix or track and genotype - data. + as needed, rather than in advance, and are derived directly from the matrix or track and genotype data.

How were the genomic tracks grouped by genotype generated?

- Genome browser tracks were created with the HOMER makeUCSCfile command and{" "} - bedGraphToBigWig utility from UCSC. Tracks were normalized so that each value represents the read - count per base pair per 10 million reads. We generate{" "} + We generate{" "} UCSC Genome Browser track hubs upon - request to visualize averaged track segments for a given genomic feature. These tracks are created on the - fly by averaging bigWig regions of samples sharing an experimental treatment and genotype, using our - command-line tool: + request to visualize averaged normalized track segments for a given genomic feature. These averaged tracks + are created on the fly by averaging bigWig regions of samples sharing an experimental treatment and + genotype, using our command-line tool: bw-merge-window.

-
- How were the global tracks per ancestry group generated? -

- The dark shaded area denotes the distribution of the average RPM values and the light shaded area denotes - the standard deviation. Signals of various epigenetic marks are shown in blue color for non-infected samples - and red color for infected samples. For RNA-seq, forward and reverse transcripts are shown in blue and green - color separately for non-infected samples; while forward and reverse transcripts are shown in red and brown - color separately for infected samples. -

-
;