Skip to content

Commit

Permalink
[Platform]: AotF Target interactors threshold (opentargets#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
carcruz authored Sep 23, 2024
1 parent 4e43f7a commit 3188a66
Show file tree
Hide file tree
Showing 9 changed files with 343 additions and 185 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ query InteractionsSectionQuery(
$sourceDatabase: String
$index: Int = 0
$size: Int = 10
$scoreThreshold: Float
) {
target(ensemblId: $ensgId) {
id
approvedName
approvedSymbol

interactions(sourceDatabase: $sourceDatabase, page: { index: $index, size: $size }) {
interactions(
sourceDatabase: $sourceDatabase
scoreThreshold: $scoreThreshold
page: { index: $index, size: $size }
) {
count
rows {
intA
Expand Down
Loading

0 comments on commit 3188a66

Please sign in to comment.