[R] Package for Molecular Properties

2018-05-04 Thread bbb_aaa
Hi Spencer Thank you for your suggestion. I tried sos -- Is it actually supposed to actually list out the functions along with the packages? This is what I got: found 7 matches Downloaded 7 links in 4 packages. Ignoring template. Warning messages: 1: In file(templateFile, encoding = "utf-8

[R] Package for Molecular Properties

2018-05-03 Thread bbb_aaa
All Is there a package or library that will, given a nucleotide sequence 1. calculate the extinction coefficient at 260 nm for (Beer-Lambert's law) 2. calculate molecular weight 3. return it's complementary sequence I was able to find several packages that can do similar calculations for an a

Re: [R] Gantt Chart Using Plotrix

2018-04-23 Thread bbb_aaa
re the columns in the spreadsheet are named "starts", "ends" , etc. before exporting in order for this to work). So, once again thank you (and also Jim and David). Regards Indr -Original Message- From: Sarah Goslee To: bbb_aaa Cc: r-help Sent: Mon, Apr 23, 20

Re: [R] Gantt Chart Using Plotrix

2018-04-22 Thread bbb_aaa
00), class = c("POSIXct", "POSIXt"), tzone = ""), c3d1 = structure(c(1523764800, 1527739200, 1530331200), class = c("POSIXct", "POSIXt"), tzone = "")), .Names = c("c1d1", "c2d1", "c3d1" ), row.names = c(NA, -3L),

Re: [R] Gantt Chart Using Plotrix

2018-04-22 Thread bbb_aaa
0 > gantt.chart(abc) Error in `$<-.data.frame`(`*tmp*`, priorities, value = numeric(0)) : replacement has 0 rows, data has 3 > Manually adding the required tasks and dates (as given in the help file example) is not practical for my situation -Original Message----- From: Da

[R] Gantt Chart Using Plotrix

2018-04-22 Thread bbb_aaa
Hi I am trying to generate a complex Gantt chart using the gantt.chart function in the plotrix package. Ideally I would like to use a spreadsheet to populate the activities (tasks) and start and end dates that this function expects and then export the spreadsheet file as a .CSV text file so I