PancreaticMiRNAs_tbl_df | R Documentation |
This dataset, PancreaticMiRNAs_tbl_df, is a tibble containing information from PubMed abstracts related to microRNAs (miRNAs) in pancreatic cancer. The data provides key details such as publication metadata, article abstracts, and associated miRNAs. The dataset consists of 381 observations with 8 variables.
data(PancreaticMiRNAs_tbl_df)
A tibble with 381 observations and 8 variables:
PubMed Identifier (numeric).
Publication year of the article (numeric).
Title of the PubMed article (character).
Abstract of the article (character).
Language of the article (character).
Type of publication, e.g., review, study (character).
Research topic related to pancreatic cancer and miRNAs (character).
Specific microRNAs mentioned in the publication (character).
The dataset name has been kept as 'PancreaticMiRNAs_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the OncoDataSets package and assists users in identifying its specific characteristics. The suffix '_tbl_df' indicates that the dataset is a tibble, which is an enhanced version of a data frame in R. The original content has not been modified in any way.
Data taken from the miRetrieve package. More information is available at: https://pubmed.ncbi.nlm.nih.gov/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.