Varriant Annotation-exporting results
I want to export my variant annotation results to a table and save it in my computer hard drive. I tried this "write.table(mydata, "G:/mydata.txt", sep="\t")" but did not work.
snp
r
• 2,145 views
•
link
updated
by
GenoMax
•
written
by
adakoury •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
line 1: syntax error near unexpected token `Rsubread
written by sehriban.buyukkilic •Hi, I have problem with my featurecounts script. here is my script. I dont know what is wrong with it. I tried it before it …
-
A problem about saving Rstudio data matrix
written by yoser4 •hello everyone I have encountered a "strange" problem (possibly because I am a novice and cannot fully understand something) The problem is as follows: Today …
-
unimplemented type 'list' in 'EncodeElement' error in a Rscript run in Ubuntu terminal
written by farzaneafzali •Hi, I get the error of: Error in write.table(dxr1, "AS_differential.txt", sep = "\t", quote = F) : unimplemented type 'list' in 'EncodeElement' Execution halted while …
-
What is the codification in genestrand 1 and 2?
written by Lila MHi there, I'm doing some peak annotation using `ChIPseeker` library(ChIPseeker) library(TxDb.Hsapiens.UCSC.hg38.knownGene) library(clusterProfiler) library(annotables) library(org.Hs.eg.db) txdb <- TxDb.Hsapiens.UCSC.hg38.knownGene peaks= readPeakFile("peaks_", header = F) peakAnno <- annotatePeak(peaks, …
-
same padj for all the genes after DEseq analysis
written by aiswaryabioinfo •Hi everyone, I have done a pair comparison with DEseq2 to find differentially expressed genes between two samples with 6 replicates, for the DEseq2 result, …
-
draw and display a Venn diagram with up to 7 sets.
written by somayeh bakhshalizadeh •Hi I want to draw a diagram for 7 data sets in R. I entered the data in R as follows: library("venn") mydata<-read.table("d://mydata.txt//mydata.txt",sep=",",header=T) mydata venn("mydata",snames="abdominal,kidny,lung,heart,liver,spleen,intestine,meta-analysis",zcolor="style",borders=TRUE, …
-
Tab delemited .CSV in R
written by baurumon •Hello, I am trying to write .csv table in R but not getting it as tab-delimited. Could you please help me out of this? Thanks …
-
RNA Seq data with GSEA
written by pennakizaHi all, I am a bit confused with how I should be transforming my data to use it with GSEA. I have tried two different …
-
export picture from R studio
written by mxlsherry1992 •Dear all, I have a script, the results for this script contains two diagrams, I want to export those two diagrams. I know the easiest …
-
NCBI BLAST standalone database in other folder
written by philipp •Hi everyone, I have a rather simple question but did not find a working answer. I have the BLAST standalone software on my computer and …
Could you show a sample from your data ? Also are you about the given location
G:/mydata.txtis existing ?Sorry I did not get the second part of the question " Also are you about the given location G:/mydata.txt is existing ?" I changed to my working directory (K drive) but did not help
I was trying to say are you sure about that directory is existing but I made a typo. Anyways, first of all this is not a regular R data frame. It is called Granges object. ( https://www.bioconductor.org/packages/devel/bioc/vignettes/GenomicRanges/inst/doc/GenomicRangesIntroduction.pdf —> check for more detailed info.).
I found a previous post about similar problem. Actually I think this is what you want.
How To Write Data In A Granges Object To A Bed File.
Give it a try to this link, if you can't solve it. I will help you.
Edit: This is not what you want, but it is similar.