Selaa lähdekoodia

Updated README.md

Yuanlong LIU 2 vuotta sitten
vanhempi
commit
d190ce3eb9
3 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. BIN
      .DS_Store
  2. 1 0
      .gitignore
  3. 2 1
      README.md

BIN
.DS_Store


+ 1 - 0
.gitignore

@@ -47,3 +47,4 @@ po/*~
 
 
 # RStudio Connect folder
 # RStudio Connect folder
 rsconnect/
 rsconnect/
+.DS_Store

+ 2 - 1
README.md

@@ -114,10 +114,11 @@ CALDER_sub_domains(intermediate_data_file,
 | Parameters              | Description | Examaple              |                
 | Parameters              | Description | Examaple              |                
 | --------------------- | ----------------------- | ----------------------- |
 | --------------------- | ----------------------- | ----------------------- |
 | **contact_tab_straw**                |      xx     |xx
 | **contact_tab_straw**                |      xx     |xx
+| **contact_tab_straw**                |      xx     |xx
 | **ref_genome**                | One of 'hg19', 'hg38', 'mm9', 'mm10', 'others' (default). |
 | **ref_genome**                | One of 'hg19', 'hg38', 'mm9', 'mm10', 'others' (default). |
 | **annotation_track**                | A genomic annotation track in data.frame or data.table format. This track will be used for determing the A/B compartment direction and should presumably have higher values | in A than in B compartment. Some suggested tracks can be: 
 | **annotation_track**                | A genomic annotation track in data.frame or data.table format. This track will be used for determing the A/B compartment direction and should presumably have higher values | in A than in B compartment. Some suggested tracks can be: 
 | **contact_file_hic**                | Path to the hic
 | **contact_file_hic**                | Path to the hic
-| **chrs**                | A vector of chromosome names to be analyzed, with or without 'chr'. e.g., `chrs = c(21:22, 'X')` or `chrs = 'chrX'`
+| **chrs**                | A vector of chromosome names to be analyzed, with or without 'chr' | `chrs = c(21:22, 'X')` or `chrs = 'chrX'`
 | **bin_size**         | numeric, the size of a bin in consistent with the contact table
 | **bin_size**         | numeric, the size of a bin in consistent with the contact table
 | **save_dir**             | the directory to save outputs
 | **save_dir**             | the directory to save outputs
 | **save_intermediate_data**  | logical. If TRUE, an intermediate_data will be saved. This file can be used for computing nested sub-domains later on
 | **save_intermediate_data**  | logical. If TRUE, an intermediate_data will be saved. This file can be used for computing nested sub-domains later on