Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Clustering RNA-Seq RPKM/ReadsCount issues

    Hello all,

    I have an RNA-Seq expression data, both RPKM/ReadsCount. Number of records in each dataset is ~35,000 gene.

    The samples are organised as follows:
    Tissue #1: 5 stages , 2 replicates for each stage. Total 10 samples
    Tissue #2: 5 stages , 2 replicates for each stage. Total 10 samples

    What I want to do with the expression data is basically clustering. I need to cluster each tissue separate from the other for now.

    A couple of issues I came across:
    • What is the correct way to deal with missing values as I have many of them scattered all over the dataset?
    • I read that it good to get rid of those genes that have zero ReadsCount in more than a specific percentage (30%, 40%, 50% ... ) of the samples? makes sense to me, but I dunno if it is correct!
    • What kind of data should go into the clustering process (RPKM, ReadsCount, add 0.00001 to all RPKM values, take the log2 , then calculate the standard normalized value of each RPKM
    • Should replicates go into the clustering, or values from both replicates of each samples need to normalized in some way to produce one value (this way I will end up with 5 columns for each sample)?



    I would really appreciate any kind of help with each of the above issues

  • #2
    Any help, please!

    Comment


    • #3
      The shortest answer would be to simply refer you to section 7 of the DESeq vignette as an example.

      I should add, that there are multiple ways to do this sort of thing. Also, biological replicates should be kept separate, otherwise you'd might as well not have bothered running them.

      Comment


      • #4
        Hi,

        For Read counts data set matrix (35000 genes * 20 samples),
        First filter all the genes that is zero across all the samples.

        Second, load the filtered dataset in R using DESeq package --> perform size factor normalization -->
        and apply 20-40% (your choice, whichever works better) quantile filtering to filter out the low expressed genes.

        Third, use the filtered dataset from above to calculate the distance matrix
        and then used pclust function to perform clustering of the samples.

        I'm not sure the same could be applied for RPKMs.... you could use the cummeRbund
        package to cluster the samples based on RPKM values if the RPKMs was derived from cufflinks suite with differential expression data from cuffidiff.

        I hope this will work for you and cluster the 2 tissue samples separately.

        Thanks
        --
        Muthu

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin


          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
          Yesterday, 07:01 AM
        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        39 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        41 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        35 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X