$TRINITY_HOME/Analysis/DifferentialExpression/run_DE_analysis.pl| 0.049 | 0.032 | 0.202 | 0.063 | 0.026 | 149.837 | 80.964 | 56.518 | 58.63 | 152.937 | 26.019 |
--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-u...@googlegroups.com.
To post to this group, send email to trinityrn...@googlegroups.com.
Visit this group at http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
cat my_matrix.fpkm.txt | perl -lane 's/\cM/\n/g; print;' > file.tab.txt
Dear All ,I am getting error in heat map contruction using trinityrnaseq/Analysis/DifferentialExpression/PtR --matrix my_matrix.fpkm --log2 --heatmapEXCEL SHEET WHICH I AM USING IS ATTACHED.CAMMAND LINE IS :/home/yogesh/softwares/TRINITY_HOME/Analysis/DifferentialExpression/PtR --matrix /sataslave/annona_illumina/hybrid_data/blast_artf_hormone_seedgene/my_matrix.fpkm --log2 --heatmapThanks in AdvanceYogeshError is :CMD: R --vanilla -q < my_matrix.fpkm.R> library(cluster)> library(Biobase)Loading required package: BiocGenericsLoading required package: parallelAttaching package: ‘BiocGenerics’The following objects are masked from ‘package:parallel’:clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,clusterExport, clusterMap, parApply, parCapply, parLapply,parLapplyLB, parRapply, parSapply, parSapplyLBThe following object is masked from ‘package:stats’:xtabsThe 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,rownames, sapply, setdiff, sort, table, tapply, union, unique,unlist, unsplitWelcome to BioconductorVignettes contain introductory material; view with'browseVignettes()'. To cite Bioconductor, see'citation("Biobase")', and for packages 'citation("pkgname")'.> library(qvalue)> NO_REUSE = F>> # try to reuse earlier-loaded data if possible> if (file.exists("my_matrix.fpkm.RData") && ! NO_REUSE) {+ print('RESTORING DATA FROM EARLIER ANALYSIS')+ load("my_matrix.fpkm.RData")+ } else {+ print('Reading matrix file.')+ primary_data = read.table("/sataslave/annona_illumina/hybrid_data/blast_artf_hormone_seedgene/my_matrix.fpkm", header=T, com='', sep="\t", row.names=1, check.names=F)+ primary_data = as.matrix(primary_data)+ }[1] "Reading matrix file."Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :line 2 did not have 2 elementsCalls: read.table -> scanIn addition: Warning messages:1: In read.table("/sataslave/annona_illumina/hybrid_data/blast_artf_hormone_seedgene/my_matrix.fpkm", :line 1 appears to contain embedded nulls2: In read.table("/sataslave/annona_illumina/hybrid_data/blast_artf_hormone_seedgene/my_matrix.fpkm", :line 2 appears to contain embedded nulls3: In read.table("/sataslave/annona_illumina/hybrid_data/blast_artf_hormone_seedgene/my_matrix.fpkm", :line 4 appears to contain embedded nullsExecution haltedError, cmd: R --vanilla -q < my_matrix.fpkm.R died with ret 256 at /home/yogesh/softwares/TRINITY_HOME/Analysis/DifferentialExpression/PtR line 1568.
On Mon, Jul 20, 2015 at 6:25 AM, Brian Haas <bh...@broadinstitute.org> wrote:If you have a matrix file containing expression values, you can use the Trinity-included PtR script for generating a heatmap:trinityrnaseq/Analysis/DifferentialExpression/PtR --matrix my_matrix.fpkm --log2 --heatmap
--Yogesh GuptaSenior Research FellowNational Agri-Food Biotechnology Institute
(Departement of Biotechnology, Government of India)C-127, Industrial Area, Phase 8, SAS NagarMohali-160071 Punjab, IndiaCell No. +91-9041074172
--heatmap_colorscheme "green,black,red"
--