Hi All,
I am using the Tuxedo suite for my RNA-seq analysis, and I can finally able to visualize my data using cummeRbund. I got this warning message: "attributes are not identical across measure variables; they will be dropped" after running the code "readCufflinks" in R. I can still perform other downstream codes and generate figures, but I'd like to know if this warning message is of high concern. I attached the full code for you guys to take a look. Any feedback is highly appreciated, thank you very much!
Code:
> Rep1<-readCufflinks("Rep1_withGTF") Creating database Rep1_withGTF/cuffData.db Reading Run Info File Rep1_withGTF/run.info Writing runInfo Table Reading Read Group Info Rep1_withGTF/read_groups.info Writing replicates Table Reading Var Model Info Rep1_withGTF/var_model.info Writing varModel Table Reading Rep1_withGTF/genes.fpkm_tracking Checking samples table... Populating samples table... Writing genes table Reshaping geneData table Recasting Writing geneData table Reading Rep1_withGTF/gene_exp.diff Writing geneExpDiffData table Reading Rep1_withGTF/promoters.diff Writing promoterDiffData table Reading Rep1_withGTF/genes.count_tracking Reshaping geneCount table Recasting Writing geneCount table Reading read group info in Rep1_withGTF/genes.read_group_tracking Writing geneReplicateData table Reading Rep1_withGTF/isoforms.fpkm_tracking Checking samples table... OK! Writing isoforms table Reshaping isoformData table Recasting Writing isoformData table Reading Rep1_withGTF/isoform_exp.diff Writing isoformExpDiffData table Reading Rep1_withGTF/isoforms.count_tracking Reshaping isoformCount table Recasting Writing isoformCount table Reading read group info in Rep1_withGTF/isoforms.read_group_tracking Writing isoformReplicateData table Reading Rep1_withGTF/tss_groups.fpkm_tracking Checking samples table... OK! Writing TSS table Reshaping TSSData table Recasting Writing TSSData table Reading Rep1_withGTF/tss_group_exp.diff Writing TSSExpDiffData table Reading Rep1_withGTF/splicing.diff Writing splicingDiffData table Reading Rep1_withGTF/tss_groups.count_tracking Reshaping TSSCount table Recasting Writing TSSCount table Reading read group info in Rep1_withGTF/tss_groups.read_group_tracking Writing TSSReplicateData table Reading Rep1_withGTF/cds.fpkm_tracking Checking samples table... OK! Writing CDS table Reshaping CDSData table Recasting Writing CDSData table Reading Rep1_withGTF/cds_exp.diff Writing CDSExpDiffData table Reading Rep1_withGTF/cds.diff Writing CDSDiffData table Reading Rep1_withGTF/cds.count_tracking Reshaping CDSCount table Recasting Writing CDSCount table Reading read group info in Rep1_withGTF/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