Skip to content

Commit

Permalink
email Ludwig
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGfeller committed Jun 23, 2024
1 parent a4dfd4c commit d834042
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Binary file added LICENSE
Binary file not shown.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ knitr::opts_chunk$set(

[![R-CMD-check](https://github.com/GfellerLab/SuperCell/workflows/R-CMD-check/badge.svg)](https://github.com/GfellerLab/SuperCell/actions)
[![DOI](https://img.shields.io/badge/DOI%3A-10.1186/s12859--022--04861--1-brightgreen)](https://doi.org/10.1186/s12859-022-04861-1)
[![License](https://img.shields.io/badge/License-LICENSE-green)](./License_SuperCell_CC_BY-NC-ND_4.0.pdf)
[![License](https://img.shields.io/badge/License-LICENSE-green)](./LICENSE)


# Coarse-graining of large single-cell RNA-seq data into metacells
Expand Down Expand Up @@ -80,17 +80,17 @@ library(SuperCell)
3. [Building metacells with SuperCell and alayzing them with a standard Seurat pipeline](https://github.com/GfellerLab/SIB_workshop/blob/main/workbooks/Workbook_1__cancer_cell_lines.md)
4. [Data integration of metacells built with SuperCell](https://github.com/GfellerLab/SIB_workshop/blob/main/workbooks/Workbook_2__COVID19_integration.md)

## [License](./License_SuperCell_CC_BY-NC-ND_4.0.pdf)
## [License](./LICENSE)

SuperCell is developed by the group of David Gfeller at University of Lausanne.

SuperCell can be used freely by academic groups for non-commercial purposes under the Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International License (CC BY-NC-ND 4.0) (see [license](./License_SuperCell_CC_BY-NC-ND_4.0.pdf)).
SuperCell can be used freely by academic groups for non-commercial purposes under the Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International License (CC BY-NC-ND 4.0) (see [license](./LICENSE)).
The product is provided free of charge, and, therefore, on an "as is" basis, without warranty of any kind.

FOR-PROFIT USERS

If you plan to use SuperCell or any data provided with the script in any for-profit application, you are required to obtain a separate license.
To do so, please contact [eauffarth\@licr.org](mailto:eauffarth@licr.org) at the Ludwig Institute for Cancer Research Ltd.
To do so, please contact Nadette Bulgin [nbulgin\@licr.org](mailto:nbulgin@licr.org) at the Ludwig Institute for Cancer Research Ltd.

If required, FOR-PROFIT USERS are also expected to have proper licenses for the tools used in SuperCell, including the R packages igraph, RANN, WeightedCluster, corpora, weights, Hmisc, Matrix, ply, irlba, grDevices, patchwork, ggplot2 and velocyto.R

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![R-CMD-check](https://github.com/GfellerLab/SuperCell/workflows/R-CMD-check/badge.svg)](https://github.com/GfellerLab/SuperCell/actions)
[![DOI](https://img.shields.io/badge/DOI%3A-10.1186/s12859--022--04861--1-brightgreen)](https://doi.org/10.1186/s12859-022-04861-1)
[![License](https://img.shields.io/badge/License-LICENSE-green)](./License_SuperCell_CC_BY-NC-ND_4.0.pdf)
[1E![DOI](https://img.shields.io/badge/DOI%3A-0.1186/s12859--022--04861--1-brightgreen)](https://doi.org/10.1186/s12859-022-04861-1)
[![License](https://img.shields.io/badge/License-LICENSE-green)](./LICENSE)

# Coarse-graining of large single-cell RNA-seq data into metacells

Expand Down Expand Up @@ -106,21 +106,21 @@ library(SuperCell)
4. [Data integration of metacells built with
SuperCell](https://github.com/GfellerLab/SIB_workshop/blob/main/workbooks/Workbook_2__COVID19_integration.md)

## [License](./License_SuperCell_CC_BY-NC-ND_4.0.pdf)
## [License](./LICENSE)

SuperCell is developed by the group of David Gfeller at University of
Lausanne.

SuperCell can be used freely by academic groups for non-commercial
purposes under the Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International License (CC BY-NC-ND 4.0) (see [license](./License_SuperCell_CC_BY-NC-ND_4.0.pdf)). The product is provided free of
purposes under the Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International License (CC BY-NC-ND 4.0) (see [license](./LICENSE)). The product is provided free of
charge, and, therefore, on an “as is” basis, without warranty of any
kind.

FOR-PROFIT USERS

If you plan to use SuperCell or any data provided with the script in any
for-profit application, you are required to obtain a separate license.
To do so, please contact <eauffarth@licr.org> at the Ludwig Institute
To do so, please contact Nadette Bulgin <nbulgin@licr.org> at the Ludwig Institute
for Cancer Research Ltd.

If required, FOR-PROFIT USERS are also expected to have proper licenses
Expand Down

0 comments on commit d834042

Please sign in to comment.