-
Hi:
I want to use TCGAbiolinks to analyze COAD expression data. Here is what I did.
```r
#Query platform Illunmina hiSeq with a list of barcode
query_Data
-
エンドポイント
# /geocoding
ジオコーディング周りの取得
### request parameter
| name | required | description |
| -- | -- | -- |
| city_block_id | ✓ | 街区id |
| residence_id | ✓ | 住居id |
| address | ✓ | 住所 |
…
-
**Problem**
When creating a `DatanormBaseFile` with a path containing some directories in which the DATANORM.001 file is stored, the method `file_name_is_valid()` returns `False`, but should return `…
-
Below is my code:
```
CancerProject
-
Hi, I installed the developer version of SCnorm and am trying it on the ExampleSimSCData:
```
data(ExampleSimSCData)
Conditions = rep(c(1, 2), each= 45)
DataNorm
-
Hello,
I'm using the TCGAanalyze_Normalization function for GC content normalization for all TCGA cancer types, working on data downloaded from GDC in 2021 (before the recent changes in GDC data re…
-
### Description of the bug
When script is checking condition to make the MDS plot, it is checking about the number of sample.
```
# Make MDS plot (only perform with 3 or more samples)
if (…
-
Hello
I was trying to use SCnorm to normalize a data set (3005 cells). When calling the SCnorm function, R started using multiple cores. When it crashed it was using about 70 cores each with about 2.…
-
Not sure what this method returns. Unit tested with known denormalized values and failing each test.
-
The Normalize() method in Tools.cs is supposed to return the normalized values from the vector or list. The current method updates the array with the values[i] - minimum value / max - min value. I tri…