File: NEWS.Rd

package info (click to toggle)
r-bioc-demixt 1.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,300 kB
  • sloc: ansic: 1,591; cpp: 1,209; makefile: 5; sh: 4
file content (60 lines) | stat: -rw-r--r-- 1,854 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
\name{NEWS}
\title{News for Package \pkg{DeMixT}}

\section{Version 1.6.0}{
\itemize{
\item
MPI for parallel computing is avaliable under R 4.0.0 for linux and
Mac OS platforms.
\item
Gene expression data of normal tissues (Lung, Prostate and Thyroid) 
from the GTEx study are included.
\item
Rename DeMixT_S1 function to DeMixT_DE.
}}

\section{Version 1.4.0}{
\itemize{
\item
Disabled OpenMP under R 4.0.0 for Mac OS platform.
}}

\section{Version 1.2.5}{
\itemize{
\item
Added pi01 and pi02 as input values for users to initialize the
proportion estimation.
\item
Added nspikein as an input value in the DeMixT, DeMixT_S1 and DeMixT_GS 
functions to specify how many spike-in normal reference samples need to be 
generated; Setting nspikein at null as a default value, the number of 
spike-in normal reference samples equal the min(200, 0.3 x My), 
where My is the number of mixed samples; By setting nspikein equals 
0, no spike-in normal reference will be generated; If the input value 
of data.N2 is not null, nspikein will be forced to be 0.
\item
Added DeMixT_GS function, new proposed gene selection method which 
applies profile likelihood, for proportion estimation.
\item
Added simulate_2comp function for users to simulate test data for
2-component de-convolution.
\item
Added simulate_3comp function for users to simulate test data for
3-component de-convolution.
\item
Added row names and column names for all output values.
\item
Added gene.selection.method as an input value for DeMixT function. 
The default is 'GS'.
\item
Added ngene.Profile.selected as an input value for DeMixT function.
The default is NA.}
}

\section{Version 0.99.0}{
\itemize{
\item
New package DeMixT, for cell type-specific deconvolution of heterogeneous 
tumor samples with two or three components using expression data from 
RNAseq or microarray platforms
}}