Browse Source

Update README.md

Yuanlong LIU 2 years ago
parent
commit
d79969db70
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -123,7 +123,7 @@ contact_file_dump = as.list(system.file("extdata", sprintf("mat_chr%s_10kb_ob.tx
 			package='CALDER'))
 names(contact_file_dump) = chrs
 
-# Run CALDER to compute compartments but not nested sub-domains
+## Run CALDER to compute compartments but not nested sub-domains
 CALDER(contact_file_dump=contact_file_dump, 
 			chrs=chrs, 
 			bin_size=10E3,
@@ -133,7 +133,7 @@ CALDER(contact_file_dump=contact_file_dump,
 			n_cores=2,
 			sub_domains=FALSE)
 
-# Run CALDER to compute compartments and nested sub-domains / will take more time
+## Run CALDER to compute compartments and nested sub-domains / will take more time
 CALDER(contact_file_dump=contact_file_dump, 
 			chrs=chrs, 
 			bin_size=10E3,