Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/CRG-CNAG/robustica into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MiqG committed Jul 24, 2021
2 parents 9122565 + 5d625f9 commit fef7235
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,22 @@ S, A = rica.fit_transform(X.values)
```

## Tutorials
- [Basic pipeline for exploratory analysis](https://github.com/MiqG/robustica/blob/main/tutorials/basics.ipynb)
- [Using a custom clustering class](https://github.com/MiqG/robustica/blob/main/tutorials/customize_clustering.ipynb)
- [Inferring the number of components](https://github.com/MiqG/robustica/blob/main/tutorials/infer_components.ipynb)
- [Basic pipeline for exploratory analysis](https://github.com/CRG-CNAG/robustica/blob/main/tutorials/basics.ipynb)
- [Using a custom clustering class](https://github.com/CRG-CNAG/robustica/blob/main/tutorials/customize_clustering.ipynb)
- [Inferring the number of components](https://github.com/CRG-CNAG/robustica/blob/main/tutorials/infer_components.ipynb)


## Contact
This project has been fully developed at the [Centre for Genomic Regulation](https://www.crg.eu/) within the group of [Design of Biological Systems](https://www.crg.eu/en/luis_serrano)

Please, report any issues that you experience through this repository's ["Issues"](https://github.com/MiqG/robustica/issues) or email:
Please, report any issues that you experience through this repository's ["Issues"](https://github.com/CRG-CNAG/robustica/issues) or email:
- [Miquel Anglada-Girotto](mailto:miquel.anglada@crg.eu)
- [Sarah A. Head](mailto:sarah.dibartolo@crg.eu)
- [Luis Serrano](mailto:luis.serrano@crg.eu)

## License

`robustica` is distributed under a BSD 3-Clause License (see [LICENSE](https://github.com/MiqG/robustica/blob/main/LICENSE)).
`robustica` is distributed under a BSD 3-Clause License (see [LICENSE](https://github.com/CRG-CNAG/robustica/blob/main/LICENSE)).

## References
- *Himberg, J., & Hyvarinen, A.* "Icasso: software for investigating the reliability of ICA estimates by clustering and visualization". IEEE XIII Workshop on Neural Networks for Signal Processing (2003). DOI: https://doi.org/10.1109/NNSP.2003.1318025
Expand Down

0 comments on commit fef7235

Please sign in to comment.