diff --git a/dsbook/unsupervised/PCAofCarcinomas.ipynb b/dsbook/unsupervised/PCAofCarcinomas.ipynb index 0be476a..5036010 100644 --- a/dsbook/unsupervised/PCAofCarcinomas.ipynb +++ b/dsbook/unsupervised/PCAofCarcinomas.ipynb @@ -119,7 +119,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Here we see a non-complete separation of the patients based on their two first sample-specific effects. This means that the patients gene expression differ and that diference is covered by the first two principal components.\n", + "Here we see a non-complete separation of the patients based on their two first sample-specific effects. This means that the patients gene expression differ and that difference is covered by the first two principal components.\n", "\n", "Lets explore which genes that are most reponsible for that difference. We can do so by investigating their Gene-specific vectors." ]