Closed felixcactus closed 4 years ago
Hi,
The issue comes from a change in R 4.0.0, which apparently you are using.
I’ll try to fix it and update CRAN soon.
Meantime, your code should work with a slight change to avoid mytargets
to have multiple classes (here tibble and data.frame), i.e., use as.data.frame(mytargets)
.
Regarding the sample sheet, the minimal requirements is one column.
The one used for id_colname
, all the other columns are just some possibly useful variables related to the dataset (e.g., phenotypes to use latter in the analyses).
Fixed in 4255e1b7ae44ecb36818d13bb5569c883bc3f833
The issue is fixed in version 1.0.1. #24 The release is currently being built on CRAN and will be available soon on all platforms.
Hi, I have a question about formatting the input files. I'm using the load_rcc() function and am not clear on the required structure and contents of the sample sheet. I have all my RCC files together in one folder and that seems to be right. For a sample sheet, right now csv I imported with just a single column of RCC file names and "IDFILE" as the header. I'm looking at the GSE74821 example and see a ton more columns. What is the minimum information needed in the sample sheet? As it is, when I run the load_rcc function with my one column sample sheet I get the following error message:
here's what I did below:
Thank you very much!