Introduction Google Colab is a free cloud-based service that allows the execution of Python code using the Jupyter Notebook format. It is possible to use and install new python libraries. Furthermore it is possible to …
Blog
Download Google Drive Files using wget
The problem: transfer file between clouds Files on Google drive can be shared between users, but the default access to the file is via we web browser graphical interface. However, sometimes it may be useful, or …
Data Analysis Workshops Winter 2021
SUMMARY: Check calendar for Free “R” and “Python” workshops (Steenbock Library.) “Introduction to R with RStudio,” “Data Wrangling in R” (SSCC – Social Science Computing Cooperative.) “Automating Tasks with the Unix Shell,” “Data Management with SQL,” “R: introduction / visualization / reports” (Software Carpentry through UW-Madison Data Science (fees apply).)
Strings as factors in R
Factors in R I recently mentioned the important default change that occurred with the release of the latest version of R (version 4.0.3) in a post titled Default preference reversal in R and how that …
Default preference reversal in R
Default preferences I enjoy using R and RStudio, but I am always weary of upgrading R because that usually leads to some issue(s). The most recent was a bit long for me to diagnose, even …
PowerShell – an opinionated primer
PowerShell One day I discovered that there was a Windows App called “PowerShell” while searching on my Windows 10 installation. I did not pay much attention to it even if I stumbled upon it a …
csvkit command-line spreadsheet can convert and compute multiple Excel files
Summary csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats. (csvkitis written in python.) csvkit Documentation: csvkit.rtfd.org csvkit Repository: github.com/wireservice/csvkit A good docker container …
Data Analysis Workshops Fall 2020
SUMMARY: Check calendar for Free “R” and “Python” workshops (Steenbock Library.) “Introduction to R with RStudio,” “Data Wrangling in R” (SSCC – Social Science Computing Cooperative.) “Automating Tasks with the Unix Shell,” “Data Management with SQL,” “Introduction to Docker” (Software Carpentry through UW-Madison Data Science (fees apply).)
Tabular data analysis with R and Tidyverse
Does data analysis feel like the impossible job of “catching the moon?”
Fortunately R and RStudio are great tools to analyze data and illustrate conclusions, while at the same time keeping records and create “live” documents that can be updated with “just one click.”
The material is written in a way that is conducive to “learn by doing” following demonstrations and examples. All code and all necessary materials and files are available and therefore it is possible to learn and acquire proficiency on one’s own with this course content.
bioinformatics tutorials
June 26, 2020. I have added a new entry under the “Tutorials” menu for “bioinformatics” to provide a place for tutorials that are more than just about one subject. “bioinformatics is the science of …