diff --git a/README.md b/README.md index 959c817..d9e8990 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Mandatory positional arguments: Optional arguments: - The flag "-c [method]" can be used to change the strategy used for displaying confidence intervals between loess (default) or binoial confidence intervals (-c "binom") - The flag "-o [/path/to/table.tsv]" can be used to save the aggregated metacodon data as a tab-separated file - +``` **Plot** the **metajunction** distribution of RNA features: ``` @@ -136,9 +136,9 @@ Mandatory positional arguments: Optional arguments: - The flag "-c [method]" can be used to change the strategy used for displaying confidence intervals between loess (default) or binoial confidence intervals (-c "binom") - The flag "-o [/path/to/table.tsv]" can be used to save the aggregated metajunction data as a tab-separated file +``` -``` # Installation and dependencies #### Dependencies @@ -205,7 +205,7 @@ R2Dtool is designed to work with GTF version 2 annotations - Compatible feature types (col3) include 'transcript'/'mRNA', 'exon', 'CDS', 'five_prime_utr'/'5UTR'/'UTR' and 'three_prime_utr'/'3UTR'/'UTR' - 'exon', 'transcript', and 'UTR' feature types are __required__ for liftover and annotation - Column 9 should optinally contain 'transcript_id', 'gene_id', 'gene_name', and some variety of biotype attribute (e.g. 'transcript_biotype', 'transcript_type', 'gene_type', or 'gene_biotype'). This data is used for R2Dtool's annotation function. -- Transcripts that are duplicated between autosomal loci and PAR regions are assigned only to autosomal regions (_PAR_ gene entries are skipped by) +- Transcripts that are duplicated between autosomal loci and PAR regions are assigned only to autosomal regions (_PAR_ gene entries are skipped by R2Dtool) Critically, the GTF annotation provided __must__ contain identical gene structures used to generate the transcriptome, including identical transcript names in the FASTA header. One option is to use genomes, transcriptomes and gene structures from the same genome release. Another option is for users to generate their own transcriptome using a genome and gene structure file, e.g. using [gffread](https://ccb.jhu.edu/software/stringtie/gff.shtml#gffread_ex).