Kalo te përmbajtja kryesore
OpenAI

30 qershor 2026

Brenda Genebench-Pro

Një vështrim më nga afër i standardit krahasues, pyetjeve të tij dhe materialeve mbështetëse.

Studime rastesh

Këto 10 raste studimore paraqesin pyetje përfaqësuese nga GeneBench-Pro. Çdo studim rasti përfshin kërkesën origjinale, grupet e të dhënave dhe materialet mbështetëse. Për një përmbledhje të standardit dhe gjetjeve kryesore, shih blogun e njoftimit.

Shënim: Pamjet paraprake të skedarëve shfaqin fragmente nga grupet e plota të të dhënave.


Studim rasti 1

Onkologjia somatike: vendim për balancën përfitim-rrezik të terapisë tumorale të udhëhequr nga variante strukturore

Vlerëso nëse një inhibitor sintetik i drejtuar ndaj TXR1 ka dobishmëri klinike pozitive në tumoret në të cilat aktivizimi i objektivit nxitet nga një variant strukturor. Etiketat TXR1, TXR1i, DLR1 dhe aleleve star-allele janë etiketa sintetike për standard krahasimi. 

Nëngrupi i synuar duhet të përcaktohet nga evidencat e leximeve të gjata, të shprehjes, të cilësisë së tumorit dhe farmakogjenomikës, para se përfitimi dhe toksiciteti të interpretohen si një vendim trajtimi.

Kërkesa e publikuar që i shfaqet modelit

A molecular tumor board registry contains trial-eligible advanced solid-tumor cases considered for a TXR1-directed inhibitor. Estimate, for tumors with SV-driven TXR1 target-mediated activation at time zero, the marginal effect of TXR1i versus non-TXR1 systemic therapy on week-16 clinical benefit as if all patients had an assessable week-16 visit. Also estimate the 8-week treatment-limiting toxicity/discontinuation risk under TXR1i in the same target population. Report net clinical utility = benefit risk difference (percentage points) - 0.35 * toxicity risk (percentage points), and choose therapy_class_code 1 if TXR1i has positive net utility and 0 otherwise. 

Use percentage-point units for all non-code quantities. Positive benefit means TXR1i improves week-16 clinical benefit relative to non-TXR1 systemic therapy.

These data came from a real experiment; you will be graded not just on numerical correctness but the quality of analytical reasoning you exhibit; do not attempt to take any shortcuts.

Return your final answer as exactly one JSON object.
Do not wrap the JSON in markdown.
Do not add prose before or after the JSON.
Do not omit any keys shown in the example.
Return the JSON object in your final answer:

JSON

1
{
2
"answer": {
3
"therapy_class_code": <int>,
4
"benefit_rd_pp": <float>,
5
"toxicity_dropout_risk_pp": <float>,
6
"net_clinical_utility_pp": <float>
7
},
8
"reasoning": "<description of method and QC>"
9
}

Skedarët e dhënë për modelin


Studim rasti 2

Gjenomika funksionale: Validimi i shënjestrës CRISPR: transkript i lncRNA-së apo lokus gjenomik?

Përcakto nëse një varësi e dukshme nga lncRNA është specifike për transkriptin apo shkaktohet nga efektet e lokusit fqinj dhe të gjeneve fqinje.

Evidenca e drejtuar ndaj transkriptit duhet të mbetet e vlefshme edhe pas kontrollit për perturbimin e lokusit lokal të ADN-së, represionin e gjeneve fqinje, shkëmbimin e udhëzuesve, toksicitetin e lidhur me përmbajtjen GC dhe efektet e pllakës.

Kërkesa e publikuar që i shfaqet modelit

You are given pooled CRISPRi screening data, guide-level local expression measurements, transcript-targeting CasRx follow-up data, and single-guide follow-up growth measurements for a nominated lncRNA program (LINC473) and a nearby coding gene (KIN1). The identifiers LINC473, KIN1, and ANKRD42 are synthetic benchmark labels; any resemblance to real human genes is coincidental.

