Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • cummeRbund - findSimilar isoforms?

    Hello,

    I've been using the Tuxedo suite to analyze my time series differential expression and so far I'm pretty taken by cummeRbund especially. I have a few questions and maybe a feature suggestion:
    1) it would be REALLY useful if findSimilar could be used not only for finding similarly expressed genes, but also isoforms, TSS and CDS. So far I managed to "hack" it by copying the data from files: gene_exp.diff, genes.count_tracking, genes.fpkm_tracking, genes.read_group_tracking to the files for isoforms. I search for similar "genes", but it returns the isoforms, which is what I wanted.

    2) (using the hacked data) Is it possible to get a dataframe with JSdistances and full gene names? I managed to only find them out using featureNames like this:
    Code:
    myGene=getGene(cuff,'<tracking_id>') #<gene_short_name> returns all the isoforms (obviously), you have to use getGenes() then
    sim_to_myGene=findSimilar(cuff,'<tracking_id>',distThresh=0.1)
    sim_to_myGene_dataframe=findSimilar(cuff,'tracking_id',distThresh=0.1,returnGeneSet=F)
    write.table(sim_to_myGene_dataframe,'sim_to_myGene.tsv',sep='\t',quote=F)
    write.table(featureNames(sim_to_myGene),'sim_to_myGene_names.tsv',sep='\t',quote=F)
    this gets me 2 files that I can sort by tracking_id and make a sweet spreadsheet (I'm pretty new to R and I started with cummeRbund, I don't know yet how to sort them and combine them directly in R. I would welcome any help). Can you think of a better way to do this?

    3) Why can't I use fullnames=T with findSimilar for when using the option returnGeneSet=F? This would make the problem non-existent.

    4) How can I get the significance levels for the comparisons of the whole transcription profiles and not only the differential expression of one gene between samples? Is this even feasible, since there are so many genes, and the number of comparisons would have to be a square of the number of profiles (from what I understand)?
    Last edited by urostor; 03-09-2014, 09:29 PM. Reason: clarification

Latest Articles

Collapse

  • seqadmin
    Recent Advances in Sequencing Technologies
    by seqadmin







    Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

    Long-Read Sequencing
    Long-read sequencing has...
    12-02-2024, 01:49 PM
  • seqadmin
    Genetic Variation in Immunogenetics and Antibody Diversity
    by seqadmin



    The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
    11-06-2024, 07:24 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 12-02-2024, 09:29 AM
0 responses
144 views
0 likes
Last Post seqadmin  
Started by seqadmin, 12-02-2024, 09:06 AM
0 responses
51 views
0 likes
Last Post seqadmin  
Started by seqadmin, 12-02-2024, 08:03 AM
0 responses
41 views
0 likes
Last Post seqadmin  
Started by seqadmin, 11-22-2024, 07:36 AM
0 responses
72 views
0 likes
Last Post seqadmin  
Working...
X