Dataset Viewer
Auto-converted to Parquet Duplicate
pmid
stringclasses
2 values
pmcid
stringclasses
2 values
title
stringclasses
2 values
abstract
stringclasses
2 values
fulltext
stringclasses
1 value
images
images listlengths
9
116
7597030
PMC41586
Molecular cloning and expression of the 32-kDa subunit of human TFIID reveals interactions with VP16 and TFIIB that mediate transcriptional activation.
Transcription factor TFIID consists of TATA binding protein (TBP) and at least eight TBP-associated factors (TAFs). As TAFs are required for activated but not basal transcription, we have proposed that TAFs act as coactivators to mediate signals between activators and the basal transcription machinery. Here we report ...
null
38692285
PMC11186780
A body–brain circuit that regulates body inflammatory responses
The body–brain axis is emerging as a principal conductor of organismal physiology. It senses and controls organ function1,2, metabolism3 and nutritional state4–6. Here we show that a peripheral immune insult strongly activates the body–brain axis to regulate immune responses. We demonstrate that pro-inflammatory and an...
Main Main A well-balanced immune response is of fundamental importance for the fitness and survival of the organism. An overactive pro-inflammatory state invariably leads to immune dysregulation, including a diverse range of autoimmune and inflammatory diseases7,8. Understanding the mechanisms that tune the immune res...

My Dataset

This dataset includes research articles with metadata and images.

Features

The dataset contains the following features:

  • pmid: The PubMed ID of the article (string).
  • pmcid: The PubMed Central ID of the article (string).
  • title: The title of the article (string).
  • abstract: The abstract of the article (string).
  • fulltext: The full text of the article (string).
  • images: Contains image data with the following fields:
    • bytes: Binary image data.
    • path: Relative path to the image file (string).

Schema

dataset_info:
  features:
    - name: pmid
      dtype: string
    - name: pmcid
      dtype: string
    - name: title
      dtype: string
    - name: abstract
      dtype: string
    - name: fulltext
      dtype: string
    - name: images
      dtype: struct
      struct:
        - name: bytes
          dtype: binary
        - name: path
          dtype: string
Downloads last month
6