Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • cummeRbund :: filter on repFpkm

    Dear all,
    I'm wondering whether anyone has already implemented a filter based on repFpkm in cummeRbund, so to select all those genes for which the Fpkm is above of a certain threshold for all the replicates belonging to a condition OR to another one.
    I mean that, for example, a gene must have in control at least fpkm = 1, for all replicates #1, #2 and #3, even if it doesn't happen for the treatment; and vice versa.

    i'm using

    gene.diff<-diffData(genes(cuff))

    gene.diff.q1.filtered <- gene.diff[gene.diff$value_1 > 1,] #condition q1
    gene.diff.q2.filtered <- gene.diff[gene.diff$value_2 > 1,] #condition q2


    but it selects only genes having 'global' Fpkm above 1 (takes all reps together).


    i need to get rid of cases like this:

    >gene.diff.filtered[gene.diff.filtered$gene_id == "comp13340",]
    gene_id sample_1 sample_2 status value_1 value_2 log2_fold_change test_stat p_value q_value significant
    2102 comp13340 q1 q2 OK 0 1.01699 Inf NA 5e-05 0.00135144 yes



    > gene.repFpkm[gene.repFpkm$gene_id == "comp13340",]

    gene_id sample_name replicate rep_name raw_frags internal_scaled_frags external_scaled_frags fpkm
    2102 comp13340 q1 0 q1_0 0 0.00000 0.00000 0.00000
    35771 comp13340 q1 1 q1_1 0 0.00000 0.00000 0.00000
    69440 comp13340 q1 2 q1_2 0 0.00000 0.00000 0.00000
    103109 comp13340 q2 0 q2_0 2 2.47685 2.47685 1.26962
    136778 comp13340 q2 1 q2_1 0 0.00000 0.00000 0.00000
    170447 comp13340 q2 2 q2_2 8 8.39216 8.39216 1.78133
    effective_length status
    2102 NA OK
    35771 NA OK
    69440 NA OK
    103109 NA OK
    136778 NA OK
    170447 NA OK

    it's clear that not all reps have fpkm > 1 ..........

    Thanks for any help or hint!

    Cheers,

    Stefano

Latest Articles

Collapse

  • seqadmin
    Recent Advances in Sequencing Analysis Tools
    by seqadmin


    The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
    Yesterday, 07:48 AM
  • 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...
    04-22-2024, 07:01 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Today, 06:57 AM
0 responses
9 views
0 likes
Last Post seqadmin  
Started by seqadmin, Yesterday, 07:17 AM
0 responses
13 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-02-2024, 08:06 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-30-2024, 12:17 PM
0 responses
22 views
0 likes
Last Post seqadmin  
Working...
X