Documents

# Prepare the inputs top

Inputs data of single/paired case study (Collapsed FASTA)

logo

1 Trim adapters and remove low sequencing quality using Cutadapt+Trimmomatic OR trim_galore (example).

cutadapt -a CTGTAGGCACCATCA --error-rate=0.1 --overlap=3 --times=2 --output=sample.trimed.fastq.gz sample.fastq.gz

--error-rate: Maximum allowed error rate as value between 0 and 1 (no. of errors divided by length of matching region) (0.1 = 10%)
--overlap: MINLENGTH Require MINLENGTH overlap between read and adapter for an adapter to be found.
--times: Remove up to COUNT adapters from each read or number of round for adapter finding and removal


java -jar /path/trimmomatic-0.39.jar SE -phred33 sample.trimed.fastq.gz sample.trimed.cleaned.fastq.gz LEADING:30 TRAILING:30 MINLEN:18

-phred33: Sequence quality type which can be infer using FastQC
LEADING: Cut bases off the start of a read, if below a threshold quality
TRAILING: Cut bases off the end of a read, if below a threshold quality
MINLEN: Drop the read if it is below a specified length

  • trim_galore sample.trimed.fastq.gz --phred33 CTGTAGGCACCATCA --length 18 -e 0.1 -q 30 --stringency 3 -o outdir

    --phred33: Sequence quality type which can be infer using FastQC
    --length: Discard reads that became shorter than length INT because of either quality or adapter trimming. A value of '0' effectively disables this behaviour.
    -e: same as --error-rate in cutadapt
    -q: Phred score cut-off
    --stringency: same as --overlap in cutadapt

2 Generate collapsed FASTA file.
perl fq2collapedFa.pl -i sample.trimed.cleaned.fastq.gz -o sample.fa.gz

-i: input cleaned FASTQ sequences (sample_trimmed.fq.gz for trim_galore output)
-o: output collapsed FASTA file

Inputs data of collapsed FASTA

logo

Inputs data of FASTQ

logo

Inputs of GSM ID/SRR ID

logo

Inputs of data link

logo

Adapter parameters

logo

# Analysis howto top

Parameters for single case study

logo

Parameters for batch case study

logo

Parameters for group case study

logo

Parameters for sncRNA targets gene analysis

logo

Parameters for sncRNA modification analysis

logo

# Retrieve the results top

Query the job status and retrieve the results

logo

Query the job status

logo

# Explain the results top

Sequence contamination evaluation by miRTrace

logo

Tags mapping statistics on different types of RNAs, including miRNA, tRNA, rRNA, snRNA, snoRNA, other RFAM ncRNA, mRNA, lncRNA, other mapping.

logo

Tag length distribution of different sncRNAs. Statistics are based on unique tags and total tag counts.

logo

Tag length distribution of different chromosomes. Statistics are based on unique tags and total tag counts.

logo

Top 30 most abundant miRNAs.

logo

miRNA expression list.

logo

Tag distribution of isomiR, including templated isomiR and non-templated isomiR (SS, MS, TS, CV and 3V)

logo

Statistics of canonical and non-canonical isomiR

logo

Statistics of isomiR nucleotides addition and deletion on both ends

logo

Statistics of isomiR seed changes

logo

Statistics of mutations in isomiR

logo

non-templated isomiR list

logo

templated isomiR list

logo

Novel miRNA list. All unclassified reads were considered for detecting candidate novel miRNA genes. Sequence of predicted putative miRNA and miRNA star along with the corresponding tag number, tag count and hairpin structure are provided.

logo

Basic information of novel miRNA

logo

novel miRNA tags alignments

logo

novel miRNA location on pri-miRNA secondary structure

logo

novel miRNA secondary structure

logo

novel miRNA targets

logo

Tag distribution of piRNA on Transposon elements.

logo

Tag distribution on different chromosomes for piRNA.

logo

piRNA tag distribution on different kind of transposon elements.

logo

piRNA producing loci basic statistics.

logo

Expressed piRNA producing loci list (top 200)

logo

Expressed piRNA list (top 200)

logo

Tag distribution of 24nt-siRNA on Transposon elements.

logo

Distribution of 24nt-siRNA on different chromosomes

logo

24nt siRNA tag distribution on different kind of transposon elements.

logo

Expressed piRNA producing loci list (top 200).

logo

24nt siRNA expression list

logo

phasiRNA and loci list

logo

PhasiRNA induced miRNA (trigger) list

logo

rRNA expression list

logo

snoRNA expression list

logo

snRNA expression list

logo

Other sncRNA expression list

logo

Distribution of sncRNA with high confident modification

logo

Modification site list of sncRNA

logo

Tags mapping statistics on different regions

logo

Statistics of tRNA family match results

logo

Statistics of tRNA family match results

logo

Statistics of tRNA match results

logo

tRNA expression list

logo

tRFs result list

logo

Non-redundant tRFs list

logo

Basic information of tRFs

logo

Tags alignments

logo

tRFs location on tRNA secondary structure

logo

tRFs secondary structure

logo

Differential expressed sncRNA in group case analysis

logo

sncRNA target gene lists

logo

Gene Ontology enrichments of target genes

logo

Pathway enrichments of target genes

logo

Funcitonal gene network of target genes

logo

# Download local pipeline of sRNAtools top

logo

# Browser tested top

Browser name Version
Internet Explorer 11
Chrome 70.0.3538.80
Firefox 66.0
Safari 5.1.7
>