Mercurial > repos > mingchen0919 > rmarkdown_feature_counts
comparison rmarkdown_feature_counts.xml @ 2:8519371cc6d1 draft
update
author | mingchen0919 |
---|---|
date | Fri, 29 Dec 2017 22:05:45 -0500 |
parents | 5af86972b408 |
children | 40704501d8c4 |
comparison
equal
deleted
inserted
replaced
1:a7f7e8a58a82 | 2:8519371cc6d1 |
---|---|
75 <param type="text" name="annot_inbuilt" label="annot.inbuilt" | 75 <param type="text" name="annot_inbuilt" label="annot.inbuilt" |
76 help="a character string specifying an in-built annotation used for read summarization. It has four possible values including mm10, mm9, hg38 and hg19, corresponding to the NCBI RefSeq annotations for genomes 'mm10', 'mm9', 'hg38' and 'hg19', respectively. mm10 by default. The in-built annotation has a SAF format (see below)." | 76 help="a character string specifying an in-built annotation used for read summarization. It has four possible values including mm10, mm9, hg38 and hg19, corresponding to the NCBI RefSeq annotations for genomes 'mm10', 'mm9', 'hg38' and 'hg19', respectively. mm10 by default. The in-built annotation has a SAF format (see below)." |
77 optional="False" value="mm10"/> | 77 optional="False" value="mm10"/> |
78 <param type="data" name="annot_ext" label="External annotation (GTF)" | 78 <param type="data" name="annot_ext" label="External annotation (GTF)" |
79 help="A character string giving name of a user-provided annotation file or a data frame including user-provided annotation data" | 79 help="A character string giving name of a user-provided annotation file or a data frame including user-provided annotation data" |
80 optional="False" format="gtf,saf" multiple="False"/> | 80 optional="False" format="gtf,gff,saf" multiple="False"/> |
81 <param type="boolean" name="isGTFAnnotationFile" optional="False" checked="False" truevalue="TRUE" | 81 <param type="boolean" name="isGTFAnnotationFile" optional="False" checked="True" truevalue="TRUE" |
82 falsevalue="FALSE"/> | 82 falsevalue="FALSE"/> |
83 <param type="text" name="gtf_feature_type" label="GTF.featureType" | 83 <param type="text" name="gtf_feature_type" label="GTF.featureType" |
84 help="a character string giving the feature type used to select rows in the GTF annotation which will be used for read summarization. exon by default. This argument is only applicable when isGTFAnnotationFile is TRUE" | 84 help="a character string giving the feature type used to select rows in the GTF annotation which will be used for read summarization. exon by default. This argument is only applicable when isGTFAnnotationFile is TRUE" |
85 optional="False" value="exon"/> | 85 optional="False" value="exon"/> |
86 <param type="text" name="gtf_attr_type" label="GTF.attrType" | 86 <param type="text" name="gtf_attr_type" label="GTF.attrType" |