Skip to content

Commit

Permalink
signature to build ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanevski committed Mar 7, 2024
1 parent ee5fae3 commit 9d9f2f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
^vignettes/mistyDataFormats\.Rmd$
^vignettes/MistyRStructural.*\.Rmd$
^vignettes/Functional.*\.Rmd$
^vignettes/ReproduceSignaturePaper.Rmd$
^LICENSE$
^.*\.Rproj$
^\.Rproj\.user$
Expand Down
6 changes: 3 additions & 3 deletions vignettes/ReproduceSignaturePaper.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Signature analysis of IMC breast cancer data"
title: "MISTy representation based analysis of IMC breast cancer data"
author:
- name: Leoni Zimmermann
affiliation:
Expand All @@ -17,14 +17,14 @@ output:
extra_dependencies:
nowidow: ["defaultlines=3", "all"]
vignette: >
%\VignetteIndexEntry{Signature analysis of IMC breast cancer data}
%\VignetteIndexEntry{MISTy representation based analysis of IMC breast cancer data}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

## Introduction

MISTy uses an explainable machine learning algorithm to analyze spatial omics data sets within and between spatial contexts, called views. Structural and functional data can be used to train the MISTy model for one or more samples. After training the model, in the result space, these samples are defined by a vector consisting of the sample signatures. There are three signatures: performance, contribution, and importance. For each marker, the signatures are a concatenation of the following values:
MISTy uses an explainable machine learning algorithm to analyze spatial omics data sets within and between spatial contexts, called views. Structural and functional data can be used to train the MISTy model for one or more samples. After training the model, in the result space, these samples are represented by a vector consisting of the sample signatures. There are three signatures: performance, contribution, and importance. For each marker, the signatures are a concatenation of the following values:

- Performance signature: The variance explained by using the intraview alone, the variance explained by the multiview model, as well as the explained gain in variance for each marker.

Expand Down

0 comments on commit 9d9f2f3

Please sign in to comment.