.GPR

GPR File

GenePix Results File
Ask a question
QUICK ANSWER

A GPR file is the tab-delimited data output of a GenePix microarray scanner (Molecular Devices). It holds fluorescence intensity measurements for every spot on a DNA or protein microarray. Open it in Excel or LibreOffice Calc with Tab as the delimiter for inspection, or in R/Bioconductor (limma) or GenePix Pro for analysis. Note: GoPro cameras also use .gpr for RAW photos - those are a different binary format requiring Adobe Lightroom or Photoshop.

Developer: Molecular Devices (formerly Axon Instruments) Category: Data Files Open standard MIME: text/plain
OPENS ON Windows macOS Linux
Related: .PKPASS · .DAT · .JSON · .RIS

On this page

19k+ extensions indexed
Last reviewed Aug 15, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the GPR file format?

A .gpr file is the raw results output of a GenePix laser microarray scanner, produced by GenePix Pro software from Molecular Devices (formerly Axon Instruments). It stores fluorescence intensity measurements for every spot on a DNA or protein microarray slide, supplying the primary quantitative data for downstream differential expression analysis.

The format is based on ATF (Axon Text Format): a plain-text, tab-delimited structure readable in any text editor or spreadsheet. The first line always reads ATF followed by a tab and the version string 1.0. An optional block of key-value header records follows, then a tab-delimited column-header row, and finally the data rows - one per microarray spot.

Each data row contains the spot's grid coordinates (Block, Row, Column), an annotation identifier, and approximately 60-100 fluorescence metrics per channel. For a standard two-color experiment the channels are typically Cy3 at 532 nm and Cy5 at 635 nm, reported as median and mean foreground and background intensities along with quality flags and morphology scores (Circularity, SNR).

.gpr files are commonly used alongside .gal files (GenePix Array List), which supply spot name and ID annotations. Downstream analysis is typically performed in R/Bioconductor - the limma package's read.maimages() function reads .gpr natively. Raw .gpr files are accepted as supplementary data by the NCBI GEO database.

Security & safety

RISK: LOW

GPR files are plain text scientific data with no executable content. They are generated by laboratory instruments and pose no malware risk. The only practical safety concern is data integrity - GPR files from external sources should be validated against the experiment's metadata and the expected number of spots to detect accidental truncation or corruption.

Format details

in a nutshell
FULL NAMEGenePix Results Fileaka GPR data file, microarray scan result
DEVELOPERMolecular Devices (formerly Axon Instruments)since late 1990s (Axon Instruments GenePix scanners; Molecular Devices acquired Axon ~2004)
CATEGORYData Files
MIME TYPEtext/plain
TYPETab-delimited plain text (ATF - Axon Text Format)
STANDARDOpen · royalty-free
This extension is also used by…
  • GoPro RAW Image (GoPro GPR) - GoPro cameras (HERO5/6/7/8/9, Fusion, MAX) save 12-bit RAW photos as .gpr - a DNG extension using VC-5 lossless compression, with a separate JPG sidecar. Opened by Adobe Lightroom, Photoshop (Camera Raw 9.7+), and the open-source GoPro GPR SDK. Completely unrelated to the GenePix format.
  • Finale/Sibelius music notation project (GigaStudio/Giga Performer) - Some music software versions used .gpr for project/performance files; niche and rare.

Programs that open GPR files

Windows4 apps
GenePix Pro Software Paid File > Open GPR - the native tool for GenePix results; provides full visualization and analysis.
Microsoft Excel Paid Open the .gpr file (it's tab-delimited text): Data > From Text/CSV or simply rename to .txt and open. Review the ATF header rows, then work with the data table. Choose 'Tab' as delimiter.
LibreOffice Calc Open-source Open the .gpr - LibreOffice recognizes it as a text file and prompts for delimiter (choose Tab). Free alternative to Excel for inspecting the data table.
R / Bioconductor (limma package) Open-source read.maimages(files, source='genepix') reads GPR files natively. The standard tool for microarray differential expression analysis.
macOS2 apps
LibreOffice Calc Open-source Open and inspect the tab-delimited GPR data on macOS.
R / Bioconductor (limma) Open-source Same as Windows - read.maimages() is the standard analysis path on any OS.
Linux1 app
R / Bioconductor (limma) Open-source The primary analysis environment for GPR data on Linux; read.maimages() handles the ATF format.

Technical details

deep spec
File structureATF (Axon Text Format) - plain text, tab-delimited
Header signatureLine 1: ATF<tab>1.0; followed by optional key-value header block, then column-header row
Data unitOne row per microarray spot (feature), with ~60-100 numeric measurement columns
Primary channelsCy3 at 532 nm and Cy5 at 635 nm (standard two-color microarray configuration)
Key column typesF532/F635 (foreground median/mean), B532/B635 (background), Flags, Circularity, SNR
EncodingASCII or UTF-8 plain text; no binary sections
ATF version1.0 (declared in line 1; the only version in widespread use)
Typical file size500 KB - 50 MB (scales with number of spots on the array)
Companion file.gal (GenePix Array List) supplies spot name and ID annotations
R integrationlimma::read.maimages() reads .gpr natively for differential expression analysis
Operating systemWindows (GenePix Pro); macOS/Linux via R/Bioconductor pipelines
GEO submissionRaw .gpr files accepted as supplementary data by NCBI Gene Expression Omnibus (GEO)
Releasedlate 1990s (Axon Instruments GenePix scanners; Molecular Devices acquired Axon ~2004)
Latest versionGenePix Pro 7 (most recent major version); ATF format version 1.0
Open standardYes · royalty-free
Specificationwww.cryer.co.uk

GPR conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with GPR files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about GPR files.

Frequently asked questions

What is a GPR file?
A GenePix Results file - the tab-delimited text output of a GenePix microarray scanner listing fluorescence intensity measurements for each spot on a DNA/protein microarray. If you have a GPR file from a GoPro camera (RAW photo), that is a completely different format - use Lightroom or Photoshop for that.
How do I open a GPR file?
For scientific use: load it in R/Bioconductor with the limma package (read.maimages), or open it in GenePix Pro. To inspect the data table: rename to .txt and open in Excel or LibreOffice Calc; use Tab as the delimiter.
Can I open a GPR file in Excel?
Yes - GPR is plain tab-delimited text. In Excel use Data > From Text/CSV and set Tab as the delimiter, or rename the file to .txt first. The ATF header rows will appear as text rows before the data columns.
Is the .gpr extension from GoPro or GenePix?
Both. GenePix Results files use .gpr (scientific microarray data, tab-delimited text). GoPro cameras also save 12-bit RAW photos as .gpr (DNG-based, completely different binary format). Context tells you which: if it came from a lab scanner - GenePix; from a GoPro camera - GoPro RAW.
How do I analyze a GPR file in R?
Install Bioconductor and the limma package, then use: library(limma); data <- read.maimages(c('yourfile.gpr'), source='genepix'). This reads the fluorescence intensities and flags for downstream normalization and differential expression analysis.

References

1GenePix File Formats - ATF specification (cryer.co.uk)www.cryer.co.uk
2Molecular Devices - GenePix File Formats (official support)support.moleculardevices.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.NOMEDIAAndroid No-Media Marker File
6.PARTPartial Download File
7.RPMSGRestricted Permission Message
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.DBSQLite Database File

Related extensions

.PKPASSApple Wallet Pass (formerly Passbook)
.DATProgram Data File (generic)
.JSONJavaScript Object Notation file
.RISResearch Information Systems citation file
.OFXOpen Financial Exchange
.CSVComma-Separated Values

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z