From 9cc43ef84b692ed0d68181d7e224036ddfb76335 Mon Sep 17 00:00:00 2001 From: Selina Ziegler <63650208+zieglerSe@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:33:55 +0200 Subject: [PATCH] Update SAM docs #273 Added path for TestDataSAM.txt to docs for clarity. --- docs/Testing.fsx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Testing.fsx b/docs/Testing.fsx index 2ed70aca..ca70d213 100644 --- a/docs/Testing.fsx +++ b/docs/Testing.fsx @@ -973,6 +973,7 @@ To use SAM, expression or intensity data need to be in the format (string*float[ (** Columns are samples, here 1 and 2, representing control and treatment groups. Rows are transcript counts (here indicated with gene identifier). The next step is to read in the data, e.g. via deedle, and to create a dataframe. The rows are indexed by the sample name and the rowkeys are extracted. +Here is the location where the dataset can be accessed: `tests\FSharp.Stats.Tests\data\TestDataSAM.txt` *) let df:Frame =