Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About isoNetwork #13

Open
palbioinfor opened this issue Jul 31, 2018 · 1 comment
Open

About isoNetwork #13

palbioinfor opened this issue Jul 31, 2018 · 1 comment

Comments

@palbioinfor
Copy link

palbioinfor commented Jul 31, 2018

Hi Lorena,
I wanted to know about this function 'isoNetwork'.

There are 'mirna_rse' and 'gene_rse' needed for this function but I could not get enough idea of these by the details given in doc. Also , in document it is mentioned how to get these two but it's somehow cut in the pdf at the end and not fully printed. See the image (highlighted) -
screen shot 2018-07-31 at 5 19 24 pm

@lpantano
Copy link
Owner

lpantano commented Aug 1, 2018

Hi!

sorry about this, maybe you can use the online docs:

http://lpantano.github.io/isomiRs/reference/isoNetwork.html

mi_rse = SummarizedExperiment(assays=SimpleList(norm=mirna_matrix), colData, metadata=list(sign=mirna_keep))

That function will work from the mature miRNA only since the databases are only computed using the reference. It is a limitation, but not much to do right now in the bioc world.

What I have done with the experimental researchers, is to down the list to top isomiRs candidates, mainly focusing on trimming and addition events and make experimental assays where you put the sequence in cells and measure the effect on the transcriptome.

Computationally, if you work with mouse or human you can use the custom code from targetscan to predict targets from isomiRs where the seed regions change.

If you have mRNA data, you can make correlations with the isomiRs to detect which ones have a negative relationship and possible detect targets. At some point needs to be some computation to predict the possibility of the isomiRs targeting each gene, but there is not current method for that. That is why I say that people normally move to experimental assays because anyway you need to move there to proof the functionality.

Sorry for the long answer, but there are not a lot of standardization on this.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants