Giter Site home page Giter Site logo

geo_accession's Introduction

GEO Accession with GEOquery Package

Welcome to the GEO Accession repository! This README provides an overview of how to access gene expression data from the Gene Expression Omnibus (GEO) using the GEOquery package in R.

geo

Introduction

The GEOquery package is a valuable tool for extracting high-throughput experimental data from the National Center for Biotechnology Information (NCBI) GEO. It allows you to access a wide range of data, including samples, series, and platforms, which are submitted to the GEO Datasets database by data owners.

Getting Started

  • To access the metadata associated with GSM (GSMxxx) sample IDs, follow our tutorial on Accessing Metadata with GSM Sample IDs.

  • To access metadata by GSE (GSExxx) IDs, refer to the documentation within the repository.

Overview of GEO

The Gene Expression Omnibus (GEO) is a public repository GEO Link that hosts data submitted by various array-based applications and high-throughput sequencing experiments. It includes raw and processed data, covering a wide range of experimental types, such as microarrays, RNA sequencing, ChIP experiments, and DNA sequencing. GEO classifies data into four main categories: platforms, samples, series, and datasets.

  • Platforms (GPLxxx): These identify the experimental platforms and the elements used in experiments.

  • Samples (GSMxxx): Each sample record provides information about the sample conditions used in experiments.

  • Series (GSExxx): Series records group samples and provide details about the experimental design, including the array platform used.

  • Datasets: Datasets contain curated sets of sample data for data display and analysis. They often share a common probe design.

GEO 2

GEO 3 1

GEOquery Package

The GEOquery package is an R tool that simplifies interactions with the NCBI GEO database, making it easy to access gene expression data. You can download data as a list of experiments, including platform information.

Accessing Data

  • To check the list of experiments associated with the data, use the following code:
    gsm_list <- getGEO(x)
    total_platform <- length(gsm_list)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      
    
    
    
    
    
          
    
    

geo_accession's People

Contributors

moha-cm avatar

Watchers

 avatar

geo_accession's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.