crc_mirnas_pubmed_tbl_df | R Documentation |
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.
data(crc_mirnas_pubmed_tbl_df)
A tibble with 508 observations and 8 variables:
Numeric PubMed identifier
Numeric publication year
Character article title
Character full abstract text
Character publication language
Character article type
Character research topic
Character microRNA identifiers
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.
Data taken from the OncoDataSets package version 0.1.0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.