Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • znasim09
    Member
    • Sep 2015
    • 23

    Problem

    I am new to RNA seq analysis, need help in fixing these problems:

    First, when i am trying to readcufflinks commond i get these errors:

    > library(cummeRbund)
    Loading required package: BiocGenerics
    Loading required package: parallel

    Attaching package: ‘BiocGenerics’

    The following objects are masked from ‘packagearallel’:

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

    The following object is masked from ‘package:stats’:

    xtabs

    The following objects are masked from ‘package:base’:

    anyDuplicated, append, as.data.frame, as.vector, cbind,
    colnames, do.call, duplicated, eval, evalq, Filter, Find,
    get, intersect, is.unsorted, lapply, Map, mapply, match,
    mget, order, paste, pmax, pmax.int, pmin, pmin.int,
    Position, rank, rbind, Reduce, rep.int, rownames, sapply,
    setdiff, sort, table, tapply, union, unique, unlist,
    unsplit

    Loading required package: RSQLite
    Loading required package: DBI
    Loading required package: ggplot2
    Loading required package: reshape2
    Loading required package: fastcluster

    Attaching package: ‘fastcluster’

    The following object is masked from ‘package:stats’:

    hclust

    Loading required package: rtracklayer
    Loading required package: GenomicRanges
    Loading required package: S4Vectors
    Loading required package: stats4
    Creating a generic function for ‘nchar’ from package ‘base’ in package ‘S4Vectors’
    Loading required package: IRanges
    Loading required package: GenomeInfoDb
    Loading required package: Gviz
    Loading required package: grid

    Attaching package: ‘cummeRbund’

    The following object is masked from ‘package:GenomicRanges’:

    promoters

    The following object is masked from ‘package:IRanges’:

    promoters

    The following object is masked from ‘package:BiocGenerics’:

    conditions

    Warning messages:
    1: package ‘RSQLite’ was built under R version 3.2.2
    2: package ‘ggplot2’ was built under R version 3.2.2
    3: package ‘reshape2’ was built under R version 3.2.2
    4: package ‘fastcluster’ was built under R version 3.2.2
    5: package ‘rtracklayer’ was built under R version 3.2.2
    6: package ‘GenomicRanges’ was built under R version 3.2.2
    7: package ‘S4Vectors’ was built under R version 3.2.2
    > setwd("C:/Users/Zeeshan/Desktop/cuff23")
    > cuff_data<-readCufflinks('/users/Zeeshan/Desktop/cuff23',rebuild = TRUE)

    Creating database /users/Zeeshan/Desktop/cuff23/cuffData.db
    Reading Run Info File /users/Zeeshan/Desktop/cuff23/run.info
    Writing runInfo Table
    Reading Read Group Info /users/Zeeshan/Desktop/cuff23/read_groups.info
    Writing replicates Table
    Reading Var Model Info /users/Zeeshan/Desktop/cuff23/var_model.info
    Writing varModel Table
    Reading /users/Zeeshan/Desktop/cuff23/genes.fpkm_tracking
    Checking samples table...
    Populating samples table...
    Writing genes table
    Reshaping geneData table
    Recasting
    Writing geneData table
    Reading /users/Zeeshan/Desktop/cuff23/gene_exp.diff
    Writing geneExpDiffData table
    Reading /users/Zeeshan/Desktop/cuff23/promoters.diff
    Writing promoterDiffData table
    Reading /users/Zeeshan/Desktop/cuff23/genes.count_tracking
    Reshaping geneCount table
    Recasting
    Writing geneCount table
    Reading read group info in /users/Zeeshan/Desktop/cuff23/genes.read_group_tracking
    Writing geneReplicateData table
    Reading /users/Zeeshan/Desktop/cuff23/isoforms.fpkm_tracking
    Checking samples table...
    OK!
    Writing isoforms table
    Reshaping isoformData table
    Recasting
    Writing isoformData table
    Reading /users/Zeeshan/Desktop/cuff23/isoform_exp.diff
    Writing isoformExpDiffData table
    Reading /users/Zeeshan/Desktop/cuff23/isoforms.count_tracking
    Reshaping isoformCount table
    Recasting
    Writing isoformCount table
    Reading read group info in /users/Zeeshan/Desktop/cuff23/isoforms.read_group_tracking
    Writing isoformReplicateData table
    Reading /users/Zeeshan/Desktop/cuff23/tss_groups.fpkm_tracking
    Checking samples table...
    OK!
    Writing TSS table
    Reshaping TSSData table
    Recasting
    Writing TSSData table
    Reading /users/Zeeshan/Desktop/cuff23/tss_group_exp.diff
    Writing TSSExpDiffData table
    Reading /users/Zeeshan/Desktop/cuff23/splicing.diff
    Writing splicingDiffData table
    Reading /users/Zeeshan/Desktop/cuff23/tss_groups.count_tracking
    Reshaping TSSCount table
    Recasting
    Writing TSSCount table
    Reading read group info in /users/Zeeshan/Desktop/cuff23/tss_groups.read_group_tracking
    Writing TSSReplicateData table
    Reading /users/Zeeshan/Desktop/cuff23/cds.fpkm_tracking
    Checking samples table...
    OK!
    Writing CDS table
    Reshaping CDSData table
    Recasting
    Writing CDSData table
    Reading /users/Zeeshan/Desktop/cuff23/cds_exp.diff
    Writing CDSExpDiffData table
    Reading /users/Zeeshan/Desktop/cuff23/cds.diff
    Writing CDSDiffData table
    Reading /users/Zeeshan/Desktop/cuff23/cds.count_tracking
    Reshaping CDSCount table
    Recasting
    Writing CDSCount table
    Reading read group info in /users/Zeeshan/Desktop/cuff23/cds.read_group_tracking
    Writing CDSReplicateData table
    Indexing Tables...
    Warning messages:
    1: attributes are not identical across measure variables; they will be dropped
    2: attributes are not identical across measure variables; they will be dropped
    3: attributes are not identical across measure variables; they will be dropped
    4: attributes are not identical across measure variables; they will be dropped
    5: attributes are not identical across measure variables; they will be dropped
    6: attributes are not identical across measure variables; they will be dropped
    7: attributes are not identical across measure variables; they will be dropped
    8: attributes are not identical across measure variables; they will be dropped


    And when I try Gene Feature plots (makeGeneRegionTrack), it gives this error:
    > genetrack<-makeGeneRegionTrack(myGene)
    Error in `[.data.frame`(features(object), , featCols) :
    undefined columns selected


    Can anyone help me out ??
    Last edited by znasim09; 09-09-2015, 12:32 AM.

Latest Articles

Collapse

  • SEQadmin2
    Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
    by SEQadmin2



    Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
    ...
    07-09-2026, 11:10 AM
  • SEQadmin2
    Cancer Drug Resistance: The Lingering Barrier to Rising Survival
    by SEQadmin2



    Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

    There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
    07-08-2026, 05:17 AM
  • GATTACAT
    Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
    by GATTACAT
    Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
    07-01-2026, 11:43 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, 07-13-2026, 10:26 AM
0 responses
26 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-09-2026, 10:04 AM
0 responses
37 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-08-2026, 10:08 AM
0 responses
23 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-07-2026, 11:05 AM
0 responses
34 views
0 reactions
Last Post SEQadmin2  
Working...