humanid icon indicating copy to clipboard operation
humanid copied to clipboard

my first R package just for testing

Results 2 humanid issues
Sort by recently updated
recently updated
newest added

QCexpressionMatrix(exprSet = exprSet,group_list =c(1,1,1,0,0,0) ,prefix =studyID) 报错 Error: Continuous value supplied to discrete scale 爬了很多stackflow貌似也没看到解决方案。

我用`Debian + RStudio`,直接`git clone`之后RStudio打开`humanid.Rproj`然后点击`Build & Reload`都会报错,尝试先`setwd()`到`humanid`目录无果。 最后还是终端直接 ```shell R setwd("/home/adam/Downloads/humanid/") library(devtools) build() install() ``` 安装成功了。 希望Jimmy可以把这个加到`README`帮到后来人。