We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found some documentation on best practices for GitHub repos and R packages (mainly this one https://github.com/ropensci/rrrpkg and this one https://kbroman.org/pkg_primer/)
So, I decided to make this repo a package. This reuired a few changes:
scripts
analysis
DESCRIPTION
dove_parents_RNAseq
DoveParentsRNAseq
It works! Other people should be able to use install_github("macmanes-lab/DoveParentsRNAseq") to load the data and function (once it's not private).
install_github("macmanes-lab/DoveParentsRNAseq")
still need to
analsis
R
man
The text was updated successfully, but these errors were encountered:
moved printplotcontrasts function and added documentation in commit 7e56177
printplotcontrasts
Sorry, something went wrong.
Note: it's nice to use cache=TRUE when experimenting with the data anlysis pipeline, but these cache files must be deleted before packing the repo
cache=TRUE
added namespace with commit 40a5015
and here's the one-liner to make a SummarizedExperiment for easy loading of data https://bioconductor.org/packages/release/bioc/vignettes/SummarizedExperiment/inst/doc/SummarizedExperiment.html
No branches or pull requests
I found some documentation on best practices for GitHub repos and R packages (mainly this one https://github.com/ropensci/rrrpkg and this one https://kbroman.org/pkg_primer/)
So, I decided to make this repo a package. This reuired a few changes:
scripts
directory toanalysis
(commits b39ef4e and 851efb7)DESCRIPTION
file (commit dcefb56)dove_parents_RNAseq
toDoveParentsRNAseq
because titles can't have underscores (commit cb3e6ac)It works! Other people should be able to use
install_github("macmanes-lab/DoveParentsRNAseq")
to load the data and function (once it's not private).still need to
analsis
and into a new directoryR
man
directory with documentatoinThe text was updated successfully, but these errors were encountered: