Code Monkey home page Code Monkey logo

anuja's Introduction

Analysis Done in Excel

Step1: In the column of F2 the data from A and C was concatenated (merged with a seprator ":")

Formula
=CONCATENATE(A3,":",C3) Double click the cell to repeat across F column


Copy Paste (as values) the data of F column to H Column:

Step2: Next, select the data from H column and remove the duplicates so that the genes repeated in the same sample will be removed

In excel Remove Duplicates is available under Data


Now the number of values in the column has reduced to 18 from 21

Now Your data looks as follows:


Step3: Gene names merged to the samples were removed by using REPLACE method.

In excel press Ctrl+F go to Replace tab and enter :* so that values after the symbol : will be removed



**After replacement**



Take a copy of H column and put in J column:


Remove Duplicates from the J Column:



Step3: Use COUNTIF formula to get the frequency of genes in a given range
Formula : =COUNTIF(H2:H22,J2:J15) #You can change the range accordingly






Now, here you have the frequency of genes across the cohort

anuja's People

Contributors

snijesh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.