Estimate the requested quantities.

Definitions:

  • lncrna_specific_lfc: the pooled-screen matched-control day-10 log2 growth effect expected at 100% effective knockdown of the dominant LINC473 transcript, not local DNA-locus effects.

  • neighbor_mediated_lfc: the pooled-screen matched-control day-10 log2 growth effect expected at 100% KIN1 repression in the local LINC473-locus model after accounting for concomitant LINC473 transcript knockdown.

  • advance_target: 1 if the evidence supports advancing LINC473 as a transcript-directed target, else 0.

Conventions:

  • all growth effects are log2(day10/day0) competitive-growth effects relative to matched controls;

  • more negative numbers indicate stronger loss of fitness;

  • set advance_target to 1 only if lncrna_specific_lfc <= -0.08 and neighbor_mediated_lfc > -0.25; otherwise 0.

These data came from a real experiment; you will be graded not just on numerical correctness but the quality of analytical reasoning you exhibit; do not attempt to take any shortcuts.

Return your final answer as exactly one JSON object.
Do not wrap the JSON in markdown.
Do not add prose before or after the JSON.
Do not omit any keys shown in the example.
Return the JSON object in your final answer:

JSON

1
{
2
"answer": {
3
"advance_target": <int>,
4
"lncrna_specific_lfc": <float>,
5
"neighbor_mediated_lfc": <float>
6
},
7
"reasoning": "<description of method and QC>"
8
}

Skedarët e dhënë për modelin


Studim rasti 3

Gjenetikë statistikore: prioritizimi i shënjestrave proteinike për barna në një lokus gjenetik të lidhur

Vlerëso efektet e drejtpërdrejta mbi sëmundjen për dy proteina fqinje duke përdorur randomizimin mendelian shumëvariabël cis (cis-MVMR), duke trajtuar shkallën e analizës, orientimin e aleleve, efektin “mallkimi i fituesit”, LD-në dhe pleiotropinë lokale të mbetur.

Të dyja proteinat ndajnë një lokus të korreluar. Analiza duhet të kalojë nga asociacionet margjinale tek efektet e sëmundjes të kushtëzuara, të vetëdijshme për lidhjen gjenetike (LD), në një shkallë të përbashkët proteinike.

Kërkesa e publikuar që i shfaqet modelit

You are given association summary statistics and metadata for two nearby proteins (PROTA and PROTB), a binary disease outcome, a locus correlation reference, and protein measurement records.

Goal: estimate the direct log-odds effect of each protein on the disease outcome per +1 SD increase in log10 concentration, conditional on the other protein.

Interpretation: theta_PROTA and theta_PROTB use the same log-odds per-SD scale defined in the goal.

These data came from a real experiment; you will be graded not just on numerical correctness but the quality of analytical reasoning you exhibit; do not attempt to take any shortcuts.

Return your final answer as exactly one JSON object.
Do not wrap the JSON in markdown.
Do not add prose before or after the JSON.
Do not omit any keys shown in the example.
Return the JSON object in your final answer:

JSON

1
{
2
"answer": {
3
"theta_PROTA": <float>,
4
"theta_PROTB": <float>
5
},
6
"reasoning": "<description of method and QC>"
7
}

Skedarët e dhënë për modelin


Studim rasti 4

Gjenomika klinike / shqyrtimi i bartësve: Rreziku i mbetur në shqyrtimin e bartësve të DRX1 pas kalibrimit për CNV dhe pseudogjene

Vlerëso frekuencat e bartësve specifike sipas prejardhjes, rrezikun mbetës pas një depistimi negativ, frekuencën e bartjes te partneri dhe rrezikun për një konceptus të prekur nga të dhënat e analizës së depistimit të bartësve.

Vlerësimi i rrezikut të mbetur varet nga identifikimi i bartësve që merr parasysh pseudogjenet, bashkimi i haplotipeve founder, kalibrimi i analizës specifik për prejardhjen dhe standardizimi nga partnerët e testuar te e gjithë lista e partnerëve.

