Week 1 Flashcards
argument
generally, arguments are options controlling how functions and commands should operate on specific data
bash
Bourne Again Shell (Bash). A shell developed by Brian Fox in 1988.
bioinformatics
the science of collecting and analysing complex biological data.
command
a type of input, typically given in a terminal, which instructs the system to perform a given task.
CRAN
the Comprehensive R Archive Network. Provides access to mirrors, a set of sites spread worldwide, for downloading R and related packages
csv file
comma-separated values file. In these files, a “comma” delimiter is used to separate items of the same line
data frame
a group of vectors organised together in a list. In other words, a data frame is a data set containing data organized in columns and rows
exit status/code
value returned by a command or process to it’s caller.
function
a set of statements allowing to perform a task
getwd()
get your current working directory in R
GUI
a graphical user interface through which users interact with electronic devices
help() or ?
help() is a function and “?” an operator in R to provide help
install.packages()
install new R packages
kernel
the computer program at the core of an operating system. The kernel has control of everything in the system
library()
load a package that has been previously installed