
PubMed Data of miRNAs in Colorectal Cancer
Source:R/data-documentation.R
crc_mirnas_pubmed_tbl_df.Rd
This dataset, crc_mirnas_pubmed_tbl_df, is a tibble containing information from PubMed abstracts related to microRNAs (miRNAs) in colorectal cancer. The data provides publication metadata, article abstracts, and associated miRNAs across 508 observations with 8 variables.
Usage
data(crc_mirnas_pubmed_tbl_df)
Format
A tibble with 508 observations and 8 variables:
- PMID
Numeric PubMed identifier
- Year
Numeric publication year
- Title
Character article title
- Abstract
Character full abstract text
- Language
Character publication language
- Type
Character article type
- Topic
Character research topic
- miRNA
Character microRNA identifiers
Details
The dataset name has been kept as 'crc_mirnas_pubmed_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the DigestiveDataSets package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified in any way.