Skip to content

Commit 6995940

Browse files
committed
fix value missing in data documentation
1 parent c51214a commit 6995940

4 files changed

Lines changed: 7 additions & 10 deletions

File tree

R/data.R

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#' A data frame containing metadata for samples from the Marthandan et al.
44
#' (2016) study (GEO code GSE63577).
55
#'
6-
#' @docType data
76
#' @format A data frame with 45 rows and 6 columns:
87
#' \describe{
98
#' \item{sampleID}{Unique sample identifier.}
@@ -26,7 +25,6 @@
2625
#' Senescence Associated Genes and Pathways in Primary Human Fibroblasts
2726
#' Detected by RNA-Seq. PLoS One 2016;11(5):e0154531. PMID: 27140416
2827
#'
29-
#' @usage data(metadata_example)
3028
#' @keywords datasets
3129
"metadata_example"
3230

@@ -51,7 +49,7 @@
5149
#' For illustration and package size reduction, genes with variance in the
5250
#' bottom 10% across samples were removed, retaining the 90% most variable genes
5351
#' in the dataset.
54-
#' @docType data
52+
#'
5553
#' @format A numeric matrix with rows as genes (gene symbols) and columns as
5654
#' samples (sample IDs).
5755
#'
@@ -65,12 +63,12 @@
6563
#' Senescence Associated Genes and Pathways in Primary Human Fibroblasts
6664
#' Detected by RNA-Seq.
6765
#' *PLoS One* 2016;11(5):e0154531. PMID: 27140416
68-
#' @usage data(counts_example)
66+
#'
6967
#' @keywords datasets
7068
"counts_example"
7169

7270
#' Example Gene Sets for Cellular Senescence
73-
#' @docType data
71+
#'
7472
#' @format A named list of length 3:
7573
#' \describe{
7674
#' \item{Literature_Senescence}{Character vector of gene symbols. A small,
@@ -82,11 +80,10 @@
8280
#' A gene set from Hernandez-Segura et al. (2017), with directionality (+1 or -1).}
8381
#' }
8482
#'
85-
#' @usage data(genesets_example)
86-
#' @keywords datasets
8783
#' @references Hernandez-Segura A, de Jong TV, Melov S, Guryev V, Campisi J,
8884
#' Demaria M. Unmasking Transcriptional Heterogeneity in Senescent Cells.
8985
#' *Curr Biol.* 2017 Sep 11;27(17):2652-2660.e4. doi: 10.1016/j.cub.2017.07.033.
9086
#' Epub 2017 Aug 30. PMID: 28844647; PMCID: PMC5788810.
87+
#' @keywords datasets
9188
"genesets_example"
9289

man/counts_example.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/genesets_example.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/metadata_example.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)