Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Tiger #272

Merged
merged 2 commits into from
Apr 29, 2023
Merged

Adding Tiger #272

merged 2 commits into from
Apr 29, 2023

Conversation

cchen22
Copy link
Contributor

@cchen22 cchen22 commented Dec 20, 2022

@marouenbg marouenbg changed the title Devel Adding Tiger Dec 20, 2022
@codecov
Copy link

codecov bot commented Dec 20, 2022

Codecov Report

Patch coverage has no change and project coverage change: -2.55 ⚠️

Comparison is base (d1d4038) 53.86% compared to head (419c7ec) 51.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel     #272      +/-   ##
==========================================
- Coverage   53.86%   51.31%   -2.55%     
==========================================
  Files          18       19       +1     
  Lines        2276     2389     +113     
==========================================
  Hits         1226     1226              
- Misses       1050     1163     +113     
Impacted Files Coverage Δ
R/TIGER.R 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@marouenbg
Copy link
Collaborator

Hey @cchen22 , thank you for this great contribution.
Can you please transform the readme.md from your repo https://github.com/cchen22/TIGER/blob/master/README.md to a Jupyter notebook and push it as a vignette in netbooks, you can create a PR here: https://github.com/netZoo/netbooks/tree/main/netbooks/netZooR

@cchen22
Copy link
Contributor Author

cchen22 commented Dec 21, 2022

Hey @cchen22 , thank you for this great contribution. Can you please transform the readme.md from your repo https://github.com/cchen22/TIGER/blob/master/README.md to a Jupyter notebook and push it as a vignette in netbooks, you can create a PR here: https://github.com/netZoo/netbooks/tree/main/netbooks/netZooR

Hi @marouenbg , pull request for the TIGER.ipynb notebook was created: netZoo/netbooks#11.
However, for the current pull request of the TIGER.R code, I am a little confused about the "codecov" coverage report issue. Do you have any suggestions?

@marouenbg
Copy link
Collaborator

This is great, thank you @cchen22 !
No problem at all with codecov, it is complaining because we did not provide a test for the function. I need to check a couple of things for the integration and I will get back to you!

@marouenbg
Copy link
Collaborator

Hi @cchen22 ,
Happy new year! I haven't forgotten about this, I waiting for an older PR to correct an old release, then we add TIGER in.

@cchen22
Copy link
Contributor Author

cchen22 commented Jan 23, 2023

Hi @marouenbg ,
Happy new year! Please take your time and let me know if there is any issue with TIGER.

@marouenbg
Copy link
Collaborator

marouenbg commented Apr 12, 2023

Hey @cchen22 ,

Sorry this took so long, we had a Bioconductor issue that we just fixed.
So can you have a final quick look at this before merging into devel?

Also new method contributions have to verify a few points. We have moved to a new phase in netZoo and our goals are to i) increase novelty and diversity of methods, ii) expand to new algorithms and statistical paradigms, and iii) increase the impact of each individual method:

  • Moving forward, we make a distinction between a 'method' and a 'use case application'. A new netZoo method has to:
    • have enough novelty in comparison to existing methods (Merely changing PANDA inputs as in PUMA/SPIDER no longer qualifies as a distinct method but rather as a use case of PANDA)
    • be general for more than one setting or one dataset/disease
    • use case applications are application of off-the-shelf frameworks (such as deep learning models) for a particular question in genomic and therefore do not warrant a new method description.
    • Pipelines of existing methods such as CONDOR does not qualify as a new method
    • Use cases are all other submissions that do not fall under the previous points and therefore are better suited as Jupyter Notebooks for a Netbooks submission
  • Method code has to have a set of small, fast-running unit tests to be integrated within the continuous integration server.
  • Once merged in netZoo, please use the netZoo implementation, which will help detect bugs and fix them. Also, this will ensure that updates from other users are included in the version you maintain.
  • Remove any other distributions of the method such as in GitHub or conda/bioconductor. The goal of netZoo is to provide a single drop point for network method we use and avoid parallel development branches of the same method
  • The new method is maintained through netZoo--Once merged in devel, please install netZooR devel and see if the method works as intended. Please maintain and update new versions through netZooR by using pull requests
  • To enhance reproducibility, please mention netZooR v1.4 in your manuscript software availability statement
  • Also, please mention the netZoo publication, the basic goal of the netZoo project is to concentrate the attention on netZoo methods as opposed to individual efforts, e.g., users interested in TIGER may know about PUMA through the netZoo website and vice-versa.
  • You can also upload your method use case as a Jupyter notebook in Netbooks. Methods with vignettes and use cases tend to have a better traction within the community. Typically a vignette notebook explains the rationale, the underlying math/statistical approach, and the parameters, while a use case notebook runs the biological application and reproduces figures from the paper.

