-
Dear author,
As the title, is there any function in CIRI-long to catch isoforms' counts ?
Or how could I get isoforms' counts instead of circRNA-genes' counts ?
Thanks a lot.
-
Hi,
Thank you for this great tool. My data has high ambient RNA, and I want to get the counts matrix with ambient RNA removed. I wonder if or how souporcell can do this?
Thanks!
-
I have trained a brf model for my data. when predict on the test Data, the result is wired as below. I split the data by createDataPartition() function. The performance for traindata also attatched.
…
-
**Pending completion of [Discovery](https://docs.google.com/document/d/1UHg56V6rpJn0DV-R9Gn98yUrxsQGG9934xuemTcKRAM/edit#heading=h.uphvkb668l8y). Draft available by October 12**
-
The view proj matrices in the course don't provide far clipping. Projecting a point at dist = far_plane returns 0.33.
After comparing with [wgpu examples](https://github.com/gfx-rs/wgpu/blob/trunk/…
-
The error is raised from convertLabel(data) where the error trace ends with KeyError: 'Class'.
The dataframe named data has no column as Class. Please tell if something is missing. I have the encoded…
-
I found that there is many negetive values in the example contact data. I wonder how to prepare the input Hi-C data from contact matrix.
> chrom1 start1 end1 chrom2 start2 end2
1 …
-
Hi,
I'm getting some false positives results with inferCNV when I try to detect CNVs from myeloid cells using lymphocytes cells as reference. I tested this with a simple PBMC dataset from healthy i…
-
likely bug, possibly method or algorithm that doesn't match Stata or R
see https://github.com/statsmodels/statsmodels/issues/4164#issuecomment-352763437
promax rotation does not match Stata nor R
…
-
example:
```java
int[][] matrix = { { 2, 3, 4 }, { 5, 6, 4 } };
````