Entering edit mode
4.0 years ago
acererak
▴
10
It looks like 'humarray’ was removed from the CRAN repository...Are there any good alternative R libraries? Was hoping to use the Band() and Pos.gene() functions for a query I was working on.
Not an answer to your question, but you should be able to download humarray from here and install it using something similar to this:
install.packages(path_to_desired_version.tar.gz, repos = NULL, type="source")