A beginner here, I am trying to use Bioconductor cellHTS2 package to analyse data from my HTS. I created mock files just like the ones that are described in the cellHTS2 manual. I had created the data in excel first and saved it as tab delimited text file and saved all the files in one folder. I would like to import this folder to bioconductor to further continue with the analysis procedure. But I get the following output when I try to set the path
> experimentName<-ermitoscreenHTS
Error: object 'ermitoscreenHTS' not found
> experimentName <-"ermitoscreenHTS"
> datapath<-system.file(experimentName, package="cellHTS2")
> datapath
[1] ""
Why is it not showing the data path? Should I have R readable files (.rnw or something of this sort) in my folder to get it recognised? Pls help me with this.
Session info
sessionInfo()
R version 3.1.3 (2015-03-09)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
Running under: OS X 10.8.5 (Mountain Lion)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] grid parallel stats graphics grDevices utils
[7] datasets methods base
other attached packages:
[1] cellHTS2_2.30.0 locfit_1.5-9.1 hwriter_1.3.2
[4] vsn_3.34.0 splots_1.32.0 genefilter_1.48.1
[7] Biobase_2.26.0 BiocGenerics_0.12.1 RColorBrewer_1.1-2
[10] BiocInstaller_1.16.2
loaded via a namespace (and not attached):
[1] affy_1.44.0 affyio_1.34.0 annotate_1.44.0
[4] AnnotationDbi_1.28.2 Category_2.32.0 cluster_2.0.1
[7] DBI_0.3.1 DEoptimR_1.0-2 GenomeInfoDb_1.2.4
[10] graph_1.44.1 GSEABase_1.28.0 IRanges_2.0.1
[13] KernSmooth_2.23-14 lattice_0.20-30 limma_3.22.7
[16] MASS_7.3-40 Matrix_1.1-5 mvtnorm_1.0-2
[19] pcaPP_1.9-60 prada_1.42.0 preprocessCore_1.28.0
[22] RBGL_1.42.0 robustbase_0.92-3 rrcov_1.3-8
[25] RSQLite_1.0.0 S4Vectors_0.4.0 splines_3.1.3
[28] stats4_3.1.3 survival_2.38-1 tools_3.1.3
[31] XML_3.98-1.1 xtable_1.7-4 zlibbioc_1.12.0