Skip to content

Commit

Permalink
more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pcastellanoescuder committed Jan 27, 2024
1 parent 51cea7f commit 790e1ad
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ddh
Type: Package
Title: Utility Functions and Data Sets for Data-driven Hypothesis
Version: 0.3.32
Version: 0.3.33
Authors@R: c(
person(given = "Matthew",
family = "Hirschey",
Expand Down
8 changes: 4 additions & 4 deletions R/plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -1250,9 +1250,9 @@ make_pubmed <- function(input = list(),
}

## CELL ANATOGRAM -------------------------------------------------------------------
#' Subcellular Expression Plot
#' Sub-cellular Expression Plot
#'
#' Subcellular expression levels for the queried gene/s.
#' Sub-cellular expression levels for the queried gene/s as reported by the human protein atlas (HPA) project.
#'
#' @param input Expecting a list containing type and content variable.
#' @param card A boolean that sets whether the plot should be scaled down to be a card
Expand Down Expand Up @@ -1603,7 +1603,7 @@ make_tissue <- function(input = list(),
## EXPRESSION PLOT --------------------------------------------------------
#' Cell Line Expression Plot
#'
#' Expression levels of the queried gene/s across cell lines.
#' Expression levels of the queried gene (or protein) across cell lines from the cancer cell line encyclopedia (CCLE) project.
#'
#' @param input Expecting a list containing type and content variable.
#' @param card A boolean that sets whether the plot should be scaled down to be a card
Expand Down Expand Up @@ -1750,7 +1750,7 @@ make_cellexpression <- function(input = list(),
}

# GENE V. PROTEIN EXPRESSION ----------------------------------
#' Gene Expression versus Protein Expression
#' Gene vs Protein Expression Plot
#'
#' Each point shows the gene expression value compared to the protein expression value for a gene within a given cell line. The Pearson correlation coefficient and the p-values are provided in the top-left corner of the plot.
#'
Expand Down
4 changes: 2 additions & 2 deletions man/make_cellanatogram.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/make_cellexpression.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/make_cellgeneprotein.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/make_sequence.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 790e1ad

Please sign in to comment.