RNAseq-workflow icon indicating copy to clipboard operation
RNAseq-workflow copied to clipboard

A repository for setting up a RNAseq workflow

Results 3 RNAseq-workflow issues
Sort by recently updated
recently updated
newest added

Like this, human have a database and can do "biocLite("org.Hs.eg.db") ", but if a species do not have db form Bioconductor. How should I do ? Thanks.

到Step 3. Removing rRNA Sequences with SortMeRNA 中Run SortMeRNA (~15min) sortmerna \ --ref $sortmernaREF \ --reads results/2_trimmed_output/sample_trimmed.fq \ --aligned results/3_rRNA/aligned/sample_aligned.fq \ --other results/3_rRNA/filtered/sample_filtered.fq \ --fastx \ --log \ -a 4...

sortmerna \ --ref $sortmernaREF \ --reads results/2_trimmed_output/SRR1374921_trimmed.fq.gz \ --aligned results/3_rRNA/aligned/SRR1374921_aligned.fq.gz \ --other results/3_rRNA/filtered/SRR1374921_filtered.fq.gz \ --fastx \ --log \ -a 4 \ -v when i run abover code. I don't konwn...