https://github.com/bioconductor/intermediater
Intermediate R course offered to members of RPCI / SUNY at Buffalo
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Repository
Intermediate R course offered to members of RPCI / SUNY at Buffalo
Basic Info
- Host: GitHub
- Owner: Bioconductor
- Default Branch: devel
- Size: 16.6 KB
Statistics
- Stars: 7
- Watchers: 9
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Workshop: Intermediate R Software Development
This is a series of meetings to enhance our understanding of R as a programming language, and to connect with other people interested in R software development. It is open to members of the Roswell Park and SUNY at Buffalo communities. It is suitable for people who already know R, and are eager to develop a deeper understanding of the language and 'best practices' when tackling larger projects.
There are six sessions. Participants are expected to attend all sessions. All sessions are 4-6 pm in the Gaylord Cary Meeting Room, Research Studies Center, Roswell Park.
Applications CLOSED.
The first meeting is Wednesday, 5 October, at 4-6 pm in the Gaylord Cary Meeting Room, Research Studies Center, Roswell Park.
Preparation
- Please bring a laptop with wifi capabilities. Its a 2-hour session so a charged battery should be ok; I'm not sure what the power supply situation will be.
Schedule (Tentative)
Wednesday, 5 October
Working with packages and github.
Please also install devtools.
install.packages("devtools")
Friday, 7 October
Classical, tidy, and rich approaches to data representation and analysis
For session 2, please install dplyr, data.table, reshape2 ggplot2 and SummarizedExperiment
install.packages( c("dplyr", "data.table", "reshape2", "ggplot2"), repos="https://cran.r-project.org" ) source("https://bioconductor.org/biocLite.R") biocLite("SummarizedExperiment")Please also download the following plain-text files: ALL-expression.csv, ALL-phenoData.csv
Wednesday, 12 October
- Understanding classes and methods
Friday, 14 October
- Unit tests and other programming best practices
Wednesday, 19 October
For session 5, please install microbenchmark, memoise, and optionally inline
install.packages( c("microbenchmark", "memoise", "inline") repos="https://cran.r-project.org" )Writing efficient code
Friday, 21 October
Owner
- Name: Bioconductor
- Login: Bioconductor
- Kind: organization
- Website: https://bioconductor.org
- Repositories: 156
- Profile: https://github.com/Bioconductor
Software for the analysis and comprehension of high-throughput genomic data
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0