Skip to content

Commit

Permalink
Merge pull request #275 from zieglerSe/developer
Browse files Browse the repository at this point in the history
Update SAM docs #273
  • Loading branch information
bvenn committed Jul 6, 2023
2 parents f72c51f + 9cc43ef commit ea6a3c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Testing.fsx
Expand Up @@ -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<string,string> =
Expand Down

0 comments on commit ea6a3c3

Please sign in to comment.