Error: could not find function "exptData"
1
0
Entering edit mode
7.0 years ago
salamandra ▴ 550

I've run the following code according to the tutorial: http://kasperdanielhansen.github.io/genbioconductor/html/SummarizedExperiment.html

library(GenomicRanges)
library(airway)
library(SummarizedExperiment)
data(airway) # loads data into R
airway
colData(airway)
airway$cell
# to know how the experiment was made:
exptData(airway)

however when runs exptData(airway) it throws the

Error: could not find function "exptData"

Could someone please tell what am I missing?

R • 2.3k views
ADD COMMENT
1
Entering edit mode

You might want to try followiing a more recent vignette. But I certainly wouldn't downgrade your R installation to get that old vignette to work

ADD REPLY
0
Entering edit mode

Just try to change your R version to earlier one

ADD REPLY
0
Entering edit mode
ADD COMMENT

Login before adding your answer.

Traffic: 2622 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