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
{{ message }}
This repository was archived by the owner on Jan 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+94-4Lines changed: 94 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
MSIsensor
2
2
===========
3
-
Homopolymer and microsatellite analysis using bam files
3
+
MSIsensor, a c++ program for automatically detecting somatic microsatellite changes. It computes length distributions of microsatellites per site in paired tumor and normal sequence data, subsequently using these to statistically compare observed distributions in both samples. Comprehensive testing indicates MSIsensor is an efficient and effective tool for deriving MSI status from standard tumor-normal paired sequence data.
4
4
5
5
Usage
6
6
-----
@@ -13,8 +13,41 @@ Key commands:
13
13
scan scan homopolymers and miscrosatelites
14
14
msi msi scoring
15
15
16
-
This tool was originally designed to do homopolymer and microsatellites analysis.
17
-
16
+
msisensor scan [options]:
17
+
18
+
-d <string> reference genome sequences file, *.fasta format
19
+
-o <string> output homopolymer and microsatelittes file
20
+
21
+
-l <int> minimal homopolymer size, default=5
22
+
-c <int> context length, default=5
23
+
-m <int> maximal homopolymer size, default=50
24
+
-s <int> maximal length of microsate, default=5
25
+
-r <int> minimal repeat times of microsate, default=3
0 commit comments