cmapR icon indicating copy to clipboard operation
cmapR copied to clipboard

Tools for manipulating annotated data matrices

Results 10 cmapR issues
Sort by recently updated
recently updated
newest added

This function should support specifying an arbitrary subset of columns to use as reference for computing the median and MAD statistics.

enhancement

Hi, i need help to use the parsing function of cmapR I was testing the cmapR library by following the [tutorial](https://bioconductor.org/packages/release/bioc/vignettes/cmapR/inst/doc/tutorial.html) and i have problems with the function parse_gctx when...

https://github.com/cmap/cmapR/blob/b804d22b701021487591f810045869b98477e089/R/utils.R#L439

enhancement

right now, the GCT initialize method doesn't do any checking to ensure this if the user passes a predefined rdesc or cdesc object

bug

even when `matrix_only = T`, merge.gct will add metadata of one GCT object to output. Can be fixed by setting cdesc to an empty dataframe as follows, but shouldn't be...

Dear developers, Thanks for developing this software. I wonder if the output function `write.gctx` supports incremental save, so that there is no need to create a GCT object containing full...

for example, when updating cid, this method should handle updating the matrix column names and the id field in cdesc

enhancement

parse_gctx is not able to read the gct file for me with this command. cmap version is cmapR_1.9.0 . > parse_gctx("BLM_Aged_n83x18577.gct") parsing as GCT v1.2 BLM_Aged_n83x18577.gct NA rows, NA cols,...