API ConsoleWeng · Moore Lab

API Docs

Documentation for using the SCREEN GraphQL API.

RAMPAGE

Get RAMPAGE data

Get RAMPAGE data for a given gene

NOTE: RAMPAGE data is only available for GRCh38

Returns RAMPAGE data for the SOX4 gene.

  query  {
  tssrampageQuery(genename: "SOX4") {
    start
    geneName
    organ
    locusType
    strand
    peakId
    biosampleName
    biosampleType
    biosampleSummary   
    expAccession
    value
    start
    end 
    chrom 
  }
}