You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/command.md
+55-33Lines changed: 55 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ Options:
242
242
243
243
### Common options
244
244
245
-
1.`--color-factor`: the index of column to set colors
245
+
1.`--color-factor`: the index of column to set colors
246
246
247
247
- basic usage: the input file list as follows,
248
248
@@ -265,8 +265,8 @@ Then the `--color-factor 2` means sashimi assign red color to LUAD and "#000000"
265
265
266
266
### Output options
267
267
268
-
1.`-o, --output`: the path to output file, the common image format such as pdf, png, jpg and svg are supported.
269
-
2.`--backend`: the backend is used to switch matplotlib plotting backend,
268
+
1.`-o, --output`: the path to output file, the common image format such as pdf, png, jpg and svg are supported.
269
+
2.`--backend`: the backend is used to switch matplotlib plotting backend,
270
270
271
271
**known issues: **
272
272
@@ -283,7 +283,7 @@ The recommended combination of backend and image formats please check [matplotli
283
283
284
284
### Reference plot
285
285
286
-
1.`--domain`: fetch domain information from uniprot and ensemble, then map amino acid coordinate into genomic coordinate.
286
+
1.`--domain`: fetch domain information from uniprot and ensemble, then map amino acid coordinate into genomic coordinate.
287
287
288
288
For each transcript, sashimi firstly get the uniprot id from [uniprot website]("https://rest.uniprot.org/uniprotkb/search?&query=ENST00000380276&format=xml") and check whether the length of protein is one third of CDS length. If yes, then fetch the uniprot information from [ebi](f"https://www.ebi.ac.uk/proteins/api/features/U2AF35a").
289
289
@@ -292,15 +292,15 @@ The sashimi will present these domains from ['DOMAIN_AND_SITES', 'MOLECULE_PROCE
292
292
293
293

294
294
295
-
2.`--local-domain`: load domain information from a folder that contains bigbed files which download from [UCSC](https://hgdownload.soe.ucsc.edu/gbdb/hg38/uniprot/)
295
+
2.`--local-domain`: load domain information from a folder that contains bigbed files which download from [UCSC](https://hgdownload.soe.ucsc.edu/gbdb/hg38/uniprot/)
296
296
297
297
In order to facilitate these people from poor network regions, Sashimi also provides a local mode for domain visualization. First, the user must download the corresponding reference from UCSC, and collect all bigbed file into a folder which could pass to sashimi with `--local-domain`.
298
298
299
299
But the bigbed file from UCSC didn't provide a transcript or uniprot id, Sashimi couldn't map the protein information into the corresponding transcript id.
300
300
301
301

302
302
303
-
3.`--interval`: add additional feature track into reference.
303
+
3.`--interval`: add additional feature track into reference.
304
304
305
305
In addition to fetch genomic feature from GTF or GFF file, Sashimi also provides a flexible way to load other features into reference track.
306
306
And user could prepare and record custom annotation information into a config file, like this
@@ -330,7 +330,7 @@ example/bws/2.bw bw bw green
330
330
example/bams/sc.bam bam sc
331
331
```
332
332
333
-
1.`--customized-junction`
333
+
1.`--customized-junction`
334
334
335
335
This parameter is used to add user defined junctions
336
336
@@ -344,7 +344,7 @@ chr1:1000-20000 100 200
344
344
- the columns corresponding to input files in file list.
345
345
- the table were filled with junction counts.
346
346
347
-
2.`--show-site` and `--show-strand`
347
+
2.`--show-site` and `--show-strand`
348
348
349
349
These two parameters were used to show the density of reads starts by forward and reverse strand separately.
350
350
@@ -366,24 +366,24 @@ python main.py \
366
366
367
367
#### Single cell bam related parameters
368
368
369
-
1. `--barcode`
369
+
1.`--barcode`
370
+
371
+
Provide a manually curated barcode list to separate bam files by cell types or other groups.
3.The tag to extract barcode and umi from each reads record, here we take the 10x Genomics bam format as default.
384
+
3.The tag to extract barcode and umi from each reads record, here we take the 10x Genomics bam format as default.
385
385
386
-
4.`--group-by-cell`
386
+
4.`--group-by-cell`
387
387
388
388
Group by cell types in density/line plot.
389
389
@@ -411,7 +411,7 @@ The line plot is simply another format of density plots.
411
411
The input file list as same as density plots
412
412
413
413
414
-
1.`--hide-legend`, `--legend-position` and `--legend-ncol`
414
+
1.`--hide-legend`, `--legend-position` and `--legend-ncol`
415
415
416
416
These three parameters were used to disable legend, modify legend position and the columns of legend separately.
417
417
@@ -502,9 +502,9 @@ example/bws/0.bw bw bw YlOrBr
502
502
### Igv plot
503
503
504
504
505
-
1.Sashimi.igv module support different format file as input.
505
+
1.Sashimi.igv module support different format file as input.
506
506
507
-
An Igv-like plot provides a landscape of aligned reads in a straight and convenient way.
507
+
A read-by-read plot provides a landscape of aligned reads in a straight and convenient way.
508
508
509
509
User could pass bed and bam file into Sashimi, and the input config file list as follows
510
510
@@ -531,7 +531,7 @@ python main.py \
531
531
532
532

533
533
534
-
2.Sashimi.igv module load and visualize features from bam tags.
534
+
2.Sashimi.igv module load and visualize features from bam tags.
535
535
536
536
In this topic, Sashimi.igv could load m6A modification (tag, ma:i) and length of polyA (tag, pa:f) tag from bam file, and then present it on each reads.
537
537
@@ -563,7 +563,7 @@ here is the command line,
563
563
In this picture, the red track and blue dot represents the length of poly(A) and m6a modification respectively,
564
564

565
565
566
-
3.Sashimi.igv module also allow sort these reads by specific alternative exon
566
+
3.Sashimi.igv module also allow sort these reads by specific alternative exon
567
567
568
568
User could modify the config file as follows,
569
569
@@ -619,7 +619,7 @@ for each hic track, a bigger `depth` means a higher y-axis.
619
619
620
620
Because `Li_et_al_2015.h5` doesn't contain chromosome 1, user could download a new toy dataset and add into example picture.
0 commit comments