Read Bam file for Graduation project
how to solve this ?
the code:
bamf <- system.file("file.bam",package="rbamtools",idx=FALSE,verbose=0)
r1 <- bamReader(bamf)
error:
Error in .local(.Object, ...) :
[bam_reader_open] Opening bam_file "" failed!
r
• 1,077 views
•
link
updated
by
Pierre Lindenbaum
•
written
by
emadelhewihy •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Seurat error
written by sandy •Good evening, I am trying to analysis my scrna-seq data with seurat. Since I combined my data from several databases, thus I want to normalize …
-
Error in idx[i, ] <- res[[i]][[1]] : number of items to replace is not a multiple of replacement…
written by Yuanyuan •I was trying to integrate human cancer single-cell data, using `IntegrateData()` in Seurat. The code is as follows. ```r object.list_new <- list(p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12,p13,p14,p15,p16,p17,p18,p19,p20,p21,p22,p23,p24,p25,p26,p27,p28,p29,p30,p31,p32,p33,p34,p35,p36,p37,p38,p39,p40,p41,p42,p43,p44,p45,p46,p47,p48,p49,p50,p51,p52,p53,p54,p55,p56,p57,p58,p59,p60,p61,p62) for (i in …
-
How should I solve the error: comparison (3) is possible only for atomic and list types
written by paria •Hi all, I'm trying to integrate my single cell dataset using reciprocal pea instead of pca in Seurat. Below is the code I run. The …
-
WGCNA Error in moduleEigengenes: object 'trapErrors' not found
written by annamariabugaj •I am not sure what this error mean and what can I do about it? I am using this code from https://rdrr.io/cran/WGCNA/man/moduleEigengenes.html eigengenes <- moduleEigengenes(datExpr, …
-
Error: package or namespace load failed for ‘clusterProfiler’: object ‘get_fun_from_pkg’ is not ex…
written by R user Muuchi •Hi, the following problem happens when using clusterProfiler in R. I don't know how to solve it. Can someone please tell me how to do …
-
fwrite.c:10:49: fatal error: zlib.h: No such file or directory #include <zlib.h> // for compressi…
written by hsu •I'm installing packages on Rstudio-server of linux. But I got this error. fwrite.c:10:49: fatal error: zlib.h: No such file or directory #include <zlib.h> // for …
-
Fishplot R package
written by iddir.yasmine •Hello, I'm trying to use fishplot package on R, but I failed when attempted to create the fish object (createFishObject), I got this message error …
-
question about DiffBind
written by mikysyc2016Hi all, I get the error from R, when I try to use *DiffBind*. Do not understand what is this? tamoxifen <- dba(sampleSheet="tamoxifen.csv", dir(path = …
-
problem in loading systemPipeR and RNASeqGene packages in R 3.4.1
written by nazaninhoseinkhanDear all I want to run RNASeq analysis in R. Unfortunately when I try to load systemPipeR or RNASeqGene packages in R 3.4.1, I get …
-
File open mode error in R
written by dengziqi1234 •Hello!I'm using a package from github. I've installed it. But when i follow the guideline. I met a error about opening file. require(rmotifx) rmotifx fg.path …
Have you checked the relevant help for
rbamtools? Is the file in your working directory for R?yes it in the same directory ...