We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #9, we want to evaluate the overall expression of all genes in the matrisome lists. To do this, we need to run the GSVA package.
1- download/install the GSVA tool: https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-14-7 https://www.bioconductor.org/packages/release/bioc/html/GSVA.html 2- convert the Matrisome gene sets to gene lists (the tool should tell you how) 3- assign each sample its own matrisome score based on the output of GSVA - this should be an x by y matrix where x is the number of matrisome lists and y is the number of samples 4- cluster the scores in a heatmap!
The text was updated successfully, but these errors were encountered:
jessbade
No branches or pull requests
Related to #9, we want to evaluate the overall expression of all genes in the matrisome lists. To do this, we need to run the GSVA package.
1- download/install the GSVA tool:
https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-14-7 https://www.bioconductor.org/packages/release/bioc/html/GSVA.html
2- convert the Matrisome gene sets to gene lists (the tool should tell you how)
3- assign each sample its own matrisome score based on the output of GSVA - this should be an x by y matrix where x is the number of matrisome lists and y is the number of samples
4- cluster the scores in a heatmap!
The text was updated successfully, but these errors were encountered: