The Wang theater,Boston. (Taken with instagram)
Claire Keane
ojovivo
Peter Solarz
Keni

Kiana Khansmith

izzy's playlists!

blake kathryn
Jules of Nature
tumblr dot com

titsay

roma★

if i look back, i am lost

ellievsbear
Sweet Seals For You, Always
AnasAbdin
art blog(derogatory)
Aqua Utopia|海の底で記憶を紡ぐ

KIROKAZE
seen from United States
seen from United Kingdom

seen from United States
seen from Brazil
seen from United States

seen from United Kingdom

seen from Malaysia
seen from Netherlands
seen from Canada
seen from United States
seen from United States
seen from Oman
seen from United States
seen from United States
seen from Türkiye
seen from Vietnam
seen from United States
seen from United States

seen from Malaysia

seen from United States
@infominer
The Wang theater,Boston. (Taken with instagram)

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Spring sunset (Taken with instagram)
xcms under R - HOWTO Install?
So you got some mass spectra to analyze and you heard about xcms? You also like to do everything in R like I am known to do. So you decide to follow instructions on installing xcms and execute the following in your R session
source("http://bioconductor.org/biocLite.R")
biocLite("xcms")
This will most likely fail as you might not have the NetCDF libraries installed on your system.
if you didn't you're all set, if you did get an error, read on to see how to make it work?
xcms is now distributed by bioconductor, an open source set of software for bioinformatics. As xcms depends on netCDF libraries, you need to do the following before installing R.
The instructions below are for Ubuntu (command to be executed are in bold)
1. install the libraries required by xcms to work
sudo apt-get install libnetcdf-dev build-essential
This package includes all the libraries, you might also wish to install the netcdf-bin for programs that can read and write netCDF files.
2. You can install the programs with
sudo apt-get install netcdf-bin
Now you're ready to install xcms under R.
3. download the xcms package source, it's available at http://www.bioconductor.org/packages/release/bioc/html/xcms.html
4. Start R as root
sudo R (to run it with root privileges in Ubuntu),
5. install xcms (make sure to give the full path to where you downloaded it)
install.packages("/path_to_xcms/xcms_*.tar.gz")
the * is for version you downloaded, and you should be all set.
You can read more about NetCDF libraries here http://www.unidata.ucar.edu/software/netcdf/
Hello World!
Hey there, this tumblr is going to be about Informatics! Will include small write-ups that will discuss R (www.r-project.org), R packages that I find interesting and use for analysis! Look for Stats, Machine Learning, Data Mining and Visualization related posts!