Skip to content

Commit ea2f330

Browse files
Update cis-splice-effects-identify.md
1 parent 5e774a3 commit ea2f330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/commands/cis-splice-effects-identify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[csei]: ../images/csei_examples.png
22

33
###Synopsis
4-
The `cis-splice-effects identify` command is used to identify splicing misregulation events. This command takes in a list of variants in the VCF format and RNAseq alignments produced with a splice-aware aligner in the BAM format. The tool then proceeds to identify non-canonical splicing junctions near the variant sites.
4+
The `cis-splice-effects identify` command is used to identify splicing misregulation events. This command takes in a list of variants in the VCF format and RNAseq alignments produced with a splice-aware aligner in the BAM/CRAM format. The tool then proceeds to identify non-canonical splicing junctions near the variant sites.
55

66
###Usage
77
`regtools cis-splice-effects identify [options] variants.vcf alignments.bam ref.fa annotations.gtf`
@@ -10,7 +10,7 @@ The `cis-splice-effects identify` command is used to identify splicing misregula
1010
| Input | Description |
1111
| ------ | ----------- |
1212
| variants.vcf | Variant call in VCF format from which to look for cis-splice-effects.|
13-
| alignments.bam | Aligned RNAseq BAM produced with a splice aware aligner, that has been indexed for example with `samtools index`. We have tested this command with alignments from TopHat.|
13+
| alignments.bam | Aligned RNAseq BAM/CRAM produced with a splice aware aligner, that has been indexed for example with `samtools index`. We have tested this command with alignments from TopHat.|
1414
| ref.fa | The reference FASTA file. The donor and acceptor sequences used in the "splice-site" column of the annotated junctions are extracted from the FASTA file. |
1515
| annotations.gtf | The GTF file specifies the transcriptome that is used to annotate the junctions and variants. For examples, the Ensembl GTFs for release78 are [here](ftp://ftp.ensembl.org/pub/release-78/gtf/).|
1616

0 commit comments

Comments
 (0)