Skip to content

Commit 943de53

Browse files
committed
deploy: c827af8
1 parent 3ac4dfc commit 943de53

4 files changed

Lines changed: 43 additions & 5 deletions

File tree

fcs_files/index.html

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.channels" class="doc doc-heading">
11031103

11041104
<div class="doc doc-contents ">
11051105

1106-
<p>Return all channels in the file</p>
1106+
<p>Return all channels in the file.</p>
11071107
</div>
11081108

11091109
</div>
@@ -1124,6 +1124,9 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.compensation" class="doc doc-headi
11241124

11251125

11261126
<div class="doc doc-contents ">
1127+
1128+
<p>Used with per-file compensation to indicate the compensation to apply
1129+
to this file.</p>
11271130
</div>
11281131

11291132
</div>
@@ -1144,6 +1147,8 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.crc32c" class="doc doc-heading">
11441147

11451148

11461149
<div class="doc doc-contents ">
1150+
1151+
<p>The CRC32c sum for the file, hex-encoded, per RFC 4960 Appendix B.</p>
11471152
</div>
11481153

11491154
</div>
@@ -1185,6 +1190,9 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.deleted" class="doc doc-heading">
11851190

11861191

11871192
<div class="doc doc-contents ">
1193+
1194+
<p>If set, the file has been soft-deleted and may be permanently deleted
1195+
later.</p>
11881196
</div>
11891197

11901198
</div>
@@ -1205,6 +1213,8 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.event_count" class="doc doc-headin
12051213

12061214

12071215
<div class="doc doc-contents ">
1216+
1217+
<p>The number of events (rows) in the file.</p>
12081218
</div>
12091219

12101220
</div>
@@ -1273,6 +1283,8 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.filename" class="doc doc-heading">
12731283

12741284

12751285
<div class="doc doc-contents ">
1286+
1287+
<p>The filename.</p>
12761288
</div>
12771289

12781290
</div>
@@ -1294,6 +1306,8 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.gates_locked" class="doc doc-headi
12941306

12951307

12961308
<div class="doc doc-contents ">
1309+
1310+
<p>If true, no gates that apply to this file can be changed.</p>
12971311
</div>
12981312

12991313
</div>
@@ -1314,6 +1328,9 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.has_file_internal_comp" class="doc
13141328

13151329

13161330
<div class="doc doc-contents ">
1331+
1332+
<p>Whether or not this file has a valid file-internal compensation
1333+
matrix.</p>
13171334
</div>
13181335

13191336
</div>
@@ -1378,6 +1395,10 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.is_control" class="doc doc-heading
13781395

13791396

13801397
<div class="doc doc-contents ">
1398+
1399+
<p>Whether or not this is a control file. Control files are hidden from
1400+
most of the Web UI, and can be used to exclude compensation or
1401+
calibration beads from analysis, for example.</p>
13811402
</div>
13821403

13831404
</div>
@@ -1398,6 +1419,8 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.md5" class="doc doc-heading">
13981419

13991420

14001421
<div class="doc doc-contents ">
1422+
1423+
<p>The MD5 sum for the file, hex-encoded.</p>
14011424
</div>
14021425

14031426
</div>
@@ -1461,6 +1484,9 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.panel_name" class="doc doc-heading
14611484

14621485

14631486
<div class="doc doc-contents ">
1487+
1488+
<p>The name of the file's panel. Files with the same panelName are
1489+
grouped into a panel.</p>
14641490
</div>
14651491

14661492
</div>
@@ -1481,6 +1507,8 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.sample_name" class="doc doc-headin
14811507

14821508

14831509
<div class="doc doc-contents ">
1510+
1511+
<p>The sample name extracted from the file header.</p>
14841512
</div>
14851513

14861514
</div>
@@ -1501,6 +1529,8 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.size" class="doc doc-heading">
15011529

15021530

15031531
<div class="doc doc-contents ">
1532+
1533+
<p>The number of bytes in the file.</p>
15041534
</div>
15051535

15061536
</div>
@@ -1522,7 +1552,9 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.spill_string" class="doc doc-headi
15221552

15231553
<div class="doc doc-contents ">
15241554

1525-
<p>Note: this property may be fetched lazily.</p>
1555+
<p>The file-internal compensation, if present (see
1556+
<code>has_file_internal_comp</code>). Note: this property may be fetched lazily due
1557+
to its size.</p>
15261558
</div>
15271559

15281560
</div>

folders/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,8 @@ <h3 id="cellengine.resources.folder.Folder.created" class="doc doc-heading">
783783

784784

785785
<div class="doc doc-contents ">
786+
787+
<p>The date on which the folder was created.</p>
786788
</div>
787789

788790
</div>
@@ -824,6 +826,8 @@ <h3 id="cellengine.resources.folder.Folder.deleted" class="doc doc-heading">
824826

825827

826828
<div class="doc doc-contents ">
829+
830+
<p>If the folder is soft-deleted, the date on which it was soft-deleted.</p>
827831
</div>
828832

829833
</div>
@@ -888,6 +892,8 @@ <h3 id="cellengine.resources.folder.Folder.path" class="doc doc-heading">
888892

889893

890894
<div class="doc doc-contents ">
895+
896+
<p>The list of IDs of parent folders.</p>
891897
</div>
892898

893899
</div>
@@ -932,7 +938,7 @@ <h3 id="cellengine.resources.folder.Folder.create" class="doc doc-heading">
932938

933939
<div class="doc doc-contents ">
934940

935-
<p>Create a folder.</p>
941+
<p>Creates a folder.</p>
936942

937943

938944

@@ -1047,7 +1053,7 @@ <h3 id="cellengine.resources.folder.Folder.get" class="doc doc-heading">
10471053

10481054
<div class="doc doc-contents ">
10491055

1050-
<p>Get a Folder name or ID. Either <code>name</code> or <code>_id</code> must be specified.</p>
1056+
<p>Get a Folder by name or ID. Either <code>name</code> or <code>_id</code> must be specified.</p>
10511057

10521058

10531059

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)