-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Representing specific flow cells for DNA sequencers #1820
Comments
I think this has potential, but OBI:0400043 is a cytometry flow cell, not a sequencer flow cell. I'm pretty sure there's no such thing as a jet-in-air sequencer flow cell. |
I like this but it will result in a lot of pre-composed classes over time. Who's going to maintain them, or keep the set complete? |
I think we should share with Chris our issues we have had in trying to
maintain definitions for instruments. We initially wanted to follow an
approach like Chris has here, but the problems are that:
- much of the information on instruments come from marketing materials,
which are full of 'fast', 'high throughput', 'massively parallel' etc.
statements that don't age well at all.
- The same machine may be sold under different names for marketing reasons
or due to company mergers
- We have found that most users just want to refer to what sequencer they
used, and really just want a label and identifier; that is what we have
committed to maintaining.
…On Thu, Sep 12, 2024 at 11:35 AM Mark Andrew Miller < ***@***.***> wrote:
I like this but it will result in a lot of pre-composed classes over time.
Who's going to maintain them, or keep the set complete?
���
Reply to this email directly, view it on GitHub
<#1820 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADJX2ITKYXLZ33DBRON7T6LZWGYCNAVCNFSM6AAAAABOBXSD42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBWGYZDKNBVGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Bjoern Peters
Professor
La Jolla Institute for Immunology
9420 Athena Circle
La Jolla, CA 92037, USA
Tel: 858/752-6914
Fax: 858/752-6987
http://www.liai.org/pages/faculty-peters
|
OBI's root DNA Sequencer class can be found here in OLS |
Mark and I talked about this a bit offline, I care less about the flowcell IDs since it impacts throughput but not analysis. What I would like to see is
|
Both of those requests are straightforward to implement, and make perfect sense. I am hoping @turbomam can compile all the manufacturer / series you will need, and get it into OBI. |
Illumina NovaSeq X was added recently in PR 1804, which will go live in the next OBI release. |
I second the motion for grouping terms for the sequencer series. I've also run into situations of not knowing which exact member of the series is in play. |
Discussed on Sept 30 call - general agreement that grouping terms for the sequencer series is a good idea. |
I have started two two new issues and propose closing this issue about flow cells
|
cc @turbomam
If we need to represent Illumina NovaSeq 6000 S4, I assume we would create a subclass of
id: OBI:0400043
name: flow cell
def: "Aparatus in the fluidic subsystem where the sheath and sample meet. Can be one of several types; jet-in-air, quartz cuvette, or a hybrid of the two. The sample flows through the center of a fluid column of sheath fluid in the flow cell." []
synonym: "flow_cell" EXACT []
relationship: RO:0000085 OBI:0000370 ! contain function
is_a: OBI:0000967 ! container
and then make a part_of link to the sequencer, eg.
id: OBI:0002630
name: Illumina NovaSeq 6000
def: "A DNA sequencer which is manufactured by the Illumina corporation, with two flow cells and an output of up to 6000 Gb (32-40 B reads per run). The sequencer utilizes synthesis technology and patterned flow cells to optimize throughput and even spacing of sequencing clusters." []
synonym: "NovaSeq 6000" EXACT []
is_a: OBI:0400103 ! DNA sequencer
Would this be a new robot template? E.g. something like:
The text was updated successfully, but these errors were encountered: