Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6586445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:47:30+00:00 2026-05-25T16:47:30+00:00

I am trying to find an algorithm that does the following but have been

  • 0

I am trying to find an algorithm that does the following but have been unsuccessful:
I have a bunch of data that looks like the following:

Type    geneA    geneB    geneC    ...    geneN
A       1        0        1               1
A       0        0        1               1
B       1        1        1               0
C       0        1        1               0
B       1        1        0               0
etc        

So not all A’s are exactly the same, not all B’s are exactly the same, etc., but hopefully they have some kind of pattern. The data is preferably not just booleans (so would contain numbers other than just 0 and 1), but booleans would be fine for a start.

What I want to do is given a gene series for a person, find out what type they are.
For example I would like to input “011…1” and be told that this person is most likely type A.

This seems like something that should have been done before but I can’t seem to find any existing algorithms to do this (maybe pattern matching is the wrong key term?).

Any help on where to start looking for this kind of thing or algorithms that do this kind of thing would be much appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T16:47:30+00:00Added an answer on May 25, 2026 at 4:47 pm

    You could merge your gene* binary values into vectors: e.g. 1001...1, 001...1, etc. and perform k-means clustering on them.

    For example, if you know a priori that you have three types A, B and C, you would likely perform clustering with k = 3.

    Once you have clusters, you could use silhouettes to determine how well an input vector (e.g., 011...1) would fit to one of the three established clusters.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write an algorithm that will find the set of all vertices
I'm trying to develop a genetic algorithm that will find the most efficient way
I am trying to find a O (n) algorithm for this problem but unable
What I'm trying to do is find an algorithm that can I can implement
Suppose we have buyers and sellers that are trying to find each other in
I'm trying to implement a 6 Degrees-style algorithm, in that I'm trying to find
I'm trying to write a function that does the following: Given a text file,
I'm trying to find this algorithm on C++ in .NET but can't, I found
I am trying to find an algorithm to count from 0 to 2 n
I am trying to find a fast algorithm with modest space requirements to solve

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.