This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
gettingStarted.html
115 lines (101 loc) · 3.01 KB
/
gettingStarted.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
layout: default
redirect_from: "/gettingStarted.shtml"
---
<h1>
Getting Started
</h1>
<p>
<span style="font-weight:bold">CellProfiler</span> is free,
open-source software for quantitative analysis of biological images.
No prior experience in programming or computer vision is required
– this page is intended to help you get up and running. If you
find these tools helpful, please remember to <a href=
"citations.html">cite our work</a> to help keep the project funded.
</p>
<h2>
Manuals
</h2>
<table border="1" style="margin-left:35px">
<tr>
<td>
CellProfiler
</td>
<td>
<a href=
"http://cellprofiler.orghttp://d1zymp9ayga15t.cloudfront.net/content/Documentation/cp2.1.0_manual_0c7fb94.pdf">
2.1</a>
</td>
<td>
<a href=
"http://d1zymp9ayga15t.cloudfront.net/content/Documentation/cp2_manual_9978.pdf">
2.0</a>
</td>
<td>
<a href=
"http://d1zymp9ayga15t.cloudfront.net/content/Documentation/cp1_manual_9717.pdf">
1.0</a>
</td>
</tr>
<tr>
<td>
CellProfiler Analyst
</td>
<td>
</td>
<td>
<a href=
"http://d1zymp9ayga15t.cloudfront.net/content/Documentation/cpa2_manual.pdf">
2.0</a>
</td>
<td>
<a href=
"http://d1zymp9ayga15t.cloudfront.net/content/Documentation/cpa1_manual.pdf">
1.0</a>
</td>
</tr>
</table>
<h2>
Tutorials
</h2>
<p>
Get started quickly using one of our <a href=
"tutorials.html">tutorials</a> introducing you to the features of
CellProfiler and demonstrating how to set up your first pipeline.
Once you understand the basics, our advanced tutorials will help you
learn to optimize settings.<br />
</p>
<h2>
Examples
</h2>
<p>
Download an <a href="examples.html">example</a> pipeline that you can
load in CellProfiler to see how it works. The examples page also has
a guide to choosing the right example pipeline to modify for your
images. For CellProfiler Analyst, download an example data set and
configuration file so you can become familiar with the data
exploration and machine-learning tools.<br />
</p>
<h2>
Frequently Asked Questions
</h2>
<p>
Find answers to <a href="faq.html">frequently asked questions</a>
about CellProfiler.<br />
</p>
<h2>
Online Forum
</h2>
<p>
Still have questions? Post your problem in our <a href=
"http://cellprofiler.org/forum">forum</a> to get an answer from our
image assay developer team or from the larger CellProfiler
community.<br />
</p>
<p>
<strong>Still stuck?</strong> The Broad Institute Imaging Platform is
available for non-profit consulting on challenging image analysis and
data mining projects. Learn more and contact us via the Carpenter lab
<a href="http://www.broadinstitute.org/~anne/">website</a> to explore
a collaboration.
</p>