//@ts-nocheck import { forwardRef, useEffect, useId, useRef, useState } from 'react'; import { Col } from '../components/Col'; import { Rect } from '../components/Rect'; import { Text } from '../components/Text'; import { Row } from '../components/Row'; import { SVG } from '../components/SVG'; import { Align } from '../components/Align'; import { BBoxWithChildren, Measure, useBluefishLayout, withBluefish, withBluefishComponent, useBluefishContext, } from '../bluefish'; import { Ref } from '../components/Ref'; import { Group } from '../components/Group'; import { Line } from '../components/Line'; import { Arrow } from '../components/Arrow'; import { Space } from '../components/Space'; import { Connector } from '../components/Connector'; import { first } from 'lodash'; const ModelDerivation: React.FC = () => {}; const ModelApplication: React.FC = () => {}; const StatisticalCharts: React.FC = () => {}; const LociGraphic: React.FC = () => {}; const GeneGraphic: React.FC = () => {}; const ScanEdge: React.FC = () => {}; export const PatternDiagram: React.FC<{}> = () => { return ( {/* headers */} 4,511 individuals with previously quantified liver fat 32,192 raw MRI images analyzed by machine-learning model 36,703 total individuals with liver fat quantified Common variant association study of 9.8 million DNA variants identified 8 loci Rare variant association study of 3,384 genes identified 1 gene {/* equation */} + = {/* graphics */} {/* edge */} ); }; export const PatternDiagramRearranged: React.FC<{}> = () => { return ( {/* headers */} 4,511 individuals with previously quantified liver fat 32,192 raw MRI images analyzed by machine-learning model 36,703 total individuals with liver fat quantified Common variant association study of 9.8 million DNA variants identified 8 loci Rare variant association study of 3,384 genes identified 1 gene {/* equation */} + + {/* graphics */} {/* edge */} ); };