Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SherryDong committed Aug 7, 2019
1 parent 31b496e commit d37743c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9,036 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4.0),
R (>= 3.6.0),
Matrix (>= 1.2-17),
SummarizedExperiment (>= 1.14.0),
lme4 (>= 1.1-21),
Expand Down
Binary file modified NetBID2_0.1.2.pdf
Binary file not shown.
9,029 changes: 0 additions & 9,029 deletions R/pipeline_functions.R

This file was deleted.

8 changes: 4 additions & 4 deletions docs/docs/driver_estimation/driver_estimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,12 @@ NetBID.saveRData(analysis.par=analysis.par,step='ms-tab')

- `out2excel()` can save multiple master tables as excel sheets in one EXCEL file.
- For one master table, it consists of three parts:
- The first six columns are `originalID_label`, `originalID`, `gene_label`, `geneSymbol`, `funcType` and `Size`.
- `originalID_label` is the original ID type with suffix "_TF" or "_SIG", which should match the the ID type in `analysis.par$merge.network`,
- `originalID` is the original ID type used in network construction, which should match the ID type in `analysis.par$cal.eset`, `analysis.par$DE`.
- For one master table, it consists of three parts:
- The first six columns are `gene_label`, `geneSymbol`, `originalID`, `originalID_label`, `funcType` and `Size`.
- `gene_label` is the driver's gene symbol or transcript symbol, with suffix "_TF" or "_SIG" to show driver's type.
- `geneSymbol` is the driver's gene symbol or transcript symbol, without suffix.
`analysis.par$merge.ac.eset`,`analysis.par$DA`.
- `originalID` is the original ID type used in network construction, which should match the ID type in `analysis.par$cal.eset`, `analysis.par$DE`.
- `originalID_label` is the original ID type with suffix "_TF" or "_SIG", which should match the the ID type in `analysis.par$merge.network`, `analysis.par$merge.ac.eset`,`analysis.par$DA`.
- **`originalID_label`** is the only column to ensure unique ID for row record.
- `funcType` is either "TF" or "SIG" to mark driver's type.
- `Size` is number of target genes for the driver.
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ The tutorial contains three main parts, they can be followed by order or used in
## About the project

For the detailed description of NetBID algorithm, please check our lab page [View Yu Lab@St. Jude](https://stjuderesearch.org/site/lab/yu).
Email: xinran.dong@stjude.org or xinran.dong@foxmail.com

### License

Expand Down
Binary file added inst/db/MOUSE/MOUSE_transcript.RData
Binary file not shown.
Binary file added inst/db/Mus_musculus_gs2gene.RData
Binary file not shown.
4 changes: 2 additions & 2 deletions man/draw.targetNet.TWO.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d37743c

Please sign in to comment.