Skip to content

Commit

Permalink
add some information
Browse files Browse the repository at this point in the history
  • Loading branch information
jiang548 committed May 3, 2022
1 parent d424dcc commit 60b397e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,14 +508,14 @@ signet -n [OPTION VAL] ...
--nboots NBOOTS number of bootstraps datasets
--memory MEMEORY memory in each node in GB
--queue QUEUE queue name
--ncores number of cores for each node
--ncores number of cores to use for each node
--walltime WALLTIME maximum walltime of the server in seconds
--resn result prefix
--sif singularity container
```
* `net.gexp.data`: output from `cis-eqtl`, includes the expression data for genes with cis-eQTL. It's a n * p matrix, with each row encodes the gene expression data for each sample.
* `net.geno.data`: output from `cis-eqtl`, includes the genotype data for marginally significant cis-eQTL. It's a n * p matrix, with each row encodes the genotype data for each sample.
* `sig.pair`: output from `cis-eqtl`, includes the p-value of each pair of gene and its marginally significant (p-Value < 0.05) cis-eQTL, where Column 1 is Gene Index (in `net.Gexp.data`), Column is SNP Index (in `all.Geno.data`), and Column 3 is p-Value.
* `net.gexp.data`: output from `signet -c`, includes the expression data for genes with cis-eQTL. It's a n * p matrix, with each row encodes the gene expression data for each sample.
* `net.geno.data`: output from `signet -c`, includes the genotype data for marginally significant cis-eQTL. It's a n * p matrix, with each row encodes the genotype data for each sample.
* `sig.pair`: output from `signet -c`, includes the p-value of each pair of gene and its marginally significant (p-Value < 0.05) cis-eQTL, where Column 1 is Gene Index (in `net.Gexp.data`), Column is SNP Index (in `all.Geno.data`), and Column 3 is p-Value.
....The third column is the p value for each pair.
* `net.genename`: includes information of gene name. It's a p * 1 vector.
* `net.genepos`: includes information of gene position. It's a p * 4 matrix, with first column to be gene names, second columns chromosome index, e.g, "chr1", third and fourth columns are the start and end position of genes in the chromosome, respectly.
Expand Down
2 changes: 1 addition & 1 deletion script/network_portal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function usage() {
echo ' --nboots number of bootstraps datasets'
echo ' --memory memory in each node in GB'
echo ' --queue queue name'
echo ' --ncores number of cores for each node'
echo ' --ncores number of cores to use for each node'
echo ' --walltime maximum walltime of the server in seconds'
echo " --interactive T, F for interactive job scheduling or not"
# echo " --filter To focus on a list of genes"
Expand Down

0 comments on commit 60b397e

Please sign in to comment.