# HG changeset patch # User iuc # Date 1552417177 14400 # Node ID b33af081b02e49c0f192ca0757d724173f2c909d # Parent 173bf0f6ca1ea14f20e78db35ab1ce12306095bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty diff -r 173bf0f6ca1e -r b33af081b02e transit_resampling.xml --- a/transit_resampling.xml Thu Feb 28 09:04:07 2019 -0500 +++ b/transit_resampling.xml Tue Mar 12 14:59:37 2019 -0400 @@ -44,9 +44,102 @@ + - := Number of samples. Default: 10000 + -n := Normalization method. Default: TTR + -h := Output histogram of the permutations for each gene. Default: Off. + -a := Perform adaptive resampling. Default: Off. + -ez := Exclude rows with zero accross conditions. Default: Off + --pc := Pseudocounts to be added at each site.: + -l := Perform LOESS Correction; Helps remove possible genomic position bias. Default: Off. + --iN := Ignore TAs occuring at given fraction of the N terminus. Default: 0.0 + --iC := Ignore TAs occuring at given fraction of the C terminus. Default: 0.0 + --ctrl_lib := String of letters representing library of control files in order e.g. 'AABB': Default empty. Letters used must also be used in --exp_lib. If non-empty, resampling will limit permutations to within-libraries. + --exp_lib := String of letters representing library of experimental files in order e.g. 'ABAB': Default empty. Letters used must also be used in --ctrl_lib. If non-empty, resampling will limit permutations to within-libraries. + + +The resampling method is non-parametric, and therefore does not require any parameters governing the distributions or the model. The following parameters are available for the method: + + - Samples: The number of samples (permutations) to perform. The larger the number of samples, the more resolution the p-values calculated will have, at the expense of longer computation time. The re-sampling method runs on 10,000 samples by default. + - Output Histograms:Determines whether to output .png images of the histograms obtained from resampling the difference in read-counts. + - Adaptive Resampling: An optional “adaptive” version of resampling which accelerates the calculation by terminating early for genes which are likely not significant. This dramatically speeds up the computation at the cost of less accurate estimates for those genes that terminate early (i.e. deemed not significant). This option is OFF by default. + - Include Zeros: Select to include sites that are zero. This is the preferred behavior, however, unselecting this (thus ignoring sites that) are zero accross all dataset (i.e. completely empty), is useful for decreasing running time (specially for large datasets like Tn5). + - Normalization Method: Determines which normalization method to use when comparing datasets. Proper normalization is important as it ensures that other sources of variability are not mistakenly treated as real differences. See the Normalization section for a description of normalization method available in TRANSIT. + + +------------------- + +**Outputs** + +------------------- + +The re-sampling method outputs a tab-delimited file with results for each gene in the genome. P-values are adjusted for multiple comparisons using the Benjamini-Hochberg procedure (called “q-values” or “p-adj.”). A typical threshold for conditional essentiality on is q-value < 0.05. + + +============================================= ======================================================================================================================== +**Column Header** **Column Definition** +--------------------------------------------- ------------------------------------------------------------------------------------------------------------------------ +Orf Gene ID +Name Gene Name +Desc Gene Description +N Number of TA sites in the gene. +TAs Hit Number of TA sites with at least one insertion. +Sum Rd 1 Sum of read counts in condition 1. +Sum Rd 2 Sum of read counts in condition 2. +Delta Rd Difference in the sum of read counts. +p-value P-value calculated by the permutation test. +p-adj. Adjusted p-value controlling for the FDR (Benjamini-Hochberg) +============================================= ======================================================================================================================== + + + +------------------- + +**More Information** + +------------------- + + See `TRANSIT documentation` + + - TRANSIT: https://transit.readthedocs.io/en/latest/index.html + - `TRANSIT Gumbel`: https://transit.readthedocs.io/en/latest/transit_methods.html#re-sampling ]]> +