Kërkesa e publikuar që i shfaqet modelit

Using cohort_roster.tsv.gz, partner_roster.tsv.gz, calibration_controls.tsv.gz, target_metadata.tsv.gz, and assay_observations.tsv.gz, estimate residual reproductive risk for an autosomal recessive DRX1 condition. Report all quantities on the probability scale, not as percentages: carrier_frequency_afr and carrier_frequency_eur among screening-roster adults; residual_carrier_risk_afr_negative for an AFR screening-roster adult with a negative DRX1 screen; partner_carrier_frequency_full_roster for a uniformly sampled partner_roster.tsv.gz row; and couple_reproductive_risk for an affected conceptus when the index person is AFR and screen-negative and the partner is drawn from partner_roster.tsv.gz. Assume autosomal recessive inheritance with a 1/4 affected-conceptus risk conditional on both biological parents being carriers. 

These data came from a real experiment; you will be graded not just on numerical correctness but the quality of analytical reasoning you exhibit; do not attempt to take any shortcuts.

Return your final answer as exactly one JSON object.
Do not wrap the JSON in markdown.
Do not add prose before or after the JSON.
Do not omit any keys shown in the example.
Return the JSON object in your final answer:

JSON

1
{
2
"answer": {
3
"carrier_frequency_afr": <float>,
4
"carrier_frequency_eur": <float>,
5
"residual_carrier_risk_afr_negative": <float>,
6
"partner_carrier_frequency_full_roster": <float>,
7
"couple_reproductive_risk": <float>
8
},
9
"reasoning": "<description of method and QC>"
10
}

Skedarët e dhënë për modelin


Studim rasti 5

Gjenomika njëqelizore: eQTL i monociteve të aktivizuara pas korrigjimit të ARN-së ambientale

Vlerëso efektin e gjenotipit në shprehjen e monociteve të aktivizuara, pasi të hiqen RNA-ja ambientale dhe kontaminimi teknik nga të dhënat scRNA-seq.

RNA-ja ambientale ndikon si në shprehjen e gjenit të synuar, ashtu edhe në panelin e markerëve që përdoret për të përcaktuar gjendjen e aktivizimit, prandaj korrigjimi duhet të kryhet përpara modelit eQTL.

Kërkesa e publikuar që i shfaqet modelit

Estimate the per-allele log rate ratio for CXCL10 expression in the activated monocyte subpopulation from the provided single-cell RNA-seq data. 

These data came from a real experiment; you will be graded not just on numerical correctness but the quality of analytical reasoning you exhibit; do not attempt to take any shortcuts.

Return your final answer as exactly one JSON object.
Do not wrap the JSON in markdown.
Do not add prose before or after the JSON.
Do not omit any keys shown in the example.
Return the JSON object in your final answer:

JSON

1
{
2
"answer": {
3
"beta_activated": <float>
4
},
5
"reasoning": "<description of method and QC>"
6
}

Skedarët e dhënë për modelin


Studim rasti 6

Gjenetika strukturore: variant strukturor i përfshirë: mbështetje nga shprehja dhe lidhje klinike

Vlerëso nëse një nënhaplotip strukturor i ndërthurur brenda një lokusi anonim të ngjashëm me inversionin ka një asociacion klinik të kalibruar dhe mbështetje të besueshme nga shprehja.

Një sinjal i ndërthurur i dozës së kopjeve mund të ndikohet nga orientimi i inversionit më të gjerë, prandaj kalibrimi i dozës, mbështetja nga shprehja dhe modelimi klinik duhet të trajtohen si procese të veçanta.

Kërkesa e publikuar që i shfaqet modelit

Analyze the released files for anonymous Locus Q. Estimate the full-cohort source-population clinical association and molecular expression support for the calibrated nested segment-B structural copy dosage, separating the nested segment-B dosage from the broader outer-orientation dosage. Report subhap_log_or as the natural-log source-population total-effect odds ratio for case status per additional calibrated segment-B copy. Report expression_log_fc as the natural-log expression fold-change per calibrated segment-B copy for the expression-supported gene. Report target_support_code as 1 if the supported gene has a positive expression_log_fc and the clinical association is protective (subhap_log_or < 0), otherwise 0. Report n_calibrated_carriers as the number of reliable breakpoint-panel samples carrying at least one segment-B copy. 

