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

correct use of degPlot #5

Open
lpantano opened this issue Apr 24, 2019 · 1 comment
Open

correct use of degPlot #5

lpantano opened this issue Apr 24, 2019 · 1 comment
Assignees

Comments

@lpantano
Copy link
Contributor

degPlot(se, genes = isomir_name, xs = columname, log2 = FALSE, slot = 1)

@adriancbondia
Copy link
Collaborator

adriancbondia commented Apr 26, 2019

Podría ser de esta manera?
degPlot(se, genes =rownames(se), xs = colnames(metadata), log2 = FALSE, slot = 1)

La parte en el código anterior en que selecciono el número de filas en "rownames(se)[1:12]" es por comodidad a la hora de probar el código (sino R se tira un rato largo calculando los gráficos).

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