diff --git a/src/components/Layout.js b/src/components/Layout.js index 9956913..60a4f5f 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -91,6 +91,10 @@ function Side({ onClick }) { />
+ This page represents samples with analyses from different pipelines. +
+- The repository contains CNV tracks for many of teh 1000 Genomes samples analyzed + The repository contains CNV tracks for many of the 1000 Genomes samples, analyzed by different platforms or data pipelines and therefore allows to compare private analysis data to results from these different call sets, to avoid interpretation biases from using reference data with a different analysis diff --git a/src/pages/subsets/analysispipeline-subsets.js b/src/pages/subsets/analysispipeline-subsets.js new file mode 100644 index 0000000..4e6812b --- /dev/null +++ b/src/pages/subsets/analysispipeline-subsets.js @@ -0,0 +1,2 @@ +import Page from "../../modules/data-pages/analysispipeline_SubsetsPage" +export default Page