These data came from a real experiment; you will be graded not just on numerical correctness but the quality of analytical reasoning you exhibit; do not attempt to take any shortcuts.

Return your final answer as exactly one JSON object.
Do not wrap the JSON in markdown.
Do not add prose before or after the JSON.
Do not omit any keys shown in the example.
Return the JSON object in your final answer:

JSON

1
{
2
"answer": {
3
"n_calibrated_carriers": <int>,
4
"target_support_code": <int>,
5
"expression_log_fc": <float>,
6
"subhap_log_or": <float>
7
},
8
"reasoning": "<description of method and QC>"
9
}

Skedarët e dhënë për modelin


Studim rasti 7

Gjenomika rregullatore: Matja e forcës së lakut të kromatinës pas maskimit të varianteve strukturore dhe artefakteve të hartëzimit

Kuantifiko ndryshimin në forcën e një laku Hi-C fokal midis rasteve dhe kontrolleve, pasi të hiqen artefaktet e shkaktuara nga hartëzueshmëria e ulët dhe variantet strukturore nga sfondi i kontakteve të pritshme.

Laku i synuar përcaktohet me një rezolucion prej 20 kb, por modeli i kontakteve të pritshme shtrembërohet nëse kontaktet me hartëzueshmëri të ulët dhe një brez i variantit strukturor i pranishëm vetëm te rastet nuk maskohen fillimisht.

Kërkesa e publikuar që i shfaqet modelit

You are given Hi-C contact matrices at 20 kb and 40 kb resolution plus bin annotations. Estimate the loop enrichment at the 20 kb interaction between `bin_id = 8` and `bin_id = 17` in `bins_20kb.tsv.gz`. Report three quantities: `case_loop_strength` (mean log2(observed/expected) across case replicates), `control_loop_strength` (mean log2(observed/expected) across control replicates), and `delta_loop_strength` (case minus control).

These data came from a real experiment; you will be graded not just on numerical correctness but the quality of analytical reasoning you exhibit; do not attempt to take any shortcuts.

Return your final answer as exactly one JSON object.
Do not wrap the JSON in markdown.
Do not add prose before or after the JSON.
Do not omit any keys shown in the example.
Return the JSON object in your final answer:

JSON

1
{
2
"answer": {
3
"case_loop_strength": <float>,
4
"control_loop_strength": <float>,
5
"delta_loop_strength": <float>
6
},
7
"reasoning": "<description of method and QC>"
8
}

Skedarët e dhënë për modelin


Studim rasti 8

Gjenetika statistikore: Hartimi i QTL-ve me shumë prindër dhe rindërtimi i themeluesve

Hartëzo një lokus të tiparit sasior të kromozomit-1 në një popullatë rekombinante me tetë themelues duke rindërtuar prejardhjen themeluese përpara se të testosh shoqërimin e fenotipit.

Të dhënat e dukshme të markerëve janë bialelike, por sinjali biologjik përfaqëson prejardhjen e themeluesit. Prandaj, një analizë e qëndrueshme duhet të rindërtojë gjendjen e themeluesit, të kontrollojë orientimin e markerëve dhe të ndajë QTL-në nga një kulm pengues i lidhur me grupin e përpunimit.

Kërkesa e publikuar që i shfaqet modelit

Map the chromosome 1 QTL in an 8-founder multi-parent population. Report the position (cM) and which founder carries the high-effect allele.

Report high_founder as "F1".."F8".

These data came from a real experiment; you will be graded not just on numerical correctness but the quality of analytical reasoning you exhibit; do not attempt to take any shortcuts.

Return your final answer as exactly one JSON object.
Do not wrap the JSON in markdown.
Do not add prose before or after the JSON.
Do not omit any keys shown in the example.
Return the JSON object in your final answer:

JSON

1
{
2
"answer": {
3
"high_founder": "<string>",
4
"qtl_pos_cM": <float>
5
},
6
"reasoning": "<description of method and QC>"
7
}

Data files:

  • markers.tsv.gz: marker metadata

  • founders.tsv.gz: founder alleles at each marker

  • ril_genotypes.npz: observed RIL genotypes (biallelic)

  • phenotypes.tsv.gz: phenotype and covariates

Skedarët e dhënë për modelin


Studim rasti 9

Gjenetika e popullatave: prejardhja specifike sipas prindit dhe kohëzimi i përzierjes gjenetike të kohëve të fundit

Infero përqindjet e prejardhjes specifike për secilin prind dhe kohën e admixture-it të kohëve të fundit nga traktet e fazuara të prejardhjes lokale, pasi të korrigjohen artefaktet reciproke dhe një përmbysje e etiketave specifike për një kromozom.

Përqindjet e prejardhjes dhe koha e pulseve të admixture-it ndryshojnë nëse artefaktet reciproke të trakteve, përmbysja e etiketave specifike për kromozomin ose emëruesit e hartës trajtohen në mënyrë të pasaktë.

Kërkesa e publikuar që i shfaqet modelit

You are given phased local-ancestry tracts for one admixed individual. Estimate, for each transmitted parental haplotype, the fraction of ancestry A across the called tract span and the number of generations since a single recent admixture pulse. Label parent1 as the haplotype with the smaller ancestry-A fraction and parent2 as the haplotype with the larger ancestry-A fraction. 

These data came from a real experiment; you will be graded not just on numerical correctness but the quality of analytical reasoning you exhibit; do not attempt to take any shortcuts.

Return your final answer as exactly one JSON object.
Do not wrap the JSON in markdown.
Do not add prose before or after the JSON.
Do not omit any keys shown in the example.
Return the JSON object in your final answer:

JSON

1
{
2
"answer": {
3
"parent1_A_fraction": <float>,
4
"parent1_t": <float>,
5
"parent2_A_fraction": <float>,
6
"parent2_t": <float>
7
},
8
"reasoning": "<description of method and QC>"
9
}

Skedarët e dhënë për modelin


Studim rasti 10

Gjenetika e popullatave: vlerësimi i seleksionit nga seritë kohore të zhurmshme të ADN-së së lashtë

Infero se cili nga dy lokuset haploide është nën përzgjedhje pozitive më të fortë, nga seritë kohore të frekuencave alelike të ADN-së së lashtë, duke marrë parasysh orientimin e aleleve, gabimin drejtimor, driftin gjenetik dhe ndryshimin e madhësisë së popullatës.

Trajektoret e zhurmshme të ADN-së së lashtë nuk janë drejtpërdrejt të krahasueshme derisa të dy lokuset të vendosen në të njëjtën shkallë të alelit të derivuar dhe vlerat e dhëna të gabimit të sekuencimit në nivel mostre të modelohen drejtpërdrejt.

You are given allele-frequency time series data from two haploid loci sampled over multiple generations.

One locus is under stronger positive selection than the other. Estimate the selection coefficient s for the more strongly selected locus, where s > 0 means the derived allele is favored.

Assume instrument-driven sequencing error is ~1%. The seq_error column is the average of the two directional allele-miscall rates for that locus and sample.

The selected_locus value must be "A" or "B".

These data came from a real experiment; you will be graded not just on numerical correctness but the quality of analytical reasoning you exhibit; do not attempt to take any shortcuts.

Return your final answer as exactly one JSON object.
Do not wrap the JSON in markdown.
Do not add prose before or after the JSON.
Do not omit any keys shown in the example.
Return the JSON object in your final answer:

JSON

1
{
2
"answer": {
3
"selected_locus": "<string>",
4
"s": <float>
5
},
6
"reasoning": "<description of method and QC>"
7
}

Skedarët e dhënë për modelin