ceres score in crispr screen
hi all, Is there anyone who can successfully run CERES pipeline in R?
ceres
crispr
ngs
• 2,613 views
•
link
updated
by
Ram
•
written
by
biology_inform •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Long cDNA reads identification with Pinfish
written by wqqgenetics •![igv snapshot][1] Hi! I'm using Pinfish (https://github.com/nanoporetech/pipeline-pinfish-analysis) to identify transcripts. But I don't know whether the resulting transcripts in the "Merged_polished_transcripts_collapsed.gff" file are dependable? As …
-
Visualize and explore eventalign data against reference
written by noodleHi all, Is anyone aware of a tool (GUI or python/R/bash package) to explore eventalign nanopore data (or fast5 raw data) with the corresponding alignment …
-
Help with running ATAC using Encode pipeline
written by Chris •Hi all, I am trying to run atac pipeline of Encode on a HPC but not sure the correct command after reading their instruction. [https://github.com/ENCODE-DCC/atac-seq-pipeline][1] …
-
Microarray platform download in R
written by biology_inform •Hi all, I am trying to learn Microarray analysis in R. My training dataset's platform is GPL16686. How can I found where to download related …
-
Comparative transcriptomics
written by biology_inform •Hi all, How can I compare different transcriptomics of different RNA-Seq data results? Each study is unique and comparing LogFC values directly doesn't seem quite …
-
Running ATAC-Seq pipeline from ENCODE
written by siuHi all, I want to run the ATAC-seq pipeline given on the ENCODE github page (https://github.com/ENCODE-DCC/atac-seq-pipeline) I have installed the pipeline using conda on centos …
-
Tool: microbiomeMarker: microbiome biomarker analysis in R
written by yiluheihei •Hi, there I'm developing a R package for microbiome marker discovery named [microbiomeMarker][1], and the algorithm from lefse and stamp have been integrated to this …
-
VisualMSI for MSI Calculation using NGS/WXS
written by sruthi •Hi community. There is another tool "VisualMSI" for MSI calculation and its installation steps are [here][1] When I run the command: visualmsi -i tumor.sorted.bam -r …
-
SSU-align running error
written by leila.ghanbari •Hi all I download and install SSU-align and check it out based on tutorial It was successfully installed. However, when I run the program I …
-
haploview (java): can we take "correlation coefficient r-square" as the input?
written by Shicheng GuoHi All, Is there any possibility to take Correlation coefficient r-square as the input of haploview and then get the LD structure? if not, anyone …
Are you looking for moral support or technical support? Have you tried using it with an older version of R and bioconductor? (i.e. circa 2019?). What sorts of errors do you get?
:) technical support.
this error and I think there is problem with the bowtie command but i couldnt solve the problem. Edit: I am. aware of the problem with the samtools command i already solved it.
Thanks in advance
they didnt provide a good tutorial thats why i cannot determine whether i have problem in input files
ps: but i cannot run the demo files
I see. Well given the bowtie2 error, I would say the most straightforward thing to do is make sure you can run bowtie2. You can try this with just a few lines of fastq data (as opposed to an entire data set, and remember fastq uses 4 lines per sequence record). Many of these things are solved one small step at a time.
I solved the issue with using bowtie. But now I am experiencing this issue;
Shouldn't it be easily working for the demo dataset?
I am running into the same issue:
My thought is that this is possibly due to old package dependencies. If anyone has this example CERES code working on their local, please to share a requirements.txt file of your R packages.. Thanks