-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from CCBR/vignette
Create beginnings of introductory vignette
- Loading branch information
Showing
21 changed files
with
255 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
.DS_Store | ||
.quarto | ||
docs | ||
inst/doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# ----------------------------------------------------------- | ||
# CITATION file created with {cffr} R package, v0.5.0 | ||
# -------------------------------------------- | ||
# CITATION file created with {cffr} R package | ||
# See also: https://docs.ropensci.org/cffr/ | ||
# ----------------------------------------------------------- | ||
# -------------------------------------------- | ||
|
||
cff-version: 1.2.0 | ||
message: 'To cite package "reneeTools" in publications use:' | ||
|
@@ -33,11 +33,10 @@ references: | |
url: https://www.R-project.org/ | ||
authors: | ||
- name: R Core Team | ||
location: | ||
name: Vienna, Austria | ||
year: "2024" | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
address: Vienna, Austria | ||
year: "2024" | ||
version: ">= 2.10" | ||
- type: software | ||
title: DESeq2 | ||
|
@@ -56,7 +55,6 @@ references: | |
- family-names: Huber | ||
given-names: Wolfgang | ||
year: "2024" | ||
doi: 10.18129/B9.bioc.DESeq2 | ||
- type: software | ||
title: dplyr | ||
abstract: "dplyr: A Grammar of Data Manipulation" | ||
|
@@ -125,6 +123,18 @@ references: | |
- family-names: Girlich | ||
given-names: Maximilian | ||
year: "2024" | ||
- type: software | ||
title: knitr | ||
abstract: "knitr: A General-Purpose Package for Dynamic Report Generation in R" | ||
notes: Suggests | ||
url: https://yihui.org/knitr/ | ||
repository: https://CRAN.R-project.org/package=knitr | ||
authors: | ||
- family-names: Xie | ||
given-names: Yihui | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-0645-5666 | ||
year: "2024" | ||
- type: software | ||
title: readr | ||
abstract: "readr: Read Rectangular Text Data" | ||
|
@@ -142,6 +152,49 @@ references: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-6983-2759 | ||
year: "2024" | ||
- type: software | ||
title: rmarkdown | ||
abstract: "rmarkdown: Dynamic Documents for R" | ||
notes: Suggests | ||
url: https://pkgs.rstudio.com/rmarkdown/ | ||
repository: https://CRAN.R-project.org/package=rmarkdown | ||
authors: | ||
- family-names: Allaire | ||
given-names: JJ | ||
email: [email protected] | ||
- family-names: Xie | ||
given-names: Yihui | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-0645-5666 | ||
- family-names: Dervieux | ||
given-names: Christophe | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4474-2498 | ||
- family-names: McPherson | ||
given-names: Jonathan | ||
email: [email protected] | ||
- family-names: Luraschi | ||
given-names: Javier | ||
- family-names: Ushey | ||
given-names: Kevin | ||
email: [email protected] | ||
- family-names: Atkins | ||
given-names: Aron | ||
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
- family-names: Cheng | ||
given-names: Joe | ||
email: [email protected] | ||
- family-names: Chang | ||
given-names: Winston | ||
email: [email protected] | ||
- family-names: Iannone | ||
given-names: Richard | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-3925-190X | ||
year: "2024" | ||
- type: software | ||
title: styler | ||
abstract: "styler: Non-Invasive Pretty Printing of R Code" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# reneeTools development version | ||
# reneeTools development version 0.0.0.9000 | ||
|
||
This is the first release of reneeTools 🎉 | ||
|
||
- Create a `NEWS.md` file to track changes to the package. | ||
|
||
## Main functions & classes | ||
|
||
- `reneeDataSet` (#16) | ||
- `reneeDataSetFromFiles()` (#16) | ||
- `reneeDataSetFromDataFrames()` (#16) | ||
- `run_deseq2()` (#16) | ||
- `filter_low_counts()` (#10) | ||
- `reneeDataSet` (#16, #28, @kelly-sovacool) | ||
- `create_reneeDataSet_from_files()` | ||
- `create_reneeDataSet_from_dataframes()` | ||
- `run_deseq2()` | ||
- `filter_low_counts()` (#10, @kelly-sovacool) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
man/reneeDataSetFromDataFrames.Rd → man/create_reneeDataSet_from_dataframes.Rd
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
10 changes: 5 additions & 5 deletions
10
man/reneeDataSetFromFiles.Rd → man/create_reneeDataSet_from_files.Rd
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.