-
This isn't the place, but I may have some Opinions about `binned_model` (I would like a smoothed line added, binomial CIs on the points; I would rather have binomial CIs on the individual points and a…
-
rm(list = ls())# 删除所有已定义对象
getwd()
setwd("/mnt/data/home/tycloud")
library(Seurat)
library(SeuratData)
library(RcppML)
library(irGSEA)
library(doMC)
registerDoMC(cores = 20)
Sys.setenv(RE…
-
Hello lima,
I'm trying to run PureCN with NormalDB, but I get Error:
INFO [2024-03-11 20:23:58] PureCN 2.8.1
INFO [2024-03-11 20:23:58] ------------------------------------------------------------
…
-
`bife` models are not properly supported. I would be happy to submit an extension but it looks like the methods already exist in `R/methods_bife.R`, they are just not working correctly. Below is a wor…
-
Hello again 👋
I have tried to find to add a gap between testing and the forecasting period. Lets say i am training a model and i want it to predict days for, NOT next week, but the week after. So i…
-
Hi @billdenney , regarding why we cannot use `predcorrect()` before `binning()`, the ypc calculation uses `median(pred)` by bin
https://github.com/certara/tidyvpc/blob/8c7ed9c00ca9d60e19211d2731511b…
-
Running:
```
jba manta/manta.tumor.svs.hg38.vcf cov.rds --field ratio --purity 0.7 --outdir $PWD/jabba --name test --cores 8 --gurobi TRUE
```
The cov.rds file contains the column `ratio` whic…
-
Dear mortvest,
I got an error `ERROR: Could not build wheels for hastl, which is required to install pyproject.toml-based projects` when I done `pip install hastl`. Do you have any in-depth view …
-
NearestNeighbors.jl implements KDtree. In loess, we primarily need to find the [points within the span of a given point](https://github.com/JuliaStats/Loess.jl/blob/1b34e352f3f1408111d87f2e1f7827b79ae…
-
I'm having trouble getting precompilation of Mads.jl to complete in a fresh install of Julia 1.10.2 on Ubuntu.
After several minutes of precompilation, CPU usage goes to down to minimal levels, but…