Skip to content

Commit 9ab4cd5

Browse files
committed
adding man pages
1 parent 4ae86f3 commit 9ab4cd5

File tree

5 files changed

+46
-1
lines changed

5 files changed

+46
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Biarch: true
5353
biocViews: AssayDomain, Infrastructure, RNASeq, DifferentialExpression, GeneExpression, Normalization, Clustering, QualityControl, Sequencing, Transcription, Transcriptomics
5454
Encoding: UTF-8
5555
LazyData: true
56-
RoxygenNote: 7.2.3
56+
RoxygenNote: 7.3.1
5757
Roxygen: list(markdown = TRUE)
5858
LazyDataCompression: xz
5959
URL: https://github.com/stemangiola/tidySummarizedExperiment

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ S3method(tidy,SummarizedExperiment)
3838
S3method(unite,SummarizedExperiment)
3939
S3method(unnest,tidySummarizedExperiment_nested)
4040
export("%>%")
41+
export(mutate_features)
42+
export(mutate_samples)
4143
export(tidy)
4244
export(unnest_summarized_experiment)
4345
importFrom(S4Vectors,"metadata<-")

man/ggplot.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mutate_features.Rd

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mutate_samples.Rd

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)