;General parameters [General] ; type of analysis (miRNA, mRNA or circRNA) type=miRNA ; Folder for miRNA reads read_dir=reads/miRNA_reads/ ; label for the analsysis label=miRNA_cancer_colon ; Folder where miARma has been instaled miARmaPath=. ; Folder to store results output_dir=miARma_miRNA_results/ ; organism used organism=human ; Number of process to run at the same time threads=16 ; Whether the data is from a strand-specific assay (yes, no or reverse, yes by default) for featureCounts analysis strand=yes [Quality] prefix=Both [Adapter] ; ;#Specific software to remove the adapter from the sequences adaptersoft=CutAdapt ; ; ; #Minimun length of the sequence read to keep with Cutadapt and Reaper Software min=18 ; ; ; #Minimun quality of the sequence read to use with Cutadapt Software min_quality=25 ; ; #Number of adapter predictions to show adaptpredictionnumber=12 [Aligner] ; Aligner (Bowtie1, Bowtie2, BWA or miRDeep) aligner=Bowtie1 ; Bowtie 2 index bowtie1index=Genomes/Indexes/bowtie1/human/bw1_homo_sapiens19 [ReadCount] #GFF file used to calculate the number of reads in featureCounts analysis database=../../data/miRBase_Annotation_20_for_hsa_mature_miRNA.gtf ;GFF attribute to be used as feature ID (default: gene_id) for featureCounts analysis seqid=transcript_id ;Feature type (3rd column in GFF file) to be used, all features of other type are ignored (default:exon) for featureCounts analysis featuretype=miRNA ; Quality value to avoid counting low quality reads quality=25 [DEAnalysis] ; Complete path of the target file. targetfile=data/miRNA_targets.txt ; Path of the contrast file. contrastfile=data/miRNA_contrast.txt ; #This value refers to filter processing in the reads (Should be "yes" or "no"). filter=yes ;Specific software to perform the Differential Expression Analysis (Allowed values: edger, noiseq or edger-noiseq) desoft=EdgeR ;Provide a file with normalized reads cpm=yes ;Provide a file with RPKM values rpkm=yes [TargetPrediction] ; Use highly diferentually expressed genes fc_threshold=1 ; ; #Optional argument to select statistically significant results. 0.05 as default edger_cutoff=0.01 ; ; Optional argument to include diferentially expressed genes genes_folder=miARma_mRNA_results