error in bioc2015rnaseq tutorial
1
0
Entering edit mode
pcantalupo ▴ 10
@pcantalupo-8617
Last seen 5 months ago
United States

Hello,

There is an error in http://bioconductor.org/help/course-materials/2015/BioC2015/bioc2015rnaseq.html. Users are asked to run library("airway") but unless they have already installed it from Bioconductor, users will not have this library. Please add the following commands before the 'library' function:

source("https://bioconductor.org/biocLite.R")
biocLite("airway")

Thank you,

 

Paul

 

 

 

deseq2 airway • 1.1k views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 1 day ago
United States

In fact, all of the packages used by the workflow need to be installed first.

I'll put a link to the Bioc install instructions at the top http://bioconductor.org/install/

ADD COMMENT

Login before adding your answer.

Traffic: 1032 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6