Skip to content

Commit

Permalink
fix: fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianMauz committed Dec 4, 2023
1 parent f9fb925 commit 87ec88b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/eln/ui/elements/cell_lines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 4
A cell line is a general term defining specific population of cells that can maintain in vitro culture for an extended period of time, and is usually clonal meaning that the entire population originated from a single, common, ancestor cell. <sup>1</sup>

## Model
A cell line object in chemotion eln is divided into a conceptual and a physical part. The conceptual part describes general information like the name of the cell line, the origin or the source organism. The physical part describes a concrete realization of the conceptual part and can be seen as a real object with properties like number, location or current passage. Multiple physical objects can share the same conceptual part.
A cell line object in Chemotion ELN is divided into a conceptual and a physical part. The conceptual part describes general information like the name of the cell line, the origin or the source organism. The physical part describes a concrete realization of the conceptual part and can be seen as a real object with properties like number, location or current passage. Multiple physical objects can share the same conceptual part.
## Representation in ELN
Cell lines are represented and treated analogously to other elements (Sample, Reaction, ... )
### Tabular form
Expand Down Expand Up @@ -73,7 +73,7 @@ property name |description |optional|
|name of specific probe|can be used to identify specific probes|yes |
|description|any aditional information|yes|

The represantation of the amount can be switched with <img
The representation of the amount can be switched with <img
src={require("@site/static/img/user_interface/elements/cell_lines/20231204_cell_line_details_button.png").default}
alt={"Item specific properties"}
/>
Expand Down Expand Up @@ -105,10 +105,10 @@ Cell lines can be generated in several ways:

## Import/Export

Collections with cell lines can be exported and imported as with other elements
Collections with cell lines can be exported and imported as with other elements.
## Search

Cell lines can be searched for and found using the basic search. The following properties are taken into account in the search: name of the cell line and the specific name of the sample
Cell lines can be searched for and found using the basic search. The following properties are taken into account in the search: name of the cell line and the specific name of the sample.

<img
src={require("@site/static/img/user_interface/elements/cell_lines/20230206_cell_line_search.png").default}
Expand Down

0 comments on commit 87ec88b

Please sign in to comment.