dStruct

Method for identifying differential reactive regions from RNA structurome profiling data

https://github.com/datamaster-kris/dstruct

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    2 of 2 committers (100.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Method for identifying differential reactive regions from RNA structurome profiling data

Basic Info
  • Host: GitHub
  • Owner: dataMaster-Kris
  • Language: R
  • Default Branch: master
  • Size: 17.6 MB
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Fork of AviranLab/dStruct
Created over 5 years ago · Last pushed about 3 years ago

https://github.com/dataMaster-Kris/dStruct/blob/master/

# dStruct: method for identifying differential reactive regions from RNA structurome profiling data.

dStruct is a statistical method for identifying regions that display altered reactivity patterns between two groups of samples. It can perform *de novo* discovery or identify regions from a list provided by the user. The latter case is called *guided discovery*. dStruct is compatible with a diverse range of structure profiling technologies, accounts for biological variation and controls the false discovery rate in a multiple testing context.

## Getting started

To start with, download and install the latest versions of [R](https://cran.r-project.org/) and [RStudio](https://www.rstudio.com/products/rstudio/).

**To install via Bioconductor, please visit [http://www.bioconductor.org/packages/release/bioc/html/dStruct.html](http://www.bioconductor.org/packages/release/bioc/html/dStruct.html)**

dStruct can be installed directly from source. First, install `devtools` by executing the following in RStudio.

`install.packages("devtools")`

Next, in RStudio run the following.

    devtools::install_github("dataMaster-Kris/dStruct")

This should install the package in R. Check by executing the following command.

`library(dStruct)`

***

**Constructive feedback is most welcome! If you have issues to report, or feature requests, or any questions, please file issues or initiate discussion on this GitHub page instead of emailing. This will be beneficial for other users as well. Thanks for your interest!**

***

## Usage

dStruct takes reactivities of groups of samples, say A and B, for all transcripts under consideration. The reactivities for each transcript must be a data frame object with columns labeled as A1, A2, ... and B1, B2, ... The numerals in column names indicate sample number. Let us say that `reactivity` represents one such data frame, that there are 3 samples of each group and that the user needs to search for a minimum length of 11 nt. Note that this is the default value for this parameter. For other parameters that can be specified, refer the manual. Unless specified, `dStruct` assumes that the user intends to run the analysis with default settings. _De novo_ discovery of differential regions can be done by executing the following command.

`dStruct(reactivity, reps_A = 3, reps_B = 3, min_length = 11)`

Reactivities for all transcripts can be stored together in a list object, say `rlist`, with one data frame for each transcript. All the list elements must have unique names. In this case,  _de novo_ discovery can be done simultaneously for all transcripts.

`dStructome(rlist, reps_A = 3, reps_B = 3, min_length = 11)`

Users can specify the number of cores to be used by `dStructome` for parallel processing of transcripts.

For guided discovery, data frame with reactivities should contain only information for regions of interest. There should be a separate data frame for each region. Let one such data frame be `reac_region1`. If there are say, 3 samples of each group, guided discovery can be performed as follows.

`dStructGuided(reac_region1, reps_A = 3, reps_B = 3)`

All the data frames can also be combined in a single list object, say `rlist`. Then, guided discovery could be done in parallel for all regions using the following command.

`dStructome(rlist, reps_A = 3, reps_B = 3, method = "guided")`

For other options available in dStruct package, refer the dStruct manual or email the contributors.

## Citation

Choudhary, K., Lai, YH., Tran, E. J., Aviran, S. [dStruct: identifying differentially reactive regions from RNA structurome profiling data.](https://doi.org/10.1186/s13059-019-1641-3) Genome Biology, 20, 40 (2019). 

Owner

  • Login: dataMaster-Kris
  • Kind: user

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1
Last Year
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 61
  • Total Committers: 2
  • Avg Commits per committer: 30.5
  • Development Distribution Score (DDS): 0.049
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
dataMaster-Kris k****y@u****u 58
AviranLab s****n@u****u 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • bmunn99 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 5,926 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
bioconductor.org: dStruct

Identifying differentially reactive regions from RNA structurome profiling data

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 5,926 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 29.6%
Downloads: 88.8%
Maintainers (1)
Last synced: 11 months ago