@marouenbg marouenbg closed this Apr 12, 2023
@marouenbg marouenbg reopened this Apr 12, 2023
@marouenbg
Copy link
Collaborator

Feel free to reopen when you're ready to proceed!

@marouenbg marouenbg closed this Apr 24, 2023
@cchen22
Copy link
Contributor Author

cchen22 commented Apr 28, 2023

Hi @marouenbg

Apologies for the delayed response. I have been preoccupied with my graduation requirements this month. I am now ready to incorporate TIGER into netzooR, which I am really looking forward to.

I reviewed your checklist and it seems TIGER meets most of the criteria. I will delete my GitHub repository after merging TIGER into netzooR. I will also be sure to acknowledge netzooR in the TIGER manuscript.
Please let me know if there are any specific items I should double-check before merging.

Thank you,
Chen

@marouenbg
Copy link
Collaborator

Congrats @cchen22, this is great to hear ! 🥳
Let's resume netZooR integration then

@marouenbg marouenbg reopened this Apr 28, 2023
@marouenbg marouenbg merged commit babef19 into netZoo:devel Apr 29, 2023
marouenbg added a commit that referenced this pull request Jun 2, 2023
* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>
marouenbg added a commit that referenced this pull request Sep 2, 2023
* 1.4.0 (#289)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Added COBRA method

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>
marouenbg added a commit that referenced this pull request Sep 18, 2023
* 1.4.0 (#289)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Added COBRA method

* Exported COBRA and improved description

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>
marouenbg added a commit that referenced this pull request Nov 26, 2023
* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Added COBRA method (#293)

* 1.4.0 (#289)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Added COBRA method

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Update README.md

* Update TIGER (#297)

* Smaller changes in COBRA (#296)

* 1.4.0 (#289)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Added COBRA method

* Exported COBRA and improved description

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Cobra docs (#298)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* add cobra docs

* build new website

* update package

* update package

* add package

* export pandaR classes

* add site html

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* Update README.md

* Update main.yml

* Update main.yml

* Update main.yml

* Fixed dependency on uchardet (#301)

* Fixed dependency on uchardet

* Removed RCy3 from Imports

* Added RCy3 back to Imports

* Feature: included pcor decomposition natively in cobra (#299)

* Feature: included pcor decomposition natively in cobra

* Feature: included pcor decomposition natively in cobra

* Feature: included pcor decomposition natively in cobra

* Update COBRA.R

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update README.md

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>
Co-authored-by: Soel Micheletti <soel.micheletti@hotmail.it>
Co-authored-by: Tara Eicher <taraeicher@yahoo.com>
marouenbg added a commit that referenced this pull request Mar 8, 2024
* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Added COBRA method (#293)

* 1.4.0 (#289)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Added COBRA method

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Update README.md

* Update TIGER (#297)

* Smaller changes in COBRA (#296)

* 1.4.0 (#289)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Added COBRA method

* Exported COBRA and improved description

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Cobra docs (#298)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* add cobra docs

* build new website

* update package

* update package

* add package

* export pandaR classes

* add site html

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* Update README.md

* Update main.yml

* Update main.yml

* Update main.yml

* Fixed dependency on uchardet (#301)

* Fixed dependency on uchardet

* Removed RCy3 from Imports

* Added RCy3 back to Imports

* Feature: included pcor decomposition natively in cobra (#299)

* Feature: included pcor decomposition natively in cobra

* Feature: included pcor decomposition natively in cobra

* Feature: included pcor decomposition natively in cobra

* Update COBRA.R

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update README.md

* Fix dragon (#306)

* add DRAGON outline

* implemented vars and esqs, added tests

* added optim

* Added fn to get shrunken cov and unit tests

* Update DESCRIPTION

* Update DESCRIPTION

* mechanics for prec mat and parcor

* added testdata directory

* fixed test paths

* Update test-dragon.R

* added export function and tests

* updated docs

* added ex datasets

* fixed bug w/self-edges in GGM

* fixed GGM diagonal issue

* fixed merge conflicts in docs

* fixed more merge conflicts

* Fix 309 (#310)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix 309

* Update README.md

* Aadd yarn (#314)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* add yarn

* add yarn

* add yarn

* change yarn vignette

* change yarn vignette

* change yarn vignette

* add download data set

* add download data set

* update yarn

* update yarn

* update yarn

* update yarn

* add download file

* add download file

* add download file

* update workflow

* update workflow

* update to R 4.3

* update to R 4.3

* Add monster desc (#312)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* add monster description

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>
Co-authored-by: Soel Micheletti <soel.micheletti@hotmail.it>
Co-authored-by: Tara Eicher <taraeicher@yahoo.com>
marouenbg added a commit that referenced this pull request Jun 8, 2024
* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Added COBRA method (#293)

* 1.4.0 (#289)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Added COBRA method

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Update README.md

* Update TIGER (#297)

* Smaller changes in COBRA (#296)

* 1.4.0 (#289)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Added COBRA method

* Exported COBRA and improved description

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Cobra docs (#298)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* add cobra docs

* build new website

* update package

* update package

* add package

* export pandaR classes

* add site html

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* Update README.md

* Update main.yml

* Update main.yml

* Update main.yml

* Fixed dependency on uchardet (#301)

* Fixed dependency on uchardet

* Removed RCy3 from Imports

* Added RCy3 back to Imports

* Feature: included pcor decomposition natively in cobra (#299)

* Feature: included pcor decomposition natively in cobra

* Feature: included pcor decomposition natively in cobra

* Feature: included pcor decomposition natively in cobra

* Update COBRA.R

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update README.md

* Fix dragon (#306)

* add DRAGON outline

* implemented vars and esqs, added tests

* added optim

* Added fn to get shrunken cov and unit tests

* Update DESCRIPTION

* Update DESCRIPTION

* mechanics for prec mat and parcor

* added testdata directory

* fixed test paths

* Update test-dragon.R

* added export function and tests

* updated docs

* added ex datasets

* fixed bug w/self-edges in GGM

* fixed GGM diagonal issue

* fixed merge conflicts in docs

* fixed more merge conflicts

* Fix 309 (#310)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix 309

* Update README.md

* Aadd yarn (#314)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* add yarn

* add yarn

* add yarn

* change yarn vignette

* change yarn vignette

* change yarn vignette

* add download data set

* add download data set

* update yarn

* update yarn

* update yarn

* update yarn

* add download file

* add download file

* add download file

* update workflow

* update workflow

* update to R 4.3

* update to R 4.3

* Add monster desc (#312)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* add monster description

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>
Co-authored-by: Soel Micheletti <soel.micheletti@hotmail.it>
Co-authored-by: Tara Eicher <taraeicher@yahoo.com>
marouenbg added a commit that referenced this pull request Jul 26, 2024
* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Added COBRA method (#293)

* 1.4.0 (#289)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Added COBRA method

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Update README.md

* Update TIGER (#297)

* Smaller changes in COBRA (#296)

* 1.4.0 (#289)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* bump x.y.z version to even y prior to creation of RELEASE_3_15 branch

* bump x.y.z version to odd y following creation of RELEASE_3_15 branch

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* Fix news file formatting

  o was not rendering list properly

* bump x.y.z version to even y prior to creation of RELEASE_3_16 branch

* bump x.y.z version to odd y following creation of RELEASE_3_16 branch

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

* DRAGON and unit tests work in progress (#267)

- add DRAGON in R and unit tests

* update lioness (#276)

* update lioness code (#277)

* Update LIONESS.R

* Update LIONESS.R

* Update LIONESS.R

* add note about the function (#279)

* add note about the function

* Update sourcePPI.R

* Update README.md

* Update README.md

* Update sourcePPI.R

* Update sourcePPI.R

* add details about sourcePPI (#280)

* add parallelization option to lioness (#281)

* 1.2.1 (#271)

* add bioc information

* update website

* add crane and docs

* update crane

* update worflow

* update crane

* update workflows

* update workflows

* update workfolw

* update workfolw

* update workfolw

* update workfolw

* Update main.yml

* Update main.yml

* Update main.yml

* fix lioness py

* udpate lioness in R

* include calculations python

* update panda rm missing

* update panda

* update lioness joblib

* revert commits

* ALPACA fix to NAs in community assignement

* version bump

* revert lioness

* update crane with alpaca changes

* update lioness

* update lioness python

* fix test

* update workflows

* put back github actions

* Fixed typo

* Added LIONESS-pearson option + unit test

* changed param labels in LIONESS example

* updated docs for lioness() function

* Update main.yml

* Update main.yml

* Update DESCRIPTION

* fix crane issue #240

* expanded PANDA and LIONESS description

* update crane fix

* added ALPACA, EGRET, and OTTER descriptions

* Update README.md

* typo in na.rm

* update workflow

* update workflow2

* fix-actions-3

* add r lib v2

* add r lib v2

* update condor test

* update condor test

* update condor test

* update condor test

* show testthat output

* add pandoc and use cache

* use built in check

* use built in check

* update actions with built in check

* bump version

* use built in coverage

* use built in coverage

* remove sudo

* update actions

* update actions

* removed sudo from actions

* ugrade to R42

* remove virtualenv

* remove virtualenv

* remove virtualenv

* modify condor test

* update condor test

* update condor test

* adding retiucualte to covr

* adding retiucualte to covr

* add panda test to coverignore

* update actions

* remove lioness tests from coverage

* remove lioness tests from coverage

* added MONSTER and SAMBAR

* remove lionessR test

* Added CONDOR and YARN

* Update README.md

* put back otter in rbuild

* remove condor test

* remove condor test

* remove lioness docs

* add lioness to buildingore

* donttest lionesss

* remove coverage from ubuntu test

* remove rbuilignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* update rbuildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* add back buildignore

* put back tests

* add padanedge diff test

* add back egeret test

* add monster test

* fix monster test

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* tolerance in expect equal

* add sourceppi

* fixed PANDA tests

* modify panda test

* update lioness test

* fix expect message

* update tests

* update tests

* update tests

* update tests

* update tests

* update tests

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduced lioness test data

* reduce test size

* updating bioc (#250)

* updating bioc

* remove empty lines

* remove empty lines

* update citation

* update citation

* Update README.md

* Update README.md

* Update main.yml

* Update main.yml

* Update .Rbuildignore

* Update .Rbuildignore

* update lioness test

* removed two last lioness tests

* removed two last lioness tests

* removed two last lioness tests

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* no saving of lioness networks

* update lioness test

* lower sizeof test

* update test data

* update test data

* update test data

* reduce panda tests

* remove old test data

* remove old test data

* Update main.yml

* 1.1.16

update pandapy with header argument (#260)

* trying collapse readme (#261)

* trying collapse readme

* collapse animal description

* Update README.md

* update biconda (#265)

* add spider (#269)

* add spider

* udpate spider

* udpate spider

* update spuder with degreeadjust

* fix spider bug

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* 1.2.2 (#273)

- add DRAGON

* add option to run lioness on multiple cores by using parallel::mclapply in place of lapply

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>

* fix monster error

* fix monster

* 1.3.2

* update tests

* update bioc verssion

* update monster test

* update argument description

* update argument description

* changed date

* updaate docs

* update dragon verbose

* update spider

* add puma (#270)

* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R

* Create TIGER.R (#272)

add TIGER.R

* Add lioness update (#284)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* update lioness append code

* Update puma (#286)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix puma examples

* fix puma examples

* update docs

* Add TIGER (#283)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update DESCRIPTION

* Add TIGER description to README file (#288)

* Create TIGER.R

add TIGER.R

* Add TIGER

* compile TIGER

1. change the TIGER example to fit LazyData=F mode
2. document all the functions and required packages

* DESCRIPTION depends

Add cmdstanr to DESCRIPTION depends

* onLoad install cmdstan

* Update puma.Rd

* Add data document

* Update README.md

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Added COBRA method

* Exported COBRA and improved description

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>
Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>

* Cobra docs (#298)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* add cobra docs

* build new website

* update package

* update package

* add package

* export pandaR classes

* add site html

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* import classes from PANDA

* Update README.md

* Update main.yml

* Update main.yml

* Update main.yml

* Fixed dependency on uchardet (#301)

* Fixed dependency on uchardet

* Removed RCy3 from Imports

* Added RCy3 back to Imports

* Feature: included pcor decomposition natively in cobra (#299)

* Feature: included pcor decomposition natively in cobra

* Feature: included pcor decomposition natively in cobra

* Feature: included pcor decomposition natively in cobra

* Update COBRA.R

---------

Co-authored-by: Marouen <marouenbg@users.noreply.github.com>

* Update README.md

* Fix dragon (#306)

* add DRAGON outline

* implemented vars and esqs, added tests

* added optim

* Added fn to get shrunken cov and unit tests

* Update DESCRIPTION

* Update DESCRIPTION

* mechanics for prec mat and parcor

* added testdata directory

* fixed test paths

* Update test-dragon.R

* added export function and tests

* updated docs

* added ex datasets

* fixed bug w/self-edges in GGM

* fixed GGM diagonal issue

* fixed merge conflicts in docs

* fixed more merge conflicts

* Fix 309 (#310)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* fix 309

* Update README.md

* Aadd yarn (#314)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* add yarn

* add yarn

* add yarn

* change yarn vignette

* change yarn vignette

* change yarn vignette

* add download data set

* add download data set

* update yarn

* update yarn

* update yarn

* update yarn

* add download file

* add download file

* add download file

* update workflow

* update workflow

* update to R 4.3

* update to R 4.3

* Add monster desc (#312)

* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* add monster description

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* BLOBFISH Implementation (#321)

* Added BLOBFISH

* Removed singleton genes in BLOBFISH output

* Added export statement to method for plotting networks

* Added the ability to highlight the 2-hop subnetwork

* Modified null distribution to include entire prior

* Moved the significance testing to the beginning and added FDR adjustment

* Moved calculation of p-values to a separate function

* Updated tests for BLOBFISH

* Added color-coding functionality to the plots

* Delete tests/testthat/test-blobfish.R

Deleted the test file as requested to see if we are able to build.

* Fixed devtools::check() warnings and notes

* First commit

* man/cobra.Rd

* Added tests back

* Fixed warnings in build

* Removed local import

* Added description of BLOBFISH to the README

* Fixed the Errors in pkgdown Website Build (#323)

* Added missing references from BLOBFISH and YARN

* Added data for YARN vignettes to YAML reference

* Added documentation generated during pkgdown build

* Changed VignetteIndexEntry fields to match titles in YAML file to address mismatch warnings

* Removed PNG files

* Added the PNG files back

* Added PNG files back in

---------

Co-authored-by: Kate Hoff Shutta <kshutta@umass.edu>
Co-authored-by: Nitesh Turaga <nitesh.turaga@gmail.com>
Co-authored-by: katehoffshutta <43797774+katehoffshutta@users.noreply.github.com>
Co-authored-by: lshep <lori.shepherd@roswellpark.org>
Co-authored-by: J Wokaty <jennifer.wokaty@sph.cuny.edu>
Co-authored-by: Lauren Hsu <50427381+laurenhsu1@users.noreply.github.com>
Co-authored-by: cchen22 <37237626+cchen22@users.noreply.github.com>
Co-authored-by: Soel Micheletti <soel.micheletti@hotmail.it>
Co-authored-by: Tara Eicher <taraeicher@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants