lusystemsbio / NetAct

Network construction Algorithm
MIT License
17 stars 5 forks source link

Preprocess_counts BUG #6

Open Eddylyf opened 1 year ago

Eddylyf commented 1 year ago

counts1 <- Preprocess_counts(counts = counts, groups = group, mouse = TRUE) Error in .testForValidKeys(x, keys, keytype, fks) : None of the keys entered are valid keys for 'ENTREZID'. Please use the keys method to see a listing of valid arguments.

I used my own counts and do not need to convert ENTREZID to symbol, but there is no option to cancel this step.

jiansheliu100 commented 2 months ago

you can do not run the step :Preprocess_counts(it just to deduplicated genes) 。 just run this code: counts<-x$counts