R by Examples
Search this site
GNU R
Help
Install R
Tutorials
Bioinformatics
Phylogenetic tree
Data structures
Dataframe
Size
Debug
Factors & numeric
File operations
File commands
Files: read & write
Save & load
if else & for loop
logical operators
Logical
Pitfalls
Plot
Print plot to file
Symbols & colors
Statistics
DESeq2
Spearman
t-test CI
Strings
System
Environment
www
web-application
GNU R
Starting with R
Installation
→ Install the
R software
→ Install additional
R packages
Editor
RStudio IDE
http://www.rstudio.com/projects/
Tutorials
https://www.r-project.org/
http://search.r-project.org/
https://pairach.com/r-tutorials/
http://rseek.org/
R Google Search
Basics
# show list of data-objects:
get all imported or created R variables/objects
ls()
"mydata" "samplenames"
# get current folder location:
get actual location to read/write files (working directory)
getwd()
"/home/myname"
# show content
of current folder
dir()
"Desktop" "Downloads" "my_script.R"
Help
→ info about functions
r.omics.wiki
Subpages
(3):
Help
Install R
Tutorials