Skip to content

Commit

Permalink
Update data objects
Browse files Browse the repository at this point in the history
  • Loading branch information
hpliner committed Feb 27, 2023
1 parent f5f6799 commit b1cd65e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
schedule:
- cron: '0 0 1 * *'
push:
branches: [main, master, monocle3]
pull_request:
Expand Down
4 changes: 4 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#' \item{Cell}{Cell ID}
#' \item{Count}{Reads per cell per peak}
#' }
#' @usage data(cicero_data)
"cicero_data"

#' Chromosome lengths from human genome hg19
Expand All @@ -22,6 +23,7 @@
#' \item{V1}{Chromosome}
#' \item{V2}{Chromosome length, base pairs}
#' }
#' @usage data(human.hg19.genome)
"human.hg19.genome"

#' Example gene annotation information
Expand All @@ -40,6 +42,7 @@
#' \item{transcript}{Transcript ID}
#' \item{symbol}{Gene symbol}
#' }
#' @usage data(gene_annotation_sample)
"gene_annotation_sample"

#' Metadata for example cells in cicero_data
Expand All @@ -51,4 +54,5 @@
#' \item{timepoint}{Time at cell collection}
#' \item{cell}{Cell barcode}
#' }
#' @usage data(cell_data)
"cell_data"
2 changes: 1 addition & 1 deletion man/cell_data.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/cicero_data.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/gene_annotation_sample.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/human.hg19.genome.Rd

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

0 comments on commit b1cd65e

Please sign in to comment.