Any good R library alternatives to humarray?
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.
• 1,759 views
•
link
0 answers
No answers yet.
Log in to answer this question.
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")