Error: could not find function "exptData"
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?
• 2,916 views
•
link
1 answer
try metadata(airway) https://stat.ethz.ch/pipermail/bioc-devel/2015-May/007485.html
• 1 views
•
link
Log in to answer this question.
Just try to change your R version to earlier one
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