More posts like this
-
SCRNA analysis
written by shivangi.agarwal800Hi Guys, I need to generate count matrix from raw FASTQ files sequenced on 10X genomics. Can you please give me an overview ? Thanks …
-
Convert Samtools flags to R code
written by DanK •Hi, I have the commands "samtools view -f 64" and I want to convert into R code, with the Rsamtools package. Does anyone know how …
-
oma-cleanup cannot be executed
written by Sadie4444 •Dear ALL, I tried to run oma-cleanup, but got the error report: -bash: /BIGDATA1/sysu_gfyang_1/lg/OV/cds/run/OMA/bin/oma-cleanup: No such file or directory but I run oma-cleanup in other …
-
How to run R script in linux system
written by szp770 •Hi, all. Now I have an R script and bam files in my linux system. I want to know how to run this R script …
-
R script to extract multiple GEO IDs and run on them
written by smrutimayipanda •I have written a R script for extracting GEO files form NCBI GEO using GEOquery and analyze the data. Now I want to extract multiple …
-
How to run protein-protein interaction on R using STRING database
written by tpm •Hi, I would like to know the codes precisely on how I load data with my list of protein targets that I want analysed on …
-
Gold standard variant set
written by rseHi, I want to compare different variant calling pipelines for an exome sample. But, I don't know what gold standard to use for evaluation of …
-
Replace read group
written by rseHi, I have multiple read groups in my bam file. I want to replace one read group and not the other. How should i proceed? …
-
upload Multiple custom tracks on ucsc
written by ashkanI have 8 bedgraph files (made from bed file). I want to upload (I don't have access to any ftp to upload there) all of …
-
Extracting Probeset IDs from .CELfiles
written by siddharth.avadhanam •Hi, I have .CEL files (in replicates ) for a single experiment on Bronchial Epithelial Cells. I would like to know how to open these …
The easy way - a
forloop in bash. The good way - pipeline manager like nextflow/wdl/snakemakeThanks for the answer. I want to do using R
Please add some details if you wish an answer beyond
use a loop(because loops do exist in every programming language, also in R).Thanks for the answer. I want to run read.table on all files in my directory