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
Variables that are a list or matrix should be written in their own log file with the "name of the variable" as the file prefix. Suggested format "variableName_sampleNumber.log"
Lists:
One line per element in variable log file.
For example a discrete variable x could have the log file x.log with
10
25
8
3
2D Matrix:
Each row as a new line, where columns are "comma" delimited.
For example, a variable x where there are two dimensions
2, 2, 3, 4
1, 1, 1, 2
3, 2, 2, 4
3D Matrix:
Same as 2D matrix, but each element is also a list with a "semicolon" delimiter.
For example, a read count matrix r with 2 cells and 3 sites, where each element is a list of nucleotide counts for A:C:G:T
The log file should be readable when opened in Excel.
The text was updated successfully, but these errors were encountered: