Entering edit mode
Hello,
I am interested in trying out a tutorial with example data using the shRNAseq tool (which has been integrated into EdgeR) . The tutorial is here: http://bioinf.wehi.edu.au/shRNAseq/pooledScreenAnalysis.pdf.
There are some example data files here: http://bioinf.wehi.edu.au/shRNAseq/, but are taking forever to download.
I was wondering if these shRNAseq example fastq files are available as part of the Bioconductor package, or already loaded to galaxy.
Thanks,
K
Some of the files are pretty big, so depending on your connection and location, it's not surprising that it takes a while. I don't think that putting them into a Bioconductor package would make the download any smaller.
Thank you.
So I am trying out example with screen2.fastq, samples2.txt and hairpins2.txt (obtained from screen2.tar.gz located http://bioinf.wehi.edu.au/shRNAseq/) and followed instructions here: http://bioinf.wehi.edu.au/shRNAseq/galaxy.html. I get this error.
Could you help figure out what the issue is ? Thank you
You need to install
locfit
. TrybiocLite("locfit")
. It's only a suggested package foredgeR
, so it doesn't get installed automatically when you installedgeR
.Thanks ! I will try this out.