You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non negative Matrix Factorization with prior and marking
In the context of high throughput RNA sequencing, we aim at solving the inverse problem of subtype mixing within a sample.
We formulate this problem as a matrix factorization problem, where the data matrix is factorized into two matrices, one representing the subtypes and the other the mixing proportions.
Let $X \in \mathbb{R}^{m \times n}$ be a count matrix where $n$ is the number of samples and $m$ is the number of genes. We aim at determining $K \in \mathbb{N}^*$ prototypes.
We assume that we have a matrix $M \in {0,1}^{m \times k}$ where $k\leq K$ is the number of prototypes on which we put a prior. That is, an entry is marked as 1 if we want this gene to represent, at least partially, the corresponding prototype. We aim at solving the following problem: