Niko Pinter
Niko Pinter
This R package can be used to export a expression matrix from a DIANN (https://github.com/vdemichev/DiaNN) output. The original package contains a bug (https://github.com/vdemichev/diann-rpackage) which was fixed here (https://github.com/npinter/bioconda-recipes). The latter...
Added some missing command line options.
When you have a single column data frame, the result of `piv[order(rownames(piv)), ]` is actually a numeric vector. When a data frame with only one column is subsetted, R will...