{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

2 - Virtual Screening & QSAR Modeling Flashcards

(15 cards)

1
Q

What is Virtual Screening (VS)?

A

A computational method in drug discovery to quickly search large libraries of molecules to find those most likely to bind to a target. (trying to predict bioactivity)

Two main types: ligand-based, structure-based

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is Virtual Screening used?

A

To reduce cost and effort by narrowing down compound libraries before wet-lab testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are ligand-based virtual screening methods?

A

Uses known active molecules (ligands) to find new ones with similar structure or properties, assuming similar molecules have similar activity.

They use only ligand information; include similarity search and ML model-based approaches.

Used when: the structure of the target protein is unknown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is structure-based virtual screening?

A

Uses the 3D structure of a target protein to identify molecules that can bind to it.
Methods that use both ligand and protein structure, such as docking, scoring, and molecular dynamics.

Used when: the protein structure is known (e.g., from X-ray crystallography or AlphaFold).
SBVS helps find molecules that are likely to act as inhibitors or drugs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are molecular fingerprints?

A

Vector representations of molecules encoding presence/absence of substructures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name three similarity metrics used in virtual screening.

A

Tanimoto, Dice, and Cosine similarity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are PAINS in drug discovery?

A

Pan-Assay INterference Compounds that often cause false positives in bioassays.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is QSAR modeling?

A

Quantitative Structure-Activity Relationship modeling; predicts bioactivity from molecular structure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are common ML models used in QSAR?

A

Random Forest, SVM, Gradient Boosting, Neural Networks, GNNs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why is pIC50 used instead of IC50?

A

Because it’s log-scaled, numerically stable, and easier for regression tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is scaffold-based data splitting?

A

Splitting data based on core molecular structures to avoid information leakage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is compound series bias?

A

When similar compounds appear in both train and test sets, leading to overoptimistic performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is multitask QSAR?

A

A model predicting multiple bioactivities (targets) from a single molecule input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is drug synergy?

A

When the combined effect of drugs is greater than their individual effects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Why must models for drug synergy be order-invariant?

A

Because the order of input drugs shouldn’t affect the synergy prediction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly