# HG changeset patch # User artbio # Date 1562502579 14400 # Node ID 47cf889595eca6ec6ad0f2f164e2356f79bafbbf # Parent 6ffcbb980f071c0dc5102c4fb71e2f1affabd1b1 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_filter_cells commit bdd7e8d396fd19cc96db67afa2dcb3c46451f27c diff -r 6ffcbb980f07 -r 47cf889595ec filter_cells.xml --- a/filter_cells.xml Mon Jun 24 19:16:21 2019 -0400 +++ b/filter_cells.xml Sun Jul 07 08:29:39 2019 -0400 @@ -1,4 +1,4 @@ - + on total aligned reads and/or number of detected genes r-optparse @@ -46,7 +46,7 @@ help="Cells with number of aligned reads below this absolute threshold will be filtered out. Leave at 0 for no filtering" /> @@ -139,7 +139,7 @@ **What it does** -The tools takes a table of gene (rows) expression values (as number of reads aligned to genes) +The tool takes a table of gene (rows) expression values (as number of reads aligned to genes) in single cell RNAseq sequencing libraries (columns) and filters out cells with low number of detected genes and/or cells with low number of aligned reads. @@ -150,8 +150,8 @@ these threshold are excluded (cell cutoffs do not include the threshold values). If you choose to combine cutoffs for both the number of detected genes -and the total number of aligned reads, then you have 2 options: either exclude libraries that -do not satisfy one OR the other threshold (Union) or exclude libraries that do not satisfy +and the total number of aligned reads, then you have 2 options: either excluding libraries that +do not satisfy one OR the other threshold (Union) or excluding libraries that do not satisfy both thresholds (Intersection). Specifying a value both for an absolute and an percentile threshold of a variable @@ -161,7 +161,7 @@ this variable is not used to filter the cells. The tools returns a gene expression table for cells that were retained, a metadata table -that contains numbers of detected genes and aligned reads for retained cell library and +that contains numbers of detected genes and aligned reads for retained cell libraries and a pdf file with three plots illustrating the performed filtering operation. **Input**