You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my data is organized in the form:
normalized_counts_mRNA: matrix with patients in rows (n = 28) x genes in columns (n = 1013)
normalized_counts_miRNA: matrix with patients in rows (n = 28) x miRNAs in columns (n = 140)
adj_mx: interaction matrix with genes in rows (n = 1013) x miRNAs in columns (n = 140)
I was looking in the github for a better description of the function, to see where it could be happening this error, but i do not found and do not know what to do, I would be very grateful if you guys could help me with this issue.
The text was updated successfully, but these errors were encountered:
Hi,
I'm running the code with my dataset, and the first function "sponge_gene_miRNA_interaction_filter" returns the following error:
image
my data is organized in the form:
normalized_counts_mRNA: matrix with patients in rows (n = 28) x genes in columns (n = 1013)
normalized_counts_miRNA: matrix with patients in rows (n = 28) x miRNAs in columns (n = 140)
adj_mx: interaction matrix with genes in rows (n = 1013) x miRNAs in columns (n = 140)
I was looking in the github for a better description of the function, to see where it could be happening this error, but i do not found and do not know what to do, I would be very grateful if you guys could help me with this issue.
The text was updated successfully, but these errors were encountered: