-
Notifications
You must be signed in to change notification settings - Fork 3
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 #30 from bcbio/devel
0.2.1
- Loading branch information
Showing
54 changed files
with
2,376 additions
and
292 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 |
---|---|---|
|
@@ -11,3 +11,4 @@ | |
test/* | ||
inst/*/*/*/*/*/*html | ||
inst/*/*/*/*/*/*csv | ||
^data-raw$ |
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 |
---|---|---|
|
@@ -10,3 +10,4 @@ inst/doc | |
docs | ||
/doc/ | ||
/Meta/ | ||
.DS* |
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 @@ | ||
Package: bcbioR | ||
Type: Package | ||
Title: Templates and functions to guide downstream analysis and data interpretation | ||
Version: 0.1.1 | ||
Version: 0.1.2 | ||
Authors@R: person("Pantano", "Lorena", , "[email protected]", | ||
role = c("aut", "cre")) | ||
Description: Collaborative code repository at the Harvard Chan Bioinformatics Core. | ||
|
@@ -11,15 +11,23 @@ Encoding: UTF-8 | |
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
Imports: | ||
DESeq2, | ||
stringr, | ||
ggplot2, | ||
magrittr, | ||
hues, | ||
ggprism, | ||
grDevices, | ||
R.utils | ||
R.utils, | ||
readr, | ||
fs, | ||
withr | ||
Suggests: | ||
knitr, | ||
rmarkdown | ||
rmarkdown, | ||
testthat (>= 3.0.0) | ||
VignetteBuilder: knitr | ||
URL: http://bcb.io/bcbioR/ | ||
Config/testthat/edition: 3 | ||
Depends: | ||
R (>= 2.10) |
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,16 +1,19 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(bcbio_nfcore_check) | ||
export(bcbio_set_project) | ||
export(bcbio_templates) | ||
export(cb_friendly_cols) | ||
export(cb_friendly_pal) | ||
export(list_cb_friendly_cols) | ||
export(scale_color_cb_friendly) | ||
export(scale_fill_cb_friendly) | ||
import(DESeq2) | ||
import(R.utils) | ||
import(ggplot2) | ||
import(ggprism) | ||
import(hues) | ||
importFrom(grDevices,colorRampPalette) | ||
importFrom(magrittr,"%>%") | ||
importFrom(readr,read_csv) | ||
importFrom(stringr,str_replace_all) |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#' varianceStabilizingTransformation Object from Test Data | ||
#' | ||
#' An example of the output of varianceStabilizingTransformation to | ||
#' show different visualization code | ||
#' | ||
#' @format ## `bcbio_vsd_data` | ||
#' VSD object from DESeq2 data | ||
"bcbio_vsd_data